aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot
AgeCommit message (Expand)Author
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
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng
2017-08-01x86: coreboot: kconfig: Imply drivers that are usefulBin Meng
2017-08-01x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng
2017-08-01x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass
2017-04-30fs: Convert CONFIG_CMD_CBFS to KconfigSimon Glass
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass
2016-10-12x86: coreboot: Convert to use DM coreboot video driverBin Meng
2016-06-29x86: coreboot: Remove the dummy pch driverBin Meng
2016-05-23x86: Call board_final_cleanup() in last_stage_init()Bin Meng
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng
2016-01-24dm: x86: spi: Convert ICH SPI driver to driver model PCI APISimon Glass
2015-12-01x86: Convert to use driver model timerBin Meng
2015-09-09x86: coreboot: Convert to use more dm driversBin Meng
2015-08-26x86: coreboot: Allow >=4GiB memory bank sizeBin Meng
2015-08-26x86: Remove calculate_relocation_address()Bin Meng
2015-08-26x86: coreboot: Correctly report E820 typesBin Meng
2015-07-14x86: pci: Tidy up the generic x86 PCI driverSimon Glass
2015-06-04x86: qemu: Implement PIRQ routingBin Meng
2015-06-04x86: coreboot: Control I/O port 0xb2 writing via device treeBin Meng
2015-06-04x86: coreboot: Fix cosmetic issuesBin Meng
2015-04-29x86: link: Add PCH driver to support SPI FlashSimon Glass
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass
2015-04-16x86: Support machines with >4GB of RAMSimon Glass
2015-01-24x86: config: Enable hook for saving MRC configurationSimon Glass
2015-01-24x86: Use ipchecksum from net/Simon Glass
2015-01-13x86: coreboot: Configure pci memory regionsBin Meng
2015-01-13x86: coreboot: Move coreboot-specific defines from coreboot.h to KconfigBin Meng
2015-01-13x86: coreboot: Set up timer base correctlyBin Meng
2015-01-13x86: Add support for MTRRsSimon Glass
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-11-25x86: Remove board_early_init_r()Simon Glass
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini
2014-11-23x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada