aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/efi
AgeCommit message (Expand)AuthorFilesLines
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass1-2/+11
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass2-0/+2
2019-12-02common: Move checkcpu() out of common.hSimon Glass2-0/+2
2018-12-10efi: payload: only init usb if necessaryBin Meng1-1/+2
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng1-0/+37
2018-08-30x86: efi: payload: Install E820 map from EFI memory mapBin Meng1-0/+82
2018-06-24x86: efi: payload: Count in conventional memory above 4GB in DRAM bankBin Meng1-2/+1
2018-06-24x86: efi-x86_payload: Enable usb keyboard during bootBin Meng1-0/+9
2018-06-17x86: efi: app: Display correct CPU info during bootBin Meng1-1/+1
2018-06-17x86: Rename efi-x86 target to efi-x86_appBin Meng2-1/+1
2018-06-17x86: efi: payload: Add arch_cpu_init()Bin Meng1-3/+8
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng4-0/+184
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2017-08-01x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng1-5/+0
2017-08-01x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng1-5/+0
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-0/+5
2016-11-14x86: Move efi .lds files into the 'lib' directorySimon Glass2-177/+0
2015-12-01x86: Convert to use driver model timerBin Meng1-4/+0
2015-08-05x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass1-0/+83
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz4-0/+173