<?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>a0166cc6be15df30787952f9abbc18f796e028bd - mtd: Kconfig: add a Kconfig option to enable the support for MTD block write operations</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#a0166cc6be15df30787952f9abbc18f796e028bd</link>
        <description>mtd: Kconfig: add a Kconfig option to enable the support for MTD block write operationsThis allows using CONFIG_IS_ENABLED(SPLMTD_WRITE) to compile out codeneeded only if write support is required.The option is added for u-boot and for SPL.Signed-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;Change-Id: Ia48169fcd601ad51d1723923ed71d610901275e1

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Wed, 06 Jan 2021 01:35:37 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>3fced5d0394dde1398fa7dc1127e8f43ebd2390e - UPSTREAM: mtd: Drop duplicate MTD_PARTITIONS Kconfig option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#3fced5d0394dde1398fa7dc1127e8f43ebd2390e</link>
        <description>UPSTREAM: mtd: Drop duplicate MTD_PARTITIONS Kconfig optionCommit 9c5b00973bce (&quot;Convert CONFIG_MTD_PARTITIONS et al to Kconfig&quot;)introduced a publicly visible Kconfig entry for theCONFIG_MTD_PARTITIONS option, while the rework on MTD partitioningwas in progress, and we somehow did not notice that the same Kconfigentry was added by commit 4048a5c519a8 (&quot;mtd: declare MTD_PARTITIONSsymbol in Kconfig&quot;), but this time as an invisible entry (this canonly be selected by other options).Keep the non-visible version of this symbol, since MTD_PARTITIONS isnot something the user should be able to enable/disable directly.Fixes: 4048a5c519a8 (&quot;mtd: declare MTD_PARTITIONS symbol in Kconfig&quot;)Signed-off-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Change-Id: If64d62b3de44515d5954fbc4ec8c1a4d71993dfdSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 5ffcd50612f6e716ea9479bea0edfdc89f7a0f0b)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Tue, 13 Nov 2018 11:43:13 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>56913fbe307c0daa2bcb9408a86108c5968ab602 - UPSTREAM: mtd: declare MTD_PARTITIONS symbol in Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#56913fbe307c0daa2bcb9408a86108c5968ab602</link>
        <description>UPSTREAM: mtd: declare MTD_PARTITIONS symbol in KconfigUBI selects MTD_PARTITIONS which is the symbol to compiledrivers/mtd/mtdpart.c. Unfortunately, the symbol was not defined inKconfig and this worked only with board files defining it. Fix this byadding a boolean in Kconfig so boards defined by defconfig files onlywill work as expected.Change-Id: I5165c6a74dee0be0e5c5651bfad4c3e53d3e17d2Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Reviewed-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 4048a5c519a86eab2805f4f07fe9f5c6c8a1fe91)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Thu, 16 Aug 2018 15:30:18 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>952e9c19823e23a52220ac5852cc5f4fecc7528d - UPSTREAM: mtd: move all flash categories inside MTD submenu</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#952e9c19823e23a52220ac5852cc5f4fecc7528d</link>
        <description>UPSTREAM: mtd: move all flash categories inside MTD submenuThere is no reason to have NAND, SPI flashes and UBI sections outside ofthe MTD submenu in Kconfig.Change-Id: I1c42acb7aa7c359d20edff6452e45331ceadea07Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit ce9bdc87436ef91129876c9b16fcf5111eea69aa)

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

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Sun, 08 Jul 2018 03:18:22 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>215519648e8c36ff416507db74e6f354e522773c - UPSTREAM: mtd: rpc: Add Renesas RPC Hyperflash driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#215519648e8c36ff416507db74e6f354e522773c</link>
        <description>UPSTREAM: mtd: rpc: Add Renesas RPC Hyperflash driverAdd driver for the RPC block in Hyperflash mode. This driver allowsaccess to a CFI Hyperflash attached to the RPC block and does notsupport RPC in SPI mode.Change-Id: Ifb30047694ea0ef39f5d7f7b4181cce338a8f245Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit a405a55ba8daf70311a1831938bbdc1ed92c5a83)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Sat, 19 Aug 2017 21:24:08 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>054229abb7911ae7a8b16bb31f9047cf96a3a21e - mtd: support mtd block model</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#054229abb7911ae7a8b16bb31f9047cf96a3a21e</link>
        <description>mtd: support mtd block modelAttach the mtd driver to block device, then we can call common interface(blk_dread &amp; blk_dwrite) to operate storage in application layer.Usage:Open CONFIG_MTD_BLK &amp; CONFIG_MTD.Change-Id: I47a969322e2d20c12d46898bdc88f4104e1a15bfSigned-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Thu, 14 Mar 2019 08:10:02 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>e856bdcfb49291d30b19603fc101bea096c48196 - flash: complete CONFIG_SYS_NO_FLASH move with renaming</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#e856bdcfb49291d30b19603fc101bea096c48196</link>
        <description>flash: complete CONFIG_SYS_NO_FLASH move with renamingWe repeated partial moves for CONFIG_SYS_NO_FLASH, but this isnot completed. Finish this work by the tool.During this move, let&apos;s rename it to CONFIG_MTD_NOR_FLASH.Actually, we have more instances of &quot;#ifndef CONFIG_SYS_NO_FLASH&quot;than those of &quot;#ifdef CONFIG_SYS_NO_FLASH&quot;.  Flipping the logic willmake the code more readable.  Besides, negative meaning symbols donot fit in obj-$(CONFIG_...) style Makefiles.This commit was created as follows:[1] Edit &quot;default n&quot; to &quot;default y&quot; in the config entry in    common/Kconfig.[2] Run &quot;tools/moveconfig.py -y -r HEAD SYS_NO_FLASH&quot;[3] Rename the instances in defconfigs by the following:  find . -path &apos;./configs/*_defconfig&apos; | xargs sed -i \  -e &apos;/CONFIG_SYS_NO_FLASH=y/d&apos; \  -e &apos;s/# CONFIG_SYS_NO_FLASH is not set/CONFIG_MTD_NOR_FLASH=y/&apos;[4] Change the conditionals by the following:  find . -name &apos;*.[ch]&apos; | xargs sed -i \  -e &apos;s/ifndef CONFIG_SYS_NO_FLASH/ifdef CONFIG_MTD_NOR_FLASH/&apos; \  -e &apos;s/ifdef CONFIG_SYS_NO_FLASH/ifndef CONFIG_MTD_NOR_FLASH/&apos; \  -e &apos;s/!defined(CONFIG_SYS_NO_FLASH)/defined(CONFIG_MTD_NOR_FLASH)/&apos; \  -e &apos;s/defined(CONFIG_SYS_NO_FLASH)/!defined(CONFIG_MTD_NOR_FLASH)/&apos;[5] Modify the following manually  - Rename the rest of instances  - Remove the description from README  - Create the new Kconfig entry in drivers/mtd/Kconfig  - Remove the old Kconfig entry from common/Kconfig  - Remove the garbage comments from include/configs/*.hSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Sat, 11 Feb 2017 13:43:54 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03 - kconfig: introduce kconfig for UBI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03</link>
        <description>kconfig: introduce kconfig for UBImove the UBI config options into Kconfig.Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Andrew F. Davis &lt;afd@ti.com&gt;Reviewed by: Evgeni Dobrev &lt;evgeni at studio-punkt.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Wed, 21 Sep 2016 05:58:19 +0000</pubDate>
        <dc:creator>Heiko Schocher &lt;hs@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>08ca213acadef61748dc62d48b0f5c4bed8b8c2d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#08ca213acadef61748dc62d48b0f5c4bed8b8c2d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Tue, 24 May 2016 12:55:06 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>d7d000311285e4b8d11e089ca13ea456a01be3b8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#d7d000311285e4b8d11e089ca13ea456a01be3b8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Sat, 21 May 2016 00:43:27 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5c990456999c5672b8e626f945b0e8e17162e02f - drivers: mtd: add Microchip PIC32 internal non-CFI flash driver.</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#5c990456999c5672b8e626f945b0e8e17162e02f</link>
        <description>drivers: mtd: add Microchip PIC32 internal non-CFI flash driver.PIC32 internal flash devices are parallel NOR flash divided intonumber of banks to allow erase-programming in one while fetch andexecution continues on other. As the flash banks are memory mappedstored code can be executed directly from flash (XIP), also thereis additional hardware logic to prefetch and cache contents toimprove execution performance. These flash can also be used tostore user data (like environment).Flash erase and programming are handled by on-chip NVM controller.Driver implemented driver model but MTD is not really support.Signed-off-by: Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Fri, 18 Mar 2016 13:06:08 +0000</pubDate>
        <dc:creator>Purna Chandra Mandal &lt;purna.mandal@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>5f5620ab2679608f94b3a77e51c77d0a770103bd - Merge git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#5f5620ab2679608f94b3a77e51c77d0a770103bd</link>
        <description>Merge git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Thu, 12 Nov 2015 16:13:26 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>38a0f36e83e1d707eceab3c31da65a22c8140bb3 - mtd: add altera quadspi driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#38a0f36e83e1d707eceab3c31da65a22c8140bb3</link>
        <description>mtd: add altera quadspi driverAdd Altera Generic Quad SPI Controller support. The controllerconverts SPI NOR flash to parallel flash interface. So it isnot like other SPI flash, but rather like CFI flash.Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Mon, 09 Nov 2015 06:56:02 +0000</pubDate>
        <dc:creator>Thomas Chou &lt;thomas@wytron.com.tw&gt;</dc:creator>
    </item>
