bootstd: Allow iterating to the next label in a list
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:48:10 +0000 (10:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:41 +0000 (18:11 -0500)
commite4b694893f6cf1e4ac934f2ecb57c8e77a17e5b2
tree6e416edec8454b22ebc3c459898b56742b857c40
parent66e3dce78750f6fc4f6a402ce62c20ba95976dd1
bootstd: Allow iterating to the next label in a list

Add a function which moves to the next label in a list of labels. This
allows processing the boot_targets environment variable.

This works using a new label list in the bootflow iterator. The logic to
set this up is included in a subsequent commit.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootdev-uclass.c
include/bootdev.h
include/bootflow.h
test/boot/bootdev.c