summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber1-4/+4
2017-05-24build-system: Parallel build all subdirs.Chris Johns1-1/+1
2017-03-09libbsp/mips/shared/irq/i8259.c: Add include of rtems/bspIo.hJoel Sherrill1-0/+1
2017-03-09libbsp/shared/clock/clockdrv.c: Remove unneeded printk()Joel Sherrill1-1/+0
2017-03-09libbsp/malta/pci/pci.c: Correct printk() formatsJoel Sherrill1-6/+6
2017-03-09libbsp/csb350/clock/clockdrv.c: Remove unneeded printk()Joel Sherrill1-3/+0
2017-03-09libbsp/mips/shared/irq.c: Fix warningsJoel Sherrill2-41/+11
2016-12-07testsuite: Add test states to the testsuit configuration files.Chris Johns4-4/+4
2016-11-18bsps/mips: Use <libcpu/isr_entries.h>Sebastian Huber6-7/+6
2016-06-24bsps: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+1
2016-03-30mips/rbtx4938/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30mips/rbtx4925/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30mips/malta/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30mips/jmr3904/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30mips/hurricane/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-30mips/csb350/include/bsp.h: Do not include <rtems/iosupp.h>Joel Sherrill1-1/+0
2016-03-29mips/rbtx4938: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-3/+4
2016-03-29mips/rbtx4925: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill2-3/+4
2016-03-29mips/malta: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-1/+0
2016-03-29mips/jmr3904: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-1/+0
2016-03-29mips/hurricane: Remove include of <rtems/console.h> from <bsp.h> and fix warn...Joel Sherrill2-3/+4
2016-03-29mips/csb350: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-1/+0
2016-03-27mips/rbtx4938/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-27mips/rbtx4925/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-27mips/malta/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-27mips/jmr3904/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-27mips/hurricane/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill2-1/+1
2016-03-27mips/csb350/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-10mips/malta: Use shared pci_find_device() and removed unused pci_list_devices()Joel Sherrill4-413/+1
2016-03-03bsps: Delete empty Clock_driver_support_at_tick()Sebastian Huber1-2/+0
2016-02-03Use linker set for libio initializationSebastian Huber6-12/+0
2016-01-21mips/rbtx4938: Add per-section compilation and linking support.Ralph Holmes1-0/+3
2016-01-21mips/rbtx4925: Add per-section compilation and linking support.Ralph Holmes1-0/+3
2016-01-20mips/hurricane: Add per-section compilation and linking support.Ralph Holmes1-0/+3
2016-01-20mips/csb350: Add per-section compilation and linking support.Ralph Holmes1-0/+3
2016-01-19mips/malta: Add per-section compilation and linking support.Ralph Holmes1-0/+3
2016-01-14jmr3904/tools: Remove obsolete toolsJoel Sherrill3-312/+0
2016-01-05mips/jmr3904: Add per-section compilation and linking supportJoel Sherrill1-0/+5
2016-01-05jmr3904.cfg: Delete old commentsJoel Sherrill1-7/+0
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi2-4/+0
2015-12-14mips/genmongoosev: RemoveAun-Ali Zaidi28-5030/+0
2015-12-10bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber7-7/+0
2015-12-08Add RTEMS linker setsSebastian Huber5-0/+10
2015-07-16Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill7-14/+14
2015-05-20bsps: Convert clock drivers to use a timecounterAlexander Krutwig6-8/+11
2015-04-01jmr3904-testsuite.tcfg: New fileJoel Sherrill1-0/+9
2015-03-06Temporarily disable libdl tests on some MIPS BSPSsJoel Sherrill3-0/+15
2015-03-03mips BSPs: Remove .global for unprovided symbolJoel Sherrill4-4/+0
2014-12-05Update bug report URLSebastian Huber9-9/+9
2014-10-23bsps: Move extern "C" to not cover includesSebastian Huber7-28/+28