Instead of having the mainboards duplicate the same boilerplate code utilize the common FADT infrastructure to reduce duplication.
Change-Id: If824619fd619433974e588050a933d2c19b97ec8
c3ee3f6 soc/intel/apollolake: use common FADT infrastructure
src/mainboard/intel/amenia/Kconfig | 1 +
src/mainboard/intel/amenia/acpi_tables.c | 41 +++-------------------
src/mainboard/intel/apollolake_rvp/acpi_tables.c | 41 +++-------------------
src/soc/intel/apollolake/Kconfig | 1 +
src/soc/intel/apollolake/acpi.c | 5 ++-
src/soc/intel/apollolake/include/soc/acpi.h | 2 --
6 files changed, 14 insertions(+), 77 deletions(-)
Upstream: review.coreboot.org