<item>
        <title>f1056910434d87051ff8af80a84e248dd1670abb - cfi_flash: convert to driver model</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#f1056910434d87051ff8af80a84e248dd1670abb</link>
        <description>cfi_flash: convert to driver modelConvert cfi flash to driver model.Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Sat, 07 Nov 2015 06:31:08 +0000</pubDate>
        <dc:creator>Thomas Chou &lt;thomas@wytron.com.tw&gt;</dc:creator>
    </item>
<item>
        <title>d85879938d3fc3557f6ff74a60f95e0975a314ce - dm: implement a MTD uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#d85879938d3fc3557f6ff74a60f95e0975a314ce</link>
        <description>dm: implement a MTD uclassImplement a Memory Technology Device (MTD) uclass. It shouldinclude most flash drivers in the future. Though no uclass opsare defined yet, the MTD ops could be used.The NAND flash driver is based on MTD. The CFI flash and SPIflash support MTD, too. It should make sense to convert themto MTD uclass.Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Sat, 07 Nov 2015 06:20:31 +0000</pubDate>
        <dc:creator>Thomas Chou &lt;thomas@wytron.com.tw&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/drivers/mtd/Kconfig#b9cb64825b5e6efeb715abd8b48d9b12f98973e9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/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>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/drivers/mtd/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/drivers/mtd/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>757566d1567a98f5c331c14f088001dbfe187191 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#757566d1567a98f5c331c14f088001dbfe187191</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Fri, 13 Feb 2015 18:11:09 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>f94a1bed07e2af1c46ddcf2046cddd979ebfd994 - dm: Expand and complete Kconfig in drivers/</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/Kconfig#f94a1bed07e2af1c46ddcf2046cddd979ebfd994</link>
        <description>dm: Expand and complete Kconfig in drivers/Expand the help messages for each driver. Add missing Kconfig for I2C,SPI flash and thermal.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/Kconfig</description>
        <pubDate>Fri, 06 Feb 2015 04:41:35 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
