From 3da5569488bd6155be96ec57e1a477623a21b176 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Tue, 26 Jan 2021 18:30:18 +0800 Subject: soc/amd/cezanne: Enable early LPC support in bootblock stage Signed-off-by: Zheng Bao Signed-off-by: Raul E Rangel Change-Id: I739d97ddc5afd84a4bbc7e505b423158eb820767 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49929 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Angel Pons --- src/soc/amd/cezanne/early_fch.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/amd/cezanne/early_fch.c') diff --git a/src/soc/amd/cezanne/early_fch.c b/src/soc/amd/cezanne/early_fch.c index 37ba4c7a1a..8353cb155e 100644 --- a/src/soc/amd/cezanne/early_fch.c +++ b/src/soc/amd/cezanne/early_fch.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include #include #include @@ -9,6 +10,8 @@ /* Before console init */ void fch_pre_init(void) { + lpc_early_init(); + enable_acpimmio_decode_pm04(); fch_smbus_init(); fch_enable_cf9_io(); -- cgit v1.2.3