summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* AMD K8 fam10: Refactor offset_unitid configurationKyösti Mälkki2015-02-201-0/+7
* acpi: Generate valid ACPI processor objectsTimothy Pearson2015-02-161-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-152-1/+7
* PCI subsystem: Remove AGP bridge typeKyösti Mälkki2015-02-101-14/+0
* drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc2015-02-061-11/+3
* include/types.h: Provide BIT() macroAlexandru Gagniuc2015-02-061-0/+7
* FSP & CBMEM: Fix broken cbmem CAR transition.Martin Roth2015-02-061-0/+1
* drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson2015-02-051-0/+4
* AMD K8: Remove some excessive preprocessor useKyösti Mälkki2015-02-051-29/+29
* cpu/amd (non-AGESA): Load microcode updates from CBFSKyösti Mälkki2015-02-031-3/+2
* cpu/amd/model_10xxx: Remove UPDATE_CPU_MICROCODE optionAlexandru Gagniuc2015-02-031-5/+1
* devicetree: Search PnP device node from the tree by pathKyösti Mälkki2015-01-301-0/+1
* CBMEM: Always use DYNAMIC_CBMEMKyösti Mälkki2015-01-272-33/+0
* CBMEM: Support DYNAMIC_CBMEM with LATE_CBMEM_INITKyösti Mälkki2015-01-271-6/+13
* CBMEM: Do not use get_top_of_ram() with DYNAMIC_CBMEMKyösti Mälkki2015-01-271-2/+2
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-271-1/+2
* CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki2015-01-271-5/+3
* vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integrationDaisuke Nojiri2015-01-273-0/+492
* vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri2015-01-271-0/+1
* Move container_of() macro to stddef.hStefan Reinauer2015-01-142-11/+11
* cbfs: add cbfs_read()Aaron Durbin2015-01-131-0/+4
* cbfs: add cbfs_locate_file()Aaron Durbin2015-01-131-0/+7
* Primitive memory testDavid Hendricks2015-01-091-0/+3
* misc: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-094-98/+2
* src/include: Doxygen fixesMartin Roth2015-01-092-2/+5
* Drop duplicate API from spi_flash.hStefan Reinauer2015-01-091-18/+0
* cpu: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-6/+0
* Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki2015-01-061-11/+0
* doxygen fixes: change @var to @param varMartin Roth2015-01-061-3/+3
* Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan2015-01-061-0/+11
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-052-4/+13
* atomic.h: Fix doxygen errorsMartin Roth2015-01-041-9/+13
* arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki2014-12-312-3/+34
* chromeos: Unconditionally clear the EC recovery requestSheng-Liang Song2014-12-301-0/+2
* vboot: Add a new post code for TPM failureDuncan Laurie2014-12-301-0/+7
* drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black2014-12-302-6/+3
* i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner2014-12-301-1/+33
* nyan*: Add an empty elog functions for the !CONFIG_ELOG caseDavid Hendricks2014-12-301-4/+16
* rtc: Add an RTC API, and implement it for x86.Marc Jones2014-12-302-0/+72
* cbmem: use a single id to name mapping tableVadim Bendebury2014-12-301-1/+38
* RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMsKyösti Mälkki2014-12-281-1/+1
* RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cacheKyösti Mälkki2014-12-281-4/+2
* elog: Do not attempt to init SPIDavid Hendricks2014-12-171-0/+1
* edid: remove float usePatrick Georgi2014-12-161-0/+1
* Drop GX1, CS5330 and related boardsStefan Reinauer2014-12-161-54/+0
* CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-12-161-1/+1
* i2c: Replace the i2c API.Gabe Black2014-12-161-6/+78
* tegra124: A couple clock fixes.Gabe Black2014-12-151-0/+8
* spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black2014-12-091-17/+0
* spi: Remove the spi_set_speed and spi_cs_is_valid functions.Gabe Black2014-12-091-17/+0