Hello Yu-Ping Wu, Nicolas Boichat, Julius Werner, yongqiang niu, Jacob Garber, You-Cheng Syu, jitao shi, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34778
to look at the new patch set (#15).
Change subject: soc/mediatek: Change DSI init commands to take flexible length array ......................................................................
soc/mediatek: Change DSI init commands to take flexible length array
The fixed size of init command in lcm_init_table is wasting lots of space and we should change to packed array since the command buffer already provides length information.
With this change, BOE panel init commands have been reduced from 4848 bytes to 1309 bytes.
BUG=b:80501386,b:117254947 TEST=emerge-kukui coreboot chromeos-bootimage; Boots properly
Change-Id: I359dde8e6f2e1c0983f4677193bb47a7ae497ca6 Signed-off-by: Hung-Te Lin hungte@chromium.org --- M src/mainboard/google/kukui/mainboard.c M src/mainboard/google/kukui/panel.h M src/soc/mediatek/common/dsi.c M src/soc/mediatek/common/include/soc/dsi_common.h 4 files changed, 27 insertions(+), 19 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/34778/15