mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] Barebox-State on-disk partition support
@ 2022-10-14 16:35 Marco Felsch
  2022-10-14 16:35 ` [PATCH 1/8] of: of_node_name_eq: correct alignment Marco Felsch
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Marco Felsch @ 2022-10-14 16:35 UTC (permalink / raw)
  To: barebox

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




^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-10-20  6:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 16:35 [PATCH 0/8] Barebox-State on-disk partition support Marco Felsch
2022-10-14 16:35 ` [PATCH 1/8] of: of_node_name_eq: correct alignment Marco Felsch
2022-10-20  6:36   ` Sascha Hauer
2022-10-14 16:35 ` [PATCH 2/8] state: select the STATE_DRV when STATE is selected Marco Felsch
2022-10-19  7:48   ` Sascha Hauer
2022-10-19  8:14     ` Marco Felsch
2022-10-14 16:35 ` [PATCH 3/8] state: rename partition_node to backend_node Marco Felsch
2022-10-14 16:35 ` [PATCH 4/8] state: cosmetic fix reverse christmas tree order Marco Felsch
2022-10-19  7:55   ` Sascha Hauer
2022-10-19  8:18     ` Marco Felsch
2022-10-14 16:35 ` [PATCH 5/8] state: rename backend members Marco Felsch
2022-10-14 16:35 ` [PATCH 6/8] state: factor out the backend property parsing Marco Felsch
2022-10-14 16:35 ` [PATCH 7/8] of: partition: add a helper to determin if a node is a of-partition Marco Felsch
2022-10-14 16:35 ` [PATCH 8/8] state: add support for new backend format Marco Felsch
2022-10-20  6:35   ` Sascha Hauer
2022-10-14 16:44 ` [PATCH 0/8] Barebox-State on-disk partition support Marco Felsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox