summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-214.10: fix version number4.10Gedare Bloom
2016-08-30bsp-builder: Results format fixes.Chris Johns
2016-08-29bsp-builder: Fix bugs.Chris Johns
2016-08-25bsp-builder: Add lm3s6965_qemu to ARM bsp list. Fix network-debug options.Chris Johns
2016-08-25bsp-builder: Fix column printing of the arch/bsp.Chris Johns
2016-08-25linkers/syms: Add weak symbols to the global symbol table.Chris Johns
Add any weak symbols that have been linked into the base image to the global symbol table. A weak symbol is global when view viewed from a dynamically loaded module. Closes #2704.
2016-08-19bsp-builder: Print one results report only.Chris Johns
2016-08-19bsp-builder: Fix results report columns.Chris Johns
2016-08-18bsp-builder: Add ARM bsps.Chris Johns
2016-08-18bsp-builder: Support per BSP excludes.Chris Johns
2016-08-18tester: handle compile argument warnings.Chris Johns
2016-08-18rtemstoolkit: Trace opening a macro file.Chris Johns
2016-07-06Add rtems-bsp-builder.Chris Johns
This is a testing tool that builds BSPs with a range of configure options for regression testing changes do not break the kernel code. The builds are controlled by an INI file. The INI configuration has profiles which define a specific set of architures and BSP to build. There are architectures which contain BSPs and these further define the options needed to build the BSP. There is also builds which define the variations each BSP is built with. The build output can be pointed to any suitable disks so you can control where the output ends up. This initial release contains tiers and these are only seeded with something to test with. It does not define the tiers. Wanrings, object files and libraries are counted.
2016-04-03linkers: Demangle the C++ labels in the .ctors/.dtors sections.Chris Johns
Show user friendly labels for the C++ constructors and destructors.
2016-04-03linkers: Add a tool to show RTEMS executable information.Chris Johns
2016-04-03rtemstoolkit: Add a buffer helper class to insert and extract data.Chris Johns
2016-04-03rtemstoolkit: Add the address to the section.Chris Johns
2016-04-03rtemstoolkit: Add an address table of symbols key by the symbol address.Chris Johns
This is useful if you need to look up a symbol based on its address.
2016-04-03rtemstoolkit: Add version number parsing to get major, minor, revision.Chris Johns
Add support to return the major, minor or revision numbers as numbers.
2016-03-16tester: Fix reraising an exception with Python2 and Python3.Chris Johns
Updates #2619.
2016-03-16tester/sis: Provide the -nouartrx to avoid blocking on stdin.Chris Johns
2016-03-16tester: Provide a gdb kill method to aid clean ups on ctrl-C.Chris Johns
2016-03-164.12: Patches for ERC simualtor for gdb-7.11.Chris Johns
The patches fix the endian checks in the simulator, print filtering, and the run command. Updates #2644.
2016-03-14rtemstoolkit: Fix execute's writer thread to not eval() the input.Chris Johns
The conversion to Python3 added an eval() call which is wrong. Fix the spelling in execute. Fix labels in the tester gdb locking. Check the debug-trace arguments. Close #2642.
2016-03-11Add a gdb-7.11 patch for 4.12.Chris Johns
2016-03-10Bugfix: gdb-7.3.1 couldn't be build with a modern texinfo package.Götz Pfeiffer
The texinfo documentation of binutils contained some constructs that are errors, at least for a modern version of texinfo (version 6.0 and newer). This meant that gdb-7.3.1 couldn't be build e.g. on fedora-22. A patch file was added to fix the problematic parts of the documentation. Close #2520.
2016-03-10Bugfix: gcc-4.4.7 couldn't be build with a modern texinfo package.Götz Pfeiffer
The texinfo documentation of binutils contained some constructs that are errors, at least for a modern version of texinfo (version 6.0 and newer). This meant that gcc-4.4.7 couldn't be build e.g. on fedora-22. A patch file was added to fix the problematic parts of the documentation. Update #2520.
2016-03-10Bugfix: binutils-2.20.1 couldn't be build with a modern texinfo package.Götz Pfeiffer
The texinfo documentation of binutils contained some constructs that are errors, at least for a modern version of texinfo (version 6.0 and newer). This meant that binutils-2.20.1 couldn't be build e.g. on fedora-22. A patch file was added to fix the problematic parts of the documentation. Update #2520.
2016-03-09Remove exception test code left in.Chris Johns
Updates #2619.
2016-03-09Master branch version is 4.12.Chris Johns
2016-03-09sis: Option not present with SPARC sim.Chris Johns
2016-03-09Python 2 and python 3 refactor fixes.Chris Johns
Updates #2619.
2016-03-04tester: Remove the RT version.py and use the toolkit's version.Chris Johns
2016-03-03Update rtems-tool to support Python 2 and 3.Chris Johns
Add solaris and netbsd. Close #2619.
2016-02-29Add aarch64 and x86_64 binutils and gdb patches.Chris Johns
2016-02-29Fix ithe automake warning with newer perl versions.Chris Johns
This patch is based on this post .. https://lists.gnu.org/archive/html/automake-patches/2015-07/msg00000.html This warnign appears with a recent MSYS2. Update #2616.
2016-02-22Do not change the Python os.sep setting.Chris Johns
2016-02-19Add Windows specific waf support for MSYS2.Chris Johns
Limit the compilers used to gcc and clang. Clang has not been tested. Users with MSVC install does not need to remove now. Force the os.sep path to the standard '\\' on Windows. The MSYS2 python sets it to '/' for internal project reasons. Doing this does cause waf problems when running configure so only do this for the build target. Closes #2583.
2016-02-19Disable installing PYO and PYC. Fix install paths.Chris Johns
Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths.
2016-02-19Update the version of waf.Chris Johns
Closes #2582.
2016-01-08rtemstoolkit: Python 3 compatibilitySebastian Huber
2016-01-08rtemstoolkit: msys2 compatibilitySebastian Huber
2016-01-05linkers: Fix for targets with a small-data areaSebastian Huber
On certain targets (e.g. PowerPC) global data below a certain threshold (e.g. 8 bytes) may resided in a special memory area, the small-data area. This allows more efficient load/store operations. Placing such data into the wrong section (e.g. .rodata) leads to relocation errors during link-time. See test program libtests/dl02 in the RTEMS testsuite. Using an array of unspecified size prevents that the compiler assumes that a certain variable is in the small-data area.
2016-01-04linkers: Avoid castSebastian Huber
2015-12-16Fix running rtems-test from inside the git clone.Chris Johns
2015-12-13bsps/m32rsim*: RemoveAun-Ali Zaidi
closes #2447.
2015-12-13bsps/h8sim*: RemoveAun-Ali Zaidi
closes #2453.
2015-12-11Fix how to use the waf py feature to get py source and pyo file installed.Chris Johns
Thanks to ita for the example.
2015-12-11VERSION as an INI format file.Chris Johns
One section is supported [version] with a 'release' entry.
2015-12-10Use the git hash for the revision in the version string.Chris Johns