coreboot/src/soc/intel/braswell
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 arch/x86: consolidate HPET base address definitions 2022-02-25 17:44:11 +00:00
bootblock Rename ECAM-specific MMCONF Kconfigs 2021-11-10 17:24:16 +00:00
include/soc arch/x86: factor out and commonize HPET_BASE_ADDRESS definition 2022-02-25 17:42:45 +00:00
romstage
acpi.c soc/intel/braswell: Set GNVS DPTE via devicetree 2021-11-01 16:02:13 +00:00
chip.c soc/intel/braswell: use mp_cpu_bus_init 2021-10-22 01:28:06 +00:00
chip.h soc/intel/braswell: Set GNVS DPTE via devicetree 2021-11-01 16:02:13 +00:00
cpu.c cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
elog.c
emmc.c
fadt.c soc/intel: drop P_BLK support 2021-10-13 18:05:05 +00:00
gfx.c
gpio.c
gpio_support.c
iosf.c
Kconfig Rename ECAM-specific MMCONF Kconfigs 2021-11-10 17:24:16 +00:00
lpc_init.c
lpe.c soc/intel: Replace bad uses of find_resource 2021-11-04 17:34:30 +00:00
lpss.c soc/intel: Replace bad uses of find_resource 2021-11-04 17:34:30 +00:00
Makefile.inc cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
memmap.c
northcluster.c src/soc to src/superio: Fix spelling errors 2021-10-05 18:07:08 +00:00
pcie.c
placeholders.c
pmutil.c
ramstage.c src/{drivers,soc}: Fix some code indents 2022-01-28 15:10:46 +00:00
sata.c
scc.c soc/intel: Replace bad uses of find_resource 2021-11-04 17:34:30 +00:00
sd.c
smbus.c
smihandler.c
smm.c
southcluster.c treewide: Remove "ERROR: "/"WARN: " prefixes from log messages 2022-02-07 23:29:09 +00:00
tsc_freq.c
xhci.c