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>
This commit is contained in:
@@ -57,6 +57,7 @@ obj-$(CONFIG_CMD_ADTIMG) += image-android-dt.o
|
||||
obj-$(CONFIG_$(PHASE_)LOAD_FIT) += common_fit.o
|
||||
|
||||
obj-$(CONFIG_$(PHASE_)EXPO) += expo.o scene.o expo_build.o
|
||||
obj-$(CONFIG_$(PHASE_)EXPO_DUMP) += expo_dump.o
|
||||
obj-$(CONFIG_$(PHASE_)EXPO) += scene_menu.o scene_textline.o scene_textedit.o
|
||||
obj-$(CONFIG_$(PHASE_)EXPO_TEST) += expo_test.o
|
||||
ifdef CONFIG_COREBOOT_SYSINFO
|
||||
|
||||
Reference in New Issue
Block a user