Skip to content
Snippets Groups Projects
Commit 036218a6 authored by Cristian Ciocaltea's avatar Cristian Ciocaltea Committed by Tom Rini
Browse files

api: storage: Add the missing write operation support


API_dev_write(va_list ap) is currently lacking the write support
to storage devices because, historically, those devices did not
implement block_write()

The solution has been tested by loading and booting a (patched)
GRUB instance in a QEMU vexpress-a9 environment. The disk write
operations were triggered with GRUB's save_env command.

Signed-off-by: default avatarCristian Ciocaltea <cristian.ciocaltea@gmail.com>
parent 0be2ecd4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment