diff options
author | Johnny Lin <johnny_lin@wiwynn.com> | 2022-11-07 11:41:52 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-05-12 15:03:29 +0000 |
commit | e0b140627607569ca36da2d8cc7eec15e970bd71 (patch) | |
tree | 85d8fc4da4717d20bb11f1ab6db4a17da12f93c2 /src/drivers/ocp/ewl/Kconfig | |
parent | b3907c74d51357ad40c69e30b4e41bcbdfd7cec6 (diff) |
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 <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69280
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jon.zhixiong.zhang@gmail.com>
Diffstat (limited to 'src/drivers/ocp/ewl/Kconfig')
-rw-r--r-- | src/drivers/ocp/ewl/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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. |