26 Apr, 2018

2 commits

  • Adding CONFIG_WARP7_ROOT_PART allows a defconfig to specify which partition
    is use as the root partition on WaRP7, this is a desirable change in order
    to support a different partitioning schemes. The default is the current
    partition #2.

    Signed-off-by: Bryan O'Donoghue
    Tested-by: Breno Lima
    Reviewed-by: Fabio Estevam

    Bryan O'Donoghue
     
  • In order to sign images with the IMX code-signing-tool (CST) we need to
    know the load address of a given image. The best way to derive this load
    address is to make it into a define - so that u-boot.cfg contains the
    address - which we can then parse when generating the IMX CST headers.

    Signed-off-by: Bryan O'Donoghue
    Reviewed-by: Ryan Harkin
    Tested-by: Breno Lima
    Reviewed-by: Fabio Estevam

    Bryan O'Donoghue
     

26 Mar, 2016

1 commit

  • Add the basic support for Warp7 board.

    For more information about this reference design, please visit:

    https://www.element14.com/community/docs/DOC-79058/l/warp-7-the-next-generation-wearable-reference-platform

    Signed-off-by: Fabio Estevam
    Reviewed-by: Peng Fan

    Fabio Estevam