aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2023-07-13 14:18:38 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-10-10 15:59:27 +0000
commitf955ecb4c5690db8031fe4ed70bb31992bbeda02 (patch)
treef7aca31eb7519fd225563c6396de6bc58981e6cb /src
parentded03d55ccd090c337a737748fc334fdee3efda6 (diff)
soc/amd/genoa: Enable cf9 IO early
Signed-off-by: Varshit Pandya <pandyavarshit@gmail.com> Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: I05990c2aca40d9cf47a9ebdfd269b80b8f60e300 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76505 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/genoa/early_fch.c2
1 files changed, 1 insertions, 1 deletions
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 */