aboutsummaryrefslogtreecommitdiff
path: root/tools/firmware-utils/src/trx2edips.c
Commit message (Collapse)AuthorAge
* firmware-utils: update to version 2021-10-05Petr Štetiar2021-10-05
| | | | | | | | | | | | | | | | 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: add GPL 2.0 SPDX to files with no license infoRafał Miłecki2021-08-06
| | | | | | These files fall under the project license: GPL-2.0-only. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* firmware-utils: fix unused variable warningsRafał Miłecki2021-04-09
| | | | | | | | This fixes warnings from the: 1. -Wunused-variable 2. -Wunused-but-set-variable Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* firmware-utils: fix build on big endian systemsHauke Mehrtens2011-06-21
| | | | | | This closes #9446 SVN-Revision: 27255
* firmware-utils: fix endianness bugs in firmware generation program.Hauke Mehrtens2011-04-09
| | | | | | | | Should make it work on big endian systems again, I do not have such a system. This closes #9093. SVN-Revision: 26543
* brcm47xx: fix error when build firmware on x86_64 host (closes #7672)Hauke Mehrtens2011-02-12
| | | | SVN-Revision: 25472
* brcm47xx: Add edimax PS1208mfg supportHauke Mehrtens2010-12-02
Thank you clemvangelis for the patches. (closes #7672) SVN-Revision: 24217