coreboot/src/drivers/intel/gma
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 drivers/intel/gma: fold gma.asl into default_brightness_levels.asl 2020-03-31 10:51:33 +00:00
hires_fb drivers/intel/gma: Move gfxinit into sub package 2019-03-27 08:31:07 +00:00
text_fb drivers/intel/gma: Move gfxinit into sub package 2019-03-27 08:31:07 +00:00
acpi.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
drm_dp_helper.h
edid.c drivers/intel/gma: Print EDID with leading instead of trailing space 2020-02-17 15:43:58 +00:00
edid.h
gma-gfx_init.ads drivers/intel/gma: Move gfxinit into sub package 2019-03-27 08:31:07 +00:00
gma.adb drivers/intel/gma: Export Read_EDID() to C 2019-08-05 16:12:53 +00:00
gma.ads drivers/intel/gma: Export Read_EDID() to C 2019-08-05 16:12:53 +00:00
gma.h drivers/intel/gma: put controller in separate header 2020-04-28 08:01:50 +00:00
i915.h drivers/intel/gma: put controller in separate header 2020-04-28 08:01:50 +00:00
i915_reg.h drivers/intel/gma: Remove unneeded white space 2020-04-09 14:48:31 +00:00
int15.c src/drivers: Use SPDX for GPL-2.0-only files 2020-04-06 13:42:15 +00:00
int15.h coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
intel_bios.h Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
intel_ddi.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
Kconfig drivers/intel/gma/acpi: Add Kconfigs for backlight registers 2020-03-25 10:54:38 +00:00
libgfxinit.h src/drivers: Use SPDX for GPL-2.0-only files 2020-04-06 13:42:15 +00:00
Makefile.inc AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file 2019-10-22 12:55:10 +00:00
opregion.c acpi: Move ACPI table support out of arch/x86 (3/5) 2020-05-02 18:45:16 +00:00
opregion.h AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file 2019-10-22 12:55:10 +00:00
vbt.c AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file 2019-10-22 12:55:10 +00:00