I don't think anything is exceeding CONFIG_C_ENV_BOOTBLOCK_SIZE of 64KiB:

$ git grep -A 2 C_ENV_BOOTBLOCK_SIZE | grep default | sed -e 's/if .*//' | awk '{ print $NF}' | sort | uniq -c
2 0x10000
7 0x4000
7 0x8000
10 0xC000

So I think we should be good.

Patch set 1:Code-Review +2

View Change

3 comments:

To view, visit change 46834. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia84e6e33ec29584d356e226e8fdcb8c9334d49af
Gerrit-Change-Number: 46834
Gerrit-PatchSet: 1
Gerrit-Owner: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Comment-Date: Thu, 29 Oct 2020 17:54:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment