u-boot/arch/x86/cpu/x86_64
Simon Glass 450ce56a11 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>
2022-01-15 10:57:22 +01:00
..
cpu.c x86: efi: Tweak the code used for the 64-bit EFI app 2022-01-15 10:57:22 +01:00
interrupts.c common: Move interrupt functions into a new header 2019-12-02 18:25:00 -05:00
Makefile efi: Create a 64-bit app 2021-11-07 18:36:55 +01:00
misc.c x86: Don't duplicate global_ptr in 64-bit EFI app 2021-11-07 18:36:55 +01:00
setjmp.S x86: Add 64-bit setjmp/longjmp implementation 2018-06-24 08:56:04 +08:00