<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-rockchip</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#c1b62ba9ca0e41fdd548cb3bb9af3b3f90d4a393</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-rockchip

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Mon, 14 Aug 2017 14:40:01 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b529993e0222ce8c97d3e8fe41e4a2e7878e281e - spl: add hierarchical defaults for SPL_LDSCRIPT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#b529993e0222ce8c97d3e8fe41e4a2e7878e281e</link>
        <description>spl: add hierarchical defaults for SPL_LDSCRIPTWith SPL_LDSCRIPT moved to Kconfig (and this being a &apos;string&apos; confignode), all the lingering definitions in header files will causewarnings/errors due to the redefinition of the configuration item.As we don&apos;t want to pollute the defconfig files (and values shouldusually be identical for entire architectures), the defaults are movedinto Kconfig.  Kconfig will always pick the first default thatmatches, so please keep these values at the end of each file (to allowany board-specific Kconfig, which will be included earlier) tooverride with an unconditional default setting.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/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Thu, 03 Aug 2017 21:23:55 +0000</pubDate>
        <dc:creator>Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>e5ec48152ad13ada83c541cdf7f47d5867c506db - Kconfig: Migrate BOARD_LATE_INIT to a select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#e5ec48152ad13ada83c541cdf7f47d5867c506db</link>
        <description>Kconfig: Migrate BOARD_LATE_INIT to a selectThis option should not really be user selectable.  Note that on PowerPCwe currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so beconditional on that.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt; (for UniPhier)

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Mon, 23 Jan 2017 00:43:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a5ab44f69bc4809cfaeea2fdb4e391dc828f49a1 - davinci: omapl138_lcdk: configure ddr2</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#a5ab44f69bc4809cfaeea2fdb4e391dc828f49a1</link>
        <description>davinci: omapl138_lcdk: configure ddr2The SPL is unable to load u-boot because the DDR2 is not configured.Configure the DDR2.Signed-off-by: Fabien Parent &lt;fparent@baylibre.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Tue, 29 Nov 2016 13:23:39 +0000</pubDate>
        <dc:creator>Fabien Parent &lt;fparent@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>cd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c - davinci: omapl138_lcdk: configure pll0</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#cd895dcbe0e2ee538c5fd9664f3ca4a17f57d83c</link>
        <description>davinci: omapl138_lcdk: configure pll0The SPL is not able to boot properly because the PLL0 is notconfigured. Configure it.Signed-off-by: Fabien Parent &lt;fparent@baylibre.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Tue, 29 Nov 2016 13:23:38 +0000</pubDate>
        <dc:creator>Fabien Parent &lt;fparent@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>b31bf37a38a6cc4a0b358563d2b04680f198d3b9 - ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#b31bf37a38a6cc4a0b358563d2b04680f198d3b9</link>
        <description>ARM: davinci: Move CONFIG_SYS_DA850_DDR_INIT to KconfigClean config headers by moving CONFIG_SYS_DA850_DDR_INIT away to aKconfig file.Signed-off-by: Fabien Parent &lt;fparent@baylibre.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Tue, 29 Nov 2016 13:23:37 +0000</pubDate>
        <dc:creator>Fabien Parent &lt;fparent@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>f519b3649156ee6d7945f7003cf8934bd9b39f1e - ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#f519b3649156ee6d7945f7003cf8934bd9b39f1e</link>
        <description>ARM: davinci: Move CONFIG_SYS_DA850_PLL_INIT to KconfigClean config headers by moving CONFIG_SYS_DA850_PLL_INIT away to aKconfig file.Signed-off-by: Fabien Parent &lt;fparent@baylibre.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Tue, 29 Nov 2016 13:23:36 +0000</pubDate>
        <dc:creator>Fabien Parent &lt;fparent@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>2ac07f75d1977008e829d00bcce16143e171765d - arm: Add support for LEGO MINDSTORMS EV3</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#2ac07f75d1977008e829d00bcce16143e171765d</link>
        <description>arm: Add support for LEGO MINDSTORMS EV3This is based on the davinci da850evm. It can boot from either theon-board 16MB flash or from a microSD card. It also reads boardinformation from an I2C EEPROM.The EV3 itself initally boots from write-protected EEPROM, so nou-boot SPL is needed.Signed-off-by: David Lechner &lt;david@lechnology.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Fri, 26 Feb 2016 06:46:07 +0000</pubDate>
        <dc:creator>David Lechner &lt;david@lechnology.com&gt;</dc:creator>
    </item>
