summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0
Commit message (Expand)AuthorAgeFilesLines
* intel: fsp2_0: Move last pieces to new CBFS APIJulius Werner2021-04-144-30/+18
* fsp2_0: Replace fspld->get_destination() callback with CBFS allocatorJulius Werner2021-04-054-89/+27
* program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner2021-03-172-3/+7
* driver/intel/fsp2_0: Allow function to run serially on all APsAamir Bohra2021-03-114-8/+7
* drivers/intel/fsp2_0: Integrate FirmwareVersionInfo.hRonak Kanabar2021-02-263-5/+37
* intel/fsp2_0: Fix the mp_get_processor_infoAamir Bohra2021-02-231-8/+13
* drivers/intel/fsp2_0/memory_init: check if UPD struct has expected sizeFelix Held2021-02-231-0/+17
* drivers/intel/fsp2_0: Allow larger FSPS UPD than expected in corebootNikolai Vyssotski2021-02-171-4/+8
* soc/amd,intel: Drop s3_resume parameter on FSP-S functionsKyösti Mälkki2021-02-092-5/+5
* drivers/intel/fsp1_1,fsp2_0: Refactor logo displayKyösti Mälkki2021-02-095-41/+10
* src: Remove redundant <commonlib/bsd/compiler.h>Elyes HAOUAS2021-02-071-1/+0
* drivers/intel/fsp2_0: Add support for MP services2 PPIAamir Bohra2021-02-067-62/+243
* intel: Rename config FSP_USES_MP_SERVICES_PPI to MP_SERVICES_PPIFurquan Shaikh2021-02-062-2/+2
* intel: Drop FSP_PEIM_TO_PEIM_INTERFACEFurquan Shaikh2021-02-062-14/+1
* drivers/intel/fsp2_0: Fix running on x86_64Patrick Rudolph2021-02-047-33/+51
* drivers/intel/fsp2_0: Use CBFS_MCACHE when coreboot tears down CARArthur Heymans2021-02-011-1/+1
* drivers/intel/fsp2_0: Use coreboot postcar with FSP-TArthur Heymans2021-02-012-0/+9
* drivers/intel/fsp2_0: factor out and improve UPD signature checkFelix Held2021-01-304-6/+19
* stage_cache: Add resume_from_stage_cache()Kyösti Mälkki2021-01-291-1/+1
* drivers/intel/fsp2_0/header_display.c: Correct component_attribute checkBenjamin Doron2021-01-251-1/+1
* arch/x86/car.ld: Account for FSP-T reserved areaArthur Heymans2021-01-241-0/+9
* drivers/intel/fsp2_0: Add meaningful ERROR messageSubrata Banik2021-01-231-4/+3
* drivers/intel/fsp2_0: recreate FSP targets on config changeMichael Niewöhner2020-12-211-1/+1
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-143-57/+50
* drivers/intel/fsp2_0/memory_init: Wrap calls into FSPPatrick Rudolph2020-12-053-3/+22
* drivers/intel/fsp2_0: FSP-T requires NO_CBFS_MCACHEArthur Heymans2020-12-041-0/+1
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+2
* drivers/intel/fsp2_0/notify: Fix compilation under x86_64Patrick Rudolph2020-12-011-1/+1
* drivers/intel/fsp2_0: Remove console in weak functionArthur Heymans2020-11-301-1/+0
* drivers/intel/fsp2_0: move the FSP FD PATH option down in menuconfigMichael Niewöhner2020-11-261-6/+6
* drivers/intel/fsp2_0: introduce possibility of using a full FD binaryMichael Niewöhner2020-11-262-10/+17
* intel/fsp2_0: Add soc_validate_fsp_version for FSP version checkJohnny Lin2020-11-203-18/+21
* mrc_cache: Move code for triggering memory training into mrc_cacheShelley Chen2020-11-131-12/+0
* soc/intel/common: Create common Intel FSP reset code blockSubrata Banik2020-11-021-0/+8
* drivers/intel/fsp2_0: Add function to report FSP-T outputArthur Heymans2020-11-023-0/+30
* 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-202-21/+4
* security/vboot: Rename mem_init.h to mrc_cache_hash_tpm.hShelley Chen2020-10-192-20/+1
* drivers/intel/fsp2_0: use FSP to allocate APEI BERT memory regionJonathan Zhang2020-10-023-2/+31
* drivers/intel/fsp2_0: Add CONFIG_FSP_STATUS_GLOBAL_RESETSubrata Banik2020-09-211-0/+44
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-212-2/+0
* mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen2020-08-241-8/+5
* src: Remove unused 'include <lib.h>'Elyes HAOUAS2020-08-181-1/+0
* drivers/intel/fsp2_0/hand_off_block: Remove dead decrementElyes HAOUAS2020-08-171-3/+2
* drivers/intel/fsp2_0: don't select FSP_USES_CB_STACK on FSP 2.0 platformFelix Held2020-08-132-6/+9
* drivers/intel/fsp2_0: Fill EFI_CPU_PHYSICAL_LOCATION structure informationSubrata Banik2020-08-131-1/+11
* drivers/intel/fsp2_0: Do AP re-init after FSP-S if USE_INTEL_FSP_MP_INIT enableSubrata Banik2020-08-064-0/+26
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-2/+2
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-1/+1
* lib/coreboot_table: Add Intel FSP version to coreboot tableJohnny Lin2020-07-042-1/+40