1. 18 4月, 2014 6 次提交
  2. 15 4月, 2014 1 次提交
  3. 14 4月, 2014 2 次提交
  4. 11 4月, 2014 5 次提交
  5. 08 4月, 2014 14 次提交
  6. 07 4月, 2014 5 次提交
  7. 04 4月, 2014 4 次提交
    • T
      Revert "Start the deprecation process for generic board" · 04d2f0a9
      Tom Rini 提交于
      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: NTom Rini <trini@ti.com>
      04d2f0a9
    • M
      arm: mxs: Add support for generating signed BootStream · 1a9df13d
      Marek Vasut 提交于
      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: NMarek Vasut <marex@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      1a9df13d
    • S
      Merge branch 'master' of git://git.denx.de/u-boot-arm into master · 1cad23c5
      Stefano Babic 提交于
      Conflicts:
      	arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg
      	arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      1cad23c5
    • S
      Revert "arm: mxs: Add support for generating signed BootStream" · 5dd73bc0
      Stefano Babic 提交于
      This reverts commit 53e6b14e.
      
      Patch does not merge anymore with u-boot-arm and must be rebased.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      5dd73bc0
  8. 03 4月, 2014 3 次提交