<?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>847bb8f552e2c1b58c69db70e6ad2f6868622c6d - UPSTREAM: mtd: spi: Drop sf.c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#847bb8f552e2c1b58c69db70e6ad2f6868622c6d</link>
        <description>UPSTREAM: mtd: spi: Drop sf.cspi_write_then_read, will manage to do the respectivespi_xfer based on the tx_buf, rx_buf so drop thelegacy spi_flash_read/write/cm code.Tested-by: Adam Ford &lt;aford173@gmail.com&gt; #da850-evmSigned-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;(cherry picked from commit 210d8ad0fa6c63e5775662b840b8eb095a69db19)Change-Id: I026abea600c7c95d3a2681e1005f1e9bd4ceda89Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Mon, 22 Jul 2019 11:52:58 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>da74824551f7610aee5c245bae76fe346ca8dab4 - UPSTREAM: mtd: spi: Add lightweight SPI flash stack for SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#da74824551f7610aee5c245bae76fe346ca8dab4</link>
        <description>UPSTREAM: mtd: spi: Add lightweight SPI flash stack for SPLAdd a tiny SPI flash stack that just supports reading data/images fromSPI flash. This is useful for boards that have SPL size constraints andwould need to use SPI flash framework just to read images/data fromflash. There is approximately 1.5 to 2KB savings with this.Based on prior work of reducing spi flash id table bySimon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;Change-Id: I9b87d3ed4a01d2ce31eee327b67689e5e2ecff57Signed-off-by: Vignesh R &lt;vigneshr@ti.com&gt;Tested-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;Tested-by: Stefan Roese &lt;sr@denx.de&gt;Tested-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Tested-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt; #zynq-microzedSigned-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit 778572d7cb1e2df678340fda9b081e4f7bd6c4b3)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Tue, 05 Feb 2019 05:59:25 +0000</pubDate>
        <dc:creator>Vignesh R &lt;vigneshr@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>f2313133c8b63b9260aea9eee872e725fcacbdcf - UPSTREAM: mtd: spi: Switch to new SPI NOR framework</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#f2313133c8b63b9260aea9eee872e725fcacbdcf</link>
        <description>UPSTREAM: mtd: spi: Switch to new SPI NOR frameworkSwitch spi_flash_* interfaces to call into new SPI NOR framework via MTDlayer. Fix up sf_dataflash to work in legacy way. And update sandbox touse new interfaces/definitionsSigned-off-by: Vignesh R &lt;vigneshr@ti.com&gt;Tested-by: Simon Goldschmidt &lt;simon.k.r.goldschmidt@gmail.com&gt;Tested-by: Stefan Roese &lt;sr@denx.de&gt;Tested-by: Horatiu Vultur &lt;horatiu.vultur@microchip.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Tested-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt; #zynq-microzedChange-Id: I4c459ebdff8b2aec38623f27d0ba630c6c6f1ca3Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit c4e8862308d420e85c227498797c32410d9e47a8)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Tue, 05 Feb 2019 05:59:23 +0000</pubDate>
        <dc:creator>Vignesh R &lt;vigneshr@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>cf6fc54d5805d338500f2eafb9f3008b73220029 - UPSTREAM: arm: sunxi: Move spl spi sunxi code to mach-sunxi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#cf6fc54d5805d338500f2eafb9f3008b73220029</link>
        <description>UPSTREAM: arm: sunxi: Move spl spi sunxi code to mach-sunxiThis SUNXI variant SPL SPI code doesn&apos;t use either SPI orSPL_FLASG subsystems due to size constraints and also placingthis code in drivers/mtd/spi will unnecessary build SPI_FLASHcode(if defined) which never required, hence moved to arch area.And also renamed the file according to kconfig which resemblesproper name.Change-Id: I0bf18e93d26bc1b80d3dfa7219a2a904ed17085aSigned-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;(cherry picked from commit c2a7a7ef866f2980213fee2a4a0df60fb06db6d0)

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Tue, 06 Feb 2018 17:12:56 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@amarulasolutions.com&gt;</dc:creator>
    </item>
<item>
        <title>2d221489df021393654805536be7effcb9d39702 - 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/spi/Makefile#2d221489df021393654805536be7effcb9d39702</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/drivers/mtd/spi/Makefile</description>
        <pubDate>Tue, 29 Nov 2016 15:28:28 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>081abb130944e0c6ef5c7e5743422b7b375526b9 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#081abb130944e0c6ef5c7e5743422b7b375526b9</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Tue, 22 Nov 2016 12:57:23 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>6645fd2c183a09f8594b5e6b5da279e9ebd70c52 - sf: Rename sf_params.c to spi_flash_ids.c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#6645fd2c183a09f8594b5e6b5da279e9ebd70c52</link>
        <description>sf: Rename sf_params.c to spi_flash_ids.cNow the flash params table as renamed to spi_flash_ids structure,so rename the sf_params.c to spi_flash_ids.c and remove the legacy.Cc: Bin Meng &lt;bmeng.cn@gmail.com&gt;Cc: York Sun &lt;york.sun@nxp.com&gt;Cc: Vignesh R &lt;vigneshr@ti.com&gt;Cc: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;Cc: Michal Simek &lt;michal.simek@xilinx.com&gt;Signed-off-by: Jagan Teki &lt;jagan@openedev.com&gt;Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;Tested-by: Jagan Teki &lt;jagan@openedev.com&gt;Reviewed-by: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Sun, 30 Oct 2016 17:46:22 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jagan@openedev.com&gt;</dc:creator>
    </item>
