<?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>53bfae03927096b49fda494611cfc9fb0efdf445 - mtd: nand: add BBT using flash management strategy</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#53bfae03927096b49fda494611cfc9fb0efdf445</link>
        <description>mtd: nand: add BBT using flash management strategyChange-Id: Ib71dfbcf68283d1118742ab29079cab395ff99caSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Mon, 27 Apr 2020 03:44:26 +0000</pubDate>
        <dc:creator>Jon Lin &lt;jon.lin@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>749af7cd07a192b94067ae11b805eed1fd5a26b6 - UPSTREAM: mtd: nand: Add core infrastructure to support SPI NANDs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#749af7cd07a192b94067ae11b805eed1fd5a26b6</link>
        <description>UPSTREAM: mtd: nand: Add core infrastructure to support SPI NANDsAdd a SPI NAND framework based on the generic NAND framework and thespi-mem infrastructure.In its current state, this framework supports the following features:- single/dual/quad IO modes- on-die ECCChange-Id: Ifdb3001b7570e0e034f7125c4b66053462f2aed2Signed-off-by: Peter Pan &lt;peterpandong@micron.com&gt;Signed-off-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Jagan Teki &lt;jagan@openedev.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 0a6d6bae03864938f073cc114992c40f2338a155)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Thu, 16 Aug 2018 15:30:12 +0000</pubDate>
        <dc:creator>Peter Pan &lt;peterpandong@micron.com&gt;</dc:creator>
    </item>
