efi_loader: use ':' as separator for setenv -i
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 24 Aug 2020 06:27:49 +0000 (08:27 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 24 Aug 2020 14:37:53 +0000 (16:37 +0200)
commit2b3fbcb59f4174e455a6285eaddf1426ed3e76c5
tree9a48bb8433eaf5f0c4c53e71e5c8716cf792c273
parent15d8f008dc577bbef6ad98494c28553558941420
efi_loader: use ':' as separator for setenv -i

setenv -e -i <address>,<filesize> can be used to set a UEFI variable
from memory.

For separating an address and a size we use ':' in most commands.
Let's do the same for setenv -e -i.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/nvedit_efi.c
doc/uefi/uefi.rst
test/py/tests/test_efi_secboot/test_authvar.py
test/py/tests/test_efi_secboot/test_signed.py
test/py/tests/test_efi_secboot/test_signed_intca.py
test/py/tests/test_efi_secboot/test_unsigned.py