20 Feb, 2014

1 commit


20 Sep, 2013

3 commits


17 Aug, 2013

1 commit

  • The timestamp is shown in fit_print_contents() but for some reason not
    in fit_image_print(). This seems to be an oversight, since it is the latter
    which is used by bootm.

    Add timestamp printing in this case.

    (There is code duplication in these two function, for looking at in a future
    patch).

    Signed-off-by: Simon Glass

    Simon Glass
     

24 Jul, 2013

1 commit


12 Jul, 2013

1 commit

  • If a specific configuraion is selected by the bootm command, e.g. with
    'bootm 84000000#recoveryconf' we must honour this for not just the kernel,
    but also the ramdisk and FDT.

    In the conversion to using a common fit_image_load() function for loading
    images from FITs (commits a51ec63 and 53f375f) this feature was lost.
    Reinstate it by passing the selected configuration back from
    fit_image_load() to boot_get_kernel(), then use this configuration
    (which is stored in images->fit_uname_cfg) in both boot_get_ramdisk()
    and boot_get_fdt().

    Signed-off-by: Simon Glass

    Simon Glass
     

26 Jun, 2013

1 commit

  • Add support for signing images using a new signature node. The process
    is handled by fdt_add_verification_data() which now takes parameters to
    provide the keys and related information.

    Signed-off-by: Simon Glass

    Simon Glass
     

17 Jun, 2013

1 commit


05 Jun, 2013

5 commits


15 May, 2013

9 commits