Re: [PATCH 00/19] expo: Support a persistent configuration editor

2023-08-25 Thread Tom Rini
On Mon, 14 Aug 2023 16:40:20 -0600, Simon Glass wrote: > So far cedit does not support reading and writing the configuration. > This series add several features related to this: > > First, it adds support for using a file on a filesystem. This is in > FDT format and provides enough information to

[PATCH 00/19] expo: Support a persistent configuration editor

2023-08-14 Thread Simon Glass
So far cedit does not support reading and writing the configuration. This series add several features related to this: First, it adds support for using a file on a filesystem. This is in FDT format and provides enough information to reset the cedit back to the saved settings. Second, it adds supp