[U-Boot] [PATCH v2 2/4] mkimage will now report information about loadable

Simon Glass sjg at chromium.org
Mon May 18 23:39:16 CEST 2015


Hi Karl,

On 15 May 2015 at 15:13, Karl Apsite <Karl.Apsite at dornerworks.com> wrote:
> From: Karl Apsite <karl.apsite at dornerworks.com>
>
> Added FIT_LOADABLE_PROP, so the user can identify an optional entry
> named "loadables" in their .its configuration. "loadables" is a comma
> separated list in the .its
>
> example configuration:
> config at 1 {
>     description = "Xen 4.6.0-one loadable";
>     kernel = "xen_kernel at 1";
>     fdt = "fdt at 1";
>     loadables = "linux_kernel at 1";
> };
>
> config at 2 {
>     description = "Xen 4.6.0-two loadables";
>     kernel = "xen_kernel at 1";
>     fdt = "fdt at 1";
>     loadables = "linux_kernel at 2", "linux_kernel at 1";
> };
>
> example output:
> ...
>  Configuration 0 (config at 1)
>   Description:  Xen 4.6.0-one loadable
>   Kernel:       xen_kernel at 1
>   FDT:          fdt at 1
>   Loadables:    linux_kernel at 1
>  Configuration 1 (config at 2)
>   Description:  Xen 4.6.0-two loadables
>   Kernel:       xen_kernel at 1
>   FDT:          fdt at 1
>   Loadables:    linux_kernel at 2
>                 linux_kernel at 1
>
> Signed-off-by: Karl Apsite <Karl.Apsite at dornerworks.com>

Reviewed-by: Simon Glass <sjg at chromium.org>

But I think you should remove this stuff from your commit message. It
should go in the docs.

Regards,
Simon


More information about the U-Boot mailing list