summaryrefslogtreecommitdiffstats
path: root/scripts/imx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX: central SOC type definitionAlexander Kurz2016-07-041-1/+2
| | | | | | | | | Move the definition of iMX CPU types to an individual file to allow on-purpose inclusion. Eliminate magic number CPU type encoding in the scripts/imx subdir using the new include file. Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts: imx-image: Support adding a Super Root Key to the imageSascha Hauer2016-02-041-0/+4
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts: imx: move config file parser to separate fileSascha Hauer2016-02-021-2/+2
| | | | | | | To make the config parser usable by imx-usb-loader also move it to a separate file. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx-image: Correctly fill image size in prepended headerAndrey Smirnov2015-05-071-0/+2
| | | | | | | | | If called with '-b' option 'imx-image' tool prepends barebox header to the image, but the tool does not fill the data at image size offset correctly. Fix that. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scripts: Add imx-usb-loader toolSascha Hauer2013-05-311-0/+10
This adds host tools for i.MX to generate the i.MX internal flash header format and a tool to upload these images to an i.MX SoC via USB. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>