]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: Increase path string to 32 characters
authorAlexander Graf <agraf@suse.de>
Mon, 11 Apr 2016 14:16:20 +0000 (16:16 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 18 Apr 2016 21:11:37 +0000 (17:11 -0400)
commitecbe1a07c507d37aeb5f0f9ce1c4cc20c70fec64
tree976d4baec38a0a6fe6508985401681ead88fb572
parentc07ad7c03588ab7b8f87b6567ac9202cf32b9bbe
efi_loader: Increase path string to 32 characters

Whenever we want to tell our payload about a path, we limit ourselves
to a reasonable amount of characters. So far we only passed in device
names - exceeding 16 chars was unlikely there.

However by now we also pass real file path information, so let's increase
the limit to 32 characters. That way common paths like "boot/efi/bootaa64.efi"
fit just fine.

Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/bootefi.c
include/efi_api.h
lib/efi_loader/efi_disk.c