<?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 sama5d4_xplained_nandflash_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1490eb89f4697b02cfb8f826d2f5eaf37edcbd47 - UPSTREAM: Convert CONFIG_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#1490eb89f4697b02cfb8f826d2f5eaf37edcbd47</link>
        <description>UPSTREAM: Convert CONFIG_SPI to KconfigThis converts the following to Kconfig:   CONFIG_SPIThis partly involves updating code that assumes that CONFIG_SPI impliesthings that are specific to the MPC8xx SPI driver.  For now, just updatethe CONFIG tests.  This also involves reworking the default forCONFIG_SYS_DEF_EEPROM_ADDR so that we don&apos;t set it when we cannot make areasonable default, as it does not cause any compile failures.Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;(cherry picked from commit f1b1f77060beadbfe9f42a3be00019bd025afbd6)Change-Id: Ie9f15ada869105eb407f41d4df7eecbaa916b940Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Sun, 15 Apr 2018 17:51:26 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f92621cf933a284dac920477900f505ce7af5df9 - UPSTREAM: spi: atmel: default y if DM_SPI &amp;&amp; ARCH_AT91</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#f92621cf933a284dac920477900f505ce7af5df9</link>
        <description>UPSTREAM: spi: atmel: default y if DM_SPI &amp;&amp; ARCH_AT91ATMEL_SPI is now fully converted to driver-model andrespective boards switch to DM_SPI as well,so make default y for ARCH_AT91Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;Acked-by: Wenyou Yang &lt;wenyouya@gmail.com&gt;(cherry picked from commit 89d4fc153bb5c3830ab9e75e1690738cccea0322)Change-Id: I3c3da47c05f7fef7a2129c5325c4ddf7b596b2cfSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Wed, 14 Mar 2018 13:16:44 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>c6de2aae290151e042ec480accafecb4e77fd4fd - UPSTREAM: ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#c6de2aae290151e042ec480accafecb4e77fd4fd</link>
        <description>UPSTREAM: ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to KconfigThis commit converts the following items to Kconfig:CONFIG_ATMEL_NAND_HWECCCONFIG_ATMEL_NAND_HW_PMECCCONFIG_PMECC_CAPCONFIG_PMECC_SECTOR_SIZECONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER[PMECC References]https://www.at91.com/linux4sam/bin/view/Linux4SAM/PmeccConfigurehttps://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap[Mailing List Thread]https://lists.denx.de/pipermail/u-boot/2018-December/350666.htmlFixes: 5541543f (&quot;configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment&quot;)[trini: Make the migration be size neutral and possibly not fix theabove in all cases]Reported-by: Daniel Evans &lt;photonthunder@gmail.com&gt;Cc: Eugen Hristev &lt;eugen.hristev@microchip.com&gt;Signed-off-by: Derald D. Woods &lt;woods.technical@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Change-Id: I00f123659dcb281b50cd4720901343e039e802c1Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit a 49ad40298cc5639436c6d490b699ecb60895ba2d&#65289;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Sat, 15 Dec 2018 07:36:46 +0000</pubDate>
        <dc:creator>Derald D. Woods &lt;woods.technical@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2cce6f5430c3ca3b2b9eafaed874ff104f26b660 - UPSTREAM: Convert CONFIG_NAND_ATMEL to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#2cce6f5430c3ca3b2b9eafaed874ff104f26b660</link>
        <description>UPSTREAM: Convert CONFIG_NAND_ATMEL to KconfigThis converts the following to Kconfig:   CONFIG_NAND_ATMELSigned-off-by: Adam Ford &lt;aford173@gmail.com&gt;Change-Id: Ic71bd0ef5704faf04852bf51d265d94e1a8dc259Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit e7db856bf96213ba3f6b716be9fa264e184f74e2)

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Sun, 08 Jul 2018 13:11:07 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_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/sama5d4_xplained_nandflash_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>fc6adebbc18c1c4d36e80cca0739c96717b733d6 - board: atmel: Use the new PIT timer driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#fc6adebbc18c1c4d36e80cca0739c96717b733d6</link>
        <description>board: atmel: Use the new PIT timer driverUse the Atmel PIT timer driver which supports the driver modeland device tree.Signed-off-by: Wenyou Yang &lt;wenyou.yang@microchip.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Tue, 15 Aug 2017 09:40:27 +0000</pubDate>
        <dc:creator>Wenyou.Yang@microchip.com &lt;Wenyou.Yang@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>88663126a009d0c354d832e005a5b3b511e5c7fb - configs: Resync with savedefconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#88663126a009d0c354d832e005a5b3b511e5c7fb</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/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Mon, 14 Aug 2017 23:58:53 +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/sama5d4_xplained_nandflash_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/sama5d4_xplained_nandflash_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>c0667d6c49ff0314bcfe74734c7099c0ffa2ad75 - configs: sama5d4_xplained: Fix input clock for debug UART</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#c0667d6c49ff0314bcfe74734c7099c0ffa2ad75</link>
        <description>configs: sama5d4_xplained: Fix input clock for debug UARTFix the UART input clock for the early debug UART, it should be100MHz, instead of 88MHz.Signed-off-by: Wenyou Yang &lt;wenyou.yang@microchip.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Fri, 28 Jul 2017 03:37:26 +0000</pubDate>
        <dc:creator>Wenyou.Yang@microchip.com &lt;Wenyou.Yang@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>8f1a80e99e4a838d1540cdb1d59ccc7785fe4618 - configs: Migrate CMD_NAND*</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#8f1a80e99e4a838d1540cdb1d59ccc7785fe4618</link>
        <description>configs: Migrate CMD_NAND*Migrate all remaining instances of CMD_NAND, CMD_NAND_TRIMFFSCMD_NAND_LOCK_UNLOCK and CMD_NAND_TORTURE from the headers into thedefconfig files.Tested-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Sat, 29 Jul 2017 01:31:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&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/sama5d4_xplained_nandflash_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/sama5d4_xplained_nandflash_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/sama5d4_xplained_nandflash_defconfig#fb82fe385173fdf7b55e50e4f343ae37a41cdbaa</link>
        <description>configs: Resync defconfigsSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_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/sama5d4_xplained_nandflash_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/sama5d4_xplained_nandflash_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>2681e78a5ee0e3d6d45abc195c81d1c527fcea0b - configs: Re-sync</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#2681e78a5ee0e3d6d45abc195c81d1c527fcea0b</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Mon, 01 May 2017 15:41:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b7b24a7a3cd74bb165d28a2959ed9143e3648fbf - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#b7b24a7a3cd74bb165d28a2959ed9143e3648fbf</link>
        <description>Merge git://git.denx.de/u-boot-dmHere with some DM changes as well as the long-standing AT91 DM/DTconversion patches which I have picked up via dm.

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Thu, 13 Apr 2017 21:31:06 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>334794f58400e1a4fccd61dd8066c4f94f4605e7 - board: sama5d4_xplained: enable early debug UART</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#334794f58400e1a4fccd61dd8066c4f94f4605e7</link>
        <description>board: sama5d4_xplained: enable early debug UARTEnable the early debug UART to debug problems when an ICE or otherdebug mechanism is not available.Signed-off-by: Wenyou Yang &lt;wenyou.yang@atmel.com&gt;Reviewed-by: Andreas Bie&#223;mann &lt;andreas@biessmann.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Thu, 13 Apr 2017 02:31:18 +0000</pubDate>
        <dc:creator>Wenyou Yang &lt;wenyou.yang@atmel.com&gt;</dc:creator>
    </item>
<item>
        <title>6dbadb4d95ee1590eb46bdd634c0b0cc3c693a7f - board: sama5d4_xplained: update to support DM/DT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#6dbadb4d95ee1590eb46bdd634c0b0cc3c693a7f</link>
        <description>board: sama5d4_xplained: update to support DM/DTUpdate the configuration files to support the device tree anddriver model, so do SPL. The device clock and pins configurationare handled by the clock and the pinctrl drivers respectively.Signed-off-by: Wenyou Yang &lt;wenyou.yang@atmel.com&gt;Reviewed-by: Andreas Bie&#223;mann &lt;andreas@biessmann.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Thu, 13 Apr 2017 02:31:16 +0000</pubDate>
        <dc:creator>Wenyou Yang &lt;wenyou.yang@atmel.com&gt;</dc:creator>
    </item>
<item>
        <title>8728c97eff5bd95f58320f886ae305f17931a374 - configs: Re-sync</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#8728c97eff5bd95f58320f886ae305f17931a374</link>
        <description>configs: Re-syncSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_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>8435179271106ec6fe9a9a5679b897755b1db8dd - common: Add DISPLAY_BOARDINFO</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#8435179271106ec6fe9a9a5679b897755b1db8dd</link>
        <description>common: Add DISPLAY_BOARDINFOCreate a Kconfig entry for DISPLAY_BOARDINFO and make it be the defaultin certain architectures.  Migrate all config files.Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Wed, 12 Oct 2016 01:33:46 +0000</pubDate>
        <dc:creator>Lokesh Vutla &lt;lokeshvutla@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>e00f76cee906a48311d0c7c59b519b2e6a5c56f8 - Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig#e00f76cee906a48311d0c7c59b519b2e6a5c56f8</link>
        <description>Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigMove this option to Kconfig and tidy up existing uses.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/configs/sama5d4_xplained_nandflash_defconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:18:56 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
