index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
cpu
/
efi
Age
Commit message (
Expand
)
Author
2025-07-26
efi: Rename CONFIG_EFI to CONFIG_EFI_CLIENT
Simon Glass
2024-10-18
x86: Make default_print_cpuinfo be a weak alias for print_cpuinfo
Tom Rini
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
global: Make <asm/global_data.h> include <asm/u-boot.h>
Tom Rini
2024-05-06
x86: Remove <common.h> and add needed includes
Tom Rini
2023-08-31
event: Use an event to replace last_stage_init()
Simon Glass
2023-08-15
common: return type board_get_usable_ram_top
Heinrich Schuchardt
2023-02-10
Correct SPL uses of USB_KEYBOARD
Simon Glass
2022-09-23
board_f: Fix types for board_get_usable_ram_top()
Pali Rohár
2022-01-15
x86: efi: Update efi_get_next_mem_desc() to avoid needing a map
Simon Glass
2021-12-31
x86: efi: Show the system-table revision
Simon Glass
2021-10-21
x86: Show some EFI info with the bdinfo command
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-07-17
x86: Rename board_final_cleanup() to board_final_init()
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2019-12-02
common: Move board_get_usable_ram_top() out of common.h
Simon Glass
2019-12-02
common: Move checkcpu() out of common.h
Simon Glass
2018-12-10
efi: payload: only init usb if necessary
Bin Meng
2018-08-30
x86: zimage: Support booting Linux kernel from an EFI payload
Bin Meng
2018-08-30
x86: efi: payload: Install E820 map from EFI memory map
Bin Meng
2018-06-24
x86: efi: payload: Count in conventional memory above 4GB in DRAM bank
Bin Meng
2018-06-24
x86: efi-x86_payload: Enable usb keyboard during boot
Bin Meng
2018-06-17
x86: efi: app: Display correct CPU info during boot
Bin Meng
2018-06-17
x86: Rename efi-x86 target to efi-x86_app
Bin Meng
2018-06-17
x86: efi: payload: Add arch_cpu_init()
Bin Meng
2018-06-17
x86: efi: Refactor the directory of EFI app and payload support
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-01
x86: kconfig: Select ARCH_MISC_INIT in the platform Kconfig
Bin Meng
2017-08-01
x86: kconfig: Let board select BOARD_EARLY_INIT_F
Bin Meng
2017-04-05
board_f: Drop setup_dram_config() wrapper
Simon Glass
2017-04-05
board_f: x86: Use checkcpu() for CPU init
Simon Glass
2016-11-14
x86: Move efi .lds files into the 'lib' directory
Simon Glass
2015-12-01
x86: Convert to use driver model timer
Bin Meng
2015-08-05
x86: Add relocation and link script for a 64-bit EFI application
Simon Glass
2015-08-05
x86: Add support for U-Boot as an EFI application
Ben Stoltz