From e0b140627607569ca36da2d8cc7eec15e970bd71 Mon Sep 17 00:00:00 2001 From: Johnny Lin Date: Mon, 7 Nov 2022 11:41:52 +0800 Subject: drivers/ocp/ewl: Add EWL driver for EWL type 3 error handling 1. Restore the reverted 'commit 059902882ce5 ("drivers/ocp/ewl: Add EWL driver for EWL type 3 error handling")'. 2. Print more EWL type 3 error information when it occurs. Change-Id: Ib83b7653a839d18a065b929127549acd10bce7a7 Signed-off-by: Johnny Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/69280 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Zhang --- src/drivers/ocp/ewl/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/drivers/ocp/ewl/Kconfig (limited to 'src/drivers/ocp/ewl/Kconfig') diff --git a/src/drivers/ocp/ewl/Kconfig b/src/drivers/ocp/ewl/Kconfig new file mode 100644 index 0000000000..3c3b82dedc --- /dev/null +++ b/src/drivers/ocp/ewl/Kconfig @@ -0,0 +1,5 @@ +config OCP_EWL + bool + default n + help + It implements checking FSP Enhanced Warning Log Hob. -- cgit v1.2.3