]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arch: Kconfig: imply BINMAN for SANDBOX
authorPhilippe Reynes <philippe.reynes@softathome.com>
Mon, 28 Mar 2022 20:56:53 +0000 (22:56 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 18:12:01 +0000 (14:12 -0400)
To be able to use the tool binman on sandbox,
the config SANDBOX should imply BINMAN.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/Kconfig
arch/sandbox/dts/sandbox.dtsi
arch/sandbox/dts/test.dts
test/py/tests/test_fit.py
test/py/tests/vboot/sandbox-u-boot.dts

index 1b35fda64cc81c293d0af06a3361a7a89f8bf497..8450fdb75c46812eadf2fc836daeb22105b61bba 100644 (file)
@@ -205,6 +205,7 @@ config SANDBOX
        imply KEYBOARD
        imply PHYSMEM
        imply GENERATE_ACPI_TABLE
+       imply BINMAN
 
 config SH
        bool "SuperH architecture"
index 66b813faadb8fc54591080814834a45d590386fc..826db26fc2b56b47865b1d76c5a9287d74926f12 100644 (file)
@@ -7,6 +7,9 @@
 #define USB_CLASS_HUB                  9
 
 / {
+       binman {
+       };
+
        chosen {
                stdout-path = "/serial";
        };
index 3d206fdb3cf8080f15441ef311247020dbe3cf35..05c1cd5e1a553228ac54a80d113e05267933bfe1 100644 (file)
@@ -61,6 +61,9 @@
                osd0 = "/osd";
        };
 
+       binman {
+       };
+
        config {
                testing-bool;
                testing-int = <123>;
index 6d5b43c3babb47b3157400db989efe925f274dc4..5856960be2359945591a4bb39df522248bf5428e 100755 (executable)
@@ -89,6 +89,9 @@ base_fdt = '''
        model = "Sandbox Verified Boot Test";
        compatible = "sandbox";
 
+       binman {
+       };
+
        reset@0 {
                compatible = "sandbox,reset";
                reg = <0>;
index 63f8f401de486a3598cee2d4477e852fd01d0a74..5809c62fc1cf445176394d08ee0f1467093462aa 100644 (file)
@@ -4,6 +4,9 @@
        model = "Sandbox Verified Boot Test";
        compatible = "sandbox";
 
+       binman {
+       };
+
        reset@0 {
                compatible = "sandbox,reset";
        };