diff options
Diffstat (limited to 'resources/libreboot/patch/kgpe-d16/0084-cpu-amd-model_10xxx-Fix-BSP-stack-corruption-on-32-c.patch')
-rw-r--r-- | resources/libreboot/patch/kgpe-d16/0084-cpu-amd-model_10xxx-Fix-BSP-stack-corruption-on-32-c.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/resources/libreboot/patch/kgpe-d16/0084-cpu-amd-model_10xxx-Fix-BSP-stack-corruption-on-32-c.patch b/resources/libreboot/patch/kgpe-d16/0084-cpu-amd-model_10xxx-Fix-BSP-stack-corruption-on-32-c.patch deleted file mode 100644 index c5275038..00000000 --- a/resources/libreboot/patch/kgpe-d16/0084-cpu-amd-model_10xxx-Fix-BSP-stack-corruption-on-32-c.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 50df46615e5505f7b649c20a08e0cfbcc7c34eb6 Mon Sep 17 00:00:00 2001 -From: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Date: Fri, 24 Jul 2015 17:34:29 -0500 -Subject: [PATCH 084/146] cpu/amd/model_10xxx: Fix BSP stack corruption on - 32-core Fam10 systems - ---- - src/cpu/amd/model_10xxx/Kconfig | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig -index 79db42a..d6bcaa2 100644 ---- a/src/cpu/amd/model_10xxx/Kconfig -+++ b/src/cpu/amd/model_10xxx/Kconfig -@@ -36,7 +36,7 @@ config DCACHE_BSP_STACK_SIZE - - config DCACHE_BSP_STACK_SLUSH - hex -- default 0x1000 -+ default 0x4000 - - config DCACHE_AP_STACK_SIZE - hex --- -1.7.9.5 - |