<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>fcc1d05098668c1c6b6c93a9986baf9667c83700 - rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#fcc1d05098668c1c6b6c93a9986baf9667c83700</link>
        <description>rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsiSigned-off-by: Eric Gao &lt;eric.gao@rock-chips.com&gt;Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Wed, 21 Jun 2017 03:22:02 +0000</pubDate>
        <dc:creator>eric.gao@rock-chips.com &lt;eric.gao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>e9037fb3ad02a74073184f8fbdbb785a889a30df - rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#e9037fb3ad02a74073184f8fbdbb785a889a30df</link>
        <description>rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsiAdd Makefile item for soc specific driver for rk3399 mipi dsi.Signed-off-by: Eric Gao &lt;eric.gao@rock-chips.com&gt;Acked-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Wed, 21 Jun 2017 03:20:34 +0000</pubDate>
        <dc:creator>eric.gao@rock-chips.com &lt;eric.gao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>156d64fa55e9914b144c5e83f2a9e13d1223a4d3 - Merge git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#156d64fa55e9914b144c5e83f2a9e13d1223a4d3</link>
        <description>Merge git://git.denx.de/u-boot-rockchipHere is additional rk3368 and rk3399 support, rv1108 support,refactoring HDMI video (brought in from Anatolij&apos;s tree to resolveconflicts), some mkimage fixes and a few other things.

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Thu, 08 Jun 2017 16:14:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ca562b630e97c1c2fe710aab3d6f98cd47adce96 - rockchip: video: rk3399: add HDMI TX support on the RK3399</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#ca562b630e97c1c2fe710aab3d6f98cd47adce96</link>
        <description>rockchip: video: rk3399: add HDMI TX support on the RK3399This commit enables the RK3399 HDMI TX, which is very similar to theone found on the RK3288.  As requested by Simon, this splits the HDMIdriver into a SOC-specific portion (rk3399_hdmi.c, rk3288_hdmi.c) anda common portion (rk_hdmi.c).Note that the I2C communication for reading the EDID works well withthe default settings, but does not with the alternate settings used onthe RK3288... this configuration aspect is reflected by the driverdatafor the RK3399 driver.Having some sort of DTS-based configuration for the regulatordependencies would be nice for the future, but for now we simply uselists of regulator names (also via driverdata) that we probe.Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Wed, 31 May 2017 15:59:34 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>147fd3ac5a226e5ff882cdac7687d2352c66b115 - rockchip: video: split RK3288-specific part off from rk_hdmi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#147fd3ac5a226e5ff882cdac7687d2352c66b115</link>
        <description>rockchip: video: split RK3288-specific part off from rk_hdmiTo prepare for the addition of RK3399 HDMI support, the HDMI driver isrefactored and broken into a chip-specific and a generic part.  Thischange adds the internal interfaces, makes common/reusable functionsexternally visible and splits the RK3288 driver into a separate file.For the probing of regulators, we reuse the infrastructure createdduring the VOP refactoring... i.e. we simply call into the helperfunction defined for the VOP.Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Wed, 31 May 2017 15:59:33 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>cc75afc5d75a686b73e8cd5f9fba56f4b087517b - rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#cc75afc5d75a686b73e8cd5f9fba56f4b087517b</link>
        <description>rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399This commit adds a driver for the RK3399 VOPs capable and all thenecessary plumbing to feed the HDMI encoder. For the VOP-big, thiscorrectly tracks the ability to feed 10bit RGB data to the encoder.Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Wed, 31 May 2017 15:59:31 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>d46d40474a7e77b1640acd040223af8574ebe5ac - rockchip: video: refactor rk_vop and split RK3288-specific code off</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#d46d40474a7e77b1640acd040223af8574ebe5ac</link>
        <description>rockchip: video: refactor rk_vop and split RK3288-specific code offTo prepare for adding the RK3399 VOP driver (which shares most of itsregisters and config logic with the RK3228 VOP), this change refactorsthe driver and splits the RK3288-specific driver off.The changes in detail are:- introduces a data-structure for chip-specific drivers to register  features/callbacks with the common driver: at this time, this is  limited to a callback for setting the pin polarities (between the  VOP and the encoder modules) and a flag to signal 10bit RGB  capability- refactors the probing of regulators into a helper function that  can take a list of regulator names to probe and autoset- moves the priv data-structure into a (common) header file to be  used by the chip-specific drivers to provide base addresses to  the common driver- uses a callback into the chip-specific driver to set pin polarities  (replacing the direct register accesses previously used)- splits enabling the output (towards an encoder) into a separate  help function withint the common driverSigned-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Wed, 31 May 2017 15:59:30 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>d09ec7f81650425140776995fc9752189ddf7956 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-video</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#d09ec7f81650425140776995fc9752189ddf7956</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-video

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Tue, 16 May 2017 00:16:02 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>8517f64fe67f851eb128cc594666fb2615cde08d - rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#8517f64fe67f851eb128cc594666fb2615cde08d</link>
        <description>rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMIInstead of having drivers/video/rockchip/Kconfig point outside of itshierarchy for dw_hdmi.o, we should use a configuration-option toinclude the Designware HDMI support.This change introduces a new config option (not to be selected viamenuconfig, but to be selected from a dependent video driver&apos;sconfiguration option) that enables dw_hdmi.o and selects it wheneverthe HDMI support for Rockchip SoCs is selected.Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Fri, 05 May 2017 19:48:26 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>1f5541c8818d3ecd243f9bbf58db9ea5f55a3195 - Merge git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#1f5541c8818d3ecd243f9bbf58db9ea5f55a3195</link>
        <description>Merge git://git.denx.de/u-boot-rockchipThis adds a new firefly-rk3399 board, MIPI support for rk3399 andrk3288, rk818 pmic support, mkimage improvements for rockchip and a fewother things.

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Wed, 10 May 2017 21:40:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>1c3984041ce39ac9fe5ed24fca49cb2c17dc156a - rockchip: video: Add mipi driver support for rockchip soc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#1c3984041ce39ac9fe5ed24fca49cb2c17dc156a</link>
        <description>rockchip: video: Add mipi driver support for rockchip socAdd basic driver for mipi display on rockchip soc platform.Signed-off-by: Eric Gao &lt;eric.gao@rock-chips.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Tue, 02 May 2017 10:23:50 +0000</pubDate>
        <dc:creator>Eric Gao &lt;eric.gao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>da10dd1a723e27291d8f30effada2b0a47a43f12 - rockchip: video: Makefile: Modify Makefile for rockchip video driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#da10dd1a723e27291d8f30effada2b0a47a43f12</link>
        <description>rockchip: video: Makefile: Modify Makefile for rockchip video driverModify Makefile for rockchip video driver according to Kconfig, so thatsource code will not be compiled if not needed.Signed-off-by: Eric Gao &lt;eric.gao@rock-chips.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Mon, 17 Apr 2017 14:24:24 +0000</pubDate>
        <dc:creator>eric.gao@rock-chips.com &lt;eric.gao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>cc232a9d07e7c4d2b9e217b182c857a23a672f0c - rockchip: video: Split out HDMI controller code</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#cc232a9d07e7c4d2b9e217b182c857a23a672f0c</link>
        <description>rockchip: video: Split out HDMI controller codeDesignware HDMI controller and phy are used in other SoCs as well. Splitout platform independent code.DW HDMI has 8 bit registers but they can be represented as 32 bitregisters as well. Add support to select access mode.EDID reading code use reading by blocks which is not supported by otherSoCs in general. Make it more general using byte by byte approach, whichis also used in Linux driver.Finally, not all DW HDMI controllers are accompanied with DW HDMI phy.Support custom phys by making controller code independent from phy code.Signed-off-by: Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;Tested-by: Nickey Yang &lt;nickey.yang@rock-chips.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Mon, 20 Mar 2017 22:01:22 +0000</pubDate>
        <dc:creator>Jernej Skrabec &lt;jernej.skrabec@siol.net&gt;</dc:creator>
    </item>
