summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-18bsps/arm: Remove DWT based clock.Christian Mauderer1-30/+7
2017-09-22bsps/arm: Copy FDT only on boot processorSebastian Huber1-7/+14
2017-09-18bsps: Clock_driver_support_install_isr()Sebastian Huber4-20/+8
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-1/+0
2017-08-25Include missing <string.h>Sebastian Huber2-0/+3
2017-08-04bsps/arm: Add ARMv7-AR Generic Timer clock driverSebastian Huber1-0/+205
2017-07-12bsps: Include missing header fileSebastian Huber1-0/+1
2017-07-12bsp/beagle: Add FDT support for Beaglebone BlackSichen Zhao1-0/+5
2017-07-12Add interrupt vector set/get affinitySebastian Huber2-12/+21
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber2-32/+14
2017-06-14Remove excessive locking from cache operations.Alexei Pososin1-35/+9
2017-06-07bsps/arm: Fix ARMv7-M interrupt suppportChristian Mauderer1-2/+6
2017-05-11bsps/arm: Fix bit field offset in GIC supportSebastian Huber1-1/+1
2017-03-08arm: Remove legacy execption supportSebastian Huber3-343/+0
2017-01-30bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2-10/+6
2017-01-24Adding ARM VFP V2 supportKevin Kirspel1-0/+4
2017-01-16powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwsetJoel Sherrill1-0/+2
2016-11-24bsps/arm: Add Cortex-M DWT CPU counterSebastian Huber1-0/+55
2016-11-18arm: Use TPIDRPRW for current per-CPU controlSebastian Huber1-5/+13
2016-09-22bsps/arm: Export bsp_start_hook_0_done symbol from ARM start.S.Pavel Pisa1-0/+1
2016-09-07bsps/arm: remove lock in arm_cp15_set_translation_table_entries().Pavel Pisa1-9/+1
2016-08-15libbsp/arm: Add the TTB table to the default MMU set up as read/write.Chris Johns1-0/+4
2016-07-26bsps/arm: Clear pending exceptions for ARMv7-MAlexander Krutwig1-0/+2
2016-07-20arm/bsps: CP15 and basic cache support entire cache clean for more architectu...Pavel Pisa2-4/+24
2016-07-20bsps/arm: do not disable MMU during translation table management operations.Pavel Pisa1-8/+42
2016-07-12Misc: Spell length correctlyJoel Sherrill2-2/+2
2016-07-05bsps/arm: Fix basic cache support for SMPSebastian Huber1-8/+8
2016-07-04bsps/arm: basic on core cache support changed to use l1 functions.Pavel Pisa2-45/+69
2016-07-04bsps/arm: Change code to explicit selection of cache implementation for ARM B...Pavel Pisa1-0/+134
2016-07-04bsp/arm: Report correct maximal cache line length for ARM Cortex-A + L2C-310.Pavel Pisa1-0/+4
2016-07-04bsps/arm: Support recent bootloaders starting kernel in HYP modePavel Pisa5-7/+175
2016-06-29score: Fix SMP message handlingSebastian Huber1-1/+0
2016-06-24bsps: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+2
2016-06-14bsps: Add CLOCK_DRIVER_USE_ONLY_BOOT_PROCESSORSebastian Huber1-2/+2
2016-05-31bsps: Add defines for some linker subsectionsSebastian Huber1-1/+7
2016-05-31bsps: Sort some sections first by alignmentSebastian Huber1-3/+3
2016-03-04score: Distribute clock tick to all online CPUsSebastian Huber3-9/+82
2016-01-21arm: Use DWT CYCCNT for timecounter if availableSebastian Huber1-15/+47
2016-01-19bsp/atsam: NewSebastian Huber2-0/+183
2016-01-19bsps/arm: Copy vector table only if necessarySebastian Huber1-5/+7
2016-01-19bsps/arm: Use common ARMv7-M bsp_reset()Sebastian Huber1-0/+38
2016-01-19bsps/arm: Update CMSIS/IncludeSebastian Huber17-0/+22144
2016-01-19score: Fix simple timecounter supportSebastian Huber1-14/+37
2016-01-18bsps/arm: Fix broken switch statementSebastian Huber1-3/+4
2015-10-28bsps: Generalize .nocacheheap to .nocachenoloadSebastian Huber3-3/+13
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-3/+3
2015-10-14bsps/arm: Add missing translation table entrySebastian Huber1-0/+4
2015-10-08bsps: Add .nocacheheap sectionSebastian Huber2-11/+14
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber1-1/+2
2015-09-04bsps/arm: Fix function definitionSebastian Huber1-1/+1