From 4b7be665968b67463ec36b9afc7e8736be0c9b51 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 23 Aug 2021 09:04:23 +0100 Subject: 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). --- .../0007-Makefile-Don-t-run-genbuild_h-if-not-doing-a-build.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/coreboot/default/patches/0007-Makefile-Don-t-run-genbuild_h-if-not-doing-a-build.patch') diff --git a/resources/coreboot/default/patches/0007-Makefile-Don-t-run-genbuild_h-if-not-doing-a-build.patch b/resources/coreboot/default/patches/0007-Makefile-Don-t-run-genbuild_h-if-not-doing-a-build.patch index b0a09f15..ad4ceb7a 100644 --- a/resources/coreboot/default/patches/0007-Makefile-Don-t-run-genbuild_h-if-not-doing-a-build.patch +++ b/resources/coreboot/default/patches/0007-Makefile-Don-t-run-genbuild_h-if-not-doing-a-build.patch @@ -1,7 +1,7 @@ -From 710301b4e80325012e86cdec3c0c4bcca03be551 Mon Sep 17 00:00:00 2001 +From 87f01ab327469aae978884b83dd218416cf5035b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 9 May 2021 10:26:10 -0600 -Subject: [PATCH 07/17] Makefile: Don't run genbuild_h if not doing a build +Subject: [PATCH 07/19] Makefile: Don't run genbuild_h if not doing a build genbuild_h was being run on every make invocation - clean, distclean, etc. to get the source date epoch value. This value isn't used unless -- cgit v1.2.1