summaryrefslogtreecommitdiff
path: root/boot/cedit.c
AgeCommit message (Expand)Author
2025-05-30expo: Drop the render from expo_poll()Simon Glass
2025-05-30expo: Support highlighting menu itemsSimon Glass
2025-05-30expo: Begin implementation of a text editorSimon Glass
2025-05-30expo: Implement a boxSimon Glass
2025-05-30expo: Create a struct for generic text attributesSimon Glass
2025-05-30expo: Adjust how menu items are highlightedSimon Glass
2025-05-30expo: Pass in the video device for cedit_prepare()Simon Glass
2025-05-30expo: Test some cedit actionsSimon Glass
2025-05-30expo: Move cedit-state fields into expoSimon Glass
2025-05-30expo: Add a function to poll for inputSimon Glass
2025-05-30expo: Add CLI context to the expoSimon Glass
2025-05-30abuf: Add a helper for initing and allocating a bufferSimon Glass
2024-10-23boot: cedit: include u-boot/schedule.hRasmus Villemoes
2024-10-18expo: Support menu-item values in ceditSimon Glass
2024-10-18expo: Add a little more cedit CMOS loggingSimon Glass
2024-10-18expo: Use standard numbering for save and discardSimon Glass
2024-10-18expo: Place menu items to the right of all labelsSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06boot: Remove <common.h> and add needed includesTom Rini
2023-10-11expo: Plumb in textline to ceditSimon Glass
2023-10-11expo: Support handling any key in ceditSimon Glass
2023-10-11expo: Add a function to write a property to a devicetreeSimon Glass
2023-10-11expo: Use switch statements more for object typesSimon Glass
2023-10-11expo: Fix up comments for get_cur_menuitem_text() et alSimon Glass
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass
2023-08-25expo: Add a function to prepare a ceditSimon Glass
2023-08-25expo: Split out cedit into its own headerSimon Glass
2023-07-14expo: Add a configuration editorSimon Glass