coreboot/src
Hung-Te Lin e366ba14eb 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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34778
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-08-15 03:03:49 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch cpu/x86: Move some SMM function declarations 2019-08-13 13:59:34 +00:00
commonlib lib/edid: Add suport for display rotation 2019-08-08 03:18:35 +00:00
console arch/x86: Enable POSTCAR_CONSOLE by default 2019-08-11 03:07:36 +00:00
cpu cpu/x86: Hide smm_save_state_area_t typedef 2019-08-13 14:00:30 +00:00
device dram: Add basic DDR4 SPD parsing 2019-08-14 03:35:29 +00:00
drivers drivers/i2c/generic: Add "compatible" property to _DSD 2019-08-13 19:47:54 +00:00
ec ec/google/wilco: Hide wilco symbols when unused 2019-07-25 16:46:17 +00:00
include dram: Add basic DDR4 SPD parsing 2019-08-14 03:35:29 +00:00
lib arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION 2019-08-11 18:35:36 +00:00
mainboard soc/mediatek: Change DSI init commands to take flexible length array 2019-08-15 03:03:49 +00:00
northbridge nb/intel/gm45: Don't create DMAR tables for disabled IGD 2019-08-13 10:50:51 +00:00
security vboot: fix conditional using vboot_setup_tpm return value 2019-08-08 07:03:24 +00:00
soc soc/mediatek: Change DSI init commands to take flexible length array 2019-08-15 03:03:49 +00:00
southbridge cpu/x86: Change old-style SMI handler prototypes 2019-08-13 14:00:06 +00:00
superio src/superio/nuvoton: Add support for NCT5539D 2019-07-29 17:02:12 +00:00
vendorcode vendorcode/eltan/security/lib: Add missing vb2ex_printf() 2019-08-11 03:03:33 +00:00
Kconfig lib/stage_cache: Refactor Kconfig options 2019-08-08 04:50:33 +00:00