<item>
        <title>0a9b73a13e3440994d4b245ffdc86c51361a296d - spl: spi: Move the generic SPI loader into common/spl</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#0a9b73a13e3440994d4b245ffdc86c51361a296d</link>
        <description>spl: spi: Move the generic SPI loader into common/splAll the other SPL loaders are in this directory, so move the SPI one inthere too.There are two board-specific SPI loaders (fsl and sunxi). These remain inthe drivers/mtd/spi directory, since they do not contain generic code.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Sun, 25 Sep 2016 00:20:08 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>1f9ef0dca0a1315f0a216808ade8946bcc54e2b4 - Merge branch &apos;master&apos; of http://git.denx.de/u-boot-sunxi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#1f9ef0dca0a1315f0a216808ade8946bcc54e2b4</link>
        <description>Merge branch &apos;master&apos; of http://git.denx.de/u-boot-sunxi

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Fri, 15 Jul 2016 14:44:01 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>19e99fb4ff73f648f2b316d0ddd8ee3c01496bd4 - sunxi: Support booting from SPI flash</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#19e99fb4ff73f648f2b316d0ddd8ee3c01496bd4</link>
        <description>sunxi: Support booting from SPI flashAllwinner devices support SPI flash as one of the possiblebootable media type. The SPI flash chip needs to be connectedto SPI0 pins (port C) to make this work. More information isavailable at:    https://linux-sunxi.org/Bootable_SPI_flashThis patch adds the initial support for booting from SPI flash.The existing SPI frameworks are not used in order to reduce theSPL code size. Right now the SPL size grows by ~370 bytes whenCONFIG_SPL_SPI_SUNXI option is enabled.While there are no popular Allwinner devices with SPI flash atthe moment, testing can be done using a SPI flash module (itcan be bought for ~2$ on ebay) and jumper wires with the boards,which expose relevant pins on the expansion header. The SPI flashchips themselves are very cheap (some prices are even listed aslow as 4 cents) and should not cost much if somebody decides todesign a development board with an SPI flash chip soldered onthe PCB.Another nice feature of the SPI flash is that it can be safelyaccessed in a device-independent way (since we know that theboot ROM is already probing these pins during the boot time).And if, for example, Olimex boards opted to use SPI flash insteadof EEPROM, then they would have been able to have U-Boot installedin the SPI flash now and boot the rest of the system from the SATAhard drive. Hopefully we may see new interesting Allwinner baseddevelopment boards in the future, now that the software supportfor the SPI flash is in a better shape :-)Testing can be done by enabling the CONFIG_SPL_SPI_SUNXI optionin a board defconfig, then building U-Boot and finally flashingthe resulting u-boot-sunxi-with-spl.bin binary over USB OTG witha help of the sunxi-fel tool:   sunxi-fel spiflash-write 0 u-boot-sunxi-with-spl.binThe device needs to be switched into FEL (USB recovery) mode first.The most suitable boards for testing are Orange Pi PC and Pine64.Because these boards are cheap, have no built-in NAND/eMMC andexpose SPI0 pins on the Raspberry Pi compatible expansion header.The A13-OLinuXino-Micro board also can be used.Signed-off-by: Siarhei Siamashka &lt;siarhei.siamashka@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Tue, 07 Jun 2016 11:28:34 +0000</pubDate>
        <dc:creator>Siarhei Siamashka &lt;siarhei.siamashka@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5076c64a08d2083af5a7761b12a30116ef0da967 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#5076c64a08d2083af5a7761b12a30116ef0da967</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Fri, 11 Dec 2015 20:07:44 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>cba65a77c4e75d6e1e3dcaa65b7d509f1a2bb95e - sf: Rename sf_ops.c to spi-flash.c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#cba65a77c4e75d6e1e3dcaa65b7d509f1a2bb95e</link>
        <description>sf: Rename sf_ops.c to spi-flash.cSince all spi-flash core operations are moved intosf_ops.c then it&apos;s better to renamed as spi-flash.cReviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Sun, 06 Dec 2015 17:59:02 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jteki@openedev.com&gt;</dc:creator>
    </item>
<item>
        <title>fc335d63b06dc81db45acc77358bdedeeca737c8 - sf: Fix Makefile</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#fc335d63b06dc81db45acc77358bdedeeca737c8</link>
        <description>sf: Fix MakefileThis patch removes unneeded ifdef and fixed accordingly.Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Tue, 29 Sep 2015 13:46:29 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jteki@openedev.com&gt;</dc:creator>
    </item>
