grub/grub-core/kern/uboot
Cristian Ciocaltea 088f7f56e5 uboot: Add the missing disk write operation support
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 <cristian.ciocaltea@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2019-01-22 15:23:51 +01:00
..
hw.c * grub-core/partmap/dfly.c: New partition map. 2013-05-16 16:18:37 +02:00
init.c Refactor arm-uboot code to make it genereic. 2017-05-08 17:47:57 +02:00
uboot.c uboot: Add the missing disk write operation support 2019-01-22 15:23:51 +01:00