summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/mips/p4000/include/bsp.h (follow)
AgeCommit message (Collapse)Author
2006-03-16Remove (abandoned).Ralf Corsepius
2005-05-262005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius
* include/bsp.h: New header guard.
2004-04-222004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
* include/bsp.h: Split out tmtest27 support. * include/tm27.h: New.
2004-04-212004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
PR 613/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
2004-04-212004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
PR 614/bsps * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-21Remove stray white spaces.Ralf Corsepius
2004-04-012004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
* console/led.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>. * startup/idtmem.S: Include <rtems/asm.h> instead of <asm.h>. * startup/idttlb.S: Include <rtems/asm.h> instead of <asm.h>. * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius
* times, include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size types.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* console/console.c, include/bsp.h, include/coverhd.h, startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for license changed.
2001-09-282001-09-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* include/bsp.h: Renamed delay() to rtems_bsp_delay().
2001-05-242001-05-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
* configure.in: Add bspopts.h. * include/bsp.h: Include bspopts.h. * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*. * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill
1999-11-17Updated copyright notice.Joel Sherrill
1998-04-15Numerous changes which in total greatly reduced the amount of sourceJoel Sherrill
code in each BSP's bspstart.c. These changes were: + confdefs.h now knows libio's semaphore requirements + shared/main.c now copies Configuration to BSP_Configuration + shared/main.c fills in the Cpu_table with default values This removed the need for rtems_libio_config() and the constant BSP_LIBIO_MAX_FDS in every BSP. Plus now the maximum number of open files can now be set on the gcc command line.
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill
based on the GNU tools. This usually involved correcting the type of bsp_start(), bsp_cleanup(), adjusting the start code to call the right start routine (the shared boot_card()), and then removing code from bsp_start() which was performed in the new boot_card()/main() path.
1998-02-17updated copyright to 1998Joel Sherrill
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill
of switching to the modified GNU GPL.
1997-04-07removed reference to no_bsp.Joel Sherrill
added prototypes.
1996-09-11added $Id$ string to file headerJoel Sherrill
1996-09-06new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill
Derrick Ostertag (ostertag@transition.com).