u-boot-brain/arch/arm/cpu/arm926ejs
Marek Vasut 53e6b14e03 arm: mxs: Add support for generating signed BootStream
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: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
2014-03-31 18:28:50 +02:00
..
armada100 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
at91 arm: remove unneeded symbol offsets and _TEXT_BASE 2014-02-26 21:18:12 +01:00
davinci kbuild: change out-of-tree build 2014-02-19 11:07:50 -05:00
kirkwood arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
lpc32xx arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mb86r0x arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mx25 ARM: mx25: convert to common timer code 2013-11-04 11:09:34 -05:00
mx27 arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mxs arm: mxs: Add support for generating signed BootStream 2014-03-31 18:28:50 +02:00
nomadik arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
omap Move CONFIG_DISPLAY_CPUINFO to Makefile 2014-02-19 11:10:05 -05:00
orion5x arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
pantheon arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
spear arm: make _end compiler-generated 2014-02-26 21:18:09 +01:00
versatile ARM: versatile: convert to common timer code 2013-11-04 11:24:22 -05:00
cache.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
config.mk kbuild: refactor more IMX image rules 2014-02-25 11:01:29 -05:00
cpu.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
Makefile arm926ejs: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
start.S arm: remove unneeded symbol offsets and _TEXT_BASE 2014-02-26 21:18:12 +01:00