grub/include/grub/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
..
api_public.h Amall cleanup in api_public.h 2013-04-12 16:54:28 +02:00
console.h Initial import of Leif's work 2013-04-07 02:41:07 +02:00
disk.h Leif's API fixes 2013-05-03 15:07:39 +02:00
image.h Add uboot header ourselves 2013-04-12 16:46:51 +02:00
uboot.h uboot: Add the missing disk write operation support 2019-01-22 15:23:51 +01:00