Re: [PATCH v2 15/21] spl: Plumb in the Universal Payload handoff

2024-07-21 Thread Simon Glass
Hi Sean, On Sat, 20 Jul 2024 at 15:44, Sean Anderson wrote: > > On 7/20/24 08:36, Simon Glass wrote: > > Hi Sean, > > > > On Thu, 18 Jul 2024 at 14:54, Sean Anderson wrote: > >> > >> On 7/13/24 03:00, Simon Glass wrote: > >>> Specify the FIT and include information about each loaded image, as >

Re: [PATCH v2 15/21] spl: Plumb in the Universal Payload handoff

2024-07-20 Thread Sean Anderson
On 7/20/24 08:36, Simon Glass wrote: Hi Sean, On Thu, 18 Jul 2024 at 14:54, Sean Anderson wrote: On 7/13/24 03:00, Simon Glass wrote: Specify the FIT and include information about each loaded image, as required by the UPL handoff. Write the UPL handoff into the bloblist before jumping to th

Re: [PATCH v2 15/21] spl: Plumb in the Universal Payload handoff

2024-07-20 Thread Simon Glass
Hi Sean, On Thu, 18 Jul 2024 at 14:54, Sean Anderson wrote: > > On 7/13/24 03:00, Simon Glass wrote: > > Specify the FIT and include information about each loaded image, as > > required by the UPL handoff. > > > > Write the UPL handoff into the bloblist before jumping to the next phase. > > > > C

Re: [PATCH v2 15/21] spl: Plumb in the Universal Payload handoff

2024-07-18 Thread Sean Anderson
On 7/13/24 03:00, Simon Glass wrote: Specify the FIT and include information about each loaded image, as required by the UPL handoff. Write the UPL handoff into the bloblist before jumping to the next phase. Control this using a runtime flag to avoid conflicting with other handoff mechanisms.