509 Commits

Author SHA1 Message Date
Chris Johns
bce090b242 rtems-bsp-builder: Fix the counts to accumulate. 2017-03-28 10:20:14 +11:00
Sebastian Huber
7ef4c2b64a patch: ARM: Fix IEEE-754 sqrt optimization
Update #2948.
2017-03-21 15:55:19 +01:00
Sebastian Huber
d1f542f637 patch: ARM: Optimize IEEE-754 sqrt implementation
Update #2948.
2017-03-21 15:06:07 +01:00
Chris Johns
056bd4b87f rtems-bsp-builder: Fix profile error message. 2017-03-15 15:23:40 +11:00
Chris Johns
e4b31433e2 rtems-syms: Fix usage help. 2017-03-15 15:23:05 +11:00
Chris Johns
31e22e337c libelf: Use minimal environment for C translation with readelf.
The output of readelf needs to be in English.
2017-01-09 09:05:18 +11:00
Sebastian Huber
516f9311e6 Add Newlib patch for RTEMS 4.12 2016-12-23 09:06:01 +01:00
Chris Johns
a72a462adc bsp-builder: Fix final output errors. 2016-12-13 09:56:25 +11:00
Chris Johns
d3d771e95f bsp-builder: Add support for builds.
Add build support where a build is a combination of options. The
default is 'all' which is a full set of build options passed to
configure. You can now use 'basic' which is the standard or default
configure command line. This used with the arch option lets you
quickly build all BSPs in an architecture.

For example:

 $ rtems-bsp-builder --build-path /builds/rtems/builds/arm \
                     --rtems-tools /opt/rtems/4.12 \
                     --rtems /opt/rtems/src/rtems.git \
                     --arch arm --build basic
