summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-06rtemstoolkit: More warning fixes to ConvertUTF.cmasterChris Johns
2018-04-30_elftc.h: Make compile on CygwinJoel Sherrill
2018-05-01tester/covoar: Remove the C part of main and convert to C++Chris Johns
This is a clean up.
2018-05-01covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell
Add ability to organize symbol sets of libraries in INI file and then read them with covoar and load the symbols directly from the libraries. rtems-tools/../testing: Add configuration files for coverage analysis. A number of covoar options are not required and are defaulted. Co-author: Krzysztof Miesowicz <krzysztof.miesowicz@gmail.com> Co-author: Vijay Kumar Banerjee <vijaykumar9597@gmail.com> Co-author: Chris Johns <chrisj@rtems.org>
2018-04-30rtemstoolkit: Remove warnings generated on Windows for fall-thru.Chris Johns
2018-04-30rtemstoolkit: Add libdwarf from elftoolchain.Chris Johns
The code is taken from: https://svn.code.sf.net/p/elftoolchain/code/trunk Update #3417
2018-04-30rtemstoolkit: Update elftoolchain to the latest code.Chris Johns
The update is taken from: https://svn.code.sf.net/p/elftoolchain/code/trunk Update #3417
2018-04-30Revert "rtemstoolkit: Update elftoolchain to the latest code."Chris Johns
This reverts commit 0c5db2dd13b8270bb80c497d5f53ae2471f8a819.
2018-04-29rtemstoolkit: Update elftoolchain to the latest code.Chris Johns
The update is taken from https://github.com/elftoolchain/elftoolchain. Update #3417
2018-04-23tester: Fix the configure debug option.Chris Johns
The option is --enable-rtems-debug and not --enable-debug.
2018-04-16rtemstoolkit/rap: Ignore R_ARM_V4BX relocation recordsChris Johns
Note, this removes the detalis needed to alter the instruction for an ARMv4 instruction set. Currently this type of record is not handled in the RAP format loader and the RTL loader ignores it. Close #3396
2018-04-14rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns
Close #3395
2018-04-10teater: Filter out an *.norun.* executables.Chris Johns
2018-04-10tester: List .ini files for BSPs with --list-bsps.Chris Johns
2018-04-10waf: Add getcwd() to sys.path as waf has changed.Chris Johns
2018-04-10bsp-builder: Collect2 messages are errors.Chris Johns
2018-02-01rtems-bsps-powerpc.ini: Add PowerPC qemu BSPsJoel Sherrill
2018-02-01rtems-bsp-builder: Remove stray %s from the run log message.Chris Johns
Close #3278
2018-02-01rtems-bsp-builder: Add a check for invalid ARCH and BSP names.Chris Johns
If invalid characters are in a BSP or ARCH name generate an error. Add the missing ',' to the line in the PowerPC BSP configuration.
2018-01-02tester/covoar/covoar.cc: Add missing throw keywordJoel Sherrill
Why clang caught this and gcc didn't is a mystery. Updates #3191.
2017-12-05tester/covoar/covoar.cc: Exit using exit() rather than just throwing.Joel Sherrill
Closes #3191.
2017-12-05tester/covoar/covoar.cc: Clean up formatting (tabs, braces, indentation, etc)Joel Sherrill
2017-11-22Add tester qoriq_e6500_64.iniSebastian Huber
2017-11-22Add tester qoriq_e6500_32.iniSebastian Huber
2017-11-22Add imx7 and qoriq_e500 to tier-1Sebastian Huber
2017-11-21Add tester qoriq_e500.iniSebastian Huber
2017-11-13Add tool patches warningSebastian Huber
Update #2949.
2017-11-11tester: Add reporting the RTEMS version, build and tools.Chris Johns
Update #3217.
2017-11-10Remove tools/5 patchesSebastian Huber
Update #3220.
2017-11-09Add tester imx7.iniSebastian Huber
Update #3090.
2017-11-09Add tools/5 patchesSebastian Huber
Update #3220.
2017-11-09Add tools/5 patchSebastian Huber
Update #3220.
2017-11-09Add tools/5 patchSebastian Huber
Update #3220.
2017-11-09Add tools/5 patchesSebastian Huber
Update #3220.
2017-11-09Add tools/5 patchSebastian Huber
Update #3220.
2017-11-09Add tools/5 patchSebastian Huber
Update #3220.
2017-11-09Change RTEMS version from 4.12 to 5Sebastian Huber
Update #3220.
2017-11-04tester: Change the mail subject so it list by BSP in the archives.Chris Johns
Change the subject to place the arch/bsp first and then a short score card for the tests so the archive can be listed by subject and you can see regressions.
2017-11-03tester: Fix the output so the report end analysis works.Chris Johns
2017-11-03tester: Add the rtems-run command.Chris Johns
2017-11-03tester: Make the mandatory items appear first.Chris Johns
2017-11-01tester: Fix rtems-bsp-builder reporting bugChris Johns
2017-10-28Tester - RISC-V: Add spike simulator and scripts/bsp for riscv portsHesham Almatary
Update #3109
2017-10-25tester: Minor fix to the test results mail.Chris Johns
2017-10-25tester: Check mail parameters early so users can fix.Chris Johns
2017-10-25tester: Add a BSP field to each BSP INI configuration section.Chris Johns
The INI section in a BSP configuration is the name of the INI file so each BSP configuration section needs a BSP. Updates #3204.
2017-10-25rtemstoolkit: Remove test import for YAML.Chris Johns
Closes #3204.
2017-10-24tester: Refactor to use INI format files for BSP configurations.Chris Johns
- Add support for user condfigurations files with the --user-config. - Add support for a $HOME/.rtemstesterrc for a user configuration. Closes #3204.
2017-10-23tester: Add an executable file name filter.Chris Johns
The exe filter lets a BSP change the executable file to something that can be downloaded to the target. For example U-Boot requires the image format. The tester can now be configured to on-demand generate a specific image for the target as the tester runs.
2017-10-22bsb-builder: Add email support, and config report types.Chris Johns