mb/lenovo/t530: Unify GEN_DEC entries

Use the same GEN_DEC ranges as on t430. This makes the code look more
similar, but doesn't change the functionality. It changes the TIMELESS
build artifact.

Change-Id: Ibfac61f615fba2b91101125a2187b45af6dadd19
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91283
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Rudolph 2026-02-15 13:39:44 +01:00 committed by Matt DeVillier
commit 3a5e4660bb

View file

@ -35,9 +35,9 @@ chip northbridge/intel/sandybridge
# Set max SATA speed to 6.0 Gb/s
register "sata_interface_speed_support" = "0x3"
register "gen1_dec" = "0x7c1601"
register "gen2_dec" = "0x0c15e1"
register "gen4_dec" = "0x0c06a1"
register "gen1_dec" = "0x00c15e1"
register "gen2_dec" = "0x07c1601"
register "gen3_dec" = "0x00c06a1"
# Enable zero-based linear PCIe root port functions
register "pcie_port_coalesce" = "true"