summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add MIPS/Malta BSP.Jennifer Averett2012-04-0425-0/+3270
|
* PR 1993 - Convert MIPS to PIC IRQ modelJennifer Averett2012-04-0461-195/+2761
|
* Remove all .cvsignore files.Joel Sherrill2012-02-0114-86/+0
|
* 2011-12-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-12-148-67/+101
| | | | * Makefile.am: Change to one file per line. Clean up.
* 2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-11-042-1/+10
| | | | * ChangeLog, Makefile.am: Add bsp_reset() stub.
* 2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-10-183-8/+12
| | | | | | PR 1917/bsps * Makefile.am, console/conscfg.c: Modifications to add dynamic tables for libchip serial drivers.
* 2011-06-19 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-1910-5/+30
| | | | * Makefile.am: Fix broken path to clockdrv_shell.h.
* 2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-06-113-6/+5
| | | | | * Makefile.am, configure.ac: runtest for this BSP obsoleted by rtems-testing/sim-scripts support. Please use those scripts.
* 2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-252-2/+4
| | | | * configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-112-1/+6
| | | | | * include/tm27.h: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-113-3/+8
| | | | | * startup/bspstart.c, timer/timer.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-096-3/+21
| | | | | * timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-0216-16/+48
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-289-8/+16
| | | | | | | | * csb350/clock/clockdrv.c, csb350/network/network.c, csb350/start/start.S, csb350/timer/timer.c, genmongoosev/clock/clockdrv.c, genmongoosev/timer/timer.c, jmr3904/timer/timer.c, jmr3904/tools/runtest.in: Fix typo where license said found in found in.
* 2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-232-0/+5
| | | | * startup/bspstart.c: Add include to fix warning.
* 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-302-1/+7
| | | | | | PR 1599/cpukit * shared/irq/exception.S: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
* 2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-062-1/+5
| | | | | * shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing declaration.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-292-10/+16
| | | | | | | | PR 1573/cpukit * shared/irq/exception.S: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
* 2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-143-5/+4
| | | | * Makefile.am, preinstall.am: Fix typo.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-136-0/+1696
| | | | | * shared/liblnk/lnklib.S, shared/liblnk/pmon.S, shared/liblnk/regs.h, shared/startup/idtmem.S, shared/startup/idttlb.S: New files.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-138-1694/+16
| | | | | | | * Makefile.am, preinstall.am: Many files were duplicated across MIPS BSPs. Now those which were directly copied are shared. * liblnk/lnklib.S, liblnk/pmon.S, liblnk/regs.h, startup/idtmem.S, startup/idttlb.S: Removed.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-137-1304/+16
| | | | | | | * Makefile.am, preinstall.am: Many files were duplicated across MIPS BSPs. Now those which were directly copied are shared. * liblnk/lnklib.S, liblnk/pmon.S, liblnk/regs.h, startup/idtmem.S: Removed.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-1310-280/+31
| | | | | | * Makefile.am, preinstall.am, start/start.S: Many files were duplicated across MIPS BSPs. Now those which were directly copied are shared. * start/regs.h: Removed.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-139-1690/+199
| | | | | | | | * Makefile.am, preinstall.am: Many files were duplicated across MIPS BSPs. Now those which were directly copied are shared. * startup/usc.S: New file. * liblnk/lnklib.S, liblnk/pmon.S, liblnk/regs.h, startup/idtmem.S, startup/idttlb.S: Removed.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-134-1/+11
| | | | | * Makefile.am, preinstall.am, start/start.S: Many files were duplicated across MIPS BSPs. Now those which were directly copied are shared.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-132-22/+61
| | | | | * shared/irq/exception.S: rbtx4925, rbtx4938, and hurricane had very similar versions of exception. Now all use shared/irq/exception.S
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-132-0/+9
| | | | | * configure.ac: rbtx4925, rbtx4938, and hurricane had very similar versions of exception. Now all use shared/irq/exception.S
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-134-690/+16
| | | | | | * Makefile.am, configure.ac: rbtx4925, rbtx4938, and hurricane had very similar versions of exception. Now all use shared/irq/exception.S * startup/exception.S: Removed.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-132-0/+645
| | | | * shared/irq/exception.S: New file.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-136-1264/+14
| | | | | | * Makefile.am: rbtx4925 and rbtx4938 had copies of the same file with only minor differences. Both now use shared/irq/exception.S * startup/exception.S: Removed.
* 2010-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-132-4/+9
| | | | | * startup/exception.S: Minor changes to make more similar to the shared version.
* 2010-04-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-292-0/+5
| | | | * startup/linkcmds: Now links all tests.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-282-6/+6
| | | | * shared/gdbstub/mips-stub.c: Remove warnings.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-282-0/+5
| | | | * startup/linkcmds: Needed to be assigned to a memory region.
* 2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-2710-13/+32
| | | | | * startup/linkcmds: Revert previous change. Remove .reginfo from .bss section where it was present.
* 2010-04-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-273-3/+7
| | | | | * start/start.S, startup/linkcmds: Revert previous change. Remove .reginfo from .bss section where it was present.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-2512-8/+34
| | | | * startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
* 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-252-1/+5
| | | | * bsp_specs: Remove extra } to eliminate warning.
* 2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-244-11/+8
| | | | * start/start.S: Verify boot_card is invoked properly with argc, argv.
* Include <unistd.h>.Ralf Corsepius2010-04-141-0/+2
|
* 2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-141-0/+4
| | | | * console/conscfg.c: Include <unistd.h>.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-2/+6
| | | | * network/network.c (au1x00_emac_ioctl): Use ioctl_command_t.
* Whitespace removal.Ralf Corsepius2009-11-2928-414/+414
|
* Whitespace removal.Ralf Corsepius2009-11-288-9/+9
|
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-232-6/+13
| | | | | * clock/clockdrv.c: Split hardware initialization code into Clock_driver_support_initialize_hardware().
* * startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,Ralf Corsepius2009-11-163-3/+12
| | | | | | promCopyIcacheFlush. * include/bsp.h: Add prototypes of promCopyDcacheFlush and promCopyIcacheFlush.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-1610-8/+30
| | | | | * startup/bspstart.c: Remove nested externs. #include <libcpu/isr_entries.h.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/rbtx4938.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/rbtx4925.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/jmr3904.cfg: Remove RTEMS_BSP_FAMILY.