Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-07 | efi_loader: __cyg_profile_func_enter/_exit | Heinrich Schuchardt | |
U-Boot can be compiled with function tracing enabled. When compiling with FTRACE __cyg_profile_func_enter() is called when a function is entered and __cyg_profile_func_exit() when the function is left. To avoid a crash we have to define these function for the free-standing UEFI binaries. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||
2019-02-13 | efi_loader: provide freestanding library | Heinrich Schuchardt | |
GCC requires that freestanding programs provide memcpy(), memmove(), memset(), and memcmp(). Provide the required library functions. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de> |