Re: [PATCH 2/2] bootm: Add a bootm command for type IH_OS_EFI

2019-12-27 Thread Heinrich Schuchardt
On 12/27/19 5:41 PM, Simon Glass wrote: I think we should avoid transferring arguments as strings. It is preferable to separate do_bootefi() into an argument parser and an execution part. Let's CC the developers who have contributed to common/bootm_os.c. Yes I think it would be good to create

Re: [PATCH 2/2] bootm: Add a bootm command for type IH_OS_EFI

2019-12-27 Thread Simon Glass
Hi Cristian, On Sun, 24 Nov 2019 at 23:22, Heinrich Schuchardt wrote: > > On 11/24/19 9:11 PM, Cristian Ciocaltea wrote: > > Add support for booting EFI binaries contained in FIT images. > > A typical usage scenario is chain-loading GRUB2 in a verified > > boot environment. > > > >