From 3b85fd3ce71c3f62b16a7eae04d9b5b9a6e5c511 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 30 Nov 2020 11:42:15 -0700 Subject: [PATCH] Update coreboot and configs --- coreboot | 2 +- models/galp5/coreboot.config | 4 ++-- models/lemp10/coreboot.config | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coreboot b/coreboot index c051009..b69fba1 160000 --- a/coreboot +++ b/coreboot @@ -1 +1 @@ -Subproject commit c0510090310a4232b9dcda544e6d83b419211e99 +Subproject commit b69fba193b76be770e028736276ee5d5d704be56 diff --git a/models/galp5/coreboot.config b/models/galp5/coreboot.config index 05d268c..da4714d 100644 --- a/models/galp5/coreboot.config +++ b/models/galp5/coreboot.config @@ -29,8 +29,8 @@ CONFIG_USE_BLOBS=y CONFIG_HAVE_ASAN_IN_RAMSTAGE=y # CONFIG_ASAN_IN_RAMSTAGE is not set # CONFIG_ASAN is not set -# CONFIG_NO_STAGE_CACHE is not set -CONFIG_TSEG_STAGE_CACHE=y +CONFIG_NO_STAGE_CACHE=y +# CONFIG_TSEG_STAGE_CACHE is not set # CONFIG_UPDATE_IMAGE is not set # CONFIG_BOOTSPLASH_IMAGE is not set # CONFIG_FW_CONFIG is not set diff --git a/models/lemp10/coreboot.config b/models/lemp10/coreboot.config index 2bce549..7d6f82f 100644 --- a/models/lemp10/coreboot.config +++ b/models/lemp10/coreboot.config @@ -29,8 +29,8 @@ CONFIG_USE_BLOBS=y CONFIG_HAVE_ASAN_IN_RAMSTAGE=y # CONFIG_ASAN_IN_RAMSTAGE is not set # CONFIG_ASAN is not set -# CONFIG_NO_STAGE_CACHE is not set -CONFIG_TSEG_STAGE_CACHE=y +CONFIG_NO_STAGE_CACHE=y +# CONFIG_TSEG_STAGE_CACHE is not set # CONFIG_UPDATE_IMAGE is not set # CONFIG_BOOTSPLASH_IMAGE is not set # CONFIG_FW_CONFIG is not set