summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-26build: Load items on demand during a buildqual-85Sebastian Huber
If the CSafeLoader is available, load only the necessary build items. This considerably speeds up the build setup time if the CSafeLoader is used.
2023-06-26build: Rename TOPGROUP in TOPGROUP_UIDSebastian Huber
This makes it more obvious that this is an item UID.
2023-06-26build: Avoid cache if CSafeLoader is availableSebastian Huber
Move the item cache handling to a ItemCache class. Implement this class depending on the availability of CSafeLoader.
2023-06-26build: Use CSafeLoader if availableSebastian Huber
The CSafeLoader uses the C libyaml libary to considerably speed up the loading of YAML files.
2023-06-26Add pre-qualified constraintsSebastian Huber
2023-06-26build: Exclude performance test if RTEMS_GCOV_COVERAGESebastian Huber
2023-06-26build: Do not use coverage for librtemstestSebastian Huber
2023-06-26Doxygen: Adding Doxygen groups to filesFrank Kühndel
2023-06-26libc: Avoid dead code in memset()Sebastian Huber
2023-06-26build: FIXME introduce pre-qualified partsSebastian Huber
2023-06-26validation: Add tests derived from modelsAndrew Butterfield
2023-06-26membench: Add memory benchmark programsSebastian Huber
2023-06-26unit: Test unlimited objects configurationFrank Kühndel
2023-06-26unit: Test POSIX-specific message queue implFrank Kühndel
2023-06-26validation: Test memory allocationSebastian Huber
2023-06-26validation: Add MemorySave() and MemoryRestore()Sebastian Huber
2023-06-26Replace Doxygen main pageSebastian Huber
2023-06-26build: Add RTEMS_CLANG_STATIC_ANALYZER optionSebastian Huber
2023-06-26build: Install test executablesSebastian Huber
2023-06-26build: Support conditional build dependenciesSebastian Huber
2023-06-26bsp/leon3: Simplify shutdownSebastian Huber
Do not wait for other processors to halt.
2023-06-26validation: Test sparc/leon3 BSP familySebastian Huber
2023-06-26validation: grlibSebastian Huber
2023-06-26bsp/leon3: Add specialized target hashSebastian Huber
2023-06-26bsp/leon3: Fix group membershipsSebastian Huber
Update #3706.
2023-06-26bsps/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-06-26bsp/leon3: Enable up-counter conditionallySebastian Huber
2023-06-26bsp/leon3: Use LEON3_GPTIMER_BASESebastian Huber
2023-06-26bsp/leon3: Add LEON3_IRQAMP_EXTENDED_INTERRUPTSebastian Huber
2023-06-26bsp/leon3: Add LEON3_PROBE_ASR_22_23_UP_COUNTERSebastian Huber
2023-06-26bsp/leon3: Simplify fatal error handlingSebastian Huber
2023-06-26bsp/leon3: Move leon3_power_down_loop()Sebastian Huber
2023-06-26bsp/leon3: Add LEON3_L2CACHE_BASESebastian Huber
2023-06-26bsp/leon3: Add LEON3_HAS_ASR_22_23_UP_COUNTERSebastian Huber
2023-06-26bsp/leon3: Add LEON3_IRQAMP_PROBE_TIMESTAMPSebastian Huber
2023-06-26bsp/leon3: Add LEON3_IRQAMP_BASESebastian Huber
2023-06-26bsp/leon3: Add LEON3_GPTIMER_BASESebastian Huber
2023-06-26bsp/leon3: LEON3_PLB_FREQUENCY_DEFINED_BY_GPTIMERSebastian Huber
2023-06-26bsp/leon3: Add LEON3_APBUART_BASESebastian Huber
2023-06-26bsp/leon3: Use new L2CACHE register block APISebastian Huber
2023-06-26bsp/leon3: Use new GPTIMER register block APISebastian Huber
2023-06-26bsp/leon3: Move system control register supportSebastian Huber
Move, document, and reformat support functions from <leon.h> to <bsp/leon3.h>.
2023-06-26bsp/leon3: Use new IRQ(A)MP register block APISebastian Huber
2023-06-26bsp/leon3: Move and simplify bsp_irq_fixup()Sebastian Huber
2023-06-26bsp/leon3: Untangle interrupt controller supportSebastian Huber
Separate the probing of the interrupt controller from the initialization.
2023-06-26bsps: Use new APBUART register block APISebastian Huber
2023-06-26bsps/grlib: Fix SPWTDP register nameSebastian Huber
Update #4842.
2023-06-26bsps/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-06-26bsps/grlib: Fix SpaceWire RMAP - Product IDSebastian Huber
Update #4842.
2023-06-26bsps/grlib: Fix GRGPIO - IRQMAP bit fieldsSebastian Huber
Update #4842.