From f955ecb4c5690db8031fe4ed70bb31992bbeda02 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 13 Jul 2023 14:18:38 +0200 Subject: soc/amd/genoa: Enable cf9 IO early Signed-off-by: Varshit Pandya Signed-off-by: Arthur Heymans Change-Id: I05990c2aca40d9cf47a9ebdfd269b80b8f60e300 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76505 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/genoa/early_fch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/genoa/early_fch.c b/src/soc/amd/genoa/early_fch.c index dcb390b5c9..d0b526cea5 100644 --- a/src/soc/amd/genoa/early_fch.c +++ b/src/soc/amd/genoa/early_fch.c @@ -11,7 +11,7 @@ /* Before console init */ void fch_pre_init(void) { - + fch_enable_cf9_io(); } /* After console init */ -- cgit v1.2.3