[U-Boot] [PATCH v6 1/8] dm: mmc: use block layer in mmc driver
Yinbo Zhu
yinbo.zhu at nxp.com
Thu Aug 23 03:09:55 UTC 2018
-----Original Message-----
From: York Sun
Sent: 2018年8月15日 22:58
To: Yinbo Zhu <yinbo.zhu at nxp.com>; Y.b. Lu <yangbo.lu at nxp.com>; u-boot at lists.denx.de
Cc: Xiaobo Xie <xiaobo.xie at nxp.com>; Andy Tang <andy.tang at nxp.com>; Peng Ma <peng.ma at nxp.com>
Subject: Re: [PATCH v6 1/8] dm: mmc: use block layer in mmc driver
First of all, your subject is wrong. You are not making any change to dm or mmc.
On 08/13/2018 12:09 AM, Yinbo Zhu wrote:
> At present the MMC subsystem maintains its own list of MMC devices.
> This cannot work with driver model when CONFIG_BLK is enabled, use
> blk_dread to replace previous mmc read interface, use mmc_get_blk_desc
> to get the mmc device property
>
> Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
> ---
> Change in v6:
> remove block layer in mmc_legacy.
>
> arch/arm/cpu/armv8/fsl-layerscape/ppa.c | 5 ++---
>You didn't replace all. If you compiled all targets, you would see errors on secure boot targets. Please fix
>and test _ALL_ targets before sending another version.
>York
Hi York,
I had tested all targets, for 1088 sd secure boot, upstream code has a original issue, need upstream to cover it
other targets that I had tested okay, I will send it to upstream as v7 version.
Thanks,
Best Regards,
Yinbo Zhu.
More information about the U-Boot
mailing list