<?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 r8a7795_ulcb_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>25f840d7ef440442f290e760459714a068487727 - ARM: rmobile: Disable CONFIG_ARCH_FIXUP_FDT_MEMORY</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#25f840d7ef440442f290e760459714a068487727</link>
        <description>ARM: rmobile: Disable CONFIG_ARCH_FIXUP_FDT_MEMORYDisable CONFIG_ARCH_FIXUP_FDT_MEMORY to prevent U-Boot from modifyingthe memory {} nodes in the DT passed to the Linux kernel. The R8A779xDT contains multiple memory {} nodes, while U-Boot only modifies thefirst one and stuffs all the memory entries into it, which is wrong.Disabling CONFIG_ARCH_FIXUP_FDT_MEMORY is the least intrusive way tofix the issue this close to the release, while the real fix is toextend the fdt_fixup_memory_banks() to handle multiple memory nodesin DT.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Thu, 07 Sep 2017 07:48:24 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f72b96ec8f7a7b2e2952333c00d907cf0fd726a3 - Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#f72b96ec8f7a7b2e2952333c00d907cf0fd726a3</link>
        <description>Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Sat, 26 Aug 2017 19:10:46 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>f7f79b4493b8beeb1de099d1d1c86049b018ef5c - ARM: rmobile: Enable MMC and USB DM on ULCB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#f7f79b4493b8beeb1de099d1d1c86049b018ef5c</link>
        <description>ARM: rmobile: Enable MMC and USB DM on ULCBEnable the MMC and USB DM on the board since it&apos;s the modern methodand now supported by the drivers.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Sun, 20 Aug 2017 15:13:50 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d47f356cdedcd69c1dbfe67143d1694f384aa126 - ARM: rmobile: Enable HUSH parser</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#d47f356cdedcd69c1dbfe67143d1694f384aa126</link>
        <description>ARM: rmobile: Enable HUSH parserThe HUSH parser was disabled somewhere along the way, reenable it.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Alexandru Gagniuc &lt;alex.g@adaptrum.com&gt;Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Sun, 20 Aug 2017 15:13:42 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c1c3fe23070ac924e65208abbf8d2396bcc08008 - env: Convert CONFIG_ENV_IS_IN... to a choice</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#c1c3fe23070ac924e65208abbf8d2396bcc08008</link>
        <description>env: Convert CONFIG_ENV_IS_IN... to a choiceAt present we support multiple environment drivers but there is not way toselect between them at run time. Also settings related to the position andsize of the environment area are global (i.e. apply to all locations).Until these limitations are removed we cannot really support more than oneenvironment location. Adjust the location to be a choice so that only onecan be selected. By default the environment is &apos;nowhere&apos;, meaning that theenvironment exists only in memory and cannot be saved.Also expand the help for the &apos;nowhere&apos; option and move it to the top sinceit is the default.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Move all of the imply logic to default X if Y so it works again]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Thu, 03 Aug 2017 18:21:59 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&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/r8a7795_ulcb_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/r8a7795_ulcb_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>a89302cc7908de36e949b02013ac05ce5ef8b354 - Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#a89302cc7908de36e949b02013ac05ce5ef8b354</link>
        <description>Merge branch &apos;rmobile&apos; of git://git.denx.de/u-boot-sh

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Wed, 02 Aug 2017 23:30:27 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>9c552db619b2ab373dbf048714518c74c53e6c2b - ARM: rmobile: Update defconfig of R-Car Gen3</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#9c552db619b2ab373dbf048714518c74c53e6c2b</link>
        <description>ARM: rmobile: Update defconfig of R-Car Gen3This updates defconfig of R-Car Gen3 to keep with the latest Kconfig.Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Wed, 02 Aug 2017 19:27:53 +0000</pubDate>
        <dc:creator>Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;</dc:creator>
    </item>
<item>
        <title>03a38a397248529b01908eaed24f9262545ca9b5 - serial: sh: Convert to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#03a38a397248529b01908eaed24f9262545ca9b5</link>
        <description>serial: sh: Convert to KconfigConvert the SH Serial to Kconfig using tools/moveconfig.py tooland a bit of manual adjustment to cater for failed conversions.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Fri, 21 Jul 2017 21:18:46 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7ee0283d0506af7dd61980765772d7993c2691b2 - ARM: rmobile: Enable clock framework on ULCB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#7ee0283d0506af7dd61980765772d7993c2691b2</link>
        <description>ARM: rmobile: Enable clock framework on ULCBSince there is now a clock driver for RCar Gen3, enable it on this board.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Fri, 21 Jul 2017 21:18:05 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>86fa69072d9de8a3c57a5aaa7f06240797e9c966 - ARM: rmobile: Enable OF_CONTROL on RCar Gen3</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#86fa69072d9de8a3c57a5aaa7f06240797e9c966</link>
        <description>ARM: rmobile: Enable OF_CONTROL on RCar Gen3Since the DTs are now in place, enable OF control so that they getbundled into the U-Boot.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Fri, 21 Jul 2017 21:17:00 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bd39050cb2a05b0eabc418ee9ea9709dccc2d31c - ARM: rmobile: ulcb: Add ULCB board support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig#bd39050cb2a05b0eabc418ee9ea9709dccc2d31c</link>
        <description>ARM: rmobile: ulcb: Add ULCB board supportAdd initial support for the R8A7795 and R8A7796 based ULCB board.Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/r8a7795_ulcb_defconfig</description>
        <pubDate>Fri, 21 Jul 2017 21:15:21 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
