<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/mmc, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2019-06-20T13:13:27Z</updated>
<entry>
<title>Merge tag 'mmc-6-19' of https://github.com/MrVan/u-boot</title>
<updated>2019-06-20T13:13:27Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-06-20T13:13:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=64fabed9715a85c0ebcd092c8e8f5f2f280c719c'/>
<id>urn:sha1:64fabed9715a85c0ebcd092c8e8f5f2f280c719c</id>
<content type='text'>
- Avoid HS400 mode when accessing boot partitions
</content>
</entry>
<entry>
<title>mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled</title>
<updated>2019-06-19T07:24:56Z</updated>
<author>
<name>Yangbo Lu</name>
</author>
<published>2019-05-23T03:05:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=66fa035b55463d21bab2196289a6090431c5e45f'/>
<id>urn:sha1:66fa035b55463d21bab2196289a6090431c5e45f</id>
<content type='text'>
u-boot is trying to make CONFIG_BLK as a hard requirement
for DM_MMC. But now it's still not.

config BLK
	bool "Support block devices"
	depends on DM
	default y if DM_MMC

When fsl_esdhc driver was reworked for DM_MMC support, DM_MMC
without CONFIG_BLK enabled wasn't considered. This patch is to
fix probe issue without CONFIG_BLK enabled.

Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;
Signed-off-by: Yinbo Zhu &lt;yinbo.zhu@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>mmc: Avoid HS400 mode when accessing boot partitions</title>
<updated>2019-06-19T05:53:59Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-05-31T13:22:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=72119aa14a1c81b5dd2996fc86c80f8d0e2c456d'/>
<id>urn:sha1:72119aa14a1c81b5dd2996fc86c80f8d0e2c456d</id>
<content type='text'>
U-Boot code currently only applies this restriction to HS200 mode,
extend this to HS400 mode as well.

Currently U-Boot code not support accessing boot partition in HS200/400
mode. This needs more check.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Cc: Peng Fan &lt;peng.fan@nxp.com&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>dm: arm: bcmstb: Enable driver model MMC support</title>
<updated>2019-05-28T17:58:06Z</updated>
<author>
<name>Thomas Fitzsimmons</name>
</author>
<published>2019-05-17T12:17:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=77934fdedfdd8a87d3b96c45b7bd540be60445d6'/>
<id>urn:sha1:77934fdedfdd8a87d3b96c45b7bd540be60445d6</id>
<content type='text'>
For bcm7445 and bcm7260, this patch enables CONFIG_DM_MMC and updates
the bcmstb SDHCI driver to use the new driver model.  This allows
removal of SDHCI configuration handling from bcmstb.c, and eliminates
a board removal compile warning.

Signed-off-by: Thomas Fitzsimmons &lt;fitzsim@fitzsim.org&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-sh</title>
<updated>2019-05-27T00:18:20Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2019-05-27T00:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c18b103657d9541305a45a1fb21f979c317fba49'/>
<id>urn:sha1:c18b103657d9541305a45a1fb21f979c317fba49</id>
<content type='text'>
- Gen3 PCIe driver + enablement on Salvator-X platforms.
- Gen3 recovery SPL used to reload ATF/OpTee/U-Boot instead of minimon.
- SDHI HS400 fixes ported from latest BSP and datasheet.
</content>
</entry>
<entry>
<title>driver: mmc: adopt 32 bit addr in fsl_esdhc for CONFIG_PPC</title>
<updated>2019-05-23T08:52:33Z</updated>
<author>
<name>Yinbo Zhu</name>
</author>
<published>2019-04-11T11:01:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b69e1d0bc711592269ac86857a2699d1d0f80f06'/>
<id>urn:sha1:b69e1d0bc711592269ac86857a2699d1d0f80f06</id>
<content type='text'>
PowerPC supports 32 bit address.
So adopt 32 bit addr in fsl_esdhc for CONFIG_PPC.

Signed-off-by: Yinbo Zhu &lt;yinbo.zhu@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>driver: mmc: set sdhc clock in fsl_esdhc for CONFIG_PPC</title>
<updated>2019-05-23T08:52:33Z</updated>
<author>
<name>Yinbo Zhu</name>
</author>
<published>2019-04-11T11:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b512d07e8c5b5466830626088b5e96c1edcf3e2f'/>
<id>urn:sha1:b512d07e8c5b5466830626088b5e96c1edcf3e2f</id>
<content type='text'>
Signed-off-by: Yinbo Zhu &lt;yinbo.zhu@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>mmc: tmio: sdhi: HS400 manual adjustment</title>
<updated>2019-05-21T20:15:32Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-05-19T01:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b5900a58caf0416355ccab4dc9da55c9a388a953'/>
<id>urn:sha1:b5900a58caf0416355ccab4dc9da55c9a388a953</id>
<content type='text'>
Since Gen3 SDHI has an internal DS signal AC-spec violation in HS400 mode,
CRC-error may occur in read command in HS400 mode. This phoenomenon occurs
at low/high temperature.

To fix this, after completion of HS400 tuning, enable manual calibration.
However, Gen3 M3 Ver.1.2 or earlier and H3 1.x does not support HS400.
These SoC forcibly use HS200 mode by SoC attribute.

The DT adjustment of the tuning parameters is not supported until the
DT property names become clear.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Adapted from a patch by Takeshi Saito &lt;takeshi.saito.xv@renesas.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Cc: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>mmc: tmio: sdhi: Minor macro cleanup</title>
<updated>2019-05-21T20:15:32Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-05-19T00:33:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1bac2b6b415bdeee35c21a30292a50ca2a614871'/>
<id>urn:sha1:1bac2b6b415bdeee35c21a30292a50ca2a614871</id>
<content type='text'>
Clean up the whitespaces in macros, no functional change.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Cc: Nobuhiro Iwamatsu &lt;iwamatsu@nigauri.org&gt;
Cc: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue"</title>
<updated>2019-05-20T03:34:27Z</updated>
<author>
<name>Lukasz Majewski</name>
</author>
<published>2019-05-07T15:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=b6a0427554424a9d6bb563cae4f5555487f38caf'/>
<id>urn:sha1:b6a0427554424a9d6bb563cae4f5555487f38caf</id>
<content type='text'>
This reverts commit 72a89e0da5ac6a4ab929b15a2b656f04f50767f6, which
causes the imx53 HSC to hang as the eMMC is not working properly anymore.

The exact error message:
MMC write: dev # 0, block # 2, count 927 ... mmc write failed
0 blocks written: ERROR

imx53 is not using the DDR mode.

Debugging of pre_div and div generation showed that those values are
generated in a way, which is not matching the ones from working setup.

As the original patch was performing code refactoring, let's revert this
change, so all imx53 boards would work again.

Signed-off-by: Lukasz Majewski &lt;lukma@denx.de&gt;
</content>
</entry>
</feed>
