Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/76505?usp=email )
(
10 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: soc/amd/genoa: Enable cf9 IO early ......................................................................
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 --- M src/soc/amd/genoa/early_fch.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
diff --git a/src/soc/amd/genoa/early_fch.c b/src/soc/amd/genoa/early_fch.c index dcb390b..d0b526c 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 */