summaryrefslogtreecommitdiff
path: root/tester/rtems (follow)
AgeCommit message (Collapse)Author
2017-11-22Add imx7 and qoriq_e500 to tier-1Sebastian Huber
2017-11-21Add tester qoriq_e500.iniSebastian Huber
2017-11-09Add tester imx7.iniSebastian Huber
Update #3090.
2017-11-09Change RTEMS version from 4.12 to 5Sebastian Huber
Update #3220.
2017-11-03tester: Make the mandatory items appear first.Chris Johns
2017-10-28Tester - RISC-V: Add spike simulator and scripts/bsp for riscv portsHesham Almatary
Update #3109
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-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
2017-10-21tester: Update BeagleBone Black, PC and Zedboard configurations.Chris Johns
2017-10-11testing: Add a PC BSP configuration.Chris Johns
2017-10-11testing: Update BSP configurations.Chris Johns
2017-10-07Add a target start and target reset to manage boards that do not boot cleanly.Chris Johns
Rename the reset regex as start regex to detect a board has started. Add a reset regex to detect if a board has failed to boot cleanly and needs to be reset. The Microzed I have can fail to boot. The PHY does not initalise. I do not know if it is the board, the design or u-boot.
2017-10-05tester: Add Zedboard.Chris Johns
2017-09-21Add TFTP as a back end option for testing. Add telnet as a console option.Chris Johns
TFTP runs a local TFTP server on port 69 or another specified port and serves each test for any requested file. Telnet is now a console option.
2017-08-22tester: Add qoriq_e6500_64Sebastian Huber
Update #3082.
2017-08-07tester: Add imx7Sebastian Huber
2017-07-31rtems-bsps-i386.ini: Remove EdisonJoel Sherrill
2017-07-31tester: Update BSP namesSebastian Huber
2017-07-25Added test scripts for standalone sisJiri Gaisler
2017-05-24rtems-bsp-builder: Fix the powerpc configuration.Chris Johns
2017-05-18rtems-bsp-builder: Add as a build type.Chris Johns
2017-05-15rtems-bsp-builder: Add all architectures and BSPs.Chris Johns
- Add support to include other INI files. - Add support for extended interpolation on Python 2.7.
2017-05-10rtems-bsp-builder: Fix excluding builds.Chris Johns
Excluding builds was not working. This patch fixes that and it also correctly handles mixed builds.
2017-04-25rtems-bsp-builder: Refactor for better config format, warnings and errors.Chris Johns
Refactor the code to improve the warnings and errors reporting. Improve the configuration file format to better support any type of build by separating the flags away from the builds.
2016-12-01bsp-builder: Add support for builds.Chris Johns
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-08-25bsp-builder: Add lm3s6965_qemu to ARM bsp list. Fix network-debug options.Chris Johns
2016-08-18bsp-builder: Add ARM bsps.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-03-16tester/sis: Provide the -nouartrx to avoid blocking on stdin.Chris Johns
2016-03-09Master branch version is 4.12.Chris Johns
2016-03-09sis: Option not present with SPARC sim.Chris Johns
2015-12-13bsps/m32rsim*: RemoveAun-Ali Zaidi
closes #2447.
2015-12-13bsps/h8sim*: RemoveAun-Ali Zaidi
closes #2453.
2015-09-26qemu.cfg: Options changed to capture test outputRic Claus
2015-09-26xilinx_zynq_a9_qemu_smp.mc: Change realview_pbx_a9_qemu reference to ↵Ric Claus
xilinx_zynq_a9_qemu.
2015-04-19Rename or1ksim BSP to generic_or1kHesham ALMatary
2015-04-14bf537Stamp: Add configuration filesJoel Sherrill
2015-04-05leon3-tsim*: First attempt at LEON3 on tsim supportJoel Sherrill
The rtems-tester does not thing the tests run correctly because the test output is coming to the terminal window with tsim running in it.
2015-04-05lm32_evr_gdbsim: Add configuration filesJoel Sherrill
2015-04-04psim*.mc: Fix typoJoel Sherrill
2015-03-29Add configurations for erc32, leon2, and leon3 in GDB SISJoel Sherrill
These require a GDB >= 7.9 with Jiri Gaisler's patches applied. These are currently in the RSB and are in the process of being merged by the GDB project.
2015-03-26Add rtems-tester configurations for simsh family of BSPsJoel Sherrill
2015-03-12Add configurations for all h8 GDB simulator BSP variantsJoel Sherrill
2015-03-12Add configurations for all arm GDB simulator BSP variantsJoel Sherrill
2015-03-12Add configuration for m32csim BSP for simulator in GDBJoel Sherrill
2015-03-12Add configuration for m32rsim BSP for simulator in GDBJoel Sherrill
2015-03-12Add configurations for all v850 GDB simulator BSP variantsJoel Sherrill
2015-02-08Fixes to the run the waf built tests when installed.Chris Johns