Amar Takhar
bae873a5f9
Move mkimage.py to install_files so chmod is preserved and installed in bin/
2020-03-07 19:52:20 -05:00
Amar Takhar
2444acb0ad
Add print statement similar to the original mkimage.
...
This is limited to Python 2.6+
2020-03-04 18:07:45 -05:00
Amar Takhar
9c7be8bc49
Fix to work under Pyhon 2 and Python 3.
...
Also changed 'python2' to 'python' in the shebang.
2020-03-04 18:07:41 -05:00
Amar Takhar
e29d0a6ac8
Convert optparse to argparse.
...
* Fix exceptions and print exception message.
* Also add myself to copyright.
2020-03-04 18:07:37 -05:00
Amar Takhar
90713f7d36
Remove EOL whitespace.
2020-03-04 18:07:21 -05:00
Amar Takhar
e8c180f1be
Add to wscript and add python2 shebang.
...
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-03 20:08:10 -05:00
Amar Takhar
fc078dbdef
Add a pure Python clone of mkimage written by Craig Barker.
...
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.
2020-03-03 19:58:25 -05:00
Sebastian Huber
83b8f1f2a5
bin2c: Improve file name sanitation
...
Only use alpha-numeric characters for header guards.
2019-12-02 06:44:40 +01:00
Chris Johns
deb54b6145
misc/tftpproxy: Add a proxy TFTP server.
...
- 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-08-19 16:44:11 +10:00
Nils Hölscher
f9e121688d
misc/boot-image: fix uenv_exe_ftd bug.
2019-06-25 11:21:16 +10:00
Chris Johns
6f99d80a09
misc/boot-image: Fix Linux bugs.
2019-06-13 18:39:02 +10:00
Chris Johns
48afbab882
misc/boot-image: Fix image convert. Add --build option.
...
- Change the build directory away from `build`, avoid the tool
wiping out a libbsd build directory.
2019-06-13 18:38:50 +10:00
Chris Johns
d73ce80ec0
misc/boot-image: Fix macro set logic and --net-boot-dhcp processing.
2019-06-12 14:44:36 +10:00
Chris Johns
98f2f02f12
misc/boot-image: Add a tool to create boot images.
...
- FreeBSD support.
- MacOS support.
- Linux support.
- Support for 1st and 2nd loaders.
- Support uenv templates and uenv.txt support.
2019-06-12 09:49:00 +10:00
Chris Johns
d7979dece6
waf: Update the check_cc tests to a newer method supported by waf.
...
- Fix a minor issue in covoar's use of 64bit calls.
2019-05-27 10:08:27 +10:00
Chris Johns
3d2db56f7d
Fix warnings on Windows.
2018-11-29 05:45:21 +11:00
Sebastian Huber
1a89c3d789
bin2c: Fix warnings
...
Update #3380 .
2018-06-14 07:26:51 +02:00
Sebastian Huber
1cd75c4952
bin2c: Import from RTEMS
...
Corresponding RTEMS commit is 75933d5d25cd50f80162b7a0d2f66a5534e1763f.
Update #3380 .
2018-06-14 07:26:47 +02:00