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