8130959d01
Declare the following panel for Katsu: - BOE_TV105WUM_NW0 - STA_2081101QFH032011_53G BUG=b:176523929 TEST=build Katsu image passed BRANCH=kukui Change-Id: I59a02198bc0e13f2760677ae4ea3eb05eb883464 Signed-off-by: chenzanxi <chenzanxi@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49830 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
31 lines
918 B
Makefile
31 lines
918 B
Makefile
subdirs-y += sdram_params/
|
|
subdirs-y += panel_params/
|
|
|
|
bootblock-y += bootblock.c
|
|
bootblock-y += reset.c
|
|
|
|
verstage-y += chromeos.c
|
|
verstage-y += early_init.c
|
|
verstage-y += reset.c
|
|
verstage-y += verstage.c
|
|
|
|
romstage-y += boardid.c
|
|
romstage-y += chromeos.c
|
|
romstage-y += early_init.c
|
|
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-$(CONFIG_BOARD_GOOGLE_FLAPJACK) += panel_flapjack.c
|
|
ramstage-$(CONFIG_BOARD_GOOGLE_KAKADU) += panel_kakadu.c
|
|
ramstage-$(CONFIG_BOARD_GOOGLE_KATSU) += panel_katsu.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
|