<?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 README.fsl-esdhc</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>39632b4a01210e329333d787d828157dcd2c7328 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#39632b4a01210e329333d787d828157dcd2c7328</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Tue, 18 Jul 2017 12:42:48 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>f34ccce50a1805a6fdb2d1604ec4e40d79302455 - mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#f34ccce50a1805a6fdb2d1604ec4e40d79302455</link>
        <description>mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTCONFIG_SYS_FSL_ESDHC_FORCE_VSELECT is not the correct methodto set I/O to 1.8. To boards that does not support vqmmc-supply,use vs18_enable in fsl_esdhc_cfg. If regulator is supported,use fixed 1.8V regulator for vqmmc-supply.Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Cc: York Sun &lt;york.sun@nxp.com&gt;Cc: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Mon, 12 Jun 2017 09:50:55 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>d81572c272d4b0980fb9b8a02e1357090b002398 - Merge git://git.denx.de/u-boot-mpc85xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#d81572c272d4b0980fb9b8a02e1357090b002398</link>
        <description>Merge git://git.denx.de/u-boot-mpc85xx

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Tue, 05 May 2015 18:57:23 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5a8dbdc6b4b8b4b17c807c9bb23807cdc66f6feb - mmc: fsl_esdhc: Add adapter card type identification support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#5a8dbdc6b4b8b4b17c807c9bb23807cdc66f6feb</link>
        <description>mmc: fsl_esdhc: Add adapter card type identification supportAdd adapter card type identification support by readingFPGA STAT_PRES1 register SDHC Card ID[0:2] bits. To use this function,define CONFIG_FSL_ESDHC_ADAPTER_IDENT.Signed-off-by: Yangbo Lu &lt;yangbo.lu@freescale.com&gt;Cc: York Sun &lt;yorksun@freescale.com&gt;Cc: Pantelis Antoniou &lt;panto@antoniou-consulting.com&gt;[York Sun: resolve conflicts in README.fsl-esdhc]Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Wed, 22 Apr 2015 05:57:00 +0000</pubDate>
        <dc:creator>Yangbo Lu &lt;yangbo.lu@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>02ebe6f702ec8d025926b0ea7c2088e302c5a302 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#02ebe6f702ec8d025926b0ea7c2088e302c5a302</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Thu, 05 Mar 2015 12:22:18 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ee0c538951018759eff4038db75e61b1cd040307 - mmc: fsl_esdhc: Add support to force VSELECT set</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#ee0c538951018759eff4038db75e61b1cd040307</link>
        <description>mmc: fsl_esdhc: Add support to force VSELECT setSome boards cannot do voltage negotiation but need to set the VSELECTbit forcely to ensure it to work at 1.8V.This commit adds CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT flag for this use.Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Tue, 17 Feb 2015 12:42:44 +0000</pubDate>
        <dc:creator>Otavio Salvador &lt;otavio@ossystems.com.br&gt;</dc:creator>
    </item>
<item>
        <title>42817eb85de1d7dec399c75dbd133ea6b5351a72 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#42817eb85de1d7dec399c75dbd133ea6b5351a72</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Mon, 22 Sep 2014 13:51:01 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8c9c74e4c69b43cd50a1f04b34cfc141ed21654c - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-fsl-qoriq</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#8c9c74e4c69b43cd50a1f04b34cfc141ed21654c</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-fsl-qoriq

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Wed, 10 Sep 2014 00:01:59 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>c82e9de400ee36038c76be67c5a6fb39c165ac1c - esdhc: Add CONFIG_SYS_FSL_ESDHC_LE and CONFIG_SYS_FSL_ESDHC_BE macros</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/doc/README.fsl-esdhc#c82e9de400ee36038c76be67c5a6fb39c165ac1c</link>
        <description>esdhc: Add CONFIG_SYS_FSL_ESDHC_LE and CONFIG_SYS_FSL_ESDHC_BE macrosFor LS102xA, the processor is in little-endian mode, while esdhc IP isin big-endian mode. CONFIG_SYS_FSL_ESDHC_LE and CONFIG_SYS_FSL_ESDHC_BEare added. So accessing ESDHC registers can be determined by ESDHC IP&apos;sendian mode.Signed-off-by: Alison Wang &lt;alison.wang@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/doc/README.fsl-esdhc</description>
        <pubDate>Fri, 05 Sep 2014 05:52:39 +0000</pubDate>
        <dc:creator>Wang Huan &lt;b18965@freescale.com&gt;</dc:creator>
    </item>
</channel>
</rss>
