summaryrefslogtreecommitdiffstats
path: root/bsps (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-21bsps/i386: Update calibration of TSC to be more accurateJan Sommer1-33/+38
2021-06-17bsps/irq: Change license to BSD-2-ClauseSebastian Huber11-97/+242
2021-06-17grlib: Simplify apbuart_inbyte_nonblocking()Sebastian Huber1-5/+5
2021-06-17grlib: Fix apbuart_outbyte_polled() prototypeSebastian Huber2-2/+2
2021-06-17grlib: Add apbuart_outbyte_wait()Sebastian Huber6-24/+24
2021-06-17grlib: Remove NL -> CR in apbuart_outbyte_polled()Sebastian Huber6-12/+4
2021-06-17bsps/leon3: Auto initialization for printk()Sebastian Huber1-28/+14
2021-06-17grlib: Add ambapp_plb()Sebastian Huber19-63/+96
2021-06-17grlib: Customizable allocation in ambapp_scan()Sebastian Huber2-26/+42
2021-06-10bsps/sparc: Simplify memory initializationSebastian Huber2-34/+39
2021-06-10bsps/sparc: Simplify stack initializationSebastian Huber1-28/+21
2021-06-10bsps/sparc: Unify stack initializationSebastian Huber1-8/+6
2021-06-10bsps/sparc: Remove support to load data sectionSebastian Huber1-32/+4
2021-06-10bsps/sparc: Remove unused __bsp_mem_init symbolSebastian Huber1-1/+1
2021-06-09aarch64: add qemu bsps for cortex-a72Gedare Bloom6-0/+355
2021-06-07arm/fvp: Fix integer from pointer without a castSebastian Huber1-1/+1
2021-05-28Change filesystem utime_h handler to utimens_hRyan Long1-1/+1
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