<item>
        <title>13a3972585af60ec367d209cedbd3601e0c77467 - Merge remote-tracking branch &apos;u-boot/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#13a3972585af60ec367d209cedbd3601e0c77467</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Wed, 14 Oct 2015 08:46:36 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>d7e8b2b98a0daad6bc2e91c2bc9f3414705b7f89 - arm: Remove da830evm board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#d7e8b2b98a0daad6bc2e91c2bc9f3414705b7f89</link>
        <description>arm: Remove da830evm boardThis board has not been converted to generic board by the deadline.Remove it.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Sat, 12 Sep 2015 17:50:08 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>a6f7f78744320639a6ddb797819f54e930a6ed23 - arm: Remove enbw_cmc board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#a6f7f78744320639a6ddb797819f54e930a6ed23</link>
        <description>arm: Remove enbw_cmc boardThis board has not been converted to generic board by the deadline.Remove it.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Mon, 31 Aug 2015 01:19:04 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>6761946fb716255c32908059de1e2a0d0e05afb1 - arm: Remove unmaintained davinci boards</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#6761946fb716255c32908059de1e2a0d0e05afb1</link>
        <description>arm: Remove unmaintained davinci boardsThese boards have not been converted to generic board by the deadline.Remove dm355evm, dm355leopard, dm365evm, dm6467evm, dvevm, ea20, schmoogie,sffsdr, sonata.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Mon, 31 Aug 2015 01:18:59 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>8d77576371381ade83de475bb639949b44941e8c - ARM: davinci: remove support for cam_enc_4xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#8d77576371381ade83de475bb639949b44941e8c</link>
        <description>ARM: davinci: remove support for cam_enc_4xxThis has not been converted to Generic Board, so should be removed.(See doc/README.generic-board for details.)Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Heiko Schocher &lt;hs@denx.de&gt;Acked-by: Marek Vasut &lt;marex@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Thu, 20 Aug 2015 01:20:55 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>a26cd04920dc069fd6e91abb785426cf6c29f45f - arch: Make board selection choices optional</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#a26cd04920dc069fd6e91abb785426cf6c29f45f</link>
        <description>arch: Make board selection choices optionalBy making the board selections optional, every defconfig will includethe board selection when running savedefconfig so if a new board isadded to the top of the list of choices the former top&apos;s defconfig willstill be correct.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Tue, 12 May 2015 19:46:23 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<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/arch/arm/mach-davinci/Kconfig#b939689c7b87773c44275a578ffc8674a867e39d</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</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/arch/arm/mach-davinci/Kconfig#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/arch/arm/mach-davinci/Kconfig</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/arch/arm/mach-davinci/Kconfig#b9cb64825b5e6efeb715abd8b48d9b12f98973e9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</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/arch/arm/mach-davinci/Kconfig#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/arch/arm/mach-davinci/Kconfig</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>e1cc4d31f889428a4ca73120951389c756404184 - Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#e1cc4d31f889428a4ca73120951389c756404184</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Tue, 24 Feb 2015 06:59:38 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>601fbec7cf815bc2b26ba2546ac5e8501fc7edae - ARM: davinci: move SoC sources to mach-davinci</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig#601fbec7cf815bc2b26ba2546ac5e8501fc7edae</link>
        <description>ARM: davinci: move SoC sources to mach-davinciMovearch/arm/cpu/arm926ejs/davinci/* -&gt; arch/arm/mach-davinci/*Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig</description>
        <pubDate>Fri, 20 Feb 2015 08:04:05 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
</channel>
</rss>
