diff options
author | Furquan Shaikh <furquan@google.com> | 2020-05-02 10:23:37 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-05-02 18:39:49 +0000 |
commit | e0844636aca974449c7257e846ec816db683d0b9 (patch) | |
tree | 23c21aecbf17b1b187e48f5f681eb544abb89f07 /src/mainboard/lenovo/t420s | |
parent | 6cc1e9e81efe794eb4ef0d0586fa7b8351577aba (diff) | |
download | coreboot-e0844636aca974449c7257e846ec816db683d0b9.tar.xz |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40937
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/lenovo/t420s')
0 files changed, 0 insertions, 0 deletions