Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40937
to look at the new patch set (#3).
Change subject: acpi: Move ACPI table support out of arch/x86 (2/5) ......................................................................
acpi: Move ACPI table support out of arch/x86 (2/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 2/5 which moves the contents of arch/x86/include/arch/acpi*.h files into include/acpi/acpi*.h and updates the arch header files to include acpi header files. These are just temporary placeholders and will be removed later in the series.
BUG=b:155428745
Change-Id: I9acb787770b7f09fd2cbd99cb8d0a6499b9c64b3 Signed-off-by: Furquan Shaikh furquan@google.com --- M src/arch/x86/include/arch/acpi.h M src/arch/x86/include/arch/acpi_device.h M src/arch/x86/include/arch/acpi_ivrs.h M src/arch/x86/include/arch/acpi_pld.h M src/arch/x86/include/arch/acpigen.h M src/arch/x86/include/arch/acpigen_dsm.h M src/arch/x86/include/arch/acpigen_ps2_keybd.h A src/include/acpi/acpi.h A src/include/acpi/acpi_device.h A src/include/acpi/acpi_ivrs.h A src/include/acpi/acpi_pld.h A src/include/acpi/acpigen.h A src/include/acpi/acpigen_dsm.h A src/include/acpi/acpigen_ps2_keybd.h 14 files changed, 2,379 insertions(+), 2,348 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/40937/3