[coreboot-gerrit] New patch to review for coreboot: vboot2: Enable VBOOT_DYNAMIC_WORK_BUFFER on x86

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Jun 27 02:36:22 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10677

-gerrit

commit 70941941fdcea8f1c0828198deaf54e978a70c12
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Jun 26 17:34:56 2015 -0700

    vboot2: Enable VBOOT_DYNAMIC_WORK_BUFFER on x86
    
    Change-Id: Iaadbd52d948000d1ed46865b83bdb0f4926ca429
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/vendorcode/google/chromeos/vboot2/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vendorcode/google/chromeos/vboot2/Kconfig b/src/vendorcode/google/chromeos/vboot2/Kconfig
index 3106737..4401f86 100644
--- a/src/vendorcode/google/chromeos/vboot2/Kconfig
+++ b/src/vendorcode/google/chromeos/vboot2/Kconfig
@@ -118,6 +118,7 @@ config VBOOT_BL31_INDEX
 
 config VBOOT_DYNAMIC_WORK_BUFFER
 	bool "Vboot's work buffer is dynamically allocated."
+	default y if ARCH_VERSTAGE_X86_32
 	default n
 	depends on VBOOT_VERIFY_FIRMWARE
 	help



More information about the coreboot-gerrit mailing list