[coreboot-gerrit] Change in ...coreboot[master]: mediatek/mt8183: Deselect BOOTBLOCK_CONSOLE

You-Cheng Syu (Code Review) gerrit at coreboot.org
Mon Dec 10 13:20:49 CET 2018


You-Cheng Syu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30127


Change subject: mediatek/mt8183: Deselect BOOTBLOCK_CONSOLE
......................................................................

mediatek/mt8183: Deselect BOOTBLOCK_CONSOLE

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.

Currently a fully functional bootblock is about 26000 bytes. If we
deselect BOOTBLOCK_CONSOLE, it can be reduced to about 19500 bytes
(75%). Since we don't have much logic in mt8183 bootblock, it should be
fine to disable console in bootblock.

BUG=b:120588396
TEST=manually flashed into kukui and boots into kernel

Change-Id: I84909fc8dbba972c8293070fcf71391cd9ae0151
---
M src/soc/mediatek/mt8183/Kconfig
1 file changed, 0 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/30127/1

diff --git a/src/soc/mediatek/mt8183/Kconfig b/src/soc/mediatek/mt8183/Kconfig
index b58be7f..fdc22a2 100644
--- a/src/soc/mediatek/mt8183/Kconfig
+++ b/src/soc/mediatek/mt8183/Kconfig
@@ -6,7 +6,6 @@
 	select ARCH_ROMSTAGE_ARMV8_64
 	select ARCH_VERSTAGE_ARMV8_64
 	select ARM64_USE_ARM_TRUSTED_FIRMWARE
-	select BOOTBLOCK_CONSOLE
 	select GENERIC_UDELAY
 	select HAVE_UART_SPECIAL
 	select HAVE_MONOTONIC_TIMER

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30127
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I84909fc8dbba972c8293070fcf71391cd9ae0151
Gerrit-Change-Number: 30127
Gerrit-PatchSet: 1
Gerrit-Owner: You-Cheng Syu <youcheng at google.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181210/167a9547/attachment.html>


More information about the coreboot-gerrit mailing list