<item>
        <title>ed99f7731a5a40a9638c4b4e603f3caebef05913 - UPSTREAM: mtd: nand: Add core infrastructure to deal with NAND devices</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#ed99f7731a5a40a9638c4b4e603f3caebef05913</link>
        <description>UPSTREAM: mtd: nand: Add core infrastructure to deal with NAND devicesAdd an intermediate layer to abstract NAND device interface so thatsome logic can be shared between SPI NANDs, parallel/raw NANDs,OneNANDs, ...Change-Id: I0c2b2e3ddae912756a35aac2741dd1ce8a243b35Signed-off-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Jagan Teki &lt;jagan@openedev.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit b95db8d33a1e920801816e47ffc5c6f18acce024)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Thu, 16 Aug 2018 15:30:09 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>cfcc706c901d603707657919484e4f65467be9ff - UPSTREAM: mtd: move NAND files into a raw/ subdirectory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#cfcc706c901d603707657919484e4f65467be9ff</link>
        <description>UPSTREAM: mtd: move NAND files into a raw/ subdirectoryNAND flavors, like serial and parallel, have a lot in common and wouldbenefit to share code. Let&apos;s move raw (parallel) NAND specific code in araw/ subdirectory, to ease the addition of a core file in nand/ and theintroduction of a spi/ subdirectory specific to SPI NANDs.Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Change-Id: Ibb56f85620c4798fb579be3e4e30438963b7c48bSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit a430fa06a4ac50e785fdbfb7f43c3cb14b35619c)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Thu, 16 Aug 2018 15:30:07 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>02850cebc501c417b9f3ac0e0e3f2c5c50e23ad3 - UPSTREAM: Convert CONFIG_NAND_DAVINCI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#02850cebc501c417b9f3ac0e0e3f2c5c50e23ad3</link>
        <description>UPSTREAM: Convert CONFIG_NAND_DAVINCI to KconfigThis converts the following to Kconfig:   CONFIG_NAND_DAVINCISigned-off-by: Adam Ford &lt;aford173@gmail.com&gt;Change-Id: I3d95031ee5ebaa5e8ac6c03236622089ccf3caeeSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit eba7f1ff6c9836931f0ce2812182190862e38b5f)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Sun, 08 Jul 2018 11:43:36 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@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/drivers/mtd/nand/Kconfig#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/drivers/mtd/nand/Kconfig</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>e81e7a85560fd4cf436e703632dbeeb44ec422d7 - UPSTREAM: Convert CONFIG_NAND_LPC32XX_SLC to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#e81e7a85560fd4cf436e703632dbeeb44ec422d7</link>
        <description>UPSTREAM: Convert CONFIG_NAND_LPC32XX_SLC to KconfigThis converts the following to Kconfig:   CONFIG_NAND_LPC32XX_SLCChange-Id: Ib4d42bc173665d6483af8c1007006dd0422d5a86Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit d294335e5d51aa83b6dd57db85c3251e9a92349e)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Sun, 08 Jul 2018 11:18:48 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>db281d09bca37ea1babf36e1080f57d9acc46452 - UPSTREAM: mtd: nand: mxs_nand: add device tree support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#db281d09bca37ea1babf36e1080f57d9acc46452</link>
        <description>UPSTREAM: mtd: nand: mxs_nand: add device tree supportSupport driver data from device tree. Also support fsl,use-minimal-eccsimilar to Linux&apos; GPMI NAND driver.Change-Id: I3f91a764c1bf75bdb5a51328146297a4b662141fSigned-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit f75e83bfae2bcf36197e25b8b3d539b0652b83fa)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Fri, 22 Jun 2018 16:06:17 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>6d69683085d27d1bb06812a72eec413700e3d216 - UPSTREAM: mtd: nand: mxs_nand: add minimal ECC support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#6d69683085d27d1bb06812a72eec413700e3d216</link>
        <description>UPSTREAM: mtd: nand: mxs_nand: add minimal ECC supportAdd support for minimum ECC strength supported by the NAND chip.This aligns with the behavior when using the fsl,use-minimum-eccdevice tree property in Linux.Change-Id: Id687fc1d9ce8c18ffb5ff387b08a486d220a34e8Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 984df7add1fe6e5a25854eae81f51940806456bc)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Fri, 22 Jun 2018 15:19:51 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>0039efa1057ef3360bd9087bef9723812a6219bf - UPSTREAM: mtd: nand: mxs_nand: use self init</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#0039efa1057ef3360bd9087bef9723812a6219bf</link>
        <description>UPSTREAM: mtd: nand: mxs_nand: use self initInstead of completing initialization via scan_bbt callback useNAND self init to initialize the GPMI (MXS) NAND controller.Suggested-by: Scott Wood &lt;oss@buserror.net&gt;Change-Id: I27a3a5c32edd3f5c27dd7385875656cc1c6ece62Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 5346c31e305a37d39f535cc0d5ae87d8b7e81230)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Fri, 22 Jun 2018 15:19:47 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>6428a0b705c699b4280032ecd6d3a6add43890ac - UPSTREAM: sunxi: move the NAND parameters to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#6428a0b705c699b4280032ecd6d3a6add43890ac</link>
        <description>UPSTREAM: sunxi: move the NAND parameters to KconfigMove the NAND parameters from defconfig files to Kconfig for SUNXIarchitecture only. Fort now only the CHIP pro is migrated.It would have been better to convert this defconfig entry to Kconfig forall supported machines/architectures but it has been abandoned due to afairly high amount of errors reported by the moveconfig.py tool. This isdue to defines quite often being multiplications of values/other definesnot correctly handled.Change-Id: I9010719934b53180d2af15e45acabc45dd39d039Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 748b5b34d3d0e67923cac5f8606b7a209e063df6)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Wed, 28 Feb 2018 19:52:01 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>7cdf5b3d2bd52aafb29d00bf974d0ae7fcbcfc7a - UPSTREAM: sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#7cdf5b3d2bd52aafb29d00bf974d0ae7fcbcfc7a</link>
        <description>UPSTREAM: sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigRemove NAND_SUNXI from the CHIP pro defconfig to be automaticallyselected depending on the state of ARCH_SUNXI.Change-Id: I49bec5ad57be81004a5836adeebd40b5fabe55e4Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit b56052f4ca40d0d8b29fb7bd3be4c104618e4fc8)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Wed, 28 Feb 2018 19:52:00 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>05d4858a0844550ae3e012cb6d7ae28aa770d480 - UPSTREAM: sunxi: automatically select SPL_NAND_SUPPORT in Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#05d4858a0844550ae3e012cb6d7ae28aa770d480</link>
        <description>UPSTREAM: sunxi: automatically select SPL_NAND_SUPPORT in KconfigMake SUNXI_NAND select SPL_NAND_SUPPORT in Kconfig, this limit thenumber of entries to add in defconfig files when adding NAND support.For now, the only board using it is the CHIP pro.Change-Id: Ia308aa9a877a06912571510d18a00e3aaaff0403Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 6d094d535c121637775b5108f1e78e426017f757)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Wed, 28 Feb 2018 19:51:59 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>dbb23086db07d120a874e6ad98c1bf31bc78e610 - UPSTREAM: sunxi: allow NAND support to be compiled for sun8i platforms</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#dbb23086db07d120a874e6ad98c1bf31bc78e610</link>
        <description>UPSTREAM: sunxi: allow NAND support to be compiled for sun8i platformsAdd some clocks/PLL definitions as well as the dependency on MACH_SUN8Iin Kconfig.Change-Id: I8fb0229aa90d5b837c3f2a735dc1b169dca37b06Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 663e8a9b54ccbc9b939e4e3696a84fdf2f5a43fc)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Wed, 28 Feb 2018 19:51:57 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>6a35a5ca77e940616bd72270e1f78af3fda118ac - UPSTREAM: Convert CONFIG_APBH_DMA et al to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#6a35a5ca77e940616bd72270e1f78af3fda118ac</link>
        <description>UPSTREAM: Convert CONFIG_APBH_DMA et al to KconfigThis converts the following to Kconfig:   CONFIG_APBH_DMA   CONFIG_APBH_DMA_BURST   CONFIG_APBH_DMA_BURST8Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;Reviewed-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;[trini: Add in MMC as well]Change-Id: I45b919ab747aa414ba23f1e165c11dd8aff44c44Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 99bec1aead5927c54f4364bfe10823a86fe0dad2)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Tue, 06 Feb 2018 14:34:45 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fd70bba7169b7ebb66cb63d6c479f572589f0d91 - UPSTREAM: Convert CONFIG_NAND_MXS to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#fd70bba7169b7ebb66cb63d6c479f572589f0d91</link>
        <description>UPSTREAM: Convert CONFIG_NAND_MXS to KconfigThis converts CONFIG_NAND_MXS to Kconfig.Change-Id: I217ef77c1e7a11072e08f84d2ab4720e98df9b3fSigned-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit c87c81186cf7e5073dbc7c5f46ad256a84f5ed22)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Tue, 06 Feb 2018 08:44:37 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>55bb5553263a166a9710922892c1492e169d840b - UPSTREAM: nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#55bb5553263a166a9710922892c1492e169d840b</link>
        <description>UPSTREAM: nand: arasan: Select CONFIG_SYS_NAND_SELF_INITThe Arasan NFC driver requires the self-init mode,so it should select it.Instead of having the config header define the macro,it&apos;s cleaner to select the option at the Kconfig level.Change-Id: I7071edaf3c1bc6defd7772319c15a15df2030938Signed-off-by: Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit d55c8159bddd133610e18174b4c4d02a3484a173)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Mon, 15 Jan 2018 15:48:12 +0000</pubDate>
        <dc:creator>Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;</dc:creator>
    </item>
