summaryrefslogtreecommitdiff
path: root/config/module/coreboot/default/patches/0008-HACK-Disable-coreboot-related-BL31-features.patch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-21 19:14:51 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-21 20:22:37 +0100
commit365d8b2d6facaec049c0b809dab1f1dcf0e07204 (patch)
tree78b43a889a1f4df69d385a7cd994f363581aadd0 /config/module/coreboot/default/patches/0008-HACK-Disable-coreboot-related-BL31-features.patch
parent5fcf132432a13900094659c05b4fac7fd860dbb8 (diff)
coreboot: add dell optiplex 5050 sff mainboardHEADmaster
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 <leah@libreboot.org>
Diffstat (limited to 'config/module/coreboot/default/patches/0008-HACK-Disable-coreboot-related-BL31-features.patch')
-rw-r--r--config/module/coreboot/default/patches/0008-HACK-Disable-coreboot-related-BL31-features.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/module/coreboot/default/patches/0008-HACK-Disable-coreboot-related-BL31-features.patch b/config/module/coreboot/default/patches/0008-HACK-Disable-coreboot-related-BL31-features.patch
index ece1a524..0d0b3ada 100644
--- a/config/module/coreboot/default/patches/0008-HACK-Disable-coreboot-related-BL31-features.patch
+++ b/config/module/coreboot/default/patches/0008-HACK-Disable-coreboot-related-BL31-features.patch
@@ -1,7 +1,7 @@
-From e614d182df3131b72ddf03d0657fff0559fbc2a0 Mon Sep 17 00:00:00 2001
+From d287eb6df021afc78476a9ccbdfcc020cc6ee115 Mon Sep 17 00:00:00 2001
From: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Date: Thu, 22 Jun 2023 16:44:27 +0300
-Subject: [PATCH 08/50] HACK: Disable coreboot related BL31 features
+Subject: [PATCH 08/56] HACK: Disable coreboot related BL31 features
I don't know why, but removing this BL31 make argument lets gru-kevin
power off properly when shut down from Linux. Needs investigation.
@@ -10,7 +10,7 @@ power off properly when shut down from Linux. Needs investigation.
1 file changed, 3 deletions(-)
diff --git a/src/arch/arm64/Makefile.mk b/src/arch/arm64/Makefile.mk
-index 7310ce1c1f19..b0a6ed1f847e 100644
+index 7310ce1c1f..b0a6ed1f84 100644
--- a/src/arch/arm64/Makefile.mk
+++ b/src/arch/arm64/Makefile.mk
@@ -158,9 +158,6 @@ BL31_MAKEARGS += LOG_LEVEL=40