summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-09bsps/arm: Fix SMP startSebastian Huber1-0/+6
2021-07-07bsps/arm: Add start up support for ARMv6 RPi ModelsPranav Dangi1-1/+7
2021-06-24bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2-2/+2
2021-06-24bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber1-1/+1
2021-05-02bsps: Support RTEMS_NOINIT in linkcmdsSebastian Huber1-0/+7
2021-04-21bsps/arm: Set MSP in ARMv7-M start codeSebastian Huber1-0/+8
2021-04-07bsps: Remove networking driversVijay Kumar Banerjee1-1839/+0
2021-01-26bsps: Add missing DWARF 5 sectionsSebastian Huber1-3/+5
2021-01-25bsps: Support DWARF 5 sectionsSebastian Huber1-8/+13
2020-12-23bsps: Use header file for GIC architecture supportSebastian Huber1-56/+0
2020-12-23bsps/arm: Invalidate TLB in start.SSebastian Huber1-0/+9
2020-12-23bsps/arm: Clear SCTLR[M, I, A, C] in start.SSebastian Huber1-2/+35
2020-12-23bsps/arm: Add arm-data-cache-loop-set-way.hSebastian Huber1-62/+9
2020-12-23bsps/arm: Remove optional start hook argumentsSebastian Huber1-37/+26
2020-12-23bsps/arm: Invalidate branch predictors earlierSebastian Huber1-0/+11
2020-12-23bsps/arm: Set VBAR in start.SSebastian Huber1-1/+27
2020-12-16bsps: Remove gicvx_interrupt_dispatch()Sebastian Huber1-5/+0
2020-12-14bsps/arm/imx*: Fix location of shared headersChristian Mauderer4-355/+0
2020-12-10bsps: Remove ARM GIC SGI target filterSebastian Huber1-1/+0
2020-12-10bsps: Fix GICv3 arm_gic_trigger_sgi()Sebastian Huber1-1/+1
2020-12-10arm/cache-cp15: Support Armv8Sebastian Huber1-13/+12
2020-12-02bsps: Move ARM GICv2 driver to bsps/sharedKinsey Moore2-287/+1
2020-12-02bsps: Move zynq-uart to bsps/sharedKinsey Moore2-361/+0
2020-11-20bsp/imxrt: Add new BSPChristian Mauderer1-0/+5
2020-11-20bsps/imx: Move imx-gpio to arm/sharedChristian Mauderer3-0/+560
2020-11-20imx: Move imx_iomux to arm/sharedChristian Mauderer5-0/+637
2020-10-21bsps/arm: Sort fast text/data sectionsSebastian Huber1-2/+2
2020-10-21bsps/arm: Add support for MPU region alignmentSebastian Huber1-0/+21
2020-10-05bsps: Break out AArch32 GICv3 supportKinsey Moore3-330/+62
2020-10-05bsps: Break out AArch32 portions of GPT driverKinsey Moore2-211/+74
2020-10-05Move ARM PL011 UART driverKinsey Moore1-91/+0
2020-09-17arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber1-1/+1
2020-08-22bsp/xilinx-zynq: Flush TX-Buffer before initializing uartJan Sommer1-0/+2
2020-08-20bsps/arm: Use _Assert()Sebastian Huber1-3/+2
2020-04-20bsps/arm: Fix uninitialized value in generic timerChristian Mauderer1-4/+10
2020-04-03arm: ARMv7-M statically initialized vector tableSebastian Huber3-36/+63
2020-02-24bsps/arm: Initialize priorities of PPIsSebastian Huber1-0/+6
2020-02-12score: Statically allocate idle/MPCI stacksSebastian Huber1-3/+7
2020-02-12arm/xilinx-zynq: Split console driver filesSebastian Huber2-151/+182
2020-02-04bsps: Add RamEnd to linker command filesSebastian Huber1-0/+1
2020-01-17bsps/arm/shared: Add GICv3 implementationKinsey Moore2-0/+345
2019-12-19bsps/arm: Export bsp_start_hook_0_doneSebastian Huber1-5/+8
2019-12-05bsps/arm: Unmask generic timer in interrupt handlerJeff Kubascik1-0/+3
2019-12-05bsps/arm: Add zImage boot headerJeff Kubascik1-0/+11
2019-10-31bsps/arm: Add support for small pages MMUSebastian Huber1-19/+51
2019-08-12arm/tlb: Fix the MP affinity check to invalidate ASIDs.Chris Johns1-1/+9
2019-07-31arm: Select the TLB invalidate based on the core's Id variant.Chris Johns1-6/+10
2019-07-26bsps/arm: Move HYP to SVC change to start.SSebastian Huber2-78/+40
2019-07-26bsps/arm: Move register init to start.SSebastian Huber2-109/+55
2019-07-26bsps/arm: Remove register init for ARMv7-MSebastian Huber1-12/+1