[coreboot-gerrit] New patch to review for coreboot: cab0abe vboot: Increase max parsed fw components to 6

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Jun 1 10:56:12 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10391

-gerrit

commit cab0abeb95059968127eb1b7e0969a6261228d9e
Author: Furquan Shaikh <furquan at google.com>
Date:   Thu May 28 11:32:46 2015 -0700

    vboot: Increase max parsed fw components to 6
    
    With addition of bl31 and trusty, we need to increase the number of
    parsed fw components in vboot to 6.
    
    CQ-DEPEND=CL:273866
    BUG=chrome-os-partner:40713
    BRANCH=None
    TEST=Compiles successfully and vboot finds trusty and bl31.
    
    Change-Id: I3597e98370bbaef4d2e563c868eed59b2e18adca
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 0ff87fdbc7779e6ee410905d1618281411b38a93
    Original-Change-Id: Ia403f895b50cc5349bb700d01f62e13c679f68f4
    Original-Signed-off-by: Furquan Shaikh <furquan at google.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/273865
    Original-Tested-by: Furquan Shaikh <furquan at chromium.org>
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Original-Commit-Queue: Furquan Shaikh <furquan at chromium.org>
    Original-Trybot-Ready: Furquan Shaikh <furquan at chromium.org>
---
 src/vendorcode/google/chromeos/vboot_handoff.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/google/chromeos/vboot_handoff.h b/src/vendorcode/google/chromeos/vboot_handoff.h
index 8ae6e02..997ea30 100644
--- a/src/vendorcode/google/chromeos/vboot_handoff.h
+++ b/src/vendorcode/google/chromeos/vboot_handoff.h
@@ -32,7 +32,7 @@
  * number of parsed firmware components (address and size) included in the
  * handoff structure.
  */
-#define MAX_PARSED_FW_COMPONENTS 5
+#define MAX_PARSED_FW_COMPONENTS 6
 
 struct firmware_component {
 	uint32_t address;



More information about the coreboot-gerrit mailing list