[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] uboot: Add the missing disk write operation support
From: |
Daniel Kiper |
Subject: |
Re: [PATCH] uboot: Add the missing disk write operation support |
Date: |
Wed, 16 Jan 2019 22:56:56 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Tue, Jan 15, 2019 at 04:59:56PM +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
> and booting GRUB in a QEMU vexpress-a9 environment.
> The disk write operations were triggered with GRUB's save_env
> command.
>
> Signed-off-by: Cristian Ciocaltea <address@hidden>
Reviewed-by: Daniel Kiper <address@hidden>
If there are no objections I will apply this patch in a week or so.
Daniel