Skip to content
Snippets Groups Projects
  1. Apr 17, 2014
  2. Apr 11, 2014
  3. Apr 08, 2014
  4. Apr 07, 2014
  5. Apr 04, 2014
    • Tom Rini's avatar
      Revert "Start the deprecation process for generic board" · 04d2f0a9
      Tom Rini authored
      
      We've run into a non-trivial conversion to CONFIG_SYS_GENERIC_BOARD so
      we'll postpone this notice until right after v2014.04 is out.
      
      This reverts commit 36c4b1d9.
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      04d2f0a9
    • Marek Vasut's avatar
      arm: mxs: Add support for generating signed BootStream · 1a9df13d
      Marek Vasut authored
      
      This patch adds the groundwork for generating signed BootStream, which
      can be used by the HAB library in i.MX28. We are adding a new target,
      u-boot-signed.sb , since the process for generating regular non-signed
      BootStream is much easier. Moreover, the signed bootstream depends on
      external _proprietary_ _binary-only_ tool from Freescale called 'cst',
      which is available only under NDA.
      
      To make things even uglier, the CST or HAB mandates a kind-of circular
      dependency. The problem is, unlike the regular IVT, which is generated
      by mxsimage, the IVT for signed boot must be generated by hand here due
      to special demands of the CST. The U-Boot binary (or SPL binary) and IVT
      are then signed by the CST as a one block. But here is the problem. The
      size of the entire image (U-Boot, IVT, CST blocks) must be appended at
      the end of IVT. But the size of the entire image is not known until the
      CST has finished signing the U-Boot and IVT. We solve this by expecting
      the CST block to be always 3904B (which it is in case two files, U-Boot
      and the hand-made IVT, are signed in the CST block).
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      1a9df13d
    • Stefano Babic's avatar
      Merge branch 'master' of git://git.denx.de/u-boot-arm into master · 1cad23c5
      Stefano Babic authored
      
      Conflicts:
      	arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg
      	arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      1cad23c5
    • Stefano Babic's avatar
      Revert "arm: mxs: Add support for generating signed BootStream" · 5dd73bc0
      Stefano Babic authored
      
      This reverts commit 53e6b14e.
      
      Patch does not merge anymore with u-boot-arm and must be rebased.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      5dd73bc0
Loading