[coreboot-gerrit] New patch to review for coreboot: 4a41b04 vboot: indicate verstage loading on console

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Wed May 13 20:40:31 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/10195

-gerrit

commit 4a41b04b212140cbce36bf327b1f70596853bbf9
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed May 13 13:33:27 2015 -0500

    vboot: indicate verstage loading on console
    
    There was no indication of verstage being loaded. Provide this
    output so that one can follow the flow from console messages.
    
    Change-Id: I67ae6bb334608fe10a4a12fe690498afaf6b8366
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/vendorcode/google/chromeos/vboot2/vboot_loader.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/vendorcode/google/chromeos/vboot2/vboot_loader.c b/src/vendorcode/google/chromeos/vboot2/vboot_loader.c
index 9e60472..fd64798 100644
--- a/src/vendorcode/google/chromeos/vboot2/vboot_loader.c
+++ b/src/vendorcode/google/chromeos/vboot2/vboot_loader.c
@@ -94,6 +94,8 @@ static int vboot_loader_active(struct prog *prog)
 			.name = CONFIG_CBFS_PREFIX "/verstage",
 		};
 
+		printk(BIOS_DEBUG, "VBOOT: Loading verstage.\n");
+
 		/* load verstage from RO */
 		if (cbfs_load_prog_stage(CBFS_DEFAULT_MEDIA, &verstage))
 			die("failed to load verstage");



More information about the coreboot-gerrit mailing list