<?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 evb-ast2500_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb</link>
        <description>configs: Resync with savedefconfigRsync all defconfig files using moveconfig.pySigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Mon, 28 Aug 2017 11:16:32 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5abc1a4523a5509ce37bc3ec818b660a48f4eafd - common: Move CONFIG_BOOTARGS to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#5abc1a4523a5509ce37bc3ec818b660a48f4eafd</link>
        <description>common: Move CONFIG_BOOTARGS to KconfigAlso introduce CONFIG_USE_BOOTARGS option so we can control ifCONFIG_BOOTARGS defined at all.Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;[trini: Resync r8a779[56]_ulcb, various ls10xx targets]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Mon, 14 Aug 2017 17:22:17 +0000</pubDate>
        <dc:creator>Sam Protsenko &lt;semen.protsenko@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>2be296538e2e9d2893dc495b3fc8f9f6acb1454c - Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#2be296538e2e9d2893dc495b3fc8f9f6acb1454c</link>
        <description>Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_MMC   CONFIG_ENV_IS_IN_NAND   CONFIG_ENV_IS_IN_UBI   CONFIG_ENV_IS_NOWHEREIn fact this already exists for sunxi as a &apos;choice&apos; config. However notall the choices are available in Kconfig yet so we cannot use that. Itwould lead to more than one option being set.In addition, one purpose of this series is to allow the environment to bestored in more than one place. So the existing choice is converted to anormal config allowing each option to be set independently.There are not many opportunities for Kconfig updates to reduce the size ofthis patch. This was tested with   ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMCAnd then manual updates.  This is because for CHAIN_OF_TRUST boards theycan only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logicnow.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:39 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fb82fe385173fdf7b55e50e4f343ae37a41cdbaa - configs: Resync defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#fb82fe385173fdf7b55e50e4f343ae37a41cdbaa</link>
        <description>configs: Resync defconfigsSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Mon, 19 Jun 2017 13:47:40 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Tue, 09 May 2017 16:03:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>7a88543b50db930a19929fd87d04a1ff48ec35f5 - aspeed: Enable I2C in EVB defconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#7a88543b50db930a19929fd87d04a1ff48ec35f5</link>
        <description>aspeed: Enable I2C in EVB defconfigEnable I2C driver in ast2500 Eval Board defconfig.Also enable i2c command.Signed-off-by: Maxim Sloyko &lt;maxims@google.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Mon, 17 Apr 2017 19:00:31 +0000</pubDate>
        <dc:creator>maxims@google.com &lt;maxims@google.com&gt;</dc:creator>
    </item>
<item>
        <title>3ef7f12cdd1b042cf657a1ea734bb9d2a4adc0da - aspeed: Enable Pinctrl Driver in AST2500 EVB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#3ef7f12cdd1b042cf657a1ea734bb9d2a4adc0da</link>
        <description>aspeed: Enable Pinctrl Driver in AST2500 EVBEnable Pinctrl Driver in AST2500 Eval Board&apos;s defconfigSigned-off-by: Maxim Sloyko &lt;maxims@google.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Mon, 17 Apr 2017 19:00:28 +0000</pubDate>
        <dc:creator>maxims@google.com &lt;maxims@google.com&gt;</dc:creator>
    </item>
<item>
        <title>99f8ad7321fb9bbfbaff870a53b005d36a723b1f - aspeed: Refactor AST2500 RAM Driver and Sysreset Driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#99f8ad7321fb9bbfbaff870a53b005d36a723b1f</link>
        <description>aspeed: Refactor AST2500 RAM Driver and Sysreset DriverThis change switches all existing users of ast2500 Watchdog to DriverModel based Watchdog driver.To perform system reset Sysreset Driver uses first Watchdog device foundvia uclass_first_device call. Since the system is going to be resetanyway it does not make much difference which watchdog is used.Instead of using Watchdog to reset itself, SDRAM driver now uses Resetdriver to do that.These were the only users of the old Watchdog API, so that API isremoved.This all is done in one change to avoid having to maintain dual API forwatchdog in between.Signed-off-by: Maxim Sloyko &lt;maxims@google.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Mon, 17 Apr 2017 19:00:26 +0000</pubDate>
        <dc:creator>maxims@google.com &lt;maxims@google.com&gt;</dc:creator>
    </item>
<item>
        <title>8728c97eff5bd95f58320f886ae305f17931a374 - configs: Re-sync</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#8728c97eff5bd95f58320f886ae305f17931a374</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Mon, 13 Mar 2017 17:48:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d9b88d2547bcea1ef17e29255fd716b6315b2aec - aspeed: Support for ast2500 Eval Board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/evb-ast2500_defconfig#d9b88d2547bcea1ef17e29255fd716b6315b2aec</link>
        <description>aspeed: Support for ast2500 Eval Boardast2500 Eval Board device tree and board specific configuration.Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/evb-ast2500_defconfig</description>
        <pubDate>Wed, 18 Jan 2017 21:44:58 +0000</pubDate>
        <dc:creator>maxims@google.com &lt;maxims@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
