aboutsummaryrefslogtreecommitdiff
path: root/boot/cedit.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-11expo: Plumb in textline to ceditSimon Glass1-1/+59
2023-10-11expo: Support handling any key in ceditSimon Glass1-1/+1
2023-10-11expo: Add a function to write a property to a devicetreeSimon Glass1-12/+26
2023-10-11expo: Use switch statements more for object typesSimon Glass1-36/+52
2023-10-11expo: Fix up comments for get_cur_menuitem_text() et alSimon Glass1-0/+10
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass1-0/+99
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass1-1/+136
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass1-0/+45
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass1-14/+83
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass1-0/+52
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass1-0/+136
2023-08-25expo: Add a function to prepare a ceditSimon Glass1-6/+26
2023-08-25expo: Split out cedit into its own headerSimon Glass1-0/+1
2023-07-14expo: Add a configuration editorSimon Glass1-0/+163