summaryrefslogtreecommitdiffstats
path: root/scripts/socfpga_mkimage.c
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Add Altera SoCFPGA mkimage supportSascha Hauer2013-09-231-0/+287
The Altera SoCFPGAs expect a simple header for their first stage loaders. This adds a tool to generate images for the SoCFPGAs. The header is either embedded into the image or optionally prepended to the image. In this case code is added to jump over the image header. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>