[coreboot-gerrit] New patch to review for coreboot: Revert "vboot: Init vb2 work memory area before calling verstage"

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Sat Jun 27 00:08:59 CEST 2015


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10676

-gerrit

commit 2cb156c72f40b33050541935508b80e366f58e6f
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Fri Jun 26 17:07:09 2015 -0500

    Revert "vboot: Init vb2 work memory area before calling verstage"
    
    This reverts commit 0d5f27b8bb77a065a73501f6f5f96f5cd2137f7a.
    
    Why was the above commit needed at all?
    
    Change-Id: I18e8fe220c6803001c685481135bd8cf34f8b508
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/vendorcode/google/chromeos/vboot2/vboot_loader.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/vendorcode/google/chromeos/vboot2/vboot_loader.c b/src/vendorcode/google/chromeos/vboot2/vboot_loader.c
index d6e760a..cbb5f89 100644
--- a/src/vendorcode/google/chromeos/vboot2/vboot_loader.c
+++ b/src/vendorcode/google/chromeos/vboot2/vboot_loader.c
@@ -90,7 +90,6 @@ static int vboot_active(struct asset *asset)
 		init_vb2_working_data();
 		verstage_main();
 	} else if (verstage_should_load()) {
-		init_vb2_working_data();
 		struct prog verstage =
 			PROG_INIT(ASSET_VERSTAGE,
 				CONFIG_CBFS_PREFIX "/verstage");



More information about the coreboot-gerrit mailing list