Commit Graph

2 Commits

Author SHA1 Message Date
Simon Glass
4564d85794 expo: Use hex format when dumping the expo
Change expo_dump() to output object IDs in hex format. This matches the
normal convention in U-Boot.

Also add key_id and preview_id to the menu item dump output while we are
here.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-07 11:53:55 -07:00
Simon Glass
7d91a4b457 expo: Provide a way to dump an expo
For debugging it is sometimes helpful to dump an expo. Add an
implementation of this, writing to a membuf.

Add a MAINTAINERS entry for expo, including this next file.

Co-developed-by: Claude <noreply@anthropic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
2025-10-10 02:24:07 +01:00