coreboot/src/soc/intel/jasperlake
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/jasperlake: Publish EMMC and SD card ACPI devices 2020-04-10 19:33:23 +00:00
bootblock soc/intel/jasperlake: Add new MCH device ids 2020-04-28 09:39:42 +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/{jsl,tgl}: Rename PcdDebugInterfaceFlags macros for better understanding 2020-05-01 06:56:45 +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 soc/intel/{jsl,tgl}: Rename PcdDebugInterfaceFlags macros for better understanding 2020-05-01 06:56:45 +00:00
cpu.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
elog.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
espi.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
finalize.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
fsp_params.c soc/intel/jasperlake: Fill PcieRpClkReqDetect from devicetree 2020-05-01 06:17:21 +00:00
gpio.c
graphics.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
gspi.c
i2c.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
Kconfig soc/intel: Disable config option for SCS by default 2020-04-17 20:00:08 +00:00
lockdown.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
Makefile.inc soc/intel/{tgl,jsl}: Use soc/intel/jasperlake for Jasper Lake SoC 2020-04-01 16:39:28 +00:00
meminit.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
p2sb.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
pmc.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
pmutil.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
reset.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
sd.c soc/intel: Constify struct device *param to sd_fill_soc_gpio_info 2020-04-28 19:50:07 +00:00
smihandler.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
smmrelocate.c src: Remove unused 'include <cpu/x86/cache.h>' 2020-05-01 06:10:49 +00:00
spi.c
systemagent.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00
uart.c soc/intel/jasperlake: Use SPDX for GPL-2.0-only files 2020-04-06 19:33:36 +00:00