summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot
AgeCommit message (Expand)Author
2025-04-04arch/x86/cpu: Call x86_cpu_reinit_f for 64-bitsJeremy Compostella
2025-04-04arch/x86: Add 64-bit U-Boot configuration without SPLJeremy Compostella
2024-10-18x86: cpu: Use default print_cpuinfo() for allAndy Shevchenko
2024-10-18x86: coreboot: Add timestamps from coreboot to bootstageSimon Glass
2024-10-18x86: coreboot: Update the timestamp code to use sysinfoSimon Glass
2024-10-18x86: Make default_print_cpuinfo be a weak alias for print_cpuinfoTom Rini
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2023-11-28x86: coreboot: Add a sysinfo driverSimon Glass
2023-09-22x86: coreboot: Drop USB init on startupSimon Glass
2023-09-22x86: coreboot: Rearrange arch_cpu_init()Simon Glass
2023-08-31event: Use an event to replace last_stage_init()Simon Glass
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt
2023-02-10Correct SPL uses of USB_KEYBOARDSimon Glass
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-07-15x86: coreboot: Use vendor in the KconfigSimon Glass
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass
2021-03-27x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass
2021-03-27x86: Move coreboot timestamp info into coreboot_tables.hSimon Glass
2021-03-27x86: Make coreboot sysinfo available to any x86 boardSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass
2020-05-27x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass
2020-05-04x86: Allow building an SPL image for corebootSimon Glass
2020-04-30x86: Move coreboot-table detection into common codeSimon Glass
2020-04-16x86: Correct wording of coreboot source codeSimon Glass
2019-12-15x86: timer: use a timer base of 0Simon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese
2019-05-19x86: coreboot: make it possible to process unhandled tagsChristian Gmeiner
2018-12-10coreboot: only init usb if necessaryThomas RIENOESSL
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass
2018-08-20x86: coreboot: Add generic coreboot payload supportBin Meng
2018-07-02x86: Add scsi command to coreboot and qemuBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen
2017-08-15env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass
2017-08-01x86: Switch all boards to use DM SCSIBin Meng