diff options
| author | Tom Rini <trini@ti.com> | 2013-09-06 20:25:35 -0400 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-09-06 20:25:35 -0400 | 
| commit | 47f75cf2e1d8648e3438630f3a4bddf9b5caa25d (patch) | |
| tree | 1d0f8f8943d44245381f255a059e258c696bc5a8 /doc/README.imximage | |
| parent | 1affd4d4a3fe512050e1ad1636d9360c670da531 (diff) | |
| parent | 68e1747f9c0506159e8ecc9a4feb58e9c65a7b39 (diff) | |
| download | olio-uboot-2014.01-47f75cf2e1d8648e3438630f3a4bddf9b5caa25d.tar.xz olio-uboot-2014.01-47f75cf2e1d8648e3438630f3a4bddf9b5caa25d.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'doc/README.imximage')
| -rw-r--r-- | doc/README.imximage | 30 | 
1 files changed, 27 insertions, 3 deletions
| diff --git a/doc/README.imximage b/doc/README.imximage index 802eb90f1..dcda2005a 100644 --- a/doc/README.imximage +++ b/doc/README.imximage @@ -15,9 +15,6 @@ Booting from NOR flash does not require to use this image type.  For more details refer Chapter 2 - System Boot and section 2.14  (flash header description) of the processor's manual. -This implementation does not use at the moment the secure boot feature -of the processor. The image is generated disabling all security fields. -  Command syntax:  --------------  ./tools/mkimage -l <mx u-boot_file> @@ -86,6 +83,33 @@ Configuration command line syntax:  				Example:  				BOOT_FROM spi +	CSF			value + +				Total size of CSF (Command Sequence File) +				used for Secure Boot/ High Assurance Boot +				(HAB). + +				Using this command will populate the IVT +				(Initial Vector Table) CSF pointer and adjust +				the length fields only. The CSF itself needs +				to be generated with Freescale tools and +				'manually' appended to the u-boot.imx file. + +				The CSF is then simply concatenated +				to the u-boot image, making a signed bootloader, +				that the processor can verify +				if the fuses for the keys are burned. + +				Further infos how to configure the SOC to verify +				the bootloader can be found in the "High +				Assurance Boot Version Application Programming +				Interface Reference Manual" as part of the +				Freescale Code Signing Tool, available on the +				manufacturer's website. + +				Example: +				CSF 0x2000 +  	DATA			type address value  				type: word=4, halfword=2, byte=1 |