diff options
author | Leah Rowe <leah@libreboot.org> | 2021-08-23 09:04:23 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-08-23 09:31:56 +0100 |
commit | 4b7be665968b67463ec36b9afc7e8736be0c9b51 (patch) | |
tree | e2eb308b3dbd02e97a221538c7a6dbfa4da038b6 /resources/coreboot/default/patches/0019-Fix-missing-include.patch | |
parent | d3ede9ae5e5da70f3219e3da2a704b3044a94fb6 (diff) |
coreboot: revert cpu/intel: Configure IA32_FEATURE_CONTROL for alternative SMRR
This fixes issue 3:
https://notabug.org/libreboot/lbmk/issues/3
In this issue, GM45 laptops such as X200/T400 will hang on reboot (normal boot
works, and shutting down works too).
Diffstat (limited to 'resources/coreboot/default/patches/0019-Fix-missing-include.patch')
-rw-r--r-- | resources/coreboot/default/patches/0019-Fix-missing-include.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/resources/coreboot/default/patches/0019-Fix-missing-include.patch b/resources/coreboot/default/patches/0019-Fix-missing-include.patch new file mode 100644 index 00000000..969b91a8 --- /dev/null +++ b/resources/coreboot/default/patches/0019-Fix-missing-include.patch @@ -0,0 +1,24 @@ +From e91840f8c19fde6706937a1e9285ac83fceec59a Mon Sep 17 00:00:00 2001 +From: Rodrigo <rm@firemail.cc> +Date: Mon, 23 Aug 2021 03:51:21 -0300 +Subject: [PATCH 19/19] Fix missing include + +--- + src/cpu/intel/model_1067x/model_1067x_init.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/cpu/intel/model_1067x/model_1067x_init.c b/src/cpu/intel/model_1067x/model_1067x_init.c +index ca3ce274fc..cc7a5edca9 100644 +--- a/src/cpu/intel/model_1067x/model_1067x_init.c ++++ b/src/cpu/intel/model_1067x/model_1067x_init.c +@@ -9,6 +9,7 @@ + #include <cpu/x86/cache.h> + #include <cpu/x86/name.h> + #include <cpu/intel/smm_reloc.h> ++#include <cpu/intel/common/common.h> + + #include "chip.h" + +-- +2.25.1 + |