summaryrefslogtreecommitdiffstats
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems-bin2c.c: Check length of buffer to be copiedRyan Long2021-09-291-0/+13
| | | | | | CID 1063892: Copy into fixed size buffer in process(). Closes #4424
* misc/tftprpoxy: Correctly scale the protocol timeoutChris Johns2021-09-091-6/+7
| | | | | | - Fix data decoding - Fix get MAC call
* misc/wscript: Specify C language versionJoel Sherrill2021-04-021-1/+2
| | | | | CentOS 7 has gcc 4.8 which defaults to C90 and this results in warnings for code that is valid C99 but not C90.
* rtems-bin2c.c: Define _XOPEN_SOURCE to 700 for strnlen() visibilityJoel Sherrill2021-04-021-0/+1
|
* misc: tools: fix mkimage.py script type processingAndre Nahrwold2021-02-161-0/+10
|
* Move all python commands to use env pythonChris Johns2020-09-267-68/+46
| | | | | | | | - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk.
* Move mkimage.py to install_files so chmod is preserved and installed in bin/Amar Takhar2020-03-071-2/+2
|
* Add print statement similar to the original mkimage.Amar Takhar2020-03-041-2/+15
| | | | This is limited to Python 2.6+
* Fix to work under Pyhon 2 and Python 3.Amar Takhar2020-03-041-9/+9
| | | | Also changed 'python2' to 'python' in the shebang.
* Convert optparse to argparse.Amar Takhar2020-03-041-20/+22
| | | | | * Fix exceptions and print exception message. * Also add myself to copyright.
* Remove EOL whitespace.Amar Takhar2020-03-041-21/+21
|
* Add to wscript and add python2 shebang.Amar Takhar2020-03-032-0/+3
| | | | | This script does work but needs some user friendliness added which is acknowledged by the author as it was meant as a quick replacement.
* Add a pure Python clone of mkimage written by Craig Barker.Amar Takhar2020-03-031-0/+139
| | | | | | | | | I emailed Craig Barker to ask if he would release his mkimage Python rewrite as 2BSD. He graciously accepted and you can see his work here: https://github.com/cmbarker83/pythonmkimage This is a verbatim commit of 35d6d from his repository.
* bin2c: Improve file name sanitationSebastian Huber2019-12-021-12/+12
| | | | Only use alpha-numeric characters for header guards.
* misc/tftpproxy: Add a proxy TFTP server.Chris Johns2019-08-198-2/+1209
| | | | | | | | | | - Uses a config INI file to map clients to servers - Handle a number of requests to a single server's TFTP port (69) and multiplex to a non-su ports or different servers. - Supports running rtems-test to more than one hardware device using TFTP at once.
* misc/boot-image: fix uenv_exe_ftd bug.Nils Hölscher2019-06-251-1/+1
|
* misc/boot-image: Fix Linux bugs.Chris Johns2019-06-131-12/+15
|
* misc/boot-image: Fix image convert. Add --build option.Chris Johns2019-06-131-16/+21
| | | | | - Change the build directory away from `build`, avoid the tool wiping out a libbsd build directory.
* misc/boot-image: Fix macro set logic and --net-boot-dhcp processing.Chris Johns2019-06-121-5/+6
|
* misc/boot-image: Add a tool to create boot images.Chris Johns2019-06-125-0/+1414
| | | | | | | | - FreeBSD support. - MacOS support. - Linux support. - Support for 1st and 2nd loaders. - Support uenv templates and uenv.txt support.
* waf: Update the check_cc tests to a newer method supported by waf.Chris Johns2019-05-271-2/+5
| | | | - Fix a minor issue in covoar's use of 64bit calls.
* Fix warnings on Windows.Chris Johns2018-11-291-2/+2
|
* bin2c: Fix warningsSebastian Huber2018-06-141-1/+0
| | | | Update #3380.
* bin2c: Import from RTEMSSebastian Huber2018-06-143-0/+445
Corresponding RTEMS commit is 75933d5d25cd50f80162b7a0d2f66a5534e1763f. Update #3380.