coreboot-kgpe-d16/src/soc/intel/common
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
..
acpi soc/intel/common: Add method to modify GPIO community PM config 2020-04-29 03:01:22 +00:00
basecode
block acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
pch soc/intel: Disable config option for SCS by default 2020-04-17 20:00:08 +00:00
acpi.h
acpi_wake_source.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
hda_verb.c soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00
hda_verb.h soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00
Kconfig.common soc/intel/Kconfig: Avoid specifying dedicated chipset name 2020-03-15 13:12:05 +00:00
Makefile.inc soc/intel/common: Bring DISPLAY_MTRRS into the light 2018-11-23 08:34:16 +00:00
mma.c soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00
mma.h soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00
nhlt.c soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00
reset.c soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00
reset.h intel: Use CF9 reset (part 2) 2018-10-22 08:35:32 +00:00
smbios.c soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00
smbios.h soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00
tpm_tis.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
vbt.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
vbt.h soc/intel/common: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:50 +00:00