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 1b35fda..8450fdb 100644 (file)
@@ -205,6 +205,7 @@ config SANDBOX
        imply KEYBOARD
        imply PHYSMEM
        imply GENERATE_ACPI_TABLE
+       imply BINMAN
 
 config SH
        bool "SuperH architecture"
index 66b813f..826db26 100644 (file)
@@ -7,6 +7,9 @@
 #define USB_CLASS_HUB                  9
 
 / {
+       binman {
+       };
+
        chosen {
                stdout-path = "/serial";
        };
index 3d206fd..05c1cd5 100644 (file)
@@ -61,6 +61,9 @@
                osd0 = "/osd";
        };
 
+       binman {
+       };
+
        config {
                testing-bool;
                testing-int = <123>;
index 6d5b43c..5856960 100755 (executable)
@@ -89,6 +89,9 @@ base_fdt = '''
        model = "Sandbox Verified Boot Test";
        compatible = "sandbox";
 
+       binman {
+       };
+
        reset@0 {
                compatible = "sandbox,reset";
                reg = <0>;
index 63f8f40..5809c62 100644 (file)
@@ -4,6 +4,9 @@
        model = "Sandbox Verified Boot Test";
        compatible = "sandbox";
 
+       binman {
+       };
+
        reset@0 {
                compatible = "sandbox,reset";
        };