From 365d8b2d6facaec049c0b809dab1f1dcf0e07204 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 21 Sep 2026 19:14:51 +0100 Subject: coreboot: add dell optiplex 5050 sff mainboard thank you Ron Nazarov for adding this board to coreboot. thank you Nicholas Chin for assisting Ron with this port. NOTE: pcie hotplug disabled on pcie x4 and m2 slot. i added this patch myself because ron neglected to. it's necessary for stability in linux when using nvme ssds, otherwise devices will rename. i don't need to actually confirm whether it also happens on this board, because turn off hotplug doesn't really affect the user anyway, so there's no harm turning this off. Signed-off-by: Leah Rowe --- .../patches/0026-src-intel-x4x-Disable-stack-overflow-debug.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/module/coreboot/default/patches/0026-src-intel-x4x-Disable-stack-overflow-debug.patch') diff --git a/config/module/coreboot/default/patches/0026-src-intel-x4x-Disable-stack-overflow-debug.patch b/config/module/coreboot/default/patches/0026-src-intel-x4x-Disable-stack-overflow-debug.patch index 8032f157..bd4c0937 100644 --- a/config/module/coreboot/default/patches/0026-src-intel-x4x-Disable-stack-overflow-debug.patch +++ b/config/module/coreboot/default/patches/0026-src-intel-x4x-Disable-stack-overflow-debug.patch @@ -1,7 +1,7 @@ -From 064b3a3cd605ce33143967fca7f39a64eb0f3151 Mon Sep 17 00:00:00 2001 +From e539f904da3abb66255a112e9441c5f6611b26e8 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 6 Jan 2025 01:53:53 +0000 -Subject: [PATCH 26/50] src/intel/x4x: Disable stack overflow debug +Subject: [PATCH 26/56] src/intel/x4x: Disable stack overflow debug Signed-off-by: Leah Rowe --- @@ -9,7 +9,7 @@ Signed-off-by: Leah Rowe 1 file changed, 9 insertions(+) diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig -index 069fa0244df7..8c7034484644 100644 +index 069fa0244d..8c70344846 100644 --- a/src/northbridge/intel/x4x/Kconfig +++ b/src/northbridge/intel/x4x/Kconfig @@ -32,6 +32,15 @@ config ECAM_MMCONF_BUS_NUMBER -- cgit v1.2.1