summaryrefslogtreecommitdiffstats
path: root/bsps (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-15bsps: Default to CPU counter benchmark timerSebastian Huber1-30/+0
2022-01-12aarch64: always boot into EL1NSGedare Bloom3-32/+32
2022-01-12arm/gicv3: refactor DIST initialization to helperGedare Bloom1-31/+29
2022-01-12bsps/aarch64: refactor register init and hooksGedare Bloom2-45/+48
2022-01-11Fix device tree blob alignmentSebastian Huber1-4/+4
2022-01-11bsp/qoriq: Implement Interrupt Manager directivesSebastian Huber1-24/+77
2021-12-22bsp/mrm332: Fix TLS support in linker command fileSebastian Huber1-10/+6
2021-12-17Remove powerpc/haleakala boardJoel Sherrill13-1841/+0
2021-12-13bsp/leon3: Do not invalidate cache in SMP startSebastian Huber1-1/+1
2021-12-13bsp/leon3: Use interrupt entry for tm27 supportSebastian Huber1-20/+57
2021-12-13bsp/leon3: Use interrupt entry for the SMP supportSebastian Huber1-4/+9
2021-12-13bsp/leon3: Use interrupt entry for Clock DriverSebastian Huber1-4/+10
2021-12-13bsps/aarch64: Support .noinit linker sectionSebastian Huber1-0/+7
2021-12-12bsps/aarch64: Remove erroneous cache featureKinsey Moore1-2/+0
2021-11-30libc: Optimize malloc() initializationSebastian Huber2-0/+98
2021-11-30score: Optimize Workspace Handler initializationSebastian Huber2-0/+92
2021-11-29bsp_specs: Delete last remnants of these.Joel Sherrill85-0/+0
2021-11-10bsps/aarch64: Restore interrupt nestingKinsey Moore1-1/+3
2021-11-01cpukit/aarch64: Add libdebugger supportKinsey Moore1-0/+11
2021-11-01bsps/aarch64: Mask debug events from startupKinsey Moore1-2/+2
2021-11-01bsps/aarch64: Set interrupt level correctlyKinsey Moore1-1/+1
2021-11-01bsps/aarch64: Add missing MMU map recursion checkKinsey Moore1-0/+9
2021-11-01aarch64: Break out MMU definitionsKinsey Moore5-39/+121
2021-10-13microblaze: Rework for RTEMS 6Alex White24-0/+2171
2021-10-06bsp/imx: Add cs_change support to SPIChristian Mauderer1-4/+6
2021-09-21cpukit: Add AArch64 SMP SupportKinsey Moore7-26/+165
2021-09-21bsps/gicv2: Allow BSPs to define IRQ attributesKinsey Moore3-34/+180
2021-09-21bsps/zynqmp: Use correct number of interruptsKinsey Moore1-1/+1
2021-09-21bsps/shared: Add PSCI SMP startup supportKinsey Moore1-0/+92
2021-09-21build: Remove old build systemSebastian Huber117-3065/+0
2021-09-19powerpc/motorola_powerpc: Map LibBSD bus space to the PCI base addressChris Johns1-3/+29
2021-09-16arm/xilinx: Fix zynq-uart interrupt receiveChris Johns3-57/+67
2021-09-09bsps/zynqmp: Added I2C support for ZynqMPStephen Clark4-0/+80
2021-09-09bsps/zynq: Moved general i2c files to shared directoriesStephen Clark3-2/+2
2021-09-06score: Change TOD_LATEST_YEAR to 2099Sebastian Huber1-7/+2
2021-09-02bsps/leon3: Rename fatal error codeSebastian Huber2-2/+2
2021-09-02bsps/imxrt: Improve SPI driverChristian Mauderer1-73/+124
2021-08-19aarch64/versal: Enable TX and RX FIFOsChris Johns1-5/+8
2021-08-18bsps/raspberrypi: Add SEV Instruction for RPi SMP firmware changes.pranav1-0/+1
2021-08-12bsp/leon3: Fix rtems_interrupt_is_pending()Sebastian Huber1-6/+0
2021-08-12bsps/arm: More robust SMP startSebastian Huber3-11/+16
2021-07-29bsps/cache: Optimize smp_cache_broadcast()Sebastian Huber1-1/+2
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber5-35/+25
2021-07-27bsps/irq: bsp_interrupt_facility_initialize()Sebastian Huber36-148/+90
2021-07-26bsp/raspberrypi: Add interrupt get/set affinitySebastian Huber1-0/+26
2021-07-26bsps/irq: Add rtems_interrupt_entry_install()Sebastian Huber11-523/+669
2021-07-26bsps/irq: Move bsp_interrupt_handler_is_empty()Sebastian Huber3-30/+11
2021-07-26bsps/irq: Add bsp_interrupt_check_and_lock()Sebastian Huber3-63/+86
2021-07-26bsps/irq: Use rtems_interrupt_entrySebastian Huber3-25/+16
2021-07-26sparc/irq: Implement new interrupt directivesSebastian Huber6-22/+162