summaryrefslogtreecommitdiffstats
path: root/bsps (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-26powerpc: Use .machine any for some inline asmSebastian Huber8-14/+91
2022-02-25riscv: Use zicsr architecture extensionSebastian Huber2-1/+8
2022-02-25bsps/riscv: Add missing includeSebastian Huber1-0/+1
2022-02-25bsps/powerpc: Do no use Newlib internalsSebastian Huber5-5/+10
2022-02-23microblaze: Decouple exceptions from interruptsKinsey Moore1-0/+3
2022-02-21bsp/imxrt: Enforce alignment for devicetreeChristian Mauderer3-3/+3
2022-02-17bsp/arm/zynq: Cadence I2C has moved, update to the new pathChris Johns1-1/+2
2022-02-11bsp/atsam: Improve UART / USART tx performanceChristian Mauderer1-4/+5
2022-02-10bsp/atsam/i2c: Add error return and fix edge casesChristian Mauderer2-59/+47
2022-02-10bsp/atsam/i2c: Simplify driverChristian Mauderer2-69/+45
2022-02-04cpukit/microblaze: Clarify interrupt frame usageKinsey Moore1-1/+3
2022-02-04cpukit/microblaze: Add debug vector and handlerKinsey Moore2-1/+112
2022-02-04cpukit/microblaze: Add exception frameworkKinsey Moore3-92/+96
2022-02-01microblaze: Add support for libbsd networkingAlex White10-6/+123
2022-02-01microblaze: Add support for libbsd.Jennifer Averett4-0/+1438
2022-01-19bsps: Avoid use of memcpy() in bsp_fdt_copy()Sebastian Huber1-1/+1
2022-01-18bsp/atsam: Optionally use DMA for UART RxChristian Mauderer2-5/+190
2022-01-18bsp/atsam: Merge USART and UART driverChristian Mauderer1-225/+60
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