summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc55xxevb/config/mpc5643l_dpu-testsuite.tcfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/powerpc: Remove SPE enabled variantsSebastian Huber2020-07-051-13/+0
| | | | | | The PowerPC SPE support was removed from GCC. Update #3951.
* bsp/mpc5643l_*: Exclude some testsSebastian Huber2020-02-271-0/+2
| | | | These tests do not fit into the available memory.
* mpc5643l_dpu-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+4
| | | | small memory
* testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns2019-03-071-61/+1
| | | | | - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
* bsp/mpc5643l_*: Disable unsupported testsSebastian Huber2019-03-041-0/+54
|
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-0/+13
Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.