summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-23spec/build/testsuites/validation/libvalidation.ymlqual-27Sebastian Huber
2021-07-23cpukit/include/rtems/score/basedefs.hSebastian Huber
2021-07-23validation: Support RTEMS_COVERAGESebastian Huber
2021-07-23bsp/leon3: Move leon3_power_down_loop()Sebastian Huber
2021-07-23bsp/leon3: Add LEON3_L2CACHE_BASESebastian Huber
2021-07-23bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTERSebastian Huber
2021-07-23bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMPSebastian Huber
2021-07-23bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMERSebastian Huber
2021-07-23bsp/leon3: Add LEON3_IRQAMP_BASESebastian Huber
2021-07-23bsp/leon3: Add LEON3_GPTIMER_BASESebastian Huber
2021-07-23bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2021-07-23bsp/leon3: Use new L2CACHE register block APISebastian Huber
2021-07-23bsp/leon3: Use new GPTIMER register block APISebastian Huber
2021-07-23bsp/leon3: Move up-counter supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2021-07-23bsp/leon3: Move system control register supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2021-07-23bsp/leon3: Use new IRQ(A)MP register block APISebastian Huber
2021-07-23bsps: Use new APBUART register block APISebastian Huber
2021-07-23bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber
2021-07-23bsp/leon3: Untangle interrupt controller supportSebastian Huber
Separate the probing of the interrupt controller from the initialization.
2021-07-23bsps/sparc/include/dev/grlib/io.hSebastian Huber
2021-07-23validation: Add SetIOReleaxHandler()Sebastian Huber
2021-07-23score: Add _IO_Relax()Sebastian Huber
2021-07-23validation: Test bsp_interrupt_spurious()Sebastian Huber
Update #3269
2021-07-23bsp/leon3: Do not invalidate cache in SMP startSebastian Huber
Since the trap table is now statically initialized, there is no need to invalidate the instruction cache.
2021-07-23tm27.hSebastian Huber
2021-07-23bsp/leon3: Use interrupt entry directivesSebastian Huber
2021-07-23FIXME libtest: Increase line lengthSebastian Huber
2021-07-23grlib: Add generated headersSebastian Huber
2021-07-23validation: Use unprotected chain directivesSebastian Huber
2021-07-23validation: Use self suspend instead of exitSebastian Huber
This fixes errors in RtemsModelEventsMgr_Teardown().
2021-07-23build: Add tr-model-events-mgr-4.cSebastian Huber
2021-07-23Adds revised Event Mgr test filesabutterfield-ext
2021-07-23Adds working Chain API Testsabutterfield-ext
2021-07-23Factors out common boilerplate and passes all testsabutterfield-ext
2021-07-23validation: Increase stack size for -O0Sebastian Huber
2021-07-23validation: Test rtems_task_restart()Sebastian Huber
2021-07-23validation: Test rtems_task_exit()Sebastian Huber
2021-07-23validation: Test rtems_task_wake_when()Sebastian Huber
2021-07-23validation: Test rtems_task_wake_after()Sebastian Huber
2021-07-23validation: Test clock_nanosleep()Sebastian Huber
2021-07-23validation: Code for timer server-fire-when testFrank Kühndel
Adding tc-timer-server-fire-when.c to validation-2.yml
2021-07-23validation: Code for timer server-fire-after testFrank Kühndel
Adding tc-timer-server-fire-after.c to validation-2.yml
2021-07-23validation: Code for timer fire_when testsFrank Kühndel
This additional manual crafted code is needed to compile the timer manager tests for rtems_timer_fire_when(). validation-2.yml: Add the new test file.
2021-07-23validation: Code for timer fire-after testsFrank Kühndel
Adding tc-timer-fire-after.c to validation-2.yml.
2021-07-23validation: Code for timer cancel & rests testsFrank Kühndel
This additional manual crafted code is needed to compile the timer manager tests for rtems_timer_cancel() and rtems_timer_reset(). validation-2.yml: Add the new test files. testsuites/validation/tx-timer-server.c: New functions to permit tests to read RTEMS timer internal states.
2021-07-23validation: Add task manager testsSebastian Huber
2021-07-23validation: Test scheduler manager directivesSebastian Huber
2021-07-23validation: Add SMP-only and non-SMP test suitesSebastian Huber
2021-07-23validation: Test memory allocation directivesSebastian Huber
2021-07-23validation: Test rtems_timer_initiate_server()Frank Kühndel