summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/habv3-imx25-gencsf.h
Commit message (Collapse)AuthorAgeFilesLines
* arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-051-0/+2
| | | | | | | | | Record GPL-2.0-only as license for all files lacking an explicit license statement. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-9-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: HAB: update documentation of command sequence files (CSF)Marc Kleine-Budde2017-05-091-3/+8
| | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: HABv3: Set to production modeSascha Hauer2016-05-171-1/+1
| | | | | | | | | | | | | | | | The HABv3 images for engineering mode do not work on a production device and the images for production mode do not work on an engineering device. When in engineering mode the ROM checks the images, but does not stop booting when the signatures are wrong. This means a production image can still be booted on an engineering device. This device can be temporarily put into production mode by writing to the HAB_TYPE shadow fuse register. After a reset the device will come up in production mode and the image can be tested for validity. This means that if we have to decide between production mode images and engineering images, the production images are a better decision. Change this accordingly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts: imx: Generate signed images with imx-imageSascha Hauer2016-02-041-0/+43
The imx-image tool can now generate signed images itself, so we can switch to this mechanism: - Move the CSF templates to header files which can be included by the flash config files - remove images/Makefile.imxhabv4 which is no longer necessary. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>