<?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>693a18378f74b9bef2474ce2e3e5c8193fa86311 - drivers: ata: update code with master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/ata/Kconfig#693a18378f74b9bef2474ce2e3e5c8193fa86311</link>
        <description>drivers: ata: update code with masterSigned-off-by: Yifeng Zhao &lt;yifeng.zhao@rock-chips.com&gt;Change-Id: I49e1b4e3ad7631bc066e54b77630b8608d7c4ad1

            List of files:
            /rk3399_rockchip-uboot/drivers/ata/Kconfig</description>
        <pubDate>Thu, 25 Feb 2021 07:04:33 +0000</pubDate>
        <dc:creator>Yifeng Zhao &lt;yifeng.zhao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>07d778382200a05a8b86cc135f79ec48e386f25a - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/ata/Kconfig#07d778382200a05a8b86cc135f79ec48e386f25a</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/drivers/ata/Kconfig</description>
        <pubDate>Tue, 01 Aug 2017 19:38:32 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5c6631beb27491f3f78b6a0ad888d38810e3d96b - Merge git://git.denx.de/u-boot-mmc</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/ata/Kconfig#5c6631beb27491f3f78b6a0ad888d38810e3d96b</link>
        <description>Merge git://git.denx.de/u-boot-mmc

            List of files:
            /rk3399_rockchip-uboot/drivers/ata/Kconfig</description>
        <pubDate>Tue, 01 Aug 2017 19:38:23 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a5c680fe1042d2e13efeb12af076f4bd1ad1b82d - dm: scsi: Add a generic PCI-based AHCI driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/ata/Kconfig#a5c680fe1042d2e13efeb12af076f4bd1ad1b82d</link>
        <description>dm: scsi: Add a generic PCI-based AHCI driverThis adds support for PCI-based AHCI controller based on DM SCSI.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/ata/Kconfig</description>
        <pubDate>Mon, 31 Jul 2017 02:23:59 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>068a2fc1d500866e37f0ecc98806444c2996b25d - dm: scsi: Drop duplicate SCSI and DM_SCSI options</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/ata/Kconfig#068a2fc1d500866e37f0ecc98806444c2996b25d</link>
        <description>dm: scsi: Drop duplicate SCSI and DM_SCSI optionsWhen the SATA code was moved into drivers/ata these Kconfig options wereadded to that directory. They already exist in drivers/scsi. Remove themfrom drivers/ata to fix the duplication.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Fixes: 7f2b5f4 (sata: Move drivers into new drivers/ata directory)

            List of files:
            /rk3399_rockchip-uboot/drivers/ata/Kconfig</description>
        <pubDate>Tue, 04 Jul 2017 19:31:21 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>8d3a25685e4aac7070365a2b3c53c2c81b27930f - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/ata/Kconfig#8d3a25685e4aac7070365a2b3c53c2c81b27930f</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/ata/Kconfig</description>
        <pubDate>Wed, 12 Jul 2017 00:28:46 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>f2105c61821b67bc1d572304d901518e88ee007b - sata: Move drivers into new drivers/ata directory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/ata/Kconfig#f2105c61821b67bc1d572304d901518e88ee007b</link>
        <description>sata: Move drivers into new drivers/ata directoryAt present we have the SATA and PATA drivers mixed up in the drivers/blockdirectory. It is better to split them out into their own place. Usedrivers/ata which is what Linux does.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/ata/Kconfig</description>
        <pubDate>Thu, 15 Jun 2017 03:28:26 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
