From 62ef88f3e902c92ca9e0c20bd6abf094468eafed Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 8 Dec 2020 23:18:19 +0100 Subject: soc/amd/cezanne: add AOAC support Change-Id: I9d7574b60640eaf9a47a797e823324edeaf1e770 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/48609 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Marshall Dawson --- src/soc/amd/cezanne/early_fch.c | 1 + 1 file changed, 1 insertion(+) (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 b6681e32e3..37ba4c7a1a 100644 --- a/src/soc/amd/cezanne/early_fch.c +++ b/src/soc/amd/cezanne/early_fch.c @@ -13,6 +13,7 @@ void fch_pre_init(void) fch_smbus_init(); fch_enable_cf9_io(); fch_enable_legacy_io(); + enable_aoac_devices(); /* * On reset Range_0 defaults to enabled. We want to start with a clean -- cgit v1.2.3