summaryrefslogtreecommitdiffstats
path: root/rules/x-load.make
Commit message (Collapse)AuthorAgeFilesLines
* x-load: add config variable for the source md5sumJuergen Kilb2011-08-221-1/+1
| | | | | Signed-off-by: Juergen Kilb <J.Kilb@phytec.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [x-load] use _MAKE_ENV instead of _MAKE_OPTMarc Kleine-Budde2010-08-181-1/+1
| | | | | | | | | | The second parameter of the used $(call compile, ..., ...) will overwrite the _MAKE_OPT. Which will cause in unset CROSS_COMPILE. This patch works around the bug/limitation of $(call compile) by using _MAKE_ENV instead of _MAKE_OPT. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxdist] add new packet x-loadStephan Linz2010-08-061-0/+85
x-load is a first level bootloader for Texas Intruments OMAP microprocessors (similar to the AT91Bootstrap application). This bootstrap package is required on TI OMAP boards where dataflash/nandflash or USB/RS232 is used to boot from. In any of these cases the internal bootROM of the OMAP core is used to boot the board with. Signed-off-by: Stephan Linz <linz@li-pro.net> [mkl: removed trailing newline] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>