coreboot-kgpe-d16/src/acpi
Felix Held 972d9f2cce arch/x86: consolidate HPET base address definitions
Both the HPET_BASE_ADDRESS define from arch/x86/include/arch/hpet.h and
the HPET_ADDRESS Kconfig option define the base address of the HPET MMIO
region which is 0xfed00000 on all chipsets and SoCs in the coreboot
tree. Since these two different constants are used in different places
that however might end up used in the same coreboot build, drop the
Kconfig option and use the definition from arch/x86 instead. Since it's
no longer needed to check for a mismatch of those two constants, the
corresponding checks are dropped too.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ia797bb8ac150ae75807cb3bd1f9db5b25dfca35e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62307
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Lance Zhao
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-02-25 17:44:11 +00:00
..
Kconfig ACPI: Refactor use of global and device NVS 2021-06-14 19:45:56 +00:00
Makefile.inc
acpi.c arch/x86: consolidate HPET base address definitions 2022-02-25 17:44:11 +00:00
acpi_pm.c
acpigen.c src/acpi/acpigen.c: Reformat code 2022-02-21 15:19:24 +00:00
acpigen_dptf.c dptf: Add support for one more temperature sensor 2021-11-26 11:19:32 +00:00
acpigen_dsm.c
acpigen_extern.asl ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
acpigen_pci.c
acpigen_ps2_keybd.c arch/x86/acpi: Add code for KEY_MENU 2022-02-18 20:18:41 +00:00
acpigen_usb.c src/acpi: Remove unused <acpi/acpi.h> 2022-01-10 17:22:47 +00:00
device.c src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00
dsdt_top.asl ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
gnvs.c src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
pld.c
sata.c src/acpi: Remove unused <acpi/acpi.h> 2022-01-10 17:22:47 +00:00
soundwire.c src: Remove unused <stdbool> 2022-01-19 15:15:50 +00:00