Hello Julius Werner, Tristan Hsieh, Hung-Te Lin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31024
to look at the new patch set (#3).
Change subject: mediatek/mt8183: Add option MT8183_MINIMIZE_BOOTBLOCK ......................................................................
mediatek/mt8183: Add option MT8183_MINIMIZE_BOOTBLOCK
MT8183 only allows booting from eMMC, so we have to do eMMC emulation from an external source, for example EC, which makes the size of bootblock very important.
This CL adds a new option MT8183_MINIMIZE_BOOTBLOCK in Kconfig. When enabled, initializations that be can postponed in bootblock will be removed.
BRANCH=none BUG=b:120588396 TEST=manually boot into kernel
Change-Id: I35d7ab875395da913b967ae1f7b72359be3e744a Signed-off-by: You-Cheng Syu youcheng@google.com --- M src/soc/mediatek/mt8183/Kconfig M src/soc/mediatek/mt8183/bootblock.c 2 files changed, 6 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/31024/3