mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

Migrate sandbox over to generating it's capsule update image GUIDs dynamically from the namespace and board/image info. Update the reference and tests to use the new GUIDs. Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
24 lines
489 B
Text
24 lines
489 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
&{/} {
|
|
firmware-version {
|
|
image1 {
|
|
lowest-supported-version = <3>;
|
|
image-index = <1>;
|
|
image-type-id = "985F2937-7C2E-5E9A-8A5E-8E063312964B";
|
|
};
|
|
image2 {
|
|
lowest-supported-version = <7>;
|
|
image-index = <2>;
|
|
image-type-id = "9E339473-C2EB-530A-A69B-0CD6BBBED40E";
|
|
};
|
|
image3 {
|
|
lowest-supported-version = <3>;
|
|
image-index = <1>;
|
|
image-type-id = "46610520-469E-59DC-A8DD-C11832B877EA";
|
|
};
|
|
};
|
|
};
|