fa36d0b79f
Declare the following panel for Kakadu: - BOE_TV105WUM_NW0 BUG=b:148997748 TEST=build Kakadu image passed BRANCH=kukui Signed-off-by: Casper Chang <casper_chang@bitand.corp-partner.google.com> Change-Id: I394b8cafa8be40e5fd6bf8ceb81b520df73718a4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/38822 Reviewed-by: Peichao Li <peichao.wang@bitland.corp-partner.google.com> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
subdirs-y += sdram_params/
|
|
subdirs-y += panel_params/
|
|
|
|
bootblock-y += boardid.c
|
|
bootblock-y += bootblock.c
|
|
bootblock-y += memlayout.ld
|
|
bootblock-y += reset.c
|
|
decompressor-y += memlayout.ld
|
|
|
|
verstage-y += chromeos.c
|
|
verstage-y += early_init.c
|
|
verstage-y += reset.c
|
|
verstage-y += verstage.c
|
|
verstage-y += memlayout.ld
|
|
|
|
romstage-y += boardid.c
|
|
romstage-y += chromeos.c
|
|
romstage-y += early_init.c
|
|
romstage-y += memlayout.ld
|
|
romstage-y += reset.c
|
|
romstage-y += romstage.c
|
|
romstage-y += sdram_configs.c
|
|
|
|
ramstage-y += boardid.c
|
|
ramstage-y += chromeos.c
|
|
ramstage-y += mainboard.c
|
|
ramstage-y += memlayout.ld
|
|
ramstage-$(CONFIG_BOARD_GOOGLE_FLAPJACK) += panel_flapjack.c
|
|
ramstage-$(CONFIG_BOARD_GOOGLE_KAKADU) += panel_kakadu.c
|
|
ramstage-$(CONFIG_BOARD_GOOGLE_KODAMA) += panel_kodama.c
|
|
ramstage-$(CONFIG_BOARD_GOOGLE_KRANE) += panel_krane.c
|
|
ramstage-$(CONFIG_BOARD_GOOGLE_KUKUI) += panel_kukui.c
|
|
ramstage-$(CONFIG_DRIVER_PARADE_PS8640) += panel_ps8640.c
|
|
ramstage-$(CONFIG_DRIVER_ANALOGIX_ANX7625) += panel_anx7625.c
|
|
|
|
ramstage-y += reset.c
|