[elbe-devel] [PATCH 1/2] schema: Add possibility to add multiple binary blobs
Torben Hohn
torben.hohn at linutronix.de
Mon May 18 09:32:13 CEST 2020
On Mon, May 18, 2020 at 09:05:34AM +0200, Kurt Kanzenbach wrote:
> Add support for multiple binary blobs in a single image which is useful for
> e.g. dd'ing SPL and u-boot. The code supports it, the schema does not. Fix it.
>
> Fixes: 6467421d1e5e ("hdimg: add binary blob dd support")
> Signed-off-by: Kurt Kanzenbach <kurt at linutronix.de>
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> schema/dbsfed.xsd | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index 86ddcacb9a6c..c7bae9be549c 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -1243,7 +1243,7 @@
> </documentation>
> </annotation>
> </element>
> - <element name="binary" type="rfs:binaryblob" minOccurs="0">
> + <element name="binary" type="rfs:binaryblob" minOccurs="0" maxOccurs="unbounded">
> <annotation>
> <documentation>
> binary blob that is dd'ed to the specified offset
> --
> 2.20.1
>
--
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Hinweise zum Datenschutz finden Sie hier (Informations on data privacy
can be found here): https://linutronix.de/kontakt/Datenschutz.php
Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen |
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner
More information about the elbe-devel
mailing list