17 Feb, 2015

1 commit


10 Feb, 2015

3 commits


09 Feb, 2015

4 commits


08 Feb, 2015

3 commits


07 Feb, 2015

4 commits


02 Feb, 2015

9 commits


30 Jan, 2015

6 commits

  • Tom Rini
     
  • The Juno Development Platform is a physical Versatile Express
    device with some differences from the emulated semihosting
    models. The main difference is that the system is split in
    a SoC and an FPGA where the SoC hosts the serial ports at
    totally different adresses.

    Signed-off-by: Linus Walleij

    Linus Walleij
     
  • The Versatile Express ARMv8 semihosted FVP platform is still
    using the legacy CONFIG_SYS_EXTRA_OPTIONS method to configure
    some compile-time flags. Get rid of this and create a Kconfig
    entry for the FVP model, and a selectable bool for the
    semihosting library.

    The FVP subboard is now modeled as a target choice so we can
    eventually choose between different ARMv8 versatile express
    boards (FVP, base model, Juno...) this way. All dependent
    symbols are updated to reflect this.

    The 64bit Versatile Express board symbols are renamed
    VEXPRESS64 so we have some chance to see what is actually
    going on. Tested on the FVP fast model.

    Acked-by: Steve Rae
    Signed-off-by: Linus Walleij

    Linus Walleij
     
  • Modify rsa_verify to use the rsa driver of DM library .The tools
    will continue to use the same RSA sw library.

    CONFIG_RSA is now dependent on CONFIG_DM. All configurations which
    enable FIT based signatures have been modified to enable CONFIG_DM
    by default.

    Signed-off-by: Ruchika Gupta
    CC: Simon Glass
    Acked-by: Simon Glass

    Ruchika Gupta
     
  • For the platforms which use,CONFIG_FIT_SIGNATURE, the required configs are
    moved to the platform's defconfig file. Selecting CONFIG_FIT_SIGNATURE using
    defconfig automatically resolves the dependencies for signature verification.
    The RSA library gets automatically selected and user does not have to define
    CONFIG_RSA manually.

    Signed-off-by: Ruchika Gupta
    CC: Simon Glass
    Acked-by: Simon Glass

    Ruchika Gupta
     
  • Signed-off-by: Masahiro Yamada
    Acked-by: Simon Glass

    Masahiro Yamada
     

27 Jan, 2015

1 commit


26 Jan, 2015

1 commit


24 Jan, 2015

8 commits