2016-12-01 10:21:13 +11:00
Chris Johns
8a7be6379c bsp-bulder: Get the end time when building an architecture. 2016-11-30 08:13:33 +11:00
Joel Sherrill
e2af7438e7 Add 4.12/.../gdb-7.11-sis-leon2-leon3.diff from gaisler.org 2016-11-14 18:00:18 -06:00
Joel Sherrill
b5caf2125c Add 4.12/.../binutils-2.26-gas-reloc.patch from gaisler.org 2016-11-14 16:04:04 -06:00
Chris Johns
4fdd883ce4 4.10: Add NIOS2 newlib patch. 2016-09-02 18:16:57 +10:00
Chris Johns
32b861f574 4.10: Add NIOS2 gcc patch. 2016-09-02 18:03:11 +10:00
Chris Johns
5af5b043e6 4.10: Add NIOS2 binutils patch. 2016-09-02 17:56:09 +10:00
Chris Johns
a46a8d33fa 4.10: Add FreeBSD Python patch. 2016-09-02 17:00:50 +10:00
Chris Johns
3f17371c52 4.10: Add the gdb-7.11 ERC patches to 4.10. 2016-09-02 16:56:49 +10:00
Chris Johns
3581fab34e 4.10: Add the automake patch to the 4.10 patches. 2016-09-02 13:18:17 +10:00
Chris Johns
a252faf1d3 bsp-builder: Results format fixes. 2016-08-30 18:10:17 +10:00
Chris Johns
06c3ccdcf3 bsp-builder: Fix bugs. 2016-08-29 11:47:04 +10:00
Chris Johns
e9fb4c5bbf bsp-builder: Add lm3s6965_qemu to ARM bsp list. Fix network-debug options. 2016-08-25 16:14:57 +10:00
Chris Johns
f7f0704905 bsp-builder: Fix column printing of the arch/bsp. 2016-08-25 16:13:18 +10:00
Chris Johns
885aebd6b3 linkers/syms: Add weak symbols to the global symbol table.
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-25 15:54:23 +10:00
Chris Johns
8e13939aa0 bsp-builder: Print one results report only. 2016-08-19 11:56:09 +10:00
Chris Johns
9a1daba2ff bsp-builder: Fix results report columns. 2016-08-19 09:55:03 +10:00
Chris Johns
3a92a544aa bsp-builder: Add ARM bsps. 2016-08-18 21:00:50 +10:00
Chris Johns
51e19af92d bsp-builder: Support per BSP excludes. 2016-08-18 21:00:29 +10:00
Chris Johns
57e4172c26 tester: handle compile argument warnings. 2016-08-18 14:24:45 +10:00
Chris Johns
1676b9c80b rtemstoolkit: Trace opening a macro file. 2016-08-18 14:24:13 +10:00
Chris Johns
3e1459496a Add rtems-bsp-builder.
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-07-06 17:58:56 +10:00
Chris Johns
6c94148e62 linkers: Demangle the C++ labels in the .ctors/.dtors sections.
Show user friendly labels for the C++ constructors and destructors.
2016-04-03 16:26:36 +10:00
Chris Johns
c81066f67f linkers: Add a tool to show RTEMS executable information. 2016-04-03 15:42:51 +10:00
Chris Johns
635a28f1fb rtemstoolkit: Add a buffer helper class to insert and extract data. 2016-04-03 15:41:08 +10:00
Chris Johns
8dc277265b rtemstoolkit: Add the address to the section. 2016-04-03 15:39:58 +10:00
Chris Johns
2e973519a4 rtemstoolkit: Add an address table of symbols key by the symbol address.
This is useful if you need to look up a symbol based on its address.
2016-04-03 15:38:14 +10:00
Chris Johns
0c0b2d4b52 rtemstoolkit: Add version number parsing to get major, minor, revision.
Add support to return the major, minor or revision numbers as numbers.
2016-04-03 15:37:01 +10:00
Chris Johns
dfa2468af6 tester: Fix reraising an exception with Python2 and Python3.
Updates #2619.
2016-03-16 21:39:39 +11:00
Chris Johns
4bcf18b926 tester/sis: Provide the -nouartrx to avoid blocking on stdin. 2016-03-16 16:22:35 +11:00
Chris Johns
1845e9132e tester: Provide a gdb kill method to aid clean ups on ctrl-C. 2016-03-16 16:21:57 +11:00
Chris Johns
0bbd2de7f5 4.12: Patches for ERC simualtor for gdb-7.11.
The patches fix the endian checks in the simulator, print filtering,
and the run command.

Updates #2644.
2016-03-16 15:47:37 +11:00
Chris Johns
6f8b07c3b6 rtemstoolkit: Fix execute's writer thread to not eval() the input.
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-14 14:59:11 +11:00
Chris Johns
a44fedf902 Add a gdb-7.11 patch for 4.12. 2016-03-11 18:59:59 +11:00
Götz Pfeiffer
87bca993ae Bugfix: gdb-7.3.1 couldn't be build with a modern texinfo package.
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-10 10:52:01 +01:00
Götz Pfeiffer
47ec083822 Bugfix: gcc-4.4.7 couldn't be build with a modern texinfo package.
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-10 10:51:55 +01:00
Götz Pfeiffer
45d2402047 Bugfix: binutils-2.20.1 couldn't be build with a modern texinfo package.
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-10 10:51:26 +01:00
Chris Johns
c9ed2483c6 Remove exception test code left in.
Updates #2619.
2016-03-09 14:34:26 +11:00
Chris Johns
6fa359c79d Master branch version is 4.12. 2016-03-09 14:29:14 +11:00
Chris Johns
b7a9c817e1 sis: Option not present with SPARC sim. 2016-03-09 14:28:57 +11:00
Chris Johns
2de37f3432 Python 2 and python 3 refactor fixes.
Updates #2619.
2016-03-09 14:27:42 +11:00
Chris Johns
a5d243d3f8 tester: Remove the RT version.py and use the toolkit's version. 2016-03-04 12:10:09 +11:00