summaryrefslogtreecommitdiffstats
path: root/bsps (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-09leon: do not use -mfix-{device} with ClangDaniel Hellstrom2-2/+28
2018-10-09leon, spwtdp: Initial driver commitJavier Jalle4-0/+1344
2018-10-09bsps/arm: Fix ctor/dtor invocation orderSebastian Huber1-31/+4
2018-10-04bsp/atsam: Use internal SRAM for stack areaSebastian Huber1-1/+1
2018-10-02Use rtems_task_exit()Sebastian Huber6-7/+7
2018-10-01bsp/atsam: Use binary semaphore for I2CSebastian Huber2-23/+21
2018-10-01bsp/atsam: Use binary semaphore for SPISebastian Huber1-10/+7
2018-09-27bsp/imx: Add imx_ccm_sdhci_hz()Sebastian Huber1-0/+5
2018-09-20leon: remove warning missing string.hDaniel Hellstrom1-0/+1
2018-09-20leon, grspw_pkt: support CCSDS/ISO16 data CRCMartin Aberg2-2/+17
2018-09-20leon,grspw_pkt: protect TX descriptor from bad input (hdrlen)Daniel Hellstrom1-1/+2
2018-09-20leon, l2cache: workaround for scrubberMartin Aberg1-0/+8
2018-09-20leon: substitute printf with printk in driver initDaniel Hellstrom14-60/+60
2018-09-20leon3, ckinit: avoid unsued code warnings when drvmgr is enabledDaniel Hellstrom1-3/+6
2018-09-20leon3: fix warning when SMP is enabledDaniel Hellstrom1-0/+1
2018-09-20bsp/leon3: Fix typo which breaks the CPU counterSebastian Huber1-1/+1
2018-09-17riscv: Allow platforms with no PLIC to proceedHesham Almatary1-0/+5
2018-09-17bsp/tqm8xx: Remove unused filesSebastian Huber2-1280/+0
2018-09-17bsp/tqm8xx: Fix polled vs. interrupt outputSebastian Huber2-57/+81
2018-09-17bsp/tqm8xx: Convert console to new Termios APISebastian Huber1-259/+99
2018-09-17bsp/tqm8xx: Move DMA support to channel descriptorSebastian Huber1-164/+170
2018-09-17bsp/tqm8xx: Move rxBuf to channel descriptorSebastian Huber1-58/+50
2018-09-17bsp/tqm8xx: Use IRQ extensions APISebastian Huber1-26/+12
2018-09-17bsp/tqm8xx: Clear sbss sectionSebastian Huber1-4/+7
2018-09-17bsp/tqm8xx: Use custom string to uint32_tSebastian Huber1-2/+19
2018-09-10network: Use kernel/user space header filesSebastian Huber58-74/+58
2018-09-06bsp/qoriq: Add struct qoriq to allow forward declsSebastian Huber1-2/+2
2018-09-06bsps/powerpc: Simplify ppc_exc_initialize()Sebastian Huber21-154/+22
2018-09-05bsp/mpc55xxevb: Fix format warningSebastian Huber1-1/+3
2018-09-05libchip/ata: Fix ATA_DRIVER_TABLE_ENTRYSebastian Huber1-1/+1
2018-09-03bsps: BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGINSebastian Huber12-39/+10
2018-08-29Remove bsps/sparc64/shared/helenos/boot/generic/string.cJoel Sherrill1-211/+0
2018-08-29psim/include/tm27.h: Fix not a prototype warningsJoel Sherrill1-4/+4
2018-08-29mvme5500/include/tm27.h: Fix not a prototype warningsJoel Sherrill1-2/+2
2018-08-29uC5282/clock/clock.c: Correct bsp_idle_thread() prototypeJoel Sherrill1-1/+1
2018-08-29gen68340/include/m340timer.h: Fix not a prototype warningsJoel Sherrill1-4/+4
2018-08-29lpc32xx/include/bsp.h: Resolve set but not used warningJoel Sherrill1-0/+1
2018-08-29monlib.[ch]: Fix warnings for external vs internal use of .hJoel Sherrill2-6/+7
2018-08-29qoriq/include/tm27.h: Fix warningsJoel Sherrill1-5/+5
2018-08-29gen5200/include/tm27.h: Fix warningsJoel Sherrill1-4/+5
2018-08-29mpc55xxevb/clock/clock-config.c: Remove unused mpc55xx_clock_cleanup() methodJoel Sherrill1-10/+0
2018-08-29gen5200/include/bsp/bestcomm.h: Fix unused variable warningJoel Sherrill1-0/+3
2018-08-29bsps/i386/shared/cache/cache.c: Fix warningsJoel Sherrill1-20/+2
2018-08-29gdbarmsim/include/bsp.h: Fix warningsJoel Sherrill1-3/+3
2018-08-29bsps/m68k/shared/cache/cache.h: Fix warnings and clean upJoel Sherrill1-38/+43
2018-08-29bsp/qoriq: Remove READMESebastian Huber1-29/+0
2018-08-24leon,grspw_pkt: remove incorrect comment on SMP not being testedDaniel Hellstrom1-1/+1
2018-08-24leon,apbuart: replace termios c_cflag & CBAUD with c_{i,o}speedDaniel Hellstrom1-61/+3
2018-08-24leon,greth: enable MAC filtering (promiscous mode, multicast)Daniel Hellstrom2-1/+105
2018-08-24leon, greth: 10/100 MAC enable TX BD interruptDaniel Hellstrom1-5/+5