coreboot/src/mainboard
Furquan Shaikh 76cedd2c29 acpi: Move ACPI table support out of arch/x86 (3/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 3/5 which basically is generated by
running the following command:
$ git grep -iIl "arch/acpi" | xargs sed -i 's/arch\/acpi/acpi\/acpi/g'

BUG=b:155428745

Change-Id: I16b1c45d954d6440fb9db1d3710063a47b582eae
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40938
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
2020-05-02 18:45:16 +00:00
..
51nb acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
adlink mb/*/Kconfig: Factor out MAINBOARD_VENDOR 2020-03-03 10:15:22 +00:00
amd acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
aopen acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
apple acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
asrock acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
asus acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
bap acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
biostar acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
cavium mainboard/cavium: Use SPDX for GPL-2.0-only files 2020-04-06 13:40:04 +00:00
compulab acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
elmex acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
emulation acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
facebook acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
foxconn acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
getac acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
gigabyte acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
gizmosphere acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
google acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
hp acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
ibase acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
intel acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
jetway acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
kontron acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
lenovo acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
libretrend acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
lippert acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
msi acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
ocp acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
opencellular mainboard/opencellular: Use SPDX for GPL-2.0-only files 2020-04-05 17:46:05 +00:00
packardbell acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
pcengines acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
portwell acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
protectli acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
purism acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
razer acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
roda acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
samsung acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
sapphire acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
scaleway acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
siemens acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
sifive mainboard/sifive: Use SPDX for GPL-2.0-only files 2020-04-04 15:19:45 +00:00
supermicro acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
system76 acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
ti mainboard/ti: Use SPDX for GPL-2.0-only files 2020-04-04 15:22:06 +00:00
up acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
Kconfig mb/*/Kconfig: Factor out MAINBOARD_VENDOR 2020-03-03 10:15:22 +00:00