Julius Werner has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37475 )
Change subject: facebook/fbg1701: Increase bootblock size ......................................................................
facebook/fbg1701: Increase bootblock size
New vboot updates make the bootblock no longer fit on this board. Increasing the size should fix the issue.
Change-Id: Ic18d682a8370ebf7e27e1e6bcfcf019643fc31f3 Signed-off-by: Julius Werner jwerner@chromium.org --- M configs/config.facebook_fbg1701 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/37475/1
diff --git a/configs/config.facebook_fbg1701 b/configs/config.facebook_fbg1701 index b372bbe..e0a7271 100644 --- a/configs/config.facebook_fbg1701 +++ b/configs/config.facebook_fbg1701 @@ -1,5 +1,5 @@ CONFIG_VENDOR_FACEBOOK=y -CONFIG_C_ENV_BOOTBLOCK_SIZE=0x6000 +CONFIG_C_ENV_BOOTBLOCK_SIZE=0x7000 CONFIG_ONBOARD_SAMSUNG_MEM=y CONFIG_CPU_MICROCODE_CBFS_LOC=0xFFF8B000 CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37475 )
Change subject: facebook/fbg1701: Increase bootblock size ......................................................................
Patch Set 1:
I have no idea if this is safe for this board, I'm just trying to get it to compile. Please review. (We're currently stuck in a desynced state with that vboot uprev this is blocking, so I hope we can resolve this quickly.)
Julius Werner has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37475 )
Change subject: facebook/fbg1701: Increase bootblock size ......................................................................
Abandoned
Forget it, I think I found the cause / solution for this (CL:1951782)