From 3a5e4660bbf735dd2a2b65cc6032828b8dbfe00a Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sun, 15 Feb 2026 13:39:44 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/91283 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t530/devicetree.cb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/lenovo/t530/devicetree.cb b/src/mainboard/lenovo/t530/devicetree.cb index 13c40d91d4..944de3dd49 100644 --- a/src/mainboard/lenovo/t530/devicetree.cb +++ b/src/mainboard/lenovo/t530/devicetree.cb @@ -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"