<item>
        <title>0cced741cfaf8e4d1ce5061febd1718bff75c375 - UPSTREAM: mtd: nand: denali: make NAND_DENALI unconfigurable option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#0cced741cfaf8e4d1ce5061febd1718bff75c375</link>
        <description>UPSTREAM: mtd: nand: denali: make NAND_DENALI unconfigurable optiondenali.c has no driver entry in itself.  It makes sense only whencompiled together with denali_dt.cLet NAND_DENALI_DT select NAND_DENALI, and hide NAND_DENALI fromthe Kconfig menu.Change-Id: I6b1299b7995b7f2481f0c3a69599ee11e7be3779Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit dc774e69bb72a3d8ff4c2af7a280a655f395530b)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Wed, 06 Dec 2017 04:51:50 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>d99779a74b3d3971a3637026bef86c4cbe44fa18 - UPSTREAM: mtd: nand: denali: sync with Linux 4.15-rc1</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#d99779a74b3d3971a3637026bef86c4cbe44fa18</link>
        <description>UPSTREAM: mtd: nand: denali: sync with Linux 4.15-rc1I largely reworked the Denali NAND controller driver in Linux.This commit imports the improvements from Linux.  The code isalmost synced with Linux 4.15-rc1.Change-Id: I095cb46a2d500567e053196ff05061e16ca2dc98Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 350d052dab99986571c03951f0aed621dacfb9d9)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Tue, 21 Nov 2017 17:38:32 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>b0f1578d3b7ecc4959b2d90e3ee09baf1a1370e1 - UPSTREAM: mtd: nand: zynq: Add a config option to use 1st stage bootloader timing</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig#b0f1578d3b7ecc4959b2d90e3ee09baf1a1370e1</link>
        <description>UPSTREAM: mtd: nand: zynq: Add a config option to use 1st stage bootloader timingIn legacy method, 1st stage bootloader was used to configure the HWsetting such as NAND timing. Hence, adding a config option in ZynqNAND driver for the compatibility of device that using 1st stagebootloder instead of U-boot SPL.This commit is to add config optionCONFIG_NAND_ZYNQ_USE_BOOTLOADER1_TIMINGS that allow NAND driver usetiming values set by the 1st stage bootloader, instead of the hard-codedvalues in the Zynq NAND driver.Change-Id: Ib0558453a4cdac2baf7f4441eccf6e42a0a3d175Signed-off-by: Jeff Westfahl &lt;jeff.westfahl@ni.com&gt;Signed-off-by: Wilson Lee &lt;wilson.lee@ni.com&gt;Cc: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Cc: Keng Soon Cheah &lt;keng.soon.cheah@ni.com&gt;Cc: Chen Yee Chew &lt;chen.yee.chew@ni.com&gt;Cc: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;Cc: Michal Simek &lt;michal.simek@xilinx.com&gt;Cc: Scott Wood &lt;oss@buserror.net&gt;Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 8000d6ea3fc99fba43e84d870632ebde3117bb35)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/Kconfig</description>
        <pubDate>Mon, 06 Nov 2017 08:34:46 +0000</pubDate>
        <dc:creator>Jeff Westfahl &lt;jeff.westfahl@ni.com&gt;</dc:creator>
    </item>
</channel>
</rss>
