diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:54:05 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:54:05 +0100 |
| commit | ad2d082bc23451d94e53539c304ddbf1b489d41c (patch) | |
| tree | 7b13f35fb5fc7a4d1cf50f2e81f65c198156ad44 /config/coreboot/default/patches/0027-src-intel-x4x-Disable-stack-overflow-debug.patch | |
| parent | 9a132f96a200678d3c66d0abf9e09aa4150a592a (diff) | |
Revert "cb/default: use rev 62c8197dd25376cb7b18d272af167cb176d28bcf"
This reverts commit fedeb6ecd8b5f3ed79dad754e452aecf88cbdde2.
this, along with several other updates, have been reverted.
dell 3050 micro had boot issues, on the update. i therefore
revert the recent revision update, pending further investigation.
Diffstat (limited to 'config/coreboot/default/patches/0027-src-intel-x4x-Disable-stack-overflow-debug.patch')
| -rw-r--r-- | config/coreboot/default/patches/0027-src-intel-x4x-Disable-stack-overflow-debug.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/config/coreboot/default/patches/0027-src-intel-x4x-Disable-stack-overflow-debug.patch b/config/coreboot/default/patches/0027-src-intel-x4x-Disable-stack-overflow-debug.patch deleted file mode 100644 index 1cbae3bf..00000000 --- a/config/coreboot/default/patches/0027-src-intel-x4x-Disable-stack-overflow-debug.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 5573eeadf45023d49f09606c6219004e20ba4b3c Mon Sep 17 00:00:00 2001 -From: Leah Rowe <leah@libreboot.org> -Date: Mon, 6 Jan 2025 01:53:53 +0000 -Subject: [PATCH 27/51] src/intel/x4x: Disable stack overflow debug - -Signed-off-by: Leah Rowe <leah@libreboot.org> ---- - src/northbridge/intel/x4x/Kconfig | 9 +++++++++ - 1 file changed, 9 insertions(+) - -diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig -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 - int - default 256 - -+# Override DEBUG Kconfig to avoid false alarm about stack overflow. -+config DEBUG_STACK_OVERFLOW_BREAKPOINTS -+ bool -+ default n -+ -+config DEBUG_STACK_OVERFLOW_BREAKPOINTS_IN_ALL_STAGES -+ bool -+ default n -+ - # This number must be equal or lower than what's reported in ACPI PCI _CRS - config DOMAIN_RESOURCE_32BIT_LIMIT - default 0xfec00000 --- -2.47.3 - |
