0014-src-intel-x4x-Disable-stack-overflow-debug.patch 966 B

12345678910111213141516171819202122232425262728293031323334
  1. From 5671d54d347b110ffade5b8b6e2d052612a8716c Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Mon, 6 Jan 2025 01:53:53 +0000
  4. Subject: [PATCH 1/1] src/intel/x4x: Disable stack overflow debug
  5. Signed-off-by: Leah Rowe <leah@libreboot.org>
  6. ---
  7. src/northbridge/intel/x4x/Kconfig | 9 +++++++++
  8. 1 file changed, 9 insertions(+)
  9. diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig
  10. index 097e11126c..7e4e14cf94 100644
  11. --- a/src/northbridge/intel/x4x/Kconfig
  12. +++ b/src/northbridge/intel/x4x/Kconfig
  13. @@ -28,6 +28,15 @@ config ECAM_MMCONF_BUS_NUMBER
  14. int
  15. default 256
  16. +# Override DEBUG Kconfig to avoid false alarm about stack overflow.
  17. +config DEBUG_STACK_OVERFLOW_BREAKPOINTS
  18. + bool
  19. + default n
  20. +
  21. +config DEBUG_STACK_OVERFLOW_BREAKPOINTS_IN_ALL_STAGES
  22. + bool
  23. + default n
  24. +
  25. # This number must be equal or lower than what's reported in ACPI PCI _CRS
  26. config DOMAIN_RESOURCE_32BIT_LIMIT
  27. default 0xfec00000
  28. --
  29. 2.39.5