aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/silicon_init.c
AgeCommit message (Expand)Author
2021-01-30drivers/intel/fsp2_0: factor out and improve UPD signature checkFelix Held
2021-01-29stage_cache: Add resume_from_stage_cache()Kyösti Mälkki
2020-12-05drivers/intel/fsp2_0/memory_init: Wrap calls into FSPPatrick Rudolph
2020-08-06drivers/intel/fsp2_0: Do AP re-init after FSP-S if USE_INTEL_FSP_MP_INIT enableSubrata Banik
2020-06-14drivers/intel/fsp2_0: Add FSP 2.2 specific supportSubrata Banik
2020-05-28drivers/intel/fsp2_0: add option to compress FSP-S in cbfsAaron Durbin
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2019-12-19{drivers,soc}/intel/fsp2_0: Move chipset specific logo handling to SoCWim Vervoorn
2019-12-06drivers/intel/fsp2_0: Add logo supportWim Vervoorn
2019-10-22AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth
2019-10-20drivers/intel/fsp2_0: Make vbt_get() conditionalMarshall Dawson
2019-09-13drivers/intel/fsp2_0: Allocate cfg_region_size for UPDMarshall Dawson
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29drivers/intel/fsp2_0: Fix typo mistakeSubrata Banik
2019-05-22post_code: add post code for video initialization failureKeith Short
2019-05-22post_code: add post code for invalid vendor binaryKeith Short
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-05-25drivers/intel/fsp2_0: Make use of xmalloc for FSP-S UPDSubrata Banik
2017-07-17intel/fsp: Add and use new post codes for FSP phase indicationSubrata Banik
2017-03-10drivers/intel/fsp2_0: Remove braces for single statementsLee Leahy
2017-02-22drivers/intel/{fsp1_1,fsp2_0}: Provide separate function for fsp loadFurquan Shaikh
2016-11-21fsp2_0: implement stage cache for silicon initBrandon Breitenstein
2016-09-02drivers/intel/fsp2_0: Make FSP Headers Consumable out of BoxBrandon Breitenstein
2016-08-03drivers/intel/fsp2_0: FSP driver handles all FSP errorsLee Leahy
2016-08-02drivers/intel/fsp2_0: Display FSP calls and statusLee Leahy
2016-07-28drivers/intel/fsp2_0: Update the copyrightsLee Leahy
2016-07-19drivers/intel/fsp2_0: handle reset requests from FSPSAaron Durbin
2016-07-19drivers/intel/fsp2_0: load and relocate FSPS in cbmemAaron Durbin
2016-05-26drivers/intel/fsp2_0: Send post codes around calls to the blobsAlexandru Gagniuc
2016-05-18drivers/intel/fsp2_0: Add recipes for FSP blobs in CBFSAndrey Petrov
2016-05-12drivers/intel/fsp2_0: Add timestamps around all calls to the blobAlexandru Gagniuc
2016-03-08drivers/intel/fsp2_0: Add SiliconInit APIAndrey Petrov