summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bsps/arm: Add start up support for ARMv6 RPi ModelsPranav Dangi2021-07-071-1/+7
* bsp/raspberrypi: Fix <bsp/irq.h> header guardSebastian Huber2021-07-071-1/+1
* bsp/imx: Fix pointer from integer warningSebastian Huber2021-07-071-2/+5
* build: Add option to customize the LINKFLAGSSebastian Huber2021-07-063-1/+19
* Update test smpstrongapa01Richi Dubey2021-07-061-19/+47
* Fix compiler warnings for schedulerstrongapa.cRichi Dubey2021-07-061-4/+20
* bsps/imxrt: Simplify linkcmds and make it flexibleChristian Mauderer2021-07-0218-131/+156
* bsps/imxrt: Allow different ARM PLL settingChristian Mauderer2021-07-023-0/+42
* m68k/uC5282: linkcmds KEEP and SORT sectionsGedare Bloom2021-07-011-15/+19
* Revert "bsps/zynqmp: Allow any or all CGEMs to be enabled"Kinsey Moore2021-07-015-72/+0
* bsp/leon3: Move bsp_interrupt_is_valid_vector()Sebastian Huber2021-07-012-16/+14
* bsp/leon3: Fix bsp_interrupt_is_valid_vector()Sebastian Huber2021-07-011-3/+7
* rtems: Do not broadcast to signal a condition varSebastian Huber2021-07-011-1/+1
* bsps: Fix GICv3 support for AArch32Sebastian Huber2021-06-301-3/+3
* bsps/cadence-spi: Fix moduleid offsetKinsey Moore2021-06-291-0/+1
* bsps/zynq-uart: Make post baud change kick globalKinsey Moore2021-06-293-5/+14
* spec/aarch64: fix abi flags for xilinx_versal_ilp32_vck190Gedare Bloom2021-06-291-0/+1
* arm: For AArch32 use non-shareable memorySebastian Huber2021-06-291-2/+2
* arm: Fix AARCH32_PMSA_ATTR_XN valueSebastian Huber2021-06-291-1/+1
* arm: Fix AArch32 memory attribute definesSebastian Huber2021-06-291-4/+4
* arm: Disable alignment check in PMSA initSebastian Huber2021-06-291-1/+1
* bsps/zynqmp: Allow any or all CGEMs to be enabledKinsey Moore2021-06-285-0/+72
* aarch64: whitespace fixes in start.SGedare Bloom2021-06-241-166/+166
* bsps/aarch64: replace boot options with asm switch codeGedare Bloom2021-06-245-29/+8
* bsps/aarch64: add non-secure mode and versal supportGedare Bloom2021-06-2411-10/+105
* bsps/aarch64: add physical secure timerGedare Bloom2021-06-244-0/+42
* bsps/aarch64: add mnemonic for ICC_IGRPEN1_EL3Gedare Bloom2021-06-241-0/+1
* bsps/dev/irq: make icspicfgr an indexable arrayGedare Bloom2021-06-241-4/+2
* aarch64: add support to drop EL3 to EL2Kinsey Moore2021-06-241-1/+26
* aarch64/xilinx-versal: new BSPs for qemu and vck190Gedare Bloom2021-06-2428-0/+1481
* Update Strong APA SchedulerRichi Dubey2021-06-243-229/+924
* sparc: Simplify trap table initializationSebastian Huber2021-06-2415-170/+704
* bsps: bsp_interrupt_handler_dispatch_unchecked()Sebastian Huber2021-06-241-19/+40
* sparc: Move FP frame offset defines to cpuimpl.hSebastian Huber2021-06-242-57/+57
* bsps/sparc: Use rtems_interrupt_handler_install()Sebastian Huber2021-06-2410-31/+98
* sparc: More reliable bad trap handlingSebastian Huber2021-06-2423-585/+519
* sparc: Move ISR handler install routinesSebastian Huber2021-06-244-174/+203
* bsps/sparc: Add a symbol for each trap table entrySebastian Huber2021-06-241-95/+264
* score: Move _ISR_Vector_table[] to separate fileSebastian Huber2021-06-244-8/+50
* score: Remove bogus _ISR_Nest_level settingSebastian Huber2021-06-241-4/+0
* score: Remove _CPU_Initialize_vectors()Sebastian Huber2021-06-2413-76/+0
* bsp/atsam: Fix BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-241-1/+1
* bsps/irq: Default BSP_INTERRUPT_VECTOR_COUNT == 0Sebastian Huber2021-06-241-2/+5
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_MAXSebastian Huber2021-06-2455-65/+0
* bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-2416-22/+22
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_NUMBERSebastian Huber2021-06-242-4/+2
* bsps/irq: Add BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-2455-0/+67
* smpcapture02: Fix use of BSP_INTERRUPT_VECTOR_MAXSebastian Huber2021-06-241-1/+1
* bsps/irq: Remove BSP_INTERRUPT_VECTOR_MINSebastian Huber2021-06-2461-107/+16
* bsps/irq: Assert BSP_INTERRUPT_VECTOR_MIN == 0Sebastian Huber2021-06-241-0/+4