summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0/memory_init.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/intel/fsp2_0: Add boot mode stringsMarx Wang2023-12-261-1/+16
* drivers/intel/fsp2_0: Support embedding a second FSP-M/FSP-SJonathon Hall2023-10-201-4/+7
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-081-1/+1
* drivers/intel/fsp2_0: Introduce MRC cache store after FSP-M/S APIsSubrata Banik2023-09-051-1/+4
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-6/+6
* {commonlib/drivers}: Have option to store MRC version inside CBMEMSubrata Banik2023-06-231-9/+21
* driver/intel/fsp2_0: Add support to store MRC cache using MRC versionSubrata Banik2023-06-231-12/+43
* soc/intel: Rename IA common code module from `TOM` to `RAMTOP`Subrata Banik2023-03-231-5/+5
* drivers/intel/fsp2_0: Have provision for caching TOM regionSubrata Banik2023-03-131-0/+10
* drivers/intel/fsp2_0: Print `mrc_cache` size in decimalSubrata Banik2023-03-071-1/+1
* drivers/intel/fsp2_0: Update MRC cache in ramstageReka Norman2022-12-061-24/+9
* drivers/intel/fsp2_0/memory_init.c: clean codeMaximilian Brune2022-11-071-5/+3
* treewide: Unify Google brandingJon Murphy2022-07-041-1/+1
* driver/intel/fsp2_0: Disable NULL deref code when calling FSPArthur Heymans2022-06-011-5/+9
* src: Remove unused <bootmode.h>Elyes HAOUAS2022-03-271-1/+0
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-3/+3
* drivers/intel/fsp2_0/include/fsp: fix fsp_headerJulian Schroeder2022-02-021-2/+2
* drivers/intel/fsp2_0: Print return value when dyingAngel Pons2022-01-021-2/+1
* drivers/intel/fsp2_0: Add preload_fspm and preload_fspsRaul E Rangel2021-11-081-0/+9
* Revert "drivers/intel/fsp2_0: use FSP to allocate APEI BERT memory region"Felix Held2021-07-121-15/+0
* drivers/intel/fsp2_0: Add timestamps for loading FSPM & FSPSMartin Roth2021-06-101-0/+1
* fsp2_0: Replace fspld->get_destination() callback with CBFS allocatorJulius Werner2021-04-051-27/+14
* drivers/intel/fsp2_0/memory_init: check if UPD struct has expected sizeFelix Held2021-02-231-0/+17
* drivers/intel/fsp2_0: Fix running on x86_64Patrick Rudolph2021-02-041-7/+7
* drivers/intel/fsp2_0: factor out and improve UPD signature checkFelix Held2021-01-301-3/+1
* drivers/intel/fsp2_0: Add meaningful ERROR messageSubrata Banik2021-01-231-4/+3
* drivers/intel/fsp2_0/memory_init: Wrap calls into FSPPatrick Rudolph2020-12-051-1/+8
* mrc_cache: Move code for triggering memory training into mrc_cacheShelley Chen2020-11-131-12/+0
* mrc_cache: Move mrc_cache_*_hash functions into mrc_cache driverShelley Chen2020-10-201-13/+0
* mrc_cache: Add config MRC_SAVE_HASH_IN_TPMShelley Chen2020-10-201-4/+4
* security/vboot: Rename mem_init.h to mrc_cache_hash_tpm.hShelley Chen2020-10-191-1/+1
* drivers/intel/fsp2_0: use FSP to allocate APEI BERT memory regionJonathan Zhang2020-10-021-0/+15
* mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen2020-08-241-8/+5
* drivers/intel/fsp2_0: don't select FSP_USES_CB_STACK on FSP 2.0 platformFelix Held2020-08-131-1/+2
* drivers/intel/fsp2_0: Allow SoC/mainboard to update NvsBufferPtrFurquan Shaikh2020-06-101-9/+10
* drivers/intel/fsp2_0: add option to compress FSP-M in cbfsAaron Durbin2020-05-281-66/+47
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* vboot: remove extraneous vboot_recovery_mode_memory_retrainJoel Kitching2020-03-121-1/+2
* drivers/intel/fsp2_0: move die() calls to the functionsMichael Niewöhner2019-10-261-2/+1
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-4/+5
* drivers/intel/fsp2_0: Add ENV_CACHE_AS_RAM check for consumed rangesMarshall Dawson2019-10-211-4/+5
* drivers/elog: Add elog_boot_notify()Kyösti Mälkki2019-09-131-2/+1
* intel/fsp2_0: Move TS_BEFORE_INITRAMKyösti Mälkki2019-09-131-2/+2
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-111-1/+1
* drivers/intel/fsp2_0: Fix minor whitespaceMarshall Dawson2019-09-091-1/+1
* intel/fsp2_0: Move temporary RAM to .bss with FSP_USES_CB_STACKKyösti Mälkki2019-09-091-12/+15
* intel/fsp2_0: Add TS_BEFORE_RAMINIT and TS_AFTER_RAMINITKyösti Mälkki2019-08-191-0/+4