Hello Werner Zeh, Mario Scheithauer, uwe.poeche@siemens.com, Paul Menzel, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36643
to look at the new patch set (#3).
Change subject: src/mainboard/siemens: Use PTN3460 chip driver ......................................................................
src/mainboard/siemens: Use PTN3460 chip driver
This patch replaces and cleans up the redundant PTN3460 driver files in /mainboard/siemens directories by using the now available driver in src/drivers/i2c/ptn3460 and providing mainboard specific functions to the driver.
TEST=Display is working on Siemens mainboards (e.g. mc_tcu3, mc_apl1, ...).
Change-Id: I976a502e7176a356bab772758250db3cdff529b9 Signed-off-by: Uwe Poeche uwe.poeche@siemens.com --- M src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig M src/mainboard/siemens/mc_apl1/variants/mc_apl1/Makefile.inc M src/mainboard/siemens/mc_apl1/variants/mc_apl1/devicetree.cb D src/mainboard/siemens/mc_apl1/variants/mc_apl1/include/variant/ptn3460.h A src/mainboard/siemens/mc_apl1/variants/mc_apl1/lcd_panel.c M src/mainboard/siemens/mc_apl1/variants/mc_apl1/mainboard.c D src/mainboard/siemens/mc_apl1/variants/mc_apl1/ptn3460.c M src/mainboard/siemens/mc_apl1/variants/mc_apl4/Kconfig M src/mainboard/siemens/mc_apl1/variants/mc_apl4/Makefile.inc M src/mainboard/siemens/mc_apl1/variants/mc_apl4/devicetree.cb D src/mainboard/siemens/mc_apl1/variants/mc_apl4/include/variant/ptn3460.h A src/mainboard/siemens/mc_apl1/variants/mc_apl4/lcd_panel.c D src/mainboard/siemens/mc_apl1/variants/mc_apl4/mainboard.c D src/mainboard/siemens/mc_apl1/variants/mc_apl4/ptn3460.c M src/mainboard/siemens/mc_apl1/variants/mc_apl5/Kconfig M src/mainboard/siemens/mc_apl1/variants/mc_apl5/Makefile.inc M src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb D src/mainboard/siemens/mc_apl1/variants/mc_apl5/include/variant/ptn3460.h A src/mainboard/siemens/mc_apl1/variants/mc_apl5/lcd_panel.c M src/mainboard/siemens/mc_apl1/variants/mc_apl5/mainboard.c D src/mainboard/siemens/mc_apl1/variants/mc_apl5/ptn3460.c M src/mainboard/siemens/mc_tcu3/Kconfig M src/mainboard/siemens/mc_tcu3/Makefile.inc M src/mainboard/siemens/mc_tcu3/devicetree.cb M src/mainboard/siemens/mc_tcu3/lcd_panel.c M src/mainboard/siemens/mc_tcu3/lcd_panel.h M src/mainboard/siemens/mc_tcu3/mainboard.c D src/mainboard/siemens/mc_tcu3/ptn3460.c D src/mainboard/siemens/mc_tcu3/ptn3460.h 29 files changed, 476 insertions(+), 1,193 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/36643/3