<item>
        <title>9ef671c9d4c70af3f8b21d8a31a89af4dc74d6b3 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#9ef671c9d4c70af3f8b21d8a31a89af4dc74d6b3</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Thu, 19 Nov 2015 18:27:26 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>7693fb37564422b2e0ec9717deab7ca51a093f4e - sf: Remove eeprom_m95xxx test driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#7693fb37564422b2e0ec9717deab7ca51a093f4e</link>
        <description>sf: Remove eeprom_m95xxx test driverThe relevent boards which used this driver got zappedin previous release and the driver is never used in thecode and also it doesn&apos;t use/do any spi-flash operations.Commit details for relevent removed boards:&quot;ARM: at91: remove non-generic boards&quot;(sha1: f6b42c140387589ded24749781ce565571092eac)Cc: Tom Rini &lt;trini@konsulko.com&gt;Cc: Albin Tonnerre &lt;albin.tonnerre@free-electrons.com&gt;Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Wed, 04 Nov 2015 07:31:59 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jteki@openedev.com&gt;</dc:creator>
    </item>
<item>
        <title>1254ff97abb7606ccd0d7bdcd9f22581c50fe535 - 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/spi/Makefile#1254ff97abb7606ccd0d7bdcd9f22581c50fe535</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Fri, 10 Jul 2015 07:21:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>6f43ba70d15e15a08c25b3d956c70addb6740737 - Merge 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/spi/Makefile#6f43ba70d15e15a08c25b3d956c70addb6740737</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Tue, 07 Jul 2015 09:38:44 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>891b487098ee2169a16b1bbb354aaef28aa90630 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#891b487098ee2169a16b1bbb354aaef28aa90630</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Wed, 01 Jul 2015 19:38:12 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>6812484a40bf18ec8e0021278613caf6a0c46bd7 - sf: dataflash: Rename to CONFIG_SPI_FLASH_DATAFLASH</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#6812484a40bf18ec8e0021278613caf6a0c46bd7</link>
        <description>sf: dataflash: Rename to CONFIG_SPI_FLASH_DATAFLASHRename CONFIG_SF_DATAFLASH into CONFIG_SPI_FLASH_DATAFLASHas it follows the naming convention same as remaining configs.Signed-off-by: Jagan Teki &lt;jteki@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Sat, 27 Jun 2015 16:34:55 +0000</pubDate>
        <dc:creator>Jagan Teki &lt;jteki@openedev.com&gt;</dc:creator>
    </item>
<item>
        <title>9fe6d8716e090f3b2dd3f4604acfced124b8a2fc - mtd, spi: Add MTD layer driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/mtd/spi/Makefile#9fe6d8716e090f3b2dd3f4604acfced124b8a2fc</link>
        <description>mtd, spi: Add MTD layer driverAdd MTD layer driver for spi, original patch from:http://git.denx.de/?p=u-boot/u-boot-mips.git;a=commitdiff;h=bb246819cdc90493dd7089eaa51b9e639765ccedChanges from Heiko Schocher against this patch:- Remove compile error if not defining CONFIG_SPI_FLASH_MTD:  LD      drivers/mtd/spi/built-in.odrivers/mtd/spi/sf_probe.o: In function `spi_flash_mtd_unregister&apos;:/home/hs/abb/imx6/u-boot/drivers/mtd/spi/sf_internal.h:168: multiple definition of `spi_flash_mtd_unregister&apos;drivers/mtd/spi/sf_params.o:/home/hs/abb/imx6/u-boot/drivers/mtd/spi/sf_internal.h:168: first defined heredrivers/mtd/spi/sf_ops.o: In function `spi_flash_mtd_unregister&apos;:/home/hs/abb/imx6/u-boot/drivers/mtd/spi/sf_internal.h:168: multiple definition of `spi_flash_mtd_unregister&apos;drivers/mtd/spi/sf_params.o:/home/hs/abb/imx6/u-boot/drivers/mtd/spi/sf_internal.h:168: first defined heremake[1]: *** [drivers/mtd/spi/built-in.o] Fehler 1make: *** [drivers/mtd/spi] Fehler 2- Add a README entry.- Add correct writebufsize, to fit with Linux v3.14  MTD, UBI/UBIFS sync.Note (From Jagan): For testing raw mtd parition erase/read/write operationsusing cmd_sf, sf_mtd should be required to register the spi flash device toMTD layer but the sf_mtd_info ops were not required until and unless if weuse any flash filesystem layer say for example UBI. Due to this the foot-printgot increased ~290bytes in non-UBI case here that should be acceptible.Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;Tested-by: Jagannadh Teki &lt;jteki@openedev.com&gt;Reviewed-by: Jagannadh Teki &lt;jteki@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/mtd/spi/Makefile</description>
        <pubDate>Mon, 27 Apr 2015 05:42:04 +0000</pubDate>
        <dc:creator>Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
