Revert "soc/intel/xeon_sp: Enable FSP_ERROR_INFO_HOB handling"
This reverts commit 80b1fa33
.
Reason for revert:
"Error: CONFIG() used on unknown value (ENABLE_FSP_ERROR_INFO) at src/soc/intel/xeon_sp/romstage.c:20"
Change-Id: I843322fc9d7ebbc30e9209ae933313f2668bfa40
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71287
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
0f9508638d
commit
141a1772ca
2 changed files with 0 additions and 4 deletions
|
@ -10,6 +10,5 @@ void mainboard_memory_init_params(FSPM_UPD * mupd);
|
||||||
void mainboard_rtc_failed(void);
|
void mainboard_rtc_failed(void);
|
||||||
void save_dimm_info(void);
|
void save_dimm_info(void);
|
||||||
void mainboard_ewl_check(void);
|
void mainboard_ewl_check(void);
|
||||||
void fsp_check_for_error(void);
|
|
||||||
|
|
||||||
#endif /* _SOC_ROMSTAGE_H_ */
|
#endif /* _SOC_ROMSTAGE_H_ */
|
||||||
|
|
|
@ -17,9 +17,6 @@ void mainboard_romstage_entry(void)
|
||||||
printk(BIOS_DEBUG, "coreboot fsp_memory_init finished...\n");
|
printk(BIOS_DEBUG, "coreboot fsp_memory_init finished...\n");
|
||||||
mainboard_ewl_check();
|
mainboard_ewl_check();
|
||||||
|
|
||||||
if (CONFIG(ENABLE_FSP_ERROR_INFO))
|
|
||||||
fsp_check_for_error();
|
|
||||||
|
|
||||||
unlock_pam_regions();
|
unlock_pam_regions();
|
||||||
|
|
||||||
save_dimm_info();
|
save_dimm_info();
|
||||||
|
|
Loading…
Reference in a new issue