<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>813156ed32207266a1d9a2f6b3f268cf1f67871c - drivers: mtd: nand: support slc nand for rk3568</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/raw/Makefile#813156ed32207266a1d9a2f6b3f268cf1f67871c</link>
        <description>drivers: mtd: nand: support slc nand for rk3568Signed-off-by: Yifeng Zhao &lt;yifeng.zhao@rock-chips.com&gt;Change-Id: Id9bc21f8fb443574ad150c32b9c6980e2e038ca7

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/raw/Makefile</description>
        <pubDate>Tue, 01 Dec 2020 07:00:43 +0000</pubDate>
        <dc:creator>Yifeng Zhao &lt;yifeng.zhao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>57e25cf7ea75e107ba3b4033e705e4e6a45dacbc - rockchip: drivers: mtd: nand: move driver to raw/ subdirectory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/raw/Makefile#57e25cf7ea75e107ba3b4033e705e4e6a45dacbc</link>
        <description>rockchip: drivers: mtd: nand: move driver to raw/ subdirectoryChange-Id: Ic35e85a69a0599fb0f6dc47e38cfc40601f6e838Signed-off-by: Yifeng Zhao &lt;zyf@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/raw/Makefile</description>
        <pubDate>Tue, 09 Jul 2019 07:03:01 +0000</pubDate>
        <dc:creator>Yifeng Zhao &lt;zyf@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>625940fecbe21d1b53fc4fe282c4f92835df7f14 - UPSTREAM: drivers: nand: brcmnand: add initial support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/raw/Makefile#625940fecbe21d1b53fc4fe282c4f92835df7f14</link>
        <description>UPSTREAM: drivers: nand: brcmnand: add initial supportThe driver brcmnand come from linux kernel 4.18.Only SoC bcm6838 and bcm6858 are supported.Change-Id: I0337600b164da018c1236ef9cbdd90ecc0904ee7Signed-off-by: Philippe Reynes &lt;philippe.reynes@softathome.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 22daafba25592b79112d21d1662d7b8381827c56)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/raw/Makefile</description>
        <pubDate>Fri, 15 Mar 2019 14:14:36 +0000</pubDate>
        <dc:creator>Philippe Reynes &lt;philippe.reynes@softathome.com&gt;</dc:creator>
    </item>
<item>
        <title>15f504ad16676cf1810fc83768ffc63ecd5d047b - UPSTREAM: mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/nand/raw/Makefile#15f504ad16676cf1810fc83768ffc63ecd5d047b</link>
        <description>UPSTREAM: mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driverThe driver adds the support for the STMicroelectronics FMC2 NANDController found on STM32MP SOCs.This patch adds the polling mode, a basic mode that do not needany DMA channels.Only NAND_ECC_HW mode is actually supported.The driver supports a maximum 8k page size.The following ECC strength and step size are currently supported: - nand-ecc-strength = &lt;8&gt;, nand-ecc-step-size = &lt;512&gt; (BCH8) - nand-ecc-strength = &lt;4&gt;, nand-ecc-step-size = &lt;512&gt; (BCH4) - nand-ecc-strength = &lt;1&gt;, nand-ecc-step-size = &lt;512&gt; (Extended ECC   based on Hamming)This patch has been tested on Micron MT29F8G08ABACAH4.Change-Id: I30c2a61a49af2f8855f7f98ef302a70554d87a5dSigned-off-by: Christophe Kerello &lt;christophe.kerello@st.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 7bb75023a720432a32840c6df543aae92653b23d)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/nand/raw/Makefile</description>
        <pubDate>Fri, 05 Apr 2019 09:41:50 +0000</pubDate>
        <dc:creator>Christophe Kerello &lt;christophe.kerello@st.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/raw/Makefile#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/raw/Makefile</description>
        <pubDate>Thu, 16 Aug 2018 15:30:07 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
</channel>
</rss>
