summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate.Ralf Corsepius2006-01-1218-0/+72
|
* Remove all-local:.Ralf Corsepius2006-01-1218-36/+0
|
* Regenerate.Ralf Corsepius2006-01-1218-18/+18
|
* Cleanup.Ralf Corsepius2006-01-1218-18/+0
|
* Remove leftovers of consolex.Ralf Corsepius2006-01-111-2/+0
|
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-1110-283/+30
| | | | * Makefile.am: Add preinstall.am.
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-1127-683/+82
| | | | * Makefile.am: Add preinstall.am.
* New.Ralf Corsepius2006-01-1118-0/+1092
|
* 2006-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-082-2/+6
| | | | * network/network.c: Remove warnings.
* Add another 'extended BSP' routine which returns reboot status register ↵Eric Norum2005-12-192-0/+42
| | | | information
* 2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-124-8/+8
| | | | * bsp_specs: Remove %cpp.
* 2005-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-123-7/+8
| | | | | * bsp_specs: Remove %cpp. * console/console.c: Eliminate obsolete types.
* Clean up UART2 pin setup. Protect pin setup code.Eric Norum2005-11-113-2/+12
|
* Add code to set up pin assignments.Eric Norum2005-11-082-2/+21
|
* Remove assignation to U.S. Government.Eric Norum2005-11-072-2/+0
|
* Assign copyright to OAR since all files descend from OAR's source.Eric Norum2005-11-0711-23/+81
|
* Fixed formatting.Joel Sherrill2005-11-071-3/+3
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-0/+6
| | | | | | * console/console.c: Eliminate unsigned32, unsigned8. * include/bsp.h: Eliminate unsigned32. * startup/bspstart.c: Eliminate unsigned32.
* Eliminate unsigned32.Ralf Corsepius2005-11-074-10/+10
|
* Eliminate unsigned32, unsigned8.Ralf Corsepius2005-11-071-3/+3
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-0/+6
| | | | | | * include/bsp.h: Eliminate unsigned32. * network/network.c: Several minor bug fixes. * startup/bspstart.c: Eliminate unsigned32.
* Several minor bug fixes.Ralf Corsepius2005-11-071-1/+6
|
* Allow network to be locked at 100/Full.Eric Norum2005-10-263-4/+25
|
* Remove.Ralf Corsepius2005-10-173-94/+0
|
* 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-173-28/+94
| | | | | | * Makefile.am: Merge-in shared/Makefile.am. * ChangeLog: Merge-in shared/ChangeLog. * configure.ac: Remove shared/Makefile.am.
* Silently return to bootstrap PROM.Eric Norum2005-09-191-1/+0
|
* Correct my email address.Ralf Corsepius2005-09-191-8/+8
|
* 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-09-191-0/+4
| | | | * network/network.c: Include <errno.h> instead of <sys/errno.h>.
* Include <errno.h> instead of <sys/errno.h>.Ralf Corsepius2005-09-191-1/+1
|
* Add bsp_reset bootrom call.Eric Norum2005-09-164-8/+7
| | | | Call bsp_reset from bsp_cleanup().
* New file.Joel Sherrill2005-08-171-0/+9
|
* 2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-08-172-0/+6
| | | | * acinclude.m4: Add the av5282 BSP.
* 2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-08-1720-0/+3969
| | | | | | | | | * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
* Add .gnu.linkonce.bEric Norum2005-07-242-1/+5
|
* Add .gnu.linkonce.b.* relocation.Eric Norum2005-07-241-0/+1
|
* Enable CS1* and CS2* now that Arcturus bootstrap PROMs no longer take care ↵Eric Norum2005-07-062-0/+5
| | | | of that for us.
* Add description of external interrupt request assignments.Eric Norum2005-06-301-0/+3
|
* Reflect changes to network driver.Eric Norum2005-06-291-1/+1
|
* Drive LEDs with more useful information.Eric Norum2005-06-291-0/+2
|
* Add duplex negotation support.Eric Norum2005-06-292-46/+99
|
* Minor tweak to make it easier to insert some code to test realignment.Eric Norum2005-06-221-2/+2
|
* Clean up transmit buffer realignment.Eric Norum2005-06-203-74/+84
| | | | Many thanks to Mr. Kolja Waschk for identifying the problem.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-171-0/+4
| | | | * include/.cvsignore: New file.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-172-0/+6
| | | | * acinclude.m4: Added mcf5235.
* 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-06-1720-0/+3885
| | | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-2630-30/+90
| | | | * include/bsp.h: New header guard.
* Fix typo.Eric Norum2005-05-241-1/+1
|
* Try to maintain compatability with everyone else's VBR changes.Eric Norum2005-05-244-10/+6
|
* 2005-05-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-202-1/+5
| | | | * console/duart.c: Remove warning.
* Followup fix to Joel's earlier _VBR changes.Eric Norum2005-05-112-0/+9
|