summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-095-11/+26
* cbmem: Break out CBMEM_ID to a separate header fileMarc Jones2015-06-092-87/+112
* Remove empty lines at end of fileElyes HAOUAS2015-06-083-3/+0
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens2015-06-051-1/+1
* lib: Unify log2() and related functionsJulius Werner2015-06-051-6/+12
* AMD K8 fam10: Drop extra HT scan_chain() parametersKyösti Mälkki2015-06-051-2/+1
* AMD K8 fam10: Refactor HT link connection testKyösti Mälkki2015-06-052-0/+8
* devicetree: Add fields for HyperTransport scansKyösti Mälkki2015-06-051-0/+2
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-045-9/+11
* devicetree: Single scan_bridges()Kyösti Mälkki2015-06-041-1/+1
* PCI subsystem: Drop parameter max from scan_busKyösti Mälkki2015-06-043-7/+9
* PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki2015-06-041-0/+1
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-041-1/+2
* HyperTransport: Move pci_scan_bus() callKyösti Mälkki2015-06-041-1/+1
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-022-21/+125
* prog_loading: add region_device representing memoryAaron Durbin2015-06-021-16/+18
* cbfs: new API and better program loadingAaron Durbin2015-06-028-217/+73
* Remove leftover smi_get_tseg_baseVladimir Serbinenko2015-05-291-2/+0
* smm: Merge configs SMM_MODULES and SMM_TSEGVladimir Serbinenko2015-05-281-8/+5
* Remove leftover tseg_relocateVladimir Serbinenko2015-05-281-4/+0
* Add TCPA table.Vladimir Serbinenko2015-05-281-0/+1
* Move TPM code out of chromeosVladimir Serbinenko2015-05-271-0/+2
* AGESA: Split S3 backup in CBMEMKyösti Mälkki2015-05-271-7/+0
* fmap: new API using region_deviceAaron Durbin2015-05-262-0/+108
* coreboot: introduce boot_deviceAaron Durbin2015-05-261-0/+41
* cbmem: remove cbmem_set_top()Aaron Durbin2015-05-261-3/+0
* x86: provide consistent cbmem_top() for CONFIG_LATE_CBMEM_INITAaron Durbin2015-05-261-0/+3
* consoles: remove unused infrastructureAaron Durbin2015-05-261-6/+0
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-2180-87/+80
* regions: add more helpersAaron Durbin2015-05-191-0/+21
* spi_flash: document expected return valuesAaron Durbin2015-05-151-0/+1
* superio: Replace the indexed I/O functionsDave Frodin2015-05-141-0/+39
* regions: add mmap helper deviceAaron Durbin2015-05-141-0/+17
* regions: add memory region device supportAaron Durbin2015-05-141-0/+19
* coreboot: add memory pool infrastructureAaron Durbin2015-05-141-0/+73
* coreboot: add region infrastructureAaron Durbin2015-05-141-0/+100
* secmon: allow for serial consoleAaron Durbin2015-05-131-1/+1
* verstage: provide support for serial consoleAaron Durbin2015-05-132-2/+2
* cbmem: Add initial allocation supportLee Leahy2015-05-131-0/+18
* vboot: allow for dynamic work buffersAaron Durbin2015-05-111-0/+2
* vboot: inject vboot loader for stage loadingAaron Durbin2015-05-111-0/+1
* cbfs: make cbfs_load_prog_stage_by_offset() publicAaron Durbin2015-05-051-0/+2
* console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin2015-05-051-2/+2
* program loading: add optional is_loader_active() callbackAaron Durbin2015-04-301-0/+3
* cbmem: Add FSP timestampsLee Leahy2015-04-301-4/+12
* cbmem: Identify the FSP areas in CBMEMLee Leahy2015-04-301-0/+4
* Use __ROMSTAGE__ to denote romstagePatrick Georgi2015-04-291-1/+1