[coreboot-gerrit] Patch set updated for coreboot: vboot2: Enable VBOOT_DYNAMIC_WORK_BUFFER on x86

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Jun 29 22:40:57 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 3dda624998c231071cb5c7c1237efcf843b3c9b7
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..c5c46e5 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_ROMSTAGE_X86_32
 	default n
 	depends on VBOOT_VERIFY_FIRMWARE
 	help



More information about the coreboot-gerrit mailing list