soc/amd/common: Rework block/acpi
commit3ce0360592f036ce586a49db84146d435a23e662
authorMarshall Dawson <marshalldawson3rd@gmail.com>
Fri, 3 May 2019 16:20:44 +0000 (3 10:20 -0600)
committerMartin Roth <martinroth@google.com>
Thu, 6 Jun 2019 18:50:44 +0000 (6 18:50 +0000)
tree20377cf7cd209a20354fa21f9d0c8655fabacb45
parent6ab5ed3b66fc215d0d03b19ab02fdcf8613c7d09
soc/amd/common: Rework block/acpi

The halt.c file relies on the ACPI register block in the AcpiMmio
range.  This register block is consistent across AMD device
generations, so to prepare for moving additional stoneyridge support
to this directory by changing the file name and add a Kconfig symbol
to control the build.

BUG=b:131682806

Change-Id: I2f7442dd78bced7f69b0416a8cd751291f82151f
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32654
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/amd/common/block/acpi/Kconfig [new file with mode: 0644]
src/soc/amd/common/block/acpi/Makefile.inc
src/soc/amd/common/block/acpi/acpi.c [moved from src/soc/amd/common/block/acpi/halt.c with 100% similarity]
src/soc/amd/stoneyridge/Kconfig