<item>
        <title>4d339a9e8a758889de5da16b562aff5601bb3d8d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-video</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#4d339a9e8a758889de5da16b562aff5601bb3d8d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-video

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Tue, 15 Mar 2016 12:01:17 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>35ac89dd8fe7e9373d8c4336e7fbe93ae3fd59d7 - rockchip: video: Add a display driver for rockchip LVDS</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#35ac89dd8fe7e9373d8c4336e7fbe93ae3fd59d7</link>
        <description>rockchip: video: Add a display driver for rockchip LVDSSome Rockchip SoCs support LVDS output. Add a display driver for this sothat these displays can be used on supported boards.Signed-off-by: Jacob Chen &lt;jacob-chen@iotwrt.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Mon, 14 Mar 2016 03:20:16 +0000</pubDate>
        <dc:creator>Jacob Chen &lt;jacob-chen@iotwrt.com&gt;</dc:creator>
    </item>
<item>
        <title>7b7ad5c31c91f84ae12b9a7ec850b5d0f720e19b - rockchip: video: Add a video-output driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#7b7ad5c31c91f84ae12b9a7ec850b5d0f720e19b</link>
        <description>rockchip: video: Add a video-output driverSome rockchip SoCs include video output (VOP). Add a driver to support this.It can output via a display driver (UCLASS_DISPLAY) and currently HDMI andeDP are supported.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Fri, 22 Jan 2016 02:45:05 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>5852d539eab0e0a7f7a600cb57459091773c6c4a - rockchip: video: Add a display driver for rockchip eDP</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#5852d539eab0e0a7f7a600cb57459091773c6c4a</link>
        <description>rockchip: video: Add a display driver for rockchip eDPSome Rockchip SoCs support embedded DisplayPort output. Add a display driverfor this so that these displays can be used on supported boards.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Fri, 22 Jan 2016 02:45:04 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>c2539483416a3237ae6d7f2d15fe468c4e771223 - rockchip: video: Add a display driver for rockchip HDMI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/video/rockchip/Makefile#c2539483416a3237ae6d7f2d15fe468c4e771223</link>
        <description>rockchip: video: Add a display driver for rockchip HDMISome Rockchip SoCs support HDMI output. Add a display driver for this sothat these displays can be used on supported boards.Unfortunately this driver is not fully functional. It cannot reliably readEDID information over HDMI. This seems to be due to the clocks beingincorrect - the I2C bus speed appears to be up to 100x slower than theclock settings indicate. The root cause may be in the clock logic.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/video/rockchip/Makefile</description>
        <pubDate>Fri, 22 Jan 2016 02:45:03 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
