summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2018-09-11 09:59:12 +0300
committerAlexander Graf <agraf@suse.de>2018-09-23 22:55:30 +0300
commit5bc84a13032fb729bd9f5769cca8f587672caa26 (patch)
tree4721613924081fef4b83793d4b2979ef6789e1fd /fs
parent0349da51009211b540a8653795dee5d4b872fd3b (diff)
downloadu-boot-5bc84a13032fb729bd9f5769cca8f587672caa26.tar.xz
efi_loader: file: support creating a directory
In efi world, there is no obvious "mkdir" interface, instead, Open() with EFI_FILE_MODE_CREATE in mode parameter and EFI_FILE_DIRECTORY in attributes parameter creates a directory. In this patch, efi_file_open() is extended so as to accept such a combination of parameters and call u-boot's mkdir interface for expected action. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions