commit | f3d73eabef6f440ace2b87c09574953f2baa595e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 04 03:51:13 2022 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Jan 15 10:57:22 2022 +0100 |
tree | 33ad43f3e1665afb4515d777ca096fd29dca4746 | |
parent | ba042530e675086c8a7623402eca125dca614e71 [diff] |
x86: efi: Tweak the code used for the 64-bit EFI app Add an empty CPU init function to avoid fiddling with low-level CPU features in the app. Set up the C runtime correctly for 64-bit use and avoid clearing BSS, since this is done by EFI when U-Boot is loaded. Signed-off-by: Simon Glass <sjg@chromium.org>