Furquan Shaikh has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/40939 )
Change subject: acpi: Move ACPI table support out of arch/x86 (4/5) ......................................................................
acpi: Move ACPI table support out of arch/x86 (4/5)
This change moves all ACPI table support in coreboot currently living under arch/x86 into common code to make it architecture independent. ACPI table generation is not really tied to any architecture and hence it makes sense to move this to its own directory.
In order to make it easier to review, this change is being split into multiple CLs. This is change 4/5 which gets rid of the placeholder header files that were added to temporarily include acpi/ header files from arch/header files.
BUG=b:155428745
Change-Id: If6e8580c3c6433f9239e06a1dc7ba661b3f597e5 Signed-off-by: Furquan Shaikh furquan@google.com --- D src/arch/x86/include/arch/acpi.h D src/arch/x86/include/arch/acpi_device.h D src/arch/x86/include/arch/acpi_ivrs.h D src/arch/x86/include/arch/acpi_pld.h D src/arch/x86/include/arch/acpigen.h D src/arch/x86/include/arch/acpigen_dsm.h D src/arch/x86/include/arch/acpigen_ps2_keybd.h 7 files changed, 0 insertions(+), 31 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/40939/2