Hung-Te Lin has uploaded a new patch set (#8) to the change originally created by yongqiang niu. ( https://review.coreboot.org/c/coreboot/+/34515 )
Change subject: soc/mediatek/mt8173: Refactor display driver to share common parts ......................................................................
soc/mediatek/mt8173: Refactor display driver to share common parts
Move those will be shared by other MTK SOCs (for example, MT8183) to common/ddp.c. The 'dual DSI mode' was actually never used so it's also removed so the API for different MTK SOCs can be more similar to each other.
BUG=b:80501386,b:117254947 BRANCH=none TEST=Boots correctly on Oak
Change-Id: Ie5709ab6e263caa21fdf7e799dc2ee884ffaf800 Signed-off-by: Yongqiang Niu yongqiang.niu@mediatek.com --- M src/mainboard/google/oak/mainboard.c A src/soc/mediatek/common/ddp.c A src/soc/mediatek/common/include/soc/ddp_common.h M src/soc/mediatek/mt8173/Makefile.inc M src/soc/mediatek/mt8173/ddp.c M src/soc/mediatek/mt8173/include/soc/addressmap.h M src/soc/mediatek/mt8173/include/soc/ddp.h 7 files changed, 267 insertions(+), 284 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/34515/8