summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-03-11x86 SMM: Replace weak prototypes with weak function stubKyösti Mälkki
2015-03-10AMD Bald Eagle: Add northbridge files for new AMD processorBruce Griffith
2015-03-09Add and consistently use wrapper macro for romstage static variablesJulius Werner
2015-03-09console: Fix broken early_print.h include guardsStefan Reinauer
2015-03-09build.h: remove variable for the builduser, -hostname and -domainAlexander Couzens
2015-03-09device/pciexp: Add support for PCIe CLK power managementKane Chen
2015-03-08device: drop i915 specific headers from resource allocator includesStefan Reinauer
2015-03-07AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2Kyösti Mälkki
2015-03-04coreboot memrange: Two changes for zero size or empty memrangeFurquan Shaikh
2015-03-01devicetree: Drop dummy root_dev opsKyösti Mälkki
2015-02-20AMD K8 fam10: Refactor offset_unitid configurationKyösti Mälkki
2015-02-16acpi: Generate valid ACPI processor objectsTimothy Pearson
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-10PCI subsystem: Remove AGP bridge typeKyösti Mälkki
2015-02-06drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc
2015-02-06include/types.h: Provide BIT() macroAlexandru Gagniuc
2015-02-06FSP & CBMEM: Fix broken cbmem CAR transition.Martin Roth
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2015-02-05AMD K8: Remove some excessive preprocessor useKyösti Mälkki
2015-02-03cpu/amd (non-AGESA): Load microcode updates from CBFSKyösti Mälkki
2015-02-03cpu/amd/model_10xxx: Remove UPDATE_CPU_MICROCODE optionAlexandru Gagniuc
2015-01-30devicetree: Search PnP device node from the tree by pathKyösti Mälkki
2015-01-27CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki
2015-01-27CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki
2015-01-27CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-27CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki
2015-01-27vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integrationDaisuke Nojiri
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-14Move container_of() macro to stddef.hStefan Reinauer
2015-01-13cbfs: add cbfs_read()Aaron Durbin
2015-01-13cbfs: add cbfs_locate_file()Aaron Durbin
2015-01-09Primitive memory testDavid Hendricks
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
2015-01-09src/include: Doxygen fixesMartin Roth
2015-01-09Drop duplicate API from spi_flash.hStefan Reinauer
2015-01-06cpu: Drop print_ implementation from non-romcc boardsStefan Reinauer
2015-01-06Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki
2015-01-06doxygen fixes: change @var to @param varMartin Roth
2015-01-06Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan
2015-01-05timestamps: Switch from tsc_t to uint64_tStefan Reinauer
2015-01-04atomic.h: Fix doxygen errorsMartin Roth
2014-12-31arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki
2014-12-30chromeos: Unconditionally clear the EC recovery requestSheng-Liang Song
2014-12-30vboot: Add a new post code for TPM failureDuncan Laurie
2014-12-30drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black
2014-12-30i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner
2014-12-30nyan*: Add an empty elog functions for the !CONFIG_ELOG caseDavid Hendricks
2014-12-30rtc: Add an RTC API, and implement it for x86.Marc Jones
2014-12-30cbmem: use a single id to name mapping tableVadim Bendebury