summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-30configs: imx8m*_venice: enable several commands useful for scriptingTim Harvey
2025-05-30Merge tag 'dm-pull-30may25' of git://git.denx.de/u-boot-dm into nextTom Rini
2025-05-30image: android: fix ramdisk default addressEddie Kovsky
2025-05-30bootm: Fix bmi->images pointer not initialized in some casesBenjamin ROBIN
2025-05-30env: Fix network support when CONFIG_NET_LWIP is setBenjamin ROBIN
2025-05-30Merge patch series "test/py: enable HTTP testing"Tom Rini
2025-05-30cmd/Kconfig: select CMD_WGET if ARCH_QEMUAdriano Cordova
2025-05-30CI testing: add http server to CI testsAdriano Cordova
2025-05-30image: Fix FIT image loadable section custom processingMarek Vasut
2025-05-30Gitlab: Rework sjg-lab calling test.py to be closer to test.py stageTom Rini
2025-05-30Merge patch series "Almost complete DM_SERIAL migration"Tom Rini
2025-05-30global: Convert almost all remaining non-DM_SERIAL usersTom Rini
2025-05-30PowerPC / Layerscape: Finish migration to DM_SERIALTom Rini
2025-05-30expo: Drop the special theme code for bootflow_menuSimon Glass
2025-05-30expo: Set up menu fully in bootflow_menu_start()Simon Glass
2025-05-30expo: Split setting up the menu from adding itemsSimon Glass
2025-05-30expo: Update bootflow_menu_poll() to return a sequence IDSimon Glass
2025-05-30expo: Improve the visual appearance of the menuSimon Glass
2025-05-30expo: Provide a way to position things relative to displaySimon Glass
2025-05-30expo: Drop the render from expo_poll()Simon Glass
2025-05-30expo: Adjust expo_poll() to avoid looping foreverSimon Glass
2025-05-30expo: Support highlighting menu itemsSimon Glass
2025-05-30expo: Add forward declarations to scene_internal.hSimon Glass
2025-05-30expo: Drop the gap between groups of menu itemsSimon Glass
2025-05-30expo: Use a simpler name for USB mediaSimon Glass
2025-05-30expo: Begin implementation of a text editorSimon Glass
2025-05-30expo: Support object alignmentSimon Glass
2025-05-30expo: Implement a boxSimon Glass
2025-05-30expo: Support white-on-black in the themeSimon Glass
2025-05-30expo: Support rendering multiple lines of textSimon Glass
2025-05-30expo: Check the screen contents after renderingSimon Glass
2025-05-30expo: Allow strings to be editableSimon Glass
2025-05-30expo: Tidy up scene_txt_render()Simon Glass
2025-05-30expo: Move text-rendering into its own functionSimon Glass
2025-05-30expo: Create a struct for generic text attributesSimon Glass
2025-05-30expo: Line up all menu objectsSimon Glass
2025-05-30expo: Support setting the size and bounds of an objectSimon Glass
2025-05-30expo: Make bounding-box calculation more flexibleSimon Glass
2025-05-30expo: Separate dimensions from the bounding boxSimon Glass
2025-05-30expo: Use an abuf to hold stringsSimon Glass
2025-05-30expo: Rename x and y in struct scene_obj_bboxSimon Glass
2025-05-30expo: Rename scene_dim to scene_obj_bboxSimon Glass
2025-05-30expo: Allow adding a single bootflow to a menuSimon Glass
2025-05-30expo: Split bootflow_menu_new() into two piecesSimon Glass
2025-05-30expo: Split bootflow_menu_run() into two piecesSimon Glass
2025-05-30expo: Test editing a lineeditSimon Glass
2025-05-30expo: Adjust how menu items are highlightedSimon Glass
2025-05-30expo: Provide access to the current menu itemSimon Glass
2025-05-30expo: Test rendering a lineeditSimon Glass
2025-05-30expo: Pass in the video device for cedit_prepare()Simon Glass