<?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>47f7fd3a52c9b101b52781855edb8b4350b38e12 - blk/mmc: add function blk_dread_prepare</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#47f7fd3a52c9b101b52781855edb8b4350b38e12</link>
        <description>blk/mmc: add function blk_dread_prepareThis function prepares to read data without confirming completed.We can use it to prefetch data and run other process.Signed-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;Change-Id: I76116c25dfdb7559b80a0216c414189e85409a3e

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Fri, 05 Jun 2020 12:39:31 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.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/block/Kconfig#5c6631beb27491f3f78b6a0ad888d38810e3d96b</link>
        <description>Merge git://git.denx.de/u-boot-mmc

            List of files:
            /rk3399_rockchip-uboot/drivers/block/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>c4d660d4d0abcde0fdbcee8401b215fc2b56d7aa - dm: mmc: Allow disabling driver model in SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#c4d660d4d0abcde0fdbcee8401b215fc2b56d7aa</link>
        <description>dm: mmc: Allow disabling driver model in SPLAt present if U-Boot proper uses driver model for MMC, then SPL has toalso. While this is desirable, it places a significant barrier to movingto driver model in some cases. For example, with a space-constrained SPLit may be necessary to enable CONFIG_SPL_OF_PLATDATA which involvesadjusting some drivers.Add new SPL versions of the options for DM_MMC, DM_MMC_OPS and BLK. Bydefault these follow their non-SPL versions, but this can be changed byboards which need it.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Tue, 04 Jul 2017 19:31:19 +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/block/Kconfig#8d3a25685e4aac7070365a2b3c53c2c81b27930f</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/block/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>0fcd48fe00e8fb2d433c1bf5ebe586b19228f027 - scsi: Move drivers into new drivers/scsi directory</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#0fcd48fe00e8fb2d433c1bf5ebe586b19228f027</link>
        <description>scsi: Move drivers into new drivers/scsi directoryAt present we have the SCSI drivers in the drivers/block and common/directories. It is better to split them out into their own place. Usedrivers/scsi 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/block/Kconfig</description>
        <pubDate>Thu, 15 Jun 2017 03:28:27 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&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/block/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/block/Kconfig</description>
        <pubDate>Thu, 15 Jun 2017 03:28:26 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>10e40d54b38b9b1916c35fc5c4ed2eff4b4bf117 - Kconfig: Add CONFIG_SATA to enable SATA</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#10e40d54b38b9b1916c35fc5c4ed2eff4b4bf117</link>
        <description>Kconfig: Add CONFIG_SATA to enable SATAAt present CONFIG_CMD_SATA enables the &apos;sata&apos; command which also bringsin SATA support. Some boards may wish to enable SATA without the command.Add a separate CONFIG to permit this.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/block/Kconfig</description>
        <pubDate>Thu, 15 Jun 2017 03:28:25 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fedb428c5beb8776451118f5adc976770a526a33 - Convert CONFIG_SCSI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#fedb428c5beb8776451118f5adc976770a526a33</link>
        <description>Convert CONFIG_SCSI to KconfigThis converts the following to Kconfig:   CONFIG_SCSISigned-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/block/Kconfig</description>
        <pubDate>Thu, 15 Jun 2017 03:28:21 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fc843a02acad62e231a3e779cebd1712688146fc - Kconfig: Add a CONFIG_IDE option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#fc843a02acad62e231a3e779cebd1712688146fc</link>
        <description>Kconfig: Add a CONFIG_IDE optionAt present IDE support is controlled by CONFIG_CMD_IDE. Add a separateCONFIG_IDE option so that IDE support can be enabled without requiringthe &apos;ide&apos; command.Update existing users and move the ide driver into drivers/block sinceit should not be in common/.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:30 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>dd9999d5f4d3a0354c959fa3bccc0957a1164bf5 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#dd9999d5f4d3a0354c959fa3bccc0957a1164bf5</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Tue, 09 May 2017 20:11:36 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>02a4b4297901e5bc2d478fab5b3bbfac3d1adeac - drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata device</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#02a4b4297901e5bc2d478fab5b3bbfac3d1adeac</link>
        <description>drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata deviceImplement a sata driver for Synopsys DWC sata device based onU-boot driver model.Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Mon, 24 Apr 2017 09:51:31 +0000</pubDate>
        <dc:creator>Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>7588bf939090c1110f2067895f026ebe81b30d72 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#7588bf939090c1110f2067895f026ebe81b30d72</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Tue, 20 Dec 2016 13:42:50 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>49c4c78e70a2285992c67f468bb6ad461f26ab00 - block: Move ceva driver to DM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#49c4c78e70a2285992c67f468bb6ad461f26ab00</link>
        <description>block: Move ceva driver to DMThis patch also includes ARM64 zynqmp changes:- Remove platform non DM initialization- Remove hardcoded sata base addressSigned-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Thu, 08 Sep 2016 13:06:22 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>e8a016b53731bba820246c9509ce8ef74c944560 - dm: Add support for scsi/sata based devices</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#e8a016b53731bba820246c9509ce8ef74c944560</link>
        <description>dm: Add support for scsi/sata based devicesAll sata based drivers are bind and corresponding blockdevice is created. Based on this find_scsi_device() is ableto get back block device based on scsi_curr_dev pointer.intr_scsi() is commented now but it can be replaced by callingfind_scsi_device() and scsi_scan().scsi_dev_desc[] is commented out but common/scsi.c heavily depends onit. That&apos;s why CONFIG_SYS_SCSI_MAX_DEVICE is hardcoded to 1 and symbolis reassigned to a block description allocated by uclass.There is only one block description by device now but it doesn&apos;t need tobe correct when more devices are present.scsi_bind() ensures corresponding block device creation.uclass post_probe (scsi_post_probe()) is doing low level init.SCSI/SATA DM based drivers requires to have 64bit base address asthe first entry in platform data structure to setup mmio_base.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Thu, 08 Sep 2016 13:06:45 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>361a879902a3cbdb692149a1ac580e3199e771ba - Revert &quot;Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze&quot;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#361a879902a3cbdb692149a1ac580e3199e771ba</link>
        <description>Revert &quot;Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze&quot;This reverts commit 3edc0c252257e4afed163a3a74aba24a5509b198, reversingchanges made to bb135a0180c31fbd7456021fb9700b49bba7f533.

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Fri, 09 Dec 2016 12:56:54 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>3edc0c252257e4afed163a3a74aba24a5509b198 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#3edc0c252257e4afed163a3a74aba24a5509b198</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-microblaze

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Fri, 09 Dec 2016 12:10:39 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>8814c0385356b02bf9a55b2e8388301b85f28067 - block: Move ceva driver to DM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#8814c0385356b02bf9a55b2e8388301b85f28067</link>
        <description>block: Move ceva driver to DMThis patch also includes ARM64 zynqmp changes:- Remove platform non DM initialization- Remove hardcoded sata base addressSigned-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Series-to: sjg, agraf@suse.deSeries-cc: ubootSeries-version: 4Series-changes: 2- make ceva_init_sata static- Move SATA_CEVA to defconfig- Initalized max_lun and max_id platdataSeries-changes: 3- Extend Kconfig help description- sort dm.h- Remove SPL undefinition from board file- Fix Kconfig dependecies

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Thu, 08 Sep 2016 13:06:22 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>bce4d18c9d96ffb16f2c9bb4f0549543c5c7e240 - dm: Add support for scsi/sata based devices</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#bce4d18c9d96ffb16f2c9bb4f0549543c5c7e240</link>
        <description>dm: Add support for scsi/sata based devicesAll sata based drivers are bind and corresponding blockdevice is created. Based on this find_scsi_device() is ableto get back block device based on scsi_curr_dev pointer.intr_scsi() is commented now but it can be replaced by callingfind_scsi_device() and scsi_scan().scsi_dev_desc[] is commented out but common/scsi.c heavily depends onit. That&apos;s why CONFIG_SYS_SCSI_MAX_DEVICE is hardcoded to 1 and symbolis reassigned to a block description allocated by uclass.There is only one block description by device now but it doesn&apos;t need tobe correct when more devices are present.scsi_bind() ensures corresponding block device creation.uclass post_probe (scsi_post_probe()) is doing low level init.SCSI/SATA DM based drivers requires to have 64bit base address asthe first entry in platform data structure to setup mmio_base.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Series-changes: 2- Use CONFIG_DM_SCSI instead of mix of DM_SCSI and DM_SATA  Ceva sata has never used sata commands that&apos;s why keep it in  SCSI part only.- Separate scsi_scan() for DM_SCSI and do not change cmd/scsi.c- Extend platdataSeries-changes: 3- Fix scsi_scan return path- Fix header location uclass-internal.h- Add scsi_max_devs under !DM_SCSI- Add new header device-internal because of device_probe()- Redesign block device creation algorithm- Use device_unbind in error path- Create block device with id and lun numbers (lun was there in v2)- Cleanup dev_num initialization in block device description  with fixing parameters in blk_create_devicef- Create new Kconfig menu for SATA/SCSI drivers- Extend description for DM_SCSI- Fix Kconfig dependencies- Fix kernel doc format in scsi_platdata- Fix ahci_init_one - vendor variableSeries-changes: 4- Fix Kconfig entry- Remove SPL ifdef around SCSI uclass- Clean ahci_print_info() ifdef logic

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Thu, 08 Sep 2016 13:06:45 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>79493609c5300be6cc555ab8bd38971360b381f6 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#79493609c5300be6cc555ab8bd38971360b381f6</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Thu, 13 Oct 2016 00:48:43 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>896a74f615d6ffcbbcbec1505b19ed3280fe7873 - dm: blk: Enable CONFIG_BLK if DM_MMC is enabled</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/block/Kconfig#896a74f615d6ffcbbcbec1505b19ed3280fe7873</link>
        <description>dm: blk: Enable CONFIG_BLK if DM_MMC is enabledTo speed up conversion to CONFIG_BLK, enable it by default when DM_MMC isenabled.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/block/Kconfig</description>
        <pubDate>Sat, 01 Oct 2016 20:43:18 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
