summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/fsp2_0/debug.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/intel/fsp2_0: Remove unused function fsp_write_lineJeremy Compostella2024-02-051-6/+0
* drivers/intel/fsp: Set FSP_LOG_LEVEL_ERR_WARN_INFO for DEBUG_RAM_SETUPKane Chen2022-02-161-1/+1
* drivers/intel/fsp: Map FSP debug level to coreboot console levelSubrata Banik2022-01-031-0/+37
* drivers/intel/fsp2_0: Add support to identify GPIO config changesFurquan Shaikh2021-04-161-0/+33
* 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
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-7/+7
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+5
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-12/+12
* soc/intel/common: Bring DISPLAY_MTRRS into the lightNico Huber2018-11-231-16/+6
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* drivers/intel/fsp2_0: Make FSP Headers Consumable out of BoxBrandon Breitenstein2016-09-021-7/+7
* drivers/intel/fsp2_0: Fix FSP reset pathLee Leahy2016-08-121-0/+3
* drivers/intel/fsp2_0: Add fsp_write_line functionLee Leahy2016-08-101-0/+7
* drivers/intel/fsp2_0: Update the debug levelsLee Leahy2016-08-031-2/+2
* drivers/intel/fsp2_0: Verify HOBs returned by FspMemoryInitLee Leahy2016-08-031-1/+7
* drivers/intel/fsp2_0: Add display HOB supportLee Leahy2016-08-031-4/+15
* drivers/intel/fsp2_0: Add UPD display supportLee Leahy2016-08-031-0/+8
* drivers/intel/fsp2_0: Monitor FSP setting of MTRRsLee Leahy2016-08-031-1/+22
* drivers/intel/fsp2_0: Display FSP calls and statusLee Leahy2016-08-021-0/+79