[coreboot-gerrit] New patch to review for coreboot: 68aa5db pistachio: allow more room for bootblock

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Apr 1 20:28:29 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/9190

-gerrit

commit 68aa5db015ac7358592bffcce3973ce60bfbc756
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Sat Nov 29 15:28:23 2014 -0800

    pistachio: allow more room for bootblock
    
    32K is a more appropriate room for Pistachio bootblock.
    
    BRANCH=none
    BUG=chrome-os-partner:31438
    TEST=there is no bootblock overflow even when compiled with -O0.
    
    Change-Id: I454746ce0b9daabc93ccbf3316655fac836af8ff
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: 56adf22ba12f5a7c69d11c0c720996de32ca9149
    Original-Change-Id: I74b6674aea95b1138e2168527239e2cfb4a7ad42
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/232291
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/imgtec/pistachio/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig
index e939f09..40017f7 100644
--- a/src/soc/imgtec/pistachio/Kconfig
+++ b/src/soc/imgtec/pistachio/Kconfig
@@ -43,12 +43,12 @@ config BOOTBLOCK_BASE
 
 config CBFS_ROM_OFFSET
 	hex
-	default 0x4100
+	default 0x8100
 
 config CBFS_HEADER_ROM_OFFSET
 	# Effectively the maximum size of the bootblock
 	hex
-	default 0x4000
+	default 0x8000
 
 config ROMSTAGE_BASE
 	hex



More information about the coreboot-gerrit mailing list