Lines Matching refs:to
4 required to set the proper configuration for the target board. This
9 In addition, the U-Boot image to be programmed into the
10 boot media needs to be properly constructed, i.e. it must contain a
13 The Initial Vector Table contains a pointer to the CSF. Please see
14 doc/README.imximage for how to prepare u-boot.imx.
19 which can be used in the Freescale tooling to authenticate U-Boot
36 (1) Size of area in file u-boot.imx to sign
39 (2) Start of area in u-boot.imx to sign
40 (3) Start of area in RAM to authenticate
43 'hab_status' in U-Boot to retrieve the HAB status and events. This
46 Commands to generate a signed U-Boot using Freescale HAB tools:
48 objcopy -I binary -O binary --pad-to 0x2000 --gap-fill=0x00 \
52 NOTE: U-Boot_CSF.bin needs to be padded to the value specified in
64 Therefore, this key is needed to decrypt the data during the
66 which needs to be appended to the U-Boot image and specified in
71 needs to have the following configurations enabled:
82 The dek_blob command then can be used to generate the DEK blob of
88 The resulting DEK blob then is used to construct the encrypted
89 U-Boot image. Note that the blob needs to be transferred back
90 to the host.Then the following commands are used to construct
93 objcopy -I binary -O binary --pad-to 0x2000 --gap-fill=0x00 \
96 objcopy -I binary -O binary --pad-to <blob_dst> --gap-fill=0x00 \
100 NOTE: u-boot-signed.bin needs to be padded to the value
101 equivalent to the address in which the DEK blob is specified