Re: [PATCH v2] configs: stm32mp1: enable uefi related commands

2021-02-26 Thread Patrick DELAUNAY



On 2/26/21 2:09 PM, Patrick DELAUNAY wrote:

Hi,

On 2/26/21 1:52 PM, Ilias Apalodimas wrote:

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 
---
Changes since v1:
- Apply identical changes on stm32mp15_basic_defconfig
  configs/stm32mp15_basic_defconfig   | 3 +++
  configs/stm32mp15_trusted_defconfig | 3 +++
  2 files changed, 6 insertions(+)




Reviewed-by: Patrick Delaunay 

Thanks
Patrick




Applied to u-boot-stm/master, thanks!

Regards
Patrick



Re: [PATCH v2] configs: stm32mp1: enable uefi related commands

2021-02-26 Thread Patrick DELAUNAY

Hi,

On 2/26/21 1:52 PM, Ilias Apalodimas wrote:

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 
---
Changes since v1:
- Apply identical changes on stm32mp15_basic_defconfig
  configs/stm32mp15_basic_defconfig   | 3 +++
  configs/stm32mp15_trusted_defconfig | 3 +++
  2 files changed, 6 insertions(+)




Reviewed-by: Patrick Delaunay 

Thanks
Patrick