From 7c15e0c4669380c8b683611e984c5f6c79b219b5 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 21 Mar 2024 14:48:14 +0000 Subject: mb/starlabs/starbook/adl: Set RP9 detection timeout to 50ms Certain SSDs are not detected in the default time window, so change this to 50ms to allow these SSDs to be detected. Change-Id: I60e66096ef9ea0146a1bc72c5c74234353509439 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/81398 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/variants/adl/devicetree.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb index f7b45d3393..2437880ce0 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb @@ -115,6 +115,7 @@ chip soc/intel/alderlake .clk_src = 1, .clk_req = 1, .flags = PCIE_RP_LTR | PCIE_RP_AER, + .pcie_rp_detect_timeout_ms = 50, }" smbios_slot_desc "SlotTypeM2Socket3" -- cgit v1.2.3