summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/coreboot
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-241-1/+1
* x86: Allow installing an e820 when booting from corebootSimon Glass2021-03-271-26/+1
* x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass2021-03-272-256/+0
* x86: Move coreboot timestamp info into coreboot_tables.hSimon Glass2021-03-271-12/+0
* x86: Make coreboot sysinfo available to any x86 boardSimon Glass2021-03-274-4/+4
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-0/+3
* x86: Rename board_final_cleanup() to board_final_init()Simon Glass2020-07-171-2/+2
* x86: Store the coreboot table address in global_dataSimon Glass2020-07-171-1/+7
* x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner2020-05-271-0/+14
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* x86: coreboot: Allow building an SPL imageSimon Glass2020-05-043-2/+21
* x86: Allow building an SPL image for corebootSimon Glass2020-05-041-0/+1
* x86: Move coreboot-table detection into common codeSimon Glass2020-04-301-15/+9
* x86: Correct wording of coreboot source codeSimon Glass2020-04-161-2/+2
* x86: timer: use a timer base of 0Simon Glass2019-12-151-0/+1
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese2019-08-181-3/+0
* x86: coreboot: make it possible to process unhandled tagsChristian Gmeiner2019-05-191-0/+7
* coreboot: only init usb if necessaryThomas RIENOESSL2018-12-101-1/+2
* x86: Update mtrr functions to allow leaving cache aloneSimon Glass2018-10-091-2/+2
* x86: coreboot: Add generic coreboot payload supportBin Meng2018-08-202-15/+14
* x86: Add scsi command to coreboot and qemuBin Meng2018-07-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-13/+6
* x86: Rename e820entry to e820_entryBin Meng2018-04-161-1/+1
* x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2018-04-161-3/+4
* ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen2017-12-121-0/+1
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-1/+0
* x86: Switch all boards to use DM SCSIBin Meng2017-08-011-0/+1
* x86: kconfig: Move USB to platform KconfigBin Meng2017-08-011-0/+3
* x86: coreboot: kconfig: Imply drivers that are usefulBin Meng2017-08-011-0/+10
* x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng2017-08-011-5/+0
* x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng2017-08-011-5/+0
* fs: Kconfig: Add a separate config for FS_CBFSSimon Glass2017-04-301-0/+1
* fs: Convert CONFIG_CMD_CBFS to KconfigSimon Glass2017-04-301-0/+1
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-0/+5
* x86: coreboot: Convert to use DM coreboot video driverBin Meng2016-10-121-4/+0
* x86: coreboot: Remove the dummy pch driverBin Meng2016-06-292-27/+0
* x86: Call board_final_cleanup() in last_stage_init()Bin Meng2016-05-231-9/+11
* x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng2016-03-172-2/+0
* dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass2016-01-241-1/+2
* x86: Convert to use driver model timerBin Meng2015-12-011-22/+0
* x86: coreboot: Convert to use more dm driversBin Meng2015-09-091-6/+0
* x86: coreboot: Allow >=4GiB memory bank sizeBin Meng2015-08-261-5/+4
* x86: Remove calculate_relocation_address()Bin Meng2015-08-261-8/+1
* x86: coreboot: Correctly report E820 typesBin Meng2015-08-261-2/+13
* x86: pci: Tidy up the generic x86 PCI driverSimon Glass2015-07-141-22/+0
* x86: qemu: Implement PIRQ routingBin Meng2015-06-041-0/+5