| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-22 | upl: Fix buf array size | Francois Berder | |
| Size of array buf was incorrect due to sizeof returning the size of an integer (typically 32 bits) instead of a u64 type (64 bits). Hence, buf array was shorter than expected. Signed-off-by: Francois Berder <fberder@outlook.fr> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
| 2024-08-09 | upl: Add support for writing a upl handoff | Simon Glass | |
| Universal Payload provides a standard way of handing off control between two firmware phases. Add support for writing the handoff information from a structure. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
