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>
diff --git a/src/soc/amd/genoa/Makefile.inc b/src/soc/amd/genoa/Makefile.inc
index 6b936b6..2f7241d 100644
--- a/src/soc/amd/genoa/Makefile.inc
+++ b/src/soc/amd/genoa/Makefile.inc
@@ -6,9 +6,11 @@
 all-y		+= config.c
 
 bootblock-y	+= early_fch.c
+bootblock-y	+= aoac.c
 
 romstage-y	+= romstage.c
 
+ramstage-y	+= aoac.c
 ramstage-y	+= chip.c
 
 CPPFLAGS_common += -I$(src)/soc/amd/genoa/include