commit | 036218a67130343a71ea34aeae1231bc11f040c2 | [log] [tgz] |
---|---|---|
author | Cristian Ciocaltea <cristian.ciocaltea@gmail.com> | Sat Jan 12 02:03:15 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 07 17:58:31 2019 -0500 |
tree | 600e9b8b408872167ee05626fa7046b4df4a4371 | |
parent | 0be2ecd4861faa410491170e205488f9ee82a227 [diff] |
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: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>