coreboot/src/cpu/intel
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
..
car src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
common acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
fit src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
haswell acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
hyperthreading src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
microcode src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_6bx src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_6ex src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_6fx src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_6xx src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_65x src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_67x src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_68x src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_106cx src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_206ax acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
model_1067x src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_2065x acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
model_f2x src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_f3x src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
model_f4x src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
slot_1 cpu/intel/slot_1: Cache romstage XIP execution 2020-03-03 07:41:40 +00:00
smm src: Remove unused 'include <cpu/x86/cache.h>' 2020-05-01 06:10:49 +00:00
socket_441 nb/intel/i945: Move to C_ENVIRONMENT_BOOTBLOCK 2019-11-15 16:45:48 +00:00
socket_BGA956 nb/intel/gm45: Add C_ENVIRONMENT_BOOTBLOCK support 2019-10-28 11:59:17 +00:00
socket_FCBGA559 nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCK 2019-05-25 15:49:27 +00:00
socket_LGA775 Drop superfluous C_ENVIRONMENT_BOOTBLOCK checks 2019-11-25 09:17:14 +00:00
socket_m nb/intel/i945: Move to C_ENVIRONMENT_BOOTBLOCK 2019-11-15 16:45:48 +00:00
socket_mPGA604 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol 2019-11-25 09:17:38 +00:00
socket_p nb/intel/gm45: Add C_ENVIRONMENT_BOOTBLOCK support 2019-10-28 11:59:17 +00:00
speedstep acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
turbo src/cpu: Use SPDX for GPL-2.0-only files 2020-04-04 14:59:17 +00:00
Kconfig Kconfig: comply to Linux 5.3's Kconfig language rules 2019-11-23 20:09:56 +00:00
Makefile.inc nb/intel/nehalem: Rename to ironlake 2020-03-15 13:04:20 +00:00