bootstd: Add support for bootflows

Add support for bootflows, including maintaining a list of them and
iterating to find them.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2022-04-24 23:31:09 -06:00 committed by Tom Rini
parent a950d31abe
commit a8f5be178d
6 changed files with 475 additions and 3 deletions

View file

@ -45,7 +45,7 @@ static void bootstd_clear_glob_(struct bootstd_priv *priv)
bflow = list_first_entry(&priv->glob_head, struct bootflow,
glob_node);
/* add later bootflow_remove(bflow); */
bootflow_remove(bflow);
}
}