11 May, 2017

1 commit

  • The imagetool framework checks whether function pointer for the verify,
    print and extract actions are available and will will handle their
    absence appropriately.

    This change removes the unnecessary functions and uses the driver
    structure to convey available functionality to imagetool. This is in
    fact better than having verify just return 0 (which previously broke
    dumpimage, as dumpimage assumed that we had handled the image and did
    not continue to probe further).

    Signed-off-by: Philipp Tomsich
    Acked-by: Simon Glass

    Philipp Tomsich
     

17 Mar, 2017

1 commit

  • Rockchip SoCs allow the spl code to be rc4-encoded, not only the
    image header, but only newer SoCs allow this encoding to be disabled.

    The rk3188 is not part of those and requires its boot code to be
    rc4-encoded with the regular key. So add the ability to do this
    encoding via a setting on a per-soc basis when building spl images.

    Signed-off-by: Heiko Stuebner
    Reviewed-by: Simon Glass
    Reviewed-by: Kever Yang
    Tested-by: Kever Yang

    Heiko Stübner
     

28 May, 2016

1 commit


14 Dec, 2015

2 commits


01 Dec, 2015

1 commit

  • Our chips may have different max spl size and spl header, so
    we need to add configs for that.

    Signed-off-by: Jeffy Chen
    Acked-by: Simon Glass
    Dropped CONFIG_ROCKCHIP_MAX_SPL_SIZE from rk3288_common.h,
    Added $(if...) to tools/Makefile to fix widespread build breakage
    Signed-off-by: Simon Glass

    Series-changes: 8
    - Drop CONFIG_ROCKCHIP_MAX_SPL_SIZE from rk3288_common.h,
    - Add $(if...) to tools/Makefile to fix widespread build breakage

    Jeffy Chen
     

03 Sep, 2015

1 commit