Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner, mturney mturney, mturney mturney,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39615
to look at the new patch set (#36).
Change subject: sc7180: Add display hardware pipe line initialization ......................................................................
sc7180: Add display hardware pipe line initialization
Add sc7180 display hardware pipeline programming support and invoke the display initialization from soc_init.
Changes in V1: - added display init required check. - added edid read function using i2c communication. - added sn65dsi86 bridge driver to init bridge. - moved display initialization to mainboard file.
Changes in V2: - moved diplay init sequence to mainboard file - moved edid read function to bridge driver. - calculated timing paramters using edid parameters. - removed command mode config code. - moved bridge driver to drivers/ti. - seperated out bridge and soc code with mainboard file as interface.
Changes in V3: - add GPIO selection at runtime based on boardid. - add vbif register struct overlay.
Changes in V4: - update gpio config for lazor board.
Change-Id: I7d5e3f1781c48759553243abeb3d694f76cd008e Signed-off-by: Vinod Polimera vpolimer@codeaurora.org --- M src/mainboard/google/trogdor/board.h M src/mainboard/google/trogdor/mainboard.c M src/soc/qualcomm/sc7180/Kconfig M src/soc/qualcomm/sc7180/Makefile.inc A src/soc/qualcomm/sc7180/display/mdss.c 5 files changed, 264 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/39615/36