coreboot-kgpe-d16/src/soc/intel
Duncan Laurie 3b70ad8ecf soc/intel/common: Use per-soc definition for BAR sizes
The various platform BARs are not always the same size across different
SOCs, so use the defined size rather than a hardcoded value.

This results in the following change on TGL which increased the MCHBAR
size to 128K:

-system 00:00: [mem 0xfedc0000-0xfeddffff] has been reserved
+system 00:00: [mem 0xfedc0000-0xfedc7fff] has been reserved

And fixes the following error output from the kernel:

resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff],
  which spans more than pnp 00:00 [mem 0xfedc0000-0xfedc7fff]

Change-Id: I82796c2fc81dec883f3c69ae7bdcedc7d3f16c64
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47378
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
2020-11-20 00:27:21 +00:00
..
alderlake soc/intel/common/acpi,mb/*: replace the two obsolete LPID with PEPD 2020-11-20 00:12:09 +00:00
apollolake soc/intel: Use of common reset code block 2020-11-02 10:43:53 +00:00
baytrail src: Include <arch/io.h> when appropriate 2020-10-26 06:44:40 +00:00
braswell src: Update some incorrect config options in comments 2020-11-16 12:09:58 +00:00
broadwell soc/intel/broadwell/systemagent.c: Rename to northbridge.c 2020-11-16 11:06:30 +00:00
cannonlake soc/intel/common/acpi,mb/*: replace the two obsolete LPID with PEPD 2020-11-20 00:12:09 +00:00
common soc/intel/common: Use per-soc definition for BAR sizes 2020-11-20 00:27:21 +00:00
denverton_ns soc/intel/denverton_ns: Generate ACPI DMAR Table 2020-11-16 12:09:32 +00:00
elkhartlake soc/intel/common/acpi,mb/*: replace the two obsolete LPID with PEPD 2020-11-20 00:12:09 +00:00
icelake soc/intel/*/chip: Remove unused devicetree entry 2020-11-09 07:27:38 +00:00
jasperlake soc/intel/common/acpi,mb/*: replace the two obsolete LPID with PEPD 2020-11-20 00:12:09 +00:00
quark arch/x86: Introduce ARCH_ALL_STAGES_X86_32 2020-09-26 11:42:28 +00:00
skylake soc/intel/{skl,cnl}: replace PM ACPI timer dt option by Kconfig 2020-11-13 17:32:37 +00:00
tigerlake soc/intel/tigerlake: Enable GPIO IOSTANDBY configuration 2020-11-20 00:25:37 +00:00
xeon_sp soc/intel/xeon_sp: Fix SKX SATA drive boot issue 2020-11-17 18:20:46 +00:00
Kconfig