u-boot/arch
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
..
arc arc: fix relocation for big-endian target 2014-02-21 07:56:42 -05:00
arm arm: mxs: Add support for generating signed BootStream 2014-03-31 18:28:50 +02:00
avr32 avr32: delete unused header files 2014-01-24 16:59:07 -05:00
blackfin kbuild: use shorten logs for misc targets 2014-02-25 11:01:29 -05:00
m68k kbuild: use Linux Kernel build scripts 2014-02-19 11:07:50 -05:00
microblaze dts: generate multiple device tree blobs 2014-02-19 11:10:05 -05:00
mips kbuild: rename OBJCFLAGS to OBJCOPYFLAGS 2014-02-25 11:01:28 -05:00
nds32 kbuild: add dummy obj-y to create built-in.o 2014-02-19 11:07:50 -05:00
nios2 nios2: convert makefiles to Kbuild style 2013-11-01 11:42:11 -04:00
openrisc openrisc: convert makefiles to Kbuild style 2013-10-31 13:26:45 -04:00
powerpc Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx 2014-02-25 13:55:49 -05:00
sandbox kbuild: use shorten log for linking u-boot 2014-02-25 11:01:29 -05:00
sh sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h 2014-01-09 13:22:22 +09:00
sparc kbuild: change out-of-tree build 2014-02-19 11:07:50 -05:00
x86 dts: generate multiple device tree blobs 2014-02-19 11:10:05 -05:00
.gitignore update include/asm/ gitignore after move 2010-05-07 00:17:30 +02:00