summaryrefslogtreecommitdiffstats
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems-bsps-aarch64.ini: Remove trailing comma causing empty BSP nameJoel Sherrill2022-09-211-2/+2
|
* rtems-bsps-aarch64.ini, rtems-bsps-tiers.ini: Remove versal ilp32 variantsJoel Sherrill2022-09-072-7/+10
|
* rtems-bsps-tiers: add new stm32h7 BSP variants to the tier-3Karel Gardas2022-06-041-1/+2
|
* rtems-bsps-arm: add new stm32h7 BSP variantsKarel Gardas2022-06-041-1/+4
|
* rtems-bsps.ini: Correct spelling of aarch64Joel Sherrill2022-02-031-1/+1
|
* rtems-bsps-tiers.ini: Move appropriate aarch64 BSPs to Tier 1 and 2Joel Sherrill2022-01-211-9/+10
| | | | | | | This also resulted in finding some BSPs listed which were no longer in the RTEMS source. Updates #4581.
* rtems-bsps.ini: Add missing architectures and BSPsJoel Sherrill2022-01-211-4/+16
| | | | The aarch64, microblaze, nios2, and x86_64 needed to be added.
* rtems-bsps-arm.ini, config/rtems-bsps.ini: Remove build variance on networkJoel Sherrill2022-01-212-11/+1
| | | | | | | | With the legacy TCP/IP stack no longer in rtems.git, there is nothing to turn on/off with regards to BSPs or the stack itself. Removing this significantly reduces the number of configurations built. Closes #4583.
* rtems-bsps-tiers.ini: Update comment to use tier 2 definitiion in docsJoel Sherrill2022-01-201-2/+1
| | | | | See rtems-docs/user/hardware/tiers.rst. Tier 2 is test results on simulator not hardware and simulator.
* rtems-bsps-tiers.ini: Add missing architectures and BSPs as tier 3Joel Sherrill2022-01-201-4/+20
|
* rtems-bsps-x86_64.ini: New fileJoel Sherrill2022-01-191-0/+25
|
* rtems-bsps-microblaze.ini: New fileJoel Sherrill2022-01-191-0/+25
|
* rtems-bsps-aarch64.ini: New fileJoel Sherrill2022-01-191-0/+31
|
* rtems-bsps-riscv.ini: Add missing BSPsJoel Sherrill2022-01-191-1/+3
| | | | | | frdme310arty, griscv, grv32i, grv32im, grv32imac, grv32imafdc, rv32iac, rv32i, rv32imac, rv32imafc, rv32imafdc, rv32imafd, rv32im
* rtems-bsps-arm.ini: Add missing BSPsJoel Sherrill2022-01-191-3/+13
| | | | | fvp_cortex_r52, imxrt1052, nucleo-h743zi, stm32h7, xen_virtual, xilinx_zynqmp_ultra96
* tiers: Add AArch64 to tier 1Kinsey Moore2022-01-191-1/+2
| | | | | | Hardware test results have recently been posted for AArch64. Closes #4581
* rtems-bsps-powerpc.ini: Remove powerpc/halekalaJoel Sherrill2022-01-191-1/+0
| | | | Updates #4302.
* rtems-bsp-builder: Change to waf build systemRyan Long2021-05-251-14/+14
| | | | Closes #4124
* config: Remove obsolete BSPsSebastian Huber2020-12-101-10/+8
| | | | Update #3951.
* rtems-bsps-tiers.ini: Delete removed PowerPC BSPsJoel Sherrill2020-10-151-5/+4
|
* Remove support for epiphany targetSebastian Huber2020-07-033-30/+1
| | | | Update #3941.
* Change version to RTEMS 6Sebastian Huber2020-06-301-1/+1
| | | | Update #4020.
* gdbarmsim: Remove all variantsJoel Sherrill2020-03-201-3/+2
| | | | Updates #3911.
* tiers: Move bsps from tier-3 to tier-2Chris Johns2019-12-141-5/+8
| | | | Closes #3213
* config: Add x86_64 to tier-3 archsSebastian Huber2019-03-181-1/+1
|
* Remove m32c supportSebastian Huber2018-11-123-30/+1
| | | | Update #3599.
* config: Consolidate the version information into a single configuration fileChris Johns2018-10-031-0/+8
|
* config: Create a config directory and move the RTEMS arch/bsp data to it.Chris Johns2018-10-0222-0/+940
Closes #3536