summaryrefslogtreecommitdiff
path: root/misc (follow)
AgeCommit message (Collapse)Author
2020-09-26Move all python commands to use env pythonChris Johns
- 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.
2020-03-07Move mkimage.py to install_files so chmod is preserved and installed in bin/Amar Takhar
2020-03-04Add print statement similar to the original mkimage.Amar Takhar
This is limited to Python 2.6+
2020-03-04Fix to work under Pyhon 2 and Python 3.Amar Takhar
Also changed 'python2' to 'python' in the shebang.
2020-03-04Convert optparse to argparse.Amar Takhar
* Fix exceptions and print exception message. * Also add myself to copyright.
2020-03-04Remove EOL whitespace.Amar Takhar
2020-03-03Add to wscript and add python2 shebang.Amar Takhar
This script does work but needs some user friendliness added which is acknowledged by the author as it was meant as a quick replacement.
2020-03-03Add a pure Python clone of mkimage written by Craig Barker.Amar Takhar
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.
2019-12-02bin2c: Improve file name sanitationSebastian Huber
Only use alpha-numeric characters for header guards.
2019-08-19misc/tftpproxy: Add a proxy TFTP server.Chris Johns
- 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.
2019-06-25misc/boot-image: fix uenv_exe_ftd bug.Nils Hölscher
2019-06-13misc/boot-image: Fix Linux bugs.Chris Johns
2019-06-13misc/boot-image: Fix image convert. Add --build option.Chris Johns
- Change the build directory away from `build`, avoid the tool wiping out a libbsd build directory.
2019-06-12misc/boot-image: Fix macro set logic and --net-boot-dhcp processing.Chris Johns
2019-06-12misc/boot-image: Add a tool to create boot images.Chris Johns
- FreeBSD support. - MacOS support. - Linux support. - Support for 1st and 2nd loaders. - Support uenv templates and uenv.txt support.
2019-05-27waf: Update the check_cc tests to a newer method supported by waf.Chris Johns
- Fix a minor issue in covoar's use of 64bit calls.
2018-11-29Fix warnings on Windows.Chris Johns
2018-06-14bin2c: Fix warningsSebastian Huber
Update #3380.
2018-06-14bin2c: Import from RTEMSSebastian Huber
Corresponding RTEMS commit is 75933d5d25cd50f80162b7a0d2f66a5534e1763f. Update #3380.