diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2024-11-14 13:57:16 +0100 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-11-18 11:34:36 +0000 |
commit | 3a7102d628a5af3531d640d7121dd0eebd47b7cd (patch) | |
tree | e601f70304251d62b292355ca44dd3e41d58e3bc /src | |
parent | 00b0285b36644d6c4c64b0c28782db1962fc4568 (diff) |
vendorcode/intel/fsp/skx_sp: Fix PCI domain scanning
Properly scan all logical stack when creating PCI domains.
Fixes PCI bus ranges being used on other stacks, since they look
unused, as not all stacks are checked.
Change-Id: I13c8b389a585dbccec182d3c98021f1d9d648b2c
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85138
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shuo Liu <shuo.liu@intel.com>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vendorcode/intel/fsp/fsp2_0/skylake_sp/FspmUpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vendorcode/intel/fsp/fsp2_0/skylake_sp/FspmUpd.h b/src/vendorcode/intel/fsp/fsp2_0/skylake_sp/FspmUpd.h index 7a6ecb1325..f81e218634 100644 --- a/src/vendorcode/intel/fsp/fsp2_0/skylake_sp/FspmUpd.h +++ b/src/vendorcode/intel/fsp/fsp2_0/skylake_sp/FspmUpd.h @@ -137,9 +137,7 @@ typedef enum { } IIO_STACKS; #define IioStack0 CSTACK -/* MAX_LOGIC_IIO_STACK is needed by uncore_acpi.c, define the same value from nb_acpi.c for - Skylake-SP to keep the same behavior. */ -#define MAX_LOGIC_IIO_STACK PSTACK2 +#define MAX_LOGIC_IIO_STACK MAX_STACKS /** NTB Per Port Definition |