Re: [PATCH v2 10/21] upl: Add support for reading a upl handoff

2024-07-20 Thread Simon Glass
Hi Heinrich, On Thu, 18 Jul 2024 at 15:53, Heinrich Schuchardt wrote: > > On 13.07.24 09:00, Simon Glass wrote: > > Universal Payload provides a standard way of handing off control between > > two firmware phases. Add support for reading the handoff information into > > a structure. > > > > Signe

Re: [PATCH v2 10/21] upl: Add support for reading a upl handoff

2024-07-18 Thread Heinrich Schuchardt
On 13.07.24 09:00, Simon Glass wrote: Universal Payload provides a standard way of handing off control between two firmware phases. Add support for reading the handoff information into a structure. Signed-off-by: Simon Glass --- (no changes since v1) MAINTAINERS | 7 + boot

[PATCH v2 10/21] upl: Add support for reading a upl handoff

2024-07-13 Thread Simon Glass
Universal Payload provides a standard way of handing off control between two firmware phases. Add support for reading the handoff information into a structure. Signed-off-by: Simon Glass --- (no changes since v1) MAINTAINERS | 7 + boot/Kconfig | 19 ++ boot/Makef