aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/mkzynfw.c
Commit message (Collapse)AuthorAgeFilesLines
* firmware-utils: update to version 2021-10-05Petr Štetiar2021-10-051-1126/+0
| | | | | | | | | | | | | | | | Includes following changes: db65821f006c cmake: fix missing install target 3a0cfc856991 Add initial GitLab CI support 8f47adea6f87 Add missing includes for byte swap operations fbafae9f8037 Convert to CMake based project Additionaly moves source code into separate Git project repository and converts the package build to utilize CMake. Signed-off-by: Petr Štetiar <ynezz@true.cz> [rmilecki: rebase, update to the latest repo git & rm -r src] Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* firmware-utils: replace GPL 2.0 boilerplate/reference with SPDXRafał Miłecki2021-08-061-9/+1
| | | | | | | | | This uses "GPL-2.0-only" header for files identified using scancode license scanner with 100% score as GPL 2.0. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
* firmware-utils: fix -Wpointer-sign warningsRafał Miłecki2021-04-091-6/+10
| | | | Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* firmware-utils: fix unused variable warningsRafał Miłecki2021-04-091-2/+1
| | | | | | | | 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-2/+3
| | | | | | | | This just fixes a lot of compiler warnings. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47181
* firmware-utils/mkzynfw: fix available flash space calculationGabor Juhos2010-12-171-2/+3
| | | | SVN-Revision: 24653
* firmware-utils/mkzynfw: add support for the NBG460N boardGabor Juhos2010-05-141-0/+17
| | | | | | | | Adding NBG460N/550N/550NH boards to mkzynfw. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21446
* firmware-utils/mkzynfw: don't use next_offset twice (closes #7273)Gabor Juhos2010-05-141-1/+1
| | | | | | | | | The test if a file can fit in an image considers the current offset twice. So a image that would fit is too big. Thanks-to: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21445
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* firmware-utils/mkzynfs: even more improvementsGabor Juhos2008-06-221-8/+73
| | | | SVN-Revision: 11559
* firmware-utils: ZyXEL firmware tool improvementsGabor Juhos2008-06-221-11/+30
| | | | SVN-Revision: 11550
* mkzynfw: add definitions for the P-2602HW-D1AGabor Juhos2008-05-091-8/+19
| | | | SVN-Revision: 11096
* mkzynfw: fix NBG-318S definitionsGabor Juhos2008-05-091-1/+1
| | | | SVN-Revision: 11095
* Create a dummy sit package for 2.4 kernelsqFlorian Fainelli2008-03-271-1/+1
| | | | SVN-Revision: 10668
* Add definitions for the Zyxel NBG-318SFlorian Fainelli2008-03-261-0/+11
| | | | SVN-Revision: 10662
* firmware-utils/mkzynfw: remove 'svn:executable' property (closes #3082)Gabor Juhos2008-01-251-0/+0
| | | | SVN-Revision: 10258
* firmware-utils/mkzynfw: add preliminary support for OEM boardsGabor Juhos2008-01-251-29/+38
| | | | SVN-Revision: 10243
* firmware-utils:fix a bug in mkzynfw, thanks to <theosch at gmx.de> (closes ↵Gabor Juhos2008-01-171-1/+1
| | | | | | #3003) SVN-Revision: 10218
* fix some definitions in the ZyXEL toolGabor Juhos2007-11-031-24/+24
| | | | SVN-Revision: 9493
* I have new e-mail address. Thanks to Kaloz ;)Gabor Juhos2007-08-291-1/+1
| | | | SVN-Revision: 8538
* remove case sensitivity from the board name checkingGabor Juhos2007-08-061-1/+1
| | | | SVN-Revision: 8352
* add firmware generation tool for ZyXEL boardsGabor Juhos2007-08-021-0/+998
SVN-Revision: 8318