mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
stm32mp: stm32prog: add upport of partial update
Add support of partial update, update only some partitions, and check the coherence of the layout with the existing GPT partitions (offset and size). Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
878f7542f1
commit
ffc405e63b
2 changed files with 70 additions and 0 deletions
|
@ -69,6 +69,7 @@ struct stm32prog_dev_t {
|
|||
struct mmc *mmc;
|
||||
/* list of partition for this device / ordered in offset */
|
||||
struct list_head part_list;
|
||||
bool full_update;
|
||||
};
|
||||
|
||||
/* partition information build from FlashLayout and device */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue