[U-Boot] [PATCH] Revert "x86: Convert MMC to driver model"

Bin Meng bmeng.cn at gmail.com
Tue Jun 27 08:32:42 UTC 2017


On Tue, Jun 27, 2017 at 11:25 AM, Simon Glass <sjg at chromium.org> wrote:
> On 26 June 2017 at 17:36, Bin Meng <bmeng.cn at gmail.com> wrote:
>> This reverts commit ddb3ac3c716f56cead695444e65a7ba7b0946555.
>>
>> With MMC converted to driver model, SCSI driver is broken due to
>> zero address access at (ops->read) in block_dread() function.
>>
>> The fix (SCSI driver converted to DM) is ready in u-boot-dm branch,
>> but it is too late for this relese to get that in.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> arch/Kconfig | 1 -
>> arch/x86/cpu/baytrail/valleyview.c | 12 ++++++
>> arch/x86/cpu/quark/quark.c | 10 +++++
>> arch/x86/cpu/queensbay/Makefile | 2 +-
>> arch/x86/cpu/queensbay/topcliff.c | 20 +++++++++
>> drivers/mmc/pci_mmc.c | 86 ++++++++++++--------------------------
>> include/mmc.h | 12 ++++++
>> 7 files changed, 81 insertions(+), 62 deletions(-)
>> create mode 100644 arch/x86/cpu/queensbay/topcliff.c
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list