diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-07-13 14:19:09 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-10-10 16:00:16 +0000 |
commit | 4da9d6b41d08e58e0e8a868acd76cedfb1b54586 (patch) | |
tree | 802f4d7e21b90cf9d2287283f9fcc7e22f69acf7 /src/soc/amd/genoa/early_fch.c | |
parent | f955ecb4c5690db8031fe4ed70bb31992bbeda02 (diff) |
soc/amd/genoa: Add aoac.c & enable AOAC devices early
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ic9553e6016c92c9b1678c395cd6a9e6860bf8a76
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76506
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/genoa/early_fch.c')
-rw-r--r-- | src/soc/amd/genoa/early_fch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/amd/genoa/early_fch.c b/src/soc/amd/genoa/early_fch.c index d0b526cea5..21e988e763 100644 --- a/src/soc/amd/genoa/early_fch.c +++ b/src/soc/amd/genoa/early_fch.c @@ -12,6 +12,8 @@ void fch_pre_init(void) { fch_enable_cf9_io(); + + enable_aoac_devices(); } /* After console init */ |