summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/jmr3904/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber1-30/+0
This patch is a part of the BSP source reorganization. Update #3285.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2000-12-132000-12-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+10
* README: Updated. We are now vectoring a clock tick ISR handler. But RTEMS is not returning from the ISR properly. * clock/clockdrv.c: Now causes interrupts but has not been calibrated. * include/bsp.h: Use <libcpu/tx3904.h> * startup/Makefile.am: Add setvec.c from shared. * startup/bspstart.c: Initialize the status register (SR) so no interrupts are masked but global interrupts (SR_IEC) are off. Added call to install the ISR prologue code. * wrapup/Makefile.am: Pick up more pieces from libcpu.
2000-12-062000-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-16/+10
* README: Updated to reflect status. * startup/linkcmds: Added .ctor and .dtor sections to no avail.
2000-11-302000-11-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-10/+18
* README: Updated to reflect current status. Misaligned reference during initialization may be compiler problem. * console/console-io.c: Added support for printk(). * startup/linkcmds: Reserve 512K for RTEMS Workspace.
2000-11-252000-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+23
* The JMR BSP is for a Toshiba TX39 evaluation board but can also be used with the mips simulator in gdb. * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console-io.c, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S, startup/.cvsignore, startup/Makefile.am, startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.