grub/grub-core/kern/uboot
Cristian Ciocaltea 45fa163f8a 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>
2020-09-21 16:43:54 -04: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. 2020-09-21 11:32:45 -04:00
uboot.c uboot: Add the missing disk write operation support 2020-09-21 16:43:54 -04:00