summaryrefslogtreecommitdiffstats
path: root/tester/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* coverage/symbol-sets.ini : Add libtraceAlex White2021-03-301-1/+2
|
* tester: Add coverage variants for a few BSPsAlex White2021-03-304-0/+161
| | | | | Adds coverage variants for the following BSPs: a53_qemu, pc686, xilinx_zynq_a9_qemu, and xilinx_zynqmp.
* tester: Remove target from BSP coverage configsAlex White2021-03-303-3/+0
|
* tester: Update to support new build systemAlex White2021-03-301-45/+46
| | | | | | The tester configurations had not been updated to match the paths and conventions used by the new build system. These have been updated, and a few more libraries have been enabled in symbol-sets.ini.
* bsps/sparc: Remove INI files using SIS in GDBRyan Long2021-03-233-123/+0
| | | | | | | | Removed the INI files that use the "target sim" option since the SIS sparc simulator in GDB is no longer used with RTEMS. A newer version of SIS is built separately. Closes #4355
* tester: Update for ZynqMP QEMU BSP name changeKinsey Moore2021-03-052-6/+6
| | | | | The ZynqMP QEMU BSPs were renamed to include _qemu for more consistent identification. This updates the tester configurations to match.
* tester: Swap Xilinx ZynqMP BSPs to secondary UARTKinsey Moore2021-01-142-2/+2
| | | | | | | Qemu's machine definition uses the second UART in the memory map as the primary UART. This follows from the hardware itself where the second UART in the memory map is UART 0. This switches the tester to using the correct UART.
* tester: Add support for arm/fvp_cortex_r52 BSPSebastian Huber2020-12-163-0/+114
| | | | Update #4202.
* tester: Add configs for AArch64 ZynqMP BSPsKinsey Moore2020-12-112-0/+76
|
* tester: Add support for sparc/gr740 BSPSebastian Huber2020-12-021-0/+38
| | | | Update #4195.
* bsps/a53_*: Fix typo in qemu optionsVijay Kumar Banerjee2020-11-152-2/+2
|
* tester: Add a53_ilp32_qemu.iniKinsey Moore2020-10-051-0/+38
|
* tester: Add a53_lp64_qemu.iniKinsey Moore2020-10-051-0/+38
|
* tester: Add support for test-too-longChris Johns2020-09-081-1/+2
| | | | | - A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.
* Change version to RTEMS 6Sebastian Huber2020-06-301-1/+1
| | | | Update #4020.
* rtems-tester: Add rv64imafdc_medany for QEMUHesham Almatary2020-04-091-0/+36
|
* bsps: Deletes erc32-run.iniCláudio Maia2020-04-051-38/+0
|
* tester: Add configuration pc-qemu.iniJan Sommer2020-04-031-0/+39
|
* gdbarmsim: Remove all variantsJoel Sherrill2020-03-2010-400/+0
| | | | Updates #3911.
* psim-device-tree: Rework so devices do not conflict with 256MB RAMJoel Sherrill2020-03-051-18/+18
| | | | closes #3849.
* tester: Add qemu_opts_serialSebastian Huber2020-02-257-8/+9
| | | | | | The realview_pbx_a9_qemu test configuration for Qemu produced no output due to wrong serial/monitor settings. Remove the serial/monitor settings from qemu_opts_base and move them to the new qemu_opts_serial.
* tester: Add raspberrypi2 BSP.Chris Johns2019-07-261-0/+43
|
* testing/bsps: Add covoar commands in bsp ini fileVijay Kumar Banerjee2019-02-192-6/+8
|
* Coverage: Add support for TSIM formatVijay Kumar Banerjee2019-02-142-5/+11
|
* Coverage : Add coverage support for RISCVVijay Kumar Banerjee2019-02-121-0/+40
|
* tester: Ignore the execute return code for some commandsChris Johns2019-02-081-5/+6
| | | | | Some simulators like psim-run return a non-zero error code. Allow a BSP configuration to ignore the return code.
* tester: Increase the psim memory size to match the BSP.Chris Johns2019-02-081-1/+1
|
* rtems-test: add bsp for leon3 on sis with coverageJiri Gaisler2019-01-251-0/+39
|
* rtems-tester: added griscv bsps for gdb and sisJiri Gaisler2019-01-222-0/+80
|
* rtems-test: Fix qemu coverage logic errors.Chris Johns2019-01-091-4/+4
|
* tester: Run leon3-sis with four processorsJiri Gaisler2018-12-171-1/+1
| | | | Update #3460.
* tester: Fix leon2.iniSebastian Huber2018-12-171-1/+1
|
* tester : Add support to use QEMU serial console when coverage is enabledVijay Kumar Banerjee2018-12-021-7/+10
|
* tester: Change the QEMU command line to match the RSB built QEMU.Chris Johns2018-11-231-2/+5
| | | | | The command line changed and the RSB is the newer version. Make the old version via a config variable.
* tester: Remove riscv_genericHesham Almatary2018-11-123-129/+0
| | | | Now each BSP/ISA variant has its own .ini file
* Remove m32c supportSebastian Huber2018-11-122-80/+0
| | | | Update #3599.
* tester: Support testing all riscv bsps on SpikeHesham Almatary2018-11-0913-0/+494
|
* Coverage : Generate reports using the object files in cpukitVijay Kumar Banerjee2018-10-251-45/+45
|
* config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns2018-10-0221-896/+0
| | | | Closes #3536
* tester/bsp-builder: No network builds for the epiphany BSP.Chris Johns2018-09-041-1/+1
|
* coverage/symbol-sets.ini : Add symbol-sets and paths to respective librariesVijay Kumar Banerjee2018-08-081-3/+45
|
* tester: Exclude SMP build of some RISC-V BSPsSebastian Huber2018-08-071-0/+1
| | | | | | | It makes no sense to build BSPs without support for atomic instructions with SMP enabled. Update #3433.
* tester: Add RISC-V support to BSP builderSebastian Huber2018-08-062-0/+29
| | | | Update #3433.
* tester: Add use virt machine for rv64imafd_medanySebastian Huber2018-07-251-1/+1
| | | | Update #3433.
* rtems-bsps-tiers.ini: Add amd64Joel Sherrill2018-07-181-0/+1
|
* tester: Remove obsolete BSP variantsSebastian Huber2018-07-032-6/+4
| | | | Update #3459.
* tester: Add rv64imafd_medany.iniSebastian Huber2018-06-291-0/+35
| | | | Update #3433.
* tester: Make leon3-run command use run and not sis.Chris Johns2018-06-181-2/+2
|
* tester: Add script to generate html coverage report from covoar outputVijay Kumar Banerjee2018-06-053-3/+40
| | | | | | | Add support in tester to run covoar and generate an html report to display the summary of the coverage reports generated from covoar. Co-authored-by : Cillian O'Donnell <cpodonnell8@gmail.com>
* rtems-bsps-epiphany.ini: Correct spelling of ephiphany_simJoel Sherrill2018-06-051-1/+1
|