aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/mkplanexfw.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils: fix few random warningsRafał Miłecki2021-04-091-1/+0
| | | | | | | | | 1. -Wunused-label 2. -Wparentheses 3. -Wmisleading-indentation 4. -Wformat-overflow Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* firmware-utils: fix unused variable warningsRafał Miłecki2021-04-091-1/+0
| | | | | | | | This fixes warnings from the: 1. -Wunused-variable 2. -Wunused-but-set-variable Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* tools: firmware-utils: fix compiler warningsHauke Mehrtens2015-10-111-1/+1
| | | | | | | | This just fixes a lot of compiler warnings. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47181
* tools/firmware-utils: add size check to the mkplanexfw toolGabor Juhos2010-04-261-4/+11
| | | | | | Also pad the image to a 64K boundary. SVN-Revision: 21174
* build firmware image for the MZK-W300NH boardGabor Juhos2009-06-041-5/+60
| | | | SVN-Revision: 16342
* firmware-utils/mkplanexfw: new firmware generation tool for the Planex ↵Gabor Juhos2009-02-041-0/+207
MZK-W04NU device SVN-Revision: 14410