summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-17Add pre-qualified constraintsqual-82Sebastian Huber
2023-03-17build: Exclude performance test if RTEMS_GCOV_COVERAGESebastian Huber
2023-03-17build: Do not use coverage for librtemstestSebastian Huber
2023-03-17Doxygen: Adding Doxygen groups to filesFrank Kühndel
2023-03-17libc: Avoid dead code in memset()Sebastian Huber
2023-03-17build fixmeSebastian Huber
2023-03-17build fixmeSebastian Huber
2023-03-17build fixmeSebastian Huber
2023-03-17build: FIXME introduce pre-qualified partsSebastian Huber
2023-03-17bsp/leon3: Simplify shutdownSebastian Huber
Do not wait for other processors to halt.
2023-03-17bsp/leon3: Add specialized target hashSebastian Huber
2023-03-17bsp/leon3: Fix group membershipsSebastian Huber
Update #3706.
2023-03-17bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber
Remove the BSP_POWER_DOWN_AT_FATAL_HALT BSP option. Applications should do the customization of the system termination with an initial fatal extension.
2023-03-17bsp/leon3: Enable up-counter conditionallySebastian Huber
2023-03-17bsp/leon3: Use LEON3_GPTIMER_BASESebastian Huber
2023-03-17bsp/leon3: Add LEON3_IRQAMP_EXTENDED_INTERRUPTSebastian Huber
2023-03-17bsp/leon3: Add LEON3_PROBE_ASR_22_23_UP_COUNTERSebastian Huber
2023-03-17bsp/leon3: Simplify fatal error handlingSebastian Huber
2023-03-17bsp/leon3: Move leon3_power_down_loop()Sebastian Huber
2023-03-17bsp/leon3: Add LEON3_L2CACHE_BASESebastian Huber
2023-03-17bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTERSebastian Huber
2023-03-17bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMPSebastian Huber
2023-03-17bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMERSebastian Huber
2023-03-17bsp/leon3: Add LEON3_IRQAMP_BASESebastian Huber
2023-03-17bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2023-03-17bsp/leon3: Add LEON3_GPTIMER_BASESebastian Huber
2023-03-17bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2023-03-17bsp/leon3: Use new L2CACHE register block APISebastian Huber
2023-03-17bsp/leon3: Use new GPTIMER register block APISebastian Huber
2023-03-17bsp/leon3: Move up-counter supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2023-03-17bsp/leon3: Move system control register supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2023-03-17bsp/leon3: Use new IRQ(A)MP register block APISebastian Huber
2023-03-17bsps: Use new APBUART register block APISebastian Huber
2023-03-17bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber
2023-03-17bsp/leon3: Untangle interrupt controller supportSebastian Huber
Separate the probing of the interrupt controller from the initialization.
2023-03-17validation: grlibSebastian Huber
2023-03-17bsps/grlib: Improve register bit field macrosSebastian Huber
Close #4828.
2023-03-17bsps/grlib: Expand SpaceWire port bit fieldsSebastian Huber
Use the maximum width supported by the SpaceWire standard even if this exceeds the configuration limits of a particular IP instance. Update #4842.
2023-03-17bsps/grlib: Fix SpaceWire RMAP - Product IDSebastian Huber
Update #4842.
2023-03-17bsps/grlib: Fix GRGPIO - IRQMAP bit fieldsSebastian Huber
Update #4842.
2023-03-17bsps/grlib: Fix FTMCTRL - MCFG1 bit fieldsSebastian Huber
There was an off by one error in all bit fields. Add the R flag. Update #4842.
2023-03-17bsps/grlib: Add generated headersSebastian Huber
2023-03-17validation: Add tests derived from modelsAndrew Butterfield
2023-03-17membench: Add memory benchmark programsSebastian Huber
2023-03-17unit: Test unlimited objects configurationFrank Kühndel
2023-03-17unit: Test POSIX-specific message queue implFrank Kühndel
2023-03-17validation: Test sparc/leon3 BSP familySebastian Huber
2023-03-17validation: Test memory allocationSebastian Huber
2023-03-17validation: Add MemorySave() and MemoryRestore()Sebastian Huber
2023-03-17Replace Doxygen main pageSebastian Huber