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 (#5).
Change subject: mediatek/mt8183: Move some initialization into mt8183_early_init ......................................................................
mediatek/mt8183: Move some initialization into mt8183_early_init
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 function mt8183_early_init, which includes all initializations that should be done in early stages. All mainboards using MT8183 should manually call it in either bootblock or verstage.
BRANCH=none BUG=b:120588396 TEST=manually boot into kernel
Change-Id: I35d7ab875395da913b967ae1f7b72359be3e744a Signed-off-by: You-Cheng Syu youcheng@google.com --- M src/mainboard/google/kukui/bootblock.c M src/soc/mediatek/mt8183/Makefile.inc M src/soc/mediatek/mt8183/bootblock.c A src/soc/mediatek/mt8183/include/soc/mt8183.h A src/soc/mediatek/mt8183/mt8183.c 5 files changed, 50 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/31024/5