<?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 MAINTAINERS</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b939689c7b87773c44275a578ffc8674a867e39d - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS#b939689c7b87773c44275a578ffc8674a867e39d</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS</description>
        <pubDate>Tue, 05 May 2015 08:09:06 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>a868e44333ebac080dd6ed81e5ae580691f7fd18 - davinci: add support for omapl138-lcdk board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS#a868e44333ebac080dd6ed81e5ae580691f7fd18</link>
        <description>davinci: add support for omapl138-lcdk boardSigned-off-by: Peter Howard &lt;phoward@gme.net.au&gt;[trini: Add config file, update for ..._ether_addr() -&gt; ..._ethaddr() rename]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS</description>
        <pubDate>Sun, 22 Mar 2015 22:19:56 +0000</pubDate>
        <dc:creator>Peter Howard &lt;pjh@northern-ridge.com.au&gt;</dc:creator>
    </item>
<item>
        <title>b9cb64825b5e6efeb715abd8b48d9b12f98973e9 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS#b9cb64825b5e6efeb715abd8b48d9b12f98973e9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS</description>
        <pubDate>Mon, 02 Mar 2015 08:42:53 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>cb957cda2bedc31209f5c483cacb5ddc4f5754c8 - ARM: davinci: remove hawkboard support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS#cb957cda2bedc31209f5c483cacb5ddc4f5754c8</link>
        <description>ARM: davinci: remove hawkboard supportThis is still a non-generic board.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Sughosh Ganu &lt;urwithsughosh@gmail.com&gt;Cc: Syed Mohammed Khasim &lt;sm.khasim@gmail.com&gt;Acked-by: Marek Vasut &lt;marex@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS</description>
        <pubDate>Tue, 24 Feb 2015 02:45:10 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>e82abaeb7f2a0833fccf90460c48b9f2100258f8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS#e82abaeb7f2a0833fccf90460c48b9f2100258f8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-armConflicts:	boards.cfgSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS</description>
        <pubDate>Mon, 11 Aug 2014 08:21:03 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>93d4334f7f5bc2f0fb580606f0701b2252c6d8d6 - Add board MAINTAINERS files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS#93d4334f7f5bc2f0fb580606f0701b2252c6d8d6</link>
        <description>Add board MAINTAINERS filesWe have switched to Kconfig and the boards.cfg file is going tobe removed. We have to retrieve the board status and maintainersinformation from it.The MAINTAINERS format as in Linux Kernel would be nicebecause we can crib the scripts/get_maintainer.pl script.After some discussion, we chose to put a MAINTAINERS file under eachboard directory, not the top-level one because we want to collectrelevant information for a board into a single place.TODO:Modify get_maintainer.pl to scan multiple MAINTAINERS files.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Suggested-by: Tom Rini &lt;trini@ti.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS</description>
        <pubDate>Wed, 30 Jul 2014 05:08:18 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
</channel>
</rss>
