Home
last modified time | relevance | path

Searched hist:"49 db1cb8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbootefi.c49db1cb8 Wed Jan 24 13:33:54 CST 2018 Heinrich Schuchardt <xypron.glpk@gmx.de> efi_loader: catch misspelled bootefi subcommand

If 'bootefi hello' or 'bootefi selftest' can be executed depends on the
configuration.

If an invalid non-numeric 1st argument is passed to bootefi, e.g.
'bootefi hola', this string is converted to 0 and U-Boot jumps to
this typically invalid address.

With the patch the online help is shown instead.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>