summaryrefslogtreecommitdiffstats
path: root/src/vendorcode
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2015-05-28 11:32:46 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-06-02 08:52:35 +0200
commit53120a8d9caa84e087e6f5aad149413272ef96a9 (patch)
treeedb2e0638156bca9c7465fed4cbab905eec6292d /src/vendorcode
parentfde81099fa8db3de483f11e5d11dc0729145f4db (diff)
downloadcoreboot-staging-53120a8d9caa84e087e6f5aad149413272ef96a9.zip
coreboot-staging-53120a8d9caa84e087e6f5aad149413272ef96a9.tar.gz
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@chromium.org> Original-Commit-Id: 0ff87fdbc7779e6ee410905d1618281411b38a93 Original-Change-Id: Ia403f895b50cc5349bb700d01f62e13c679f68f4 Original-Signed-off-by: Furquan Shaikh <furquan@google.com> Original-Reviewed-on: https://chromium-review.googlesource.com/273865 Original-Tested-by: Furquan Shaikh <furquan@chromium.org> Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Original-Commit-Queue: Furquan Shaikh <furquan@chromium.org> Original-Trybot-Ready: Furquan Shaikh <furquan@chromium.org> Reviewed-on: http://review.coreboot.org/10391 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/vendorcode')
-rw-r--r--src/vendorcode/google/chromeos/vboot_handoff.h2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud