Re: [PATCH v2] uboot: Add the missing disk write operation support

2019-01-22 Thread Daniel Kiper
On Tue, Jan 22, 2019 at 12:02:10PM +0200, Cristian Ciocaltea wrote: > uboot_disk_write() is currently lacking the write support > to storage devices because, historically, those devices did not > implement block_write() in U-Boot. > > The solution has been tested using a patched U-Boot loading > an

[PATCH v2] uboot: Add the missing disk write operation support

2019-01-22 Thread Cristian Ciocaltea
uboot_disk_write() is currently lacking the write support to storage devices because, historically, those devices did not implement block_write() in U-Boot. The solution has been tested using a patched U-Boot loading and booting GRUB in a QEMU vexpress-a9 environment. The disk write operations wer