Hi, this small series adds the support to store the barebox-state on a on-disk partition like mbr/gpt. Note for testing you need a very recent dt-utils package. I will send the patches soon as well and will add a link to the patches here later. Regards, Marco Marco Felsch (8): of: of_node_name_eq: correct alignment state: select the STATE_DRV when STATE is selected state: rename partition_node to backend_node state: cosmetic fix reverse christmas tree order state: rename backend members state: factor out the backend property parsing of: partition: add a helper to determin if a node is a of-partition state: add support for new backend format .../bindings/barebox/barebox,state.rst | 30 +++- Documentation/user/state.rst | 12 +- common/Kconfig | 1 + common/state/state.c | 170 +++++++++++++----- common/state/state.h | 6 +- drivers/of/base.c | 2 +- drivers/of/partition.c | 12 ++ include/of.h | 6 + 8 files changed, 181 insertions(+), 58 deletions(-) -- 2.30.2