[PATCH 1/5] spl: mmc: Support OP-TEE payloads in Falcon mode

Simon Glass sjg at chromium.org
Sun Feb 7 15:37:26 CET 2021


On Thu, 4 Feb 2021 at 12:56, Alex G. <mr.nuke.me at gmail.com> wrote:
>
> This series was re-sent in error. Please ignore.
>
> On 2/4/21 1:55 PM, Alexandru Gagniuc wrote:
> > In general, Falcon mode means we're booting a linux kernel directly.
> > With FIT images, however, an OP-TEE secure kernel can be booted before
> > linux. Thus, if the next stage is an IH_OS_TEE, this isn't necessarily
> > a problem.
> >
> > Of course, a general solution would involve mmc_load_image_raw_os()
> > only loading the binary, and leaving the decision of suitability to
> > someone else. However, a rework of the boot flow is beyond the scope
> > of this patch. Accept IH_OS_TEE as a valid OS value.
> >
> > Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
> > ---
> >   common/spl/spl_mmc.c | 6 ++++--
> >   1 file changed, 4 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list