summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bsp/leon3: Fix incompatible function typesSebastian Huber2021-02-011-4/+6
* kern_tc.c: Remove unused codeSebastian Huber2021-02-011-6/+0
* score: Add comments and asserts for clarificationSebastian Huber2021-02-011-0/+7
* score: Fix _CORE_message_queue_Submit() indentationSebastian Huber2021-02-011-40/+40
* bsp/leon3: Fix bsp_fatal_extension) indentationSebastian Huber2021-02-011-15/+13
* score: Fix _Objects_Get_information() indentationSebastian Huber2021-02-011-7/+8
* score: Add _Thread_Get_objects_information()Sebastian Huber2021-02-014-22/+38
* score: Rename _Thread_Get_objects_information()Sebastian Huber2021-02-014-10/+14
* bsps/aarch64: Add missing includeSebastian Huber2021-01-281-0/+1
* bsp/leon3: Simplify bsp_interrupt_is_valid_vector()Sebastian Huber2021-01-281-5/+5
* rtems: Use _Status_Get()Sebastian Huber2021-01-283-3/+6
* bsps: Replace bsp_specs with an empty fileSebastian Huber2021-01-2885-772/+0
* libtest: Remove superfluous NULL pointer checkSebastian Huber2021-01-271-1/+1
* libtest: Use dependency injectionSebastian Huber2021-01-271-5/+11
* cacheimpl.h: Avoid potential dead codeSebastian Huber2021-01-271-12/+11
* Update copyright notice to 2021Sebastian Huber2021-01-271-1/+1
* rtems: Add "Notes" paragraph headerSebastian Huber2021-01-2711-440/+577
* heap: Fix _Heap_Area_overhead()Sebastian Huber2021-01-261-1/+7
* cpucounter: Increase conversion accuracySebastian Huber2021-01-261-3/+4
* build: Add CPPFLAGS to assembler command lineSebastian Huber2021-01-261-0/+1
* bsps: Add missing DWARF 5 sectionsSebastian Huber2021-01-267-21/+35
* build: Add test excludesSebastian Huber2021-01-264-0/+6
* bsps: Support DWARF 5 sectionsSebastian Huber2021-01-257-68/+107
* Improve file header comment in generated filesSebastian Huber2021-01-2520-60/+140
* Fix RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE()Sebastian Huber2021-01-251-1/+1
* splinkersets01: Fix declarationSebastian Huber2021-01-231-2/+2
* bsps/shared: Build fsl-edma only for certain BSPChristian Mauderer2021-01-223-5/+20
* bsp/imx: Fix system counter init for imx6Christian Mauderer2021-01-211-1/+60
* bsps/imxrt: Add ioctl to LPSPI to get registersChristian Mauderer2021-01-213-0/+75
* cpukit/spi: Allow driver specific ioctlChristian Mauderer2021-01-212-0/+10
* bsps/imxrt: Add DMA numbers to dtsiChristian Mauderer2021-01-212-478/+604
* bsps/shared: Adapt fsl-edma driver for imxrtChristian Mauderer2021-01-217-824/+746
* bsps/shared: Copy fsl-edma from mpc55xxChristian Mauderer2021-01-213-0/+1368
* bsps/imxrt: Use standard names to avoid warningsChristian Mauderer2021-01-212-106/+103
* mrsp: Change error status for a nested seizeSebastian Huber2021-01-212-12/+20
* bsps/aarch64: Swap primary ZynqMP UARTKinsey Moore2021-01-142-4/+4
* cpukit: Merge FreeBSD values for the prioritiesChris Johns2021-01-081-17/+85
* bsp/stm32h7: Split console configurationSebastian Huber2021-01-0422-150/+508
* bsp/stm32h7: Split start configurationSebastian Huber2021-01-046-39/+171
* libtests/ofw01: Added a test for RTEMS OFWG S Niteesh Babu2020-12-278-0/+418
* bsps/shared/ofw: Implement RTEMS OFW interfaceG S Niteesh Babu2020-12-275-0/+1353
* Update header.amSebastian Huber2020-12-235-8/+21
* arm/fvp: New BSPSebastian Huber2020-12-2328-1/+1089
* bsps/arm: Rely on initialized vector tableSebastian Huber2020-12-231-5/+4
* bsps: Use header file for GIC architecture supportSebastian Huber2020-12-2321-33/+36
* bsps/arm: Invalidate TLB in start.SSebastian Huber2020-12-235-15/+10
* bsps/arm: Clear SCTLR[M, I, A, C] in start.SSebastian Huber2020-12-235-119/+43
* bsps/arm: Add arm-data-cache-loop-set-way.hSebastian Huber2020-12-232-62/+105
* bsps/arm: Remove optional start hook argumentsSebastian Huber2020-12-232-48/+28
* bsps/arm: Invalidate branch predictors earlierSebastian Huber2020-12-235-5/+11