coreboot-kgpe-d16/src/mainboard/intel/emeraldlake2
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
..
acpi mb/intel/emeraldlake2: Convert to ASL 2.0 syntax 2020-11-04 09:41:27 +00:00
acpi_tables.c ACPI: Select ACPI_SOC_NVS only where suitable 2021-01-18 07:21:34 +00:00
board_info.txt
chromeos.c mb/google,intel: Add ChromeOS GPIOs to onboard.h 2021-11-12 11:23:00 +00:00
cmos.layout mb/**/cmos.layout: Indent everything with tabs 2020-11-23 09:56:20 +00:00
devicetree.cb sb/intel/bd82x6x: Drop P_LVLx support in FADT 2021-06-07 11:37:17 +00:00
dsdt.asl ACPI: Move include for <vc/google/chromeos.asl> 2021-01-28 08:59:54 +00:00
early_init.c arch/x86: consolidate HPET base address definitions 2022-02-25 17:44:11 +00:00
ec.c mainboard/intel/emeraldlake2/ec.c: Use __func__ 2021-01-24 21:23:44 +00:00
ec.h
gpio.c
hda_verb.c
Kconfig IASL: Ignore IASL's "Missing dependency" warning 2022-01-28 16:34:23 +00:00
Kconfig.name
mainboard.c ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
Makefile.inc
onboard.h mb/google,intel: Add ChromeOS GPIOs to onboard.h 2021-11-12 11:23:00 +00:00
smihandler.c src: Remove unused <cpu/intel/model_206ax/model_206ax.h> 2021-02-11 10:25:44 +00:00
thermal.h