coreboot-kgpe-d16/src
Furquan Shaikh e0844636ac acpi: Move ACPI table support out of arch/x86 (2/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 2/5 which moves the contents of
arch/x86/include/arch/acpi*.h files into include/acpi/acpi*.h and
updates the arch header files to include acpi header files. These are
just temporary placeholders and will be removed later in the series.

BUG=b:155428745

Change-Id: I9acb787770b7f09fd2cbd99cb8d0a6499b9c64b3
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40937
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
2020-05-02 18:39:49 +00:00
..
acpi acpi: Move ACPI table support out of arch/x86 (1/5) 2020-05-02 18:39:40 +00:00
arch acpi: Move ACPI table support out of arch/x86 (2/5) 2020-05-02 18:39:49 +00:00
commonlib rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE 2020-04-23 01:21:56 +00:00
console drivers/pc80/rtc: Drop CMOS_POST_EXTRA option 2020-04-20 06:13:39 +00:00
cpu intel/stm: Drop now unneeded `num_cpus` param 2020-05-02 17:04:16 +00:00
device device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
drivers src: Remove not used 'include <smbios.h>' 2020-05-01 06:16:33 +00:00
ec ec/google/chromeec: Fix incorrect diag message 2020-05-01 06:57:11 +00:00
include acpi: Move ACPI table support out of arch/x86 (2/5) 2020-05-02 18:39:49 +00:00
lib rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE 2020-04-23 01:21:56 +00:00
mainboard mb/asus/p2b*: Get rid of power button device 2020-05-02 17:10:06 +00:00
northbridge nb/intel/i440bx: Clean up register_values table 2020-05-02 13:39:20 +00:00
security intel/stm: Drop now unneeded `num_cpus` param 2020-05-02 17:04:16 +00:00
soc soc/amd/picasso: add sd/emmc0 configuration to chip.h 2020-05-01 23:28:37 +00:00
southbridge src/acpi: Drop Kconfig option ACPI_SATA_GENERATOR 2020-05-02 12:09:51 +00:00
superio superio/aspeed/common: Add early configure functions 2020-04-29 16:06:02 +00:00
vendorcode vc/eltan/security/verified_boot/vboot_check.c: Increase wb_buffer size 2020-05-01 06:38:37 +00:00
Kconfig src/Kconfig: enable USE_BLOBS by default 2020-04-14 10:03:55 +00:00