summaryrefslogtreecommitdiffstats
path: root/bsps (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-27bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore5-0/+518
2021-05-27bsps/aarch64: Advertise cache function supportKinsey Moore1-0/+10
2021-05-27bsps/aarch64: Align MVAs consistentlyKinsey Moore1-8/+5
2021-05-27bsps/aarch64: Break out system registersKinsey Moore1-180/+33
2021-05-25powerpc/.../sbrk.c: Do not reference errno.Joel Sherrill1-2/+12
2021-05-25ppc-irq-legacy.c: Use rtems_malloc() instead of malloc().Joel Sherrill1-10/+11
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber1-0/+2
2021-05-17bsps/imxrt: Enable DMA clockChristian Mauderer1-0/+3
2021-05-17bsps/imxrt: Fix OCRAM, ITCM and DTCM sizesChristian Mauderer3-0/+33
2021-05-17bsps/imxrt: Add addresses and interrupts to dtsChristian Mauderer2-521/+1651
2021-05-17bsps/imxrt: Reduce devicetree sizeChristian Mauderer2-765/+472
2021-05-17bsps/imxrt: Fix documentation errorChristian Mauderer1-1/+1
2021-05-17arm/altera-cyclone-v: Fix compile errorSebastian Huber1-2/+2
2021-05-12rtems: Constify rtems_task_wake_when()Sebastian Huber2-2/+2
2021-05-12_TOD_Validate(): Fix incorrect return codeFrank Kühndel2-7/+5
2021-05-06bsps/shared/ofw: Fix coverity defectsG S Niteesh Babu1-1/+11
2021-05-02bsps: Support RTEMS_NOINIT in linkcmdsSebastian Huber62-1/+256
2021-04-29bsps/arm: ARMV7_CP15_START_WORKSPACE_ENTRY_INDEXSebastian Huber1-1/+1
2021-04-27powerpc/shared/console: "termios" first open sets console baud to 9600Peter Dufault1-0/+4
2021-04-27powerpc/shared/console: Make console baud rate configurable.Peter Dufault2-3/+3
2021-04-26Makefile.am: Remove legacy networking filesVijay Kumar Banerjee3-26/+0
2021-04-26Implementation for STM32 HAL_GetTick using RTEMSRobin Mueller1-2/+2
2021-04-22bsps/beagle: Refactored i2c driverG S Niteesh Babu4-95/+114
2021-04-21bsps/arm: Set MSP in ARMv7-M start codeSebastian Huber1-0/+8
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber1-1/+0
2021-04-20Updated tick implementation for HAL_GetTickRobin Mueller1-1/+3
2021-04-19bsps/xilinx-zynqmp: Avoid constant UART reinitKinsey Moore2-3/+12
2021-04-16grlib/genirq: Taking into account that it could be more than one ISR enabled/...Moyano, Gabriel1-2/+2
2021-04-08disp_hcms29xx.c: Unused value (CID #1399752)Ryan Long1-1/+3
2021-04-07bsps: Remove networking driversVijay Kumar Banerjee124-111498/+0
2021-04-06arm/stm32h7: Add STM32H7_USART3_GPIO_*Sebastian Huber1-2/+4
2021-04-06arm/stm32h7: Add STM32H7_HSE_FREQUENCYSebastian Huber1-0/+5
2021-04-01stm32h7: Add init for sdmmc pinsChristian Mauderer2-0/+90
2021-04-01stm32h7: Add SDMMC modules to clockChristian Mauderer2-3/+15
2021-03-30bsps/xilinx_zynq: Add Xilinx AXI SPI driver to autotools buildJan Sommer1-0/+2
2021-03-30bsps/xilinx_zynq: Add SPI driver for xilinx-axi-spiJan Sommer3-0/+557
2021-03-23bsps/riscv: Add per cpu clock interruptJan Sommer2-10/+50
2021-03-21bsp/beagle: Ported Beagle pinmux driver to RTEMSG S Niteesh Babu4-2/+157
2021-03-21bsps/beagle: Added SOC detection using FDTG S Niteesh Babu4-6/+158
2021-03-21bsp/beagle: Import Beagle pinmux from FreeBSDG S Niteesh Babu4-0/+891
2021-03-21bsps/shared/ofw: Add rtems_ofw_is_node_compatibleG S Niteesh Babu2-0/+29
2021-03-21bsps/arm/imxrt: Add FDT and FDT helper for QTMRChristian Mauderer4-139/+293
2021-03-11grlib,grspw_pkt: correct link state enum numberingDaniel Hellstrom1-2/+2
2021-03-11leon, l2cache: prevent unused diagnostic accessMartin Aberg1-2/+2
2021-03-11leon, ahbstat: register definitions for AHBSTAT version 1Martin Aberg2-0/+10
2021-03-11leon, grspw_router: added router_port_link_div()Martin Aberg2-0/+6
2021-03-11leon: restart and load timer counter at initializationDaniel Hellstrom1-1/+4
2021-03-11leon,ckinit: avoid assuming 1MHz timer pre-scaler clockDaniel Hellstrom1-4/+3
2021-03-11leon3: avoid dependency on apbuart/timer driverDaniel Hellstrom2-12/+28
2021-03-11leon,greth: added support for variable sized descriptor table sizesDaniel Hellstrom2-7/+16