summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-26testsuites/validation/tc-object.cqual-28Sebastian Huber
2021-07-26testsuites/validation/tc-bsp-interrupt-spurious.cSebastian Huber
2021-07-26validation: object servicesSebastian Huber
2021-07-26validation: Test status directivesSebastian Huber
2021-07-26Fix _IO_Dump_gcov_info()Sebastian Huber
2021-07-26build: fixme qualSebastian Huber
2021-07-26cpukit/include/rtems/score/basedefs.hSebastian Huber
2021-07-26bsp/leon3: Move leon3_power_down_loop()Sebastian Huber
2021-07-26bsp/leon3: Add LEON3_L2CACHE_BASESebastian Huber
2021-07-26bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTERSebastian Huber
2021-07-26bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMPSebastian Huber
2021-07-26bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMERSebastian Huber
2021-07-26bsp/leon3: Add LEON3_IRQAMP_BASESebastian Huber
2021-07-26bsp/leon3: Add LEON3_GPTIMER_BASESebastian Huber
2021-07-26bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2021-07-26bsp/leon3: Use new L2CACHE register block APISebastian Huber
2021-07-26bsp/leon3: Use new GPTIMER register block APISebastian Huber
2021-07-26bsp/leon3: Move up-counter supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2021-07-26bsp/leon3: Move system control register supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2021-07-26bsp/leon3: Use new IRQ(A)MP register block APISebastian Huber
2021-07-26bsps: Use new APBUART register block APISebastian Huber
2021-07-26bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber
2021-07-26bsp/leon3: Untangle interrupt controller supportSebastian Huber
Separate the probing of the interrupt controller from the initialization.
2021-07-26bsps/sparc/include/dev/grlib/io.hSebastian Huber
2021-07-26validation: Add SetIOReleaxHandler()Sebastian Huber
2021-07-26score: Add _IO_Relax()Sebastian Huber
2021-07-26validation: Test bsp_interrupt_spurious()Sebastian Huber
Update #3269
2021-07-26bsp/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-26tm27.hSebastian Huber
2021-07-26bsp/leon3: Use interrupt entry directivesSebastian Huber
2021-07-26FIXME libtest: Increase line lengthSebastian Huber
2021-07-26grlib: Add generated headersSebastian Huber
2021-07-26validation: Use unprotected chain directivesSebastian Huber
2021-07-26validation: Use self suspend instead of exitSebastian Huber
This fixes errors in RtemsModelEventsMgr_Teardown().
2021-07-26build: Add tr-model-events-mgr-4.cSebastian Huber
2021-07-26Adds revised Event Mgr test filesabutterfield-ext
2021-07-26Adds working Chain API Testsabutterfield-ext
2021-07-26Factors out common boilerplate and passes all testsabutterfield-ext
2021-07-26validation: Increase stack size for -O0Sebastian Huber
2021-07-26validation: Test rtems_task_restart()Sebastian Huber
2021-07-26validation: Test rtems_task_exit()Sebastian Huber
2021-07-26validation: Test rtems_task_wake_when()Sebastian Huber
2021-07-26validation: Test rtems_task_wake_after()Sebastian Huber
2021-07-26validation: Test clock_nanosleep()Sebastian Huber
2021-07-26validation: Code for timer server-fire-when testFrank Kühndel
Adding tc-timer-server-fire-when.c to validation-2.yml
2021-07-26validation: Code for timer server-fire-after testFrank Kühndel
Adding tc-timer-server-fire-after.c to validation-2.yml
2021-07-26validation: 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-26validation: Code for timer fire-after testsFrank Kühndel
Adding tc-timer-fire-after.c to validation-2.yml.
2021-07-26validation: 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-26validation: Add task manager testsSebastian Huber