summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-14Add pre-qualified constraintsqual-68Sebastian Huber
2022-10-14appl-config.h: RegenerateSebastian Huber
2022-10-14build: Exclude performance test if RTEMS_GCOV_COVERAGESebastian Huber
2022-10-14build: Do not use coverage for librtemstestSebastian Huber
2022-10-14Doxygen: Adding Doxygen groups to filesFrank Kühndel
2022-10-14libc: Avoid dead code in memset()Sebastian Huber
2022-10-14build fixmeSebastian Huber
2022-10-14build fixmeSebastian Huber
2022-10-14build fixmeSebastian Huber
2022-10-14build: FIXME introduce pre-qualified partsSebastian Huber
2022-10-14bsp/leon3: Simplify shutdownSebastian Huber
Do not wait for other processors to halt.
2022-10-14bsp/leon3: Add specialized target hashSebastian Huber
2022-10-14bsp/leon3: Fix group membershipsSebastian Huber
Update #3706.
2022-10-14bsps/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.
2022-10-14bsp/leon3: Enable up-counter conditionallySebastian Huber
2022-10-14bsp/leon3: Use LEON3_GPTIMER_BASESebastian Huber
2022-10-14bsp/leon3: Add LEON3_IRQAMP_EXTENDED_INTERRUPTSebastian Huber
2022-10-14bsp/leon3: Add LEON3_PROBE_ASR_22_23_UP_COUNTERSebastian Huber
2022-10-14bsp/leon3: Simplify fatal error handlingSebastian Huber
2022-10-14bsp/leon3: Move leon3_power_down_loop()Sebastian Huber
2022-10-14bsp/leon3: Add LEON3_L2CACHE_BASESebastian Huber
2022-10-14bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTERSebastian Huber
2022-10-14bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMPSebastian Huber
2022-10-14bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMERSebastian Huber
2022-10-14bsp/leon3: Add LEON3_IRQAMP_BASESebastian Huber
2022-10-14bsp/leon3: Add LEON3_GPTIMER_BASESebastian Huber
2022-10-14bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2022-10-14bsp/leon3: Use new L2CACHE register block APISebastian Huber
2022-10-14bsp/leon3: Use new GPTIMER register block APISebastian Huber
2022-10-14bsp/leon3: Move up-counter supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2022-10-14bsp/leon3: Move system control register supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2022-10-14bsp/leon3: Use new IRQ(A)MP register block APISebastian Huber
2022-10-14bsps: Use new APBUART register block APISebastian Huber
2022-10-14bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber
2022-10-14bsp/leon3: Untangle interrupt controller supportSebastian Huber
Separate the probing of the interrupt controller from the initialization.
2022-10-14validation: grlibSebastian Huber
2022-10-14grlib: Add generated headersSebastian Huber
2022-10-14validation: Add tests derived from modelsAndrew Butterfield
2022-10-14membench: Add memory benchmark programsSebastian Huber
2022-10-14unit: Test unlimited objects configurationFrank Kühndel
2022-10-14unit: Test POSIX-specific message queue implFrank Kühndel
2022-10-14validation: Test sparc/leon3 BSP familySebastian Huber
2022-10-14validation: Test memory allocationSebastian Huber
2022-10-14validation: Add MemorySave() and MemoryRestore()Sebastian Huber
2022-10-14cpukit/doxygen/appl-config.hSebastian Huber
2022-10-14Replace Doxygen main pageSebastian Huber
2022-10-14build: Add RTEMS_CLANG_STATIC_ANALYZER optionSebastian Huber
2022-10-14build: Install test executablesSebastian Huber
2022-10-14build: Support conditional build dependenciesSebastian Huber
2022-10-14riscv: Move functions to avoid build issuesSebastian Huber
The _RISCV_Map_cpu_index_to_hardid() and _RISCV_Map_hardid_to_cpu_index() functions must be available to all riscv BSPs.