coreboot-kgpe-d16/src/soc/intel/braswell
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/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
bootblock soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
include/soc acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
romstage soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
acpi.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
chip.c Replace DEVICE_NOOP with noop_(set|read)_resources 2020-04-10 11:50:22 +00:00
chip.h src: Remove not used 'include <smbios.h>' 2020-05-01 06:16:33 +00:00
cpu.c src: Remove unused 'include <cpu/x86/cache.h>' 2020-05-01 06:10:49 +00:00
elog.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
emmc.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
gfx.c device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
gpio.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
gpio_support.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
iosf.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
Kconfig soc/intel/braswell: Generate microcode binaries from tree 2020-03-07 17:51:32 +00:00
lpc_init.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
lpe.c soc/intel/braswell: Fix 16-bit read/write PCI_COMMAND register 2020-05-01 16:37:13 +00:00
lpss.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
Makefile.inc soc/intel/braswell: Generate microcode binaries from tree 2020-03-07 17:51:32 +00:00
memmap.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
northcluster.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
pcie.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
placeholders.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
pmutil.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
ramstage.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
sata.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
scc.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
sd.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
smbus.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
smihandler.c soc/intel/braswell: Fix 16-bit read/write PCI_COMMAND register 2020-05-01 16:37:13 +00:00
smm.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
southcluster.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
tsc_freq.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00
xhci.c soc/intel/braswell: Use SPDX for GPL-2.0-only files 2020-04-06 19:15:37 +00:00