summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander2019-09-151-6/+0
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-143-4/+2
* arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-143-7/+1
* cpu/x86: Drop lapic_remote_read()Kyösti Mälkki2019-09-141-24/+0
* arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume()Kyösti Mälkki2019-09-141-1/+0
* timestamps: Remove TIMESTAMP_CACHE_IN_BSSKyösti Mälkki2019-09-131-2/+3
* drivers/elog: Add elog_boot_notify()Kyösti Mälkki2019-09-131-0/+6
* src: Remove unneeded include <arch/interrupt.h>Elyes HAOUAS2019-09-111-1/+0
* timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-09-111-6/+4
* lib/spd_bin: Extend DDR4 spd informationEric Lai2019-09-091-2/+4
* soc/intel/skylake: Add Lewisburg family PCH supportMaxim Polyakov2019-09-061-1/+85
* drivers/spi/spi_flash.c: Add SPI vendor IDsRichard Spiegel2019-09-041-0/+13
* soc/intel/skylake: Remove duplicated PCI IdMaxim Polyakov2019-08-301-1/+0
* intel/smm/gen1: Use smm_subregion()Kyösti Mälkki2019-08-281-2/+0
* soc/intel/cnl: Add CML IGD IDsMeera Ravindranath2019-08-281-0/+2
* x86: Introduce RESET_VECTOR_IN_RAM optionMartin Roth2019-08-262-2/+2
* arch/x86: Simplify <arch/early_variables.h>Kyösti Mälkki2019-08-261-2/+2
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-10/+1
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-14/+0
* Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h>Kyösti Mälkki2019-08-261-3/+6
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-4/+9
* Move and rename ARCH_STAGE_HAS_xxx_SECTION rulesKyösti Mälkki2019-08-262-26/+17
* soc/intel/common: Include cometlake EMMC controller IDJamie Chen2019-08-261-0/+1
* lib: ramdetect: Register exception handlers for ARMv8Asami Doi2019-08-261-0/+6
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-261-4/+2
* ec/google/chromeec: Update ec_commands.hYou-Cheng Syu2019-08-231-0/+2
* arch/x86/acpi: Add acpi_device_hidPatrick Rudolph2019-08-231-0/+2
* soc/intel/cometlake: Add ISH Device IDBernardo Perez Priego2019-08-231-0/+1
* Add buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-221-1/+36
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-221-1/+1
* device/pnp.h: Move __SIMPLE_DEVICE__ guardsKyösti Mälkki2019-08-201-1/+2
* device/oprom: Drop unnecessary AMD headersKyösti Mälkki2019-08-202-1160/+0
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-181-1/+1
* soc/intel/cannonlake: Add more PCI Ids for CoffeelakeChristian Walter2019-08-161-0/+8
* intel/smm: Define struct ied_header just onceKyösti Mälkki2019-08-151-0/+6
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-151-3/+6
* intel/smm/gen1: Rename header fileKyösti Mälkki2019-08-151-0/+38
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-151-1/+1
* cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki2019-08-151-0/+3
* cpu/intel: Refactor platform_enter_postcar()Kyösti Mälkki2019-08-151-1/+5
* cpu/intel: Replace bsp_init_and_start_aps()Kyösti Mälkki2019-08-151-0/+6
* lib: edid: Move manufacturer name from private extra to public infoHung-Te Lin2019-08-151-0/+1
* dram: Add basic DDR4 SPD parsingAndrey Petrov2019-08-142-1/+88
* cpu/x86: Hide smm_save_state_area_t typedefKyösti Mälkki2019-08-131-23/+0
* cpu/x86: Change old-style SMI handler prototypesKyösti Mälkki2019-08-132-8/+0
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-132-3/+14
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-137-443/+558
* arch/x86: Obsolete CACHE_AS_RAM configKyösti Mälkki2019-08-112-2/+2
* include, lib: Add <inttypes.h> printf macrosJacob Garber2019-08-102-6/+63
* string: implement strspn, strcspn, atolYuji Sasaki2019-08-101-0/+3