summaryrefslogtreecommitdiff
path: root/src/mainboard/google/corsola/Makefile.inc
diff options
context:
space:
mode:
authorRuihai Zhou <zhouruihai@huaqin.corp-partner.google.com>2023-03-28 16:49:01 +0800
committerLean Sheng Tan <sheng.tan@9elements.com>2023-05-14 12:52:21 +0000
commitd5c1e1330434c750ce0cd7bf635f55b789f67934 (patch)
treeb4f8f88c196793da6f5dded41ceb2acaae22a668 /src/mainboard/google/corsola/Makefile.inc
parent946d17a2a53e6d2de8387ba3cd3d94ef91e36f59 (diff)
downloadcoreboot-d5c1e1330434c750ce0cd7bf635f55b789f67934.tar.gz
mb/google/corsola: Add support for MIPI panel
The detachable Starmie will use MIPI panels, which require reading serializable data from the CBFS. So we add MIPI panel support to the display configuration and align the configuration sequence with the panels that use MIPI bridges. The PMIC Datasheet: TPS65132-Single-Inductor-Dual-Output-Power-Supply.pdf BUG=b:275470328 BRANCH=corsola TEST=emerge-corsola coreboot chromeos-bootimage and display normally Signed-off-by: Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com> Change-Id: I6f079e54f0317ff2f685f0e3834ebd1ceb8e9fcb Reviewed-on: https://review.coreboot.org/c/coreboot/+/74051 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/mainboard/google/corsola/Makefile.inc')
-rw-r--r--src/mainboard/google/corsola/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/corsola/Makefile.inc b/src/mainboard/google/corsola/Makefile.inc
index d11f6ba295..da6775af2e 100644
--- a/src/mainboard/google/corsola/Makefile.inc
+++ b/src/mainboard/google/corsola/Makefile.inc
@@ -19,5 +19,9 @@ ramstage-y += boardid.c
ramstage-y += chromeos.c
ramstage-y += display.c
ramstage-y += mainboard.c
+ramstage-y += panel_anx7625.c
+ramstage-y += panel_ps8640.c
ramstage-y += regulator.c
ramstage-y += reset.c
+
+ramstage-$(CONFIG_BOARD_GOOGLE_STARMIE) += panel_starmie.c