configs: stm32mp1: enable uefi related commands
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 26 Feb 2021 12:52:51 +0000 (14:52 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 26 Feb 2021 14:45:22 +0000 (15:45 +0100)
commit1b3db349c011e7905a03126d9a78e1fb9886efb7
tree988c9b7c41a7202ab884a7d9f400fd2ce493c380
parent1a1a47cdba03de3824e0ec4f1314b73e67919150
configs: stm32mp1: enable uefi related commands

The board can boot with UEFI. With the latest changes in U-Boot's
EFI subsystem we also have support for EFI runtime variables, without
SetVariable support.  We can also store the EFI variables in a file on the
ESP partition and preserve them across reboots.
The env and efidebug commands are missing in order to configure
EFI variables and the efibootmgr though.  Since U-Boot's default config
enables other EFI related commands (e.g bootefi), let's add the env related
and efidebug commands and allow users to do that

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
configs/stm32mp15_basic_defconfig
configs/stm32mp15_trusted_defconfig