summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp1_1/romstage.c
Commit message (Expand)AuthorAgeFilesLines
* ChromeOS: Fix <vc/google/chromeos/chromeos.h>Kyösti Mälkki2021-11-091-1/+0
* drivers/intel/fsp1_1/romstage.c: Remove MCU updateArthur Heymans2021-09-011-4/+0
* drivers/intel/fsp1_1: Drop empty weak functionsAngel Pons2021-05-271-19/+0
* drivers/intel/fsp1_1: Drop unused weak definitionsAngel Pons2021-05-271-18/+0
* skylake,fsp1_1: Delete dead `report_memory_config()` functionAngel Pons2021-03-011-5/+0
* mrc_cache: Move code for triggering memory training into mrc_cacheShelley Chen2020-11-131-27/+21
* mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen2020-08-241-24/+24
* src: Remove unused 'include <cpu/x86/mtrr.h>'Elyes HAOUAS2020-06-061-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* arch/x86: Remove <arch/cbfs.h>Kyösti Mälkki2019-12-271-1/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-4/+0
* drivers/elog: Add elog_boot_notify()Kyösti Mälkki2019-09-131-2/+1
* drivers/intel/fsp1.1: Simplify bootflow and clean upArthur Heymans2019-05-291-48/+43
* Clean up unused arch/early_variables.h headerArthur Heymans2019-05-291-1/+0
* drivers/intel/fsp1.1: Remove unused functionArthur Heymans2019-05-271-7/+0
* soc/intel/fsp1.1: Implement postcar stageArthur Heymans2019-05-211-17/+3
* intel/fsp1_1: Drop remnants of `pei_data`Nico Huber2019-05-071-4/+0
* intel/fsp1_1: Move MRC cache pointers into `romstage_params`Nico Huber2019-05-071-14/+11
* intel/fsp1_1: Drop `boot_mode` from `pei_data`Nico Huber2019-05-071-3/+2
* intel/fsp1_1: Drop unused, weak raminit()Nico Huber2019-05-071-7/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-7/+7
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* drivers/intel/fsp1_1/romstage.c: Fix typoFrans Hendriks2018-12-041-1/+2
* intel: Use CF9 reset (part 2)Patrick Rudolph2018-10-221-3/+5
* drivers/intel/fsp*: Use newly added post codes for memory param prepFurquan Shaikh2018-10-181-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* drivers/tpm: Add TPM ramstage driver for devices without vboot.Philipp Deppenwiese2018-07-251-10/+0
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-041-3/+3
* compiler.h: add __weak macroAaron Durbin2018-04-241-11/+12
* drivers/intel/fsp: Fix TPM initialization when vboot is disabledYouness Alaoui2018-03-261-1/+0
* security/tpm: Change TPM naming for different layers.Philipp Deppenwiese2018-01-181-1/+1
* security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese2018-01-181-1/+1
* drivers/mrc_cache: move mrc_cache support to driversAaron Durbin2017-12-171-1/+1
* boardid: Minor clean up and standardizationJulius Werner2017-12-071-8/+0
* chromeec: Remove checks for EC in RODaisuke Nojiri2017-10-041-15/+0
* intel/fsp1_1: Don't consume FSP_SMBIOS_MEMORY_INFO_HOB in S3 resume pathSubrata Banik2017-07-171-4/+5
* drivers/intel/fsp1_1: Fix issues detected by checkpatchLee Leahy2017-03-171-4/+4
* drivers/intel/fsp1_1: Only display MMCONF address if supportedLee Leahy2017-03-141-2/+3
* soc/intel/common: remove mrc cache assumptionsAaron Durbin2016-12-151-12/+17
* lib: put romstage_handoff implementation in own compilation unitAaron Durbin2016-12-011-0/+1
* romstage_handoff: remove code duplicationAaron Durbin2016-12-011-8/+2
* lib/prog_loaders: use common ramstage_cache_invalid()Aaron Durbin2016-10-311-7/+0
* src/drivers: Capitalize CPU, RAM and ACPIElyes HAOUAS2016-07-311-1/+1
* bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh2016-07-281-1/+1
* drivers/intel/fsp1_1: align on using ACPI_Sx definitionsAaron Durbin2016-07-151-6/+7
* intel romstage: Use run_ramstage()Kyösti Mälkki2016-06-291-2/+2