summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+5
| | | | | * include/m68349.inc, start/start.S, startup/dumpanic.c: Convert to utf-8.
* Convert to utf-8Ralf Corsepius2006-10-173-3/+3
|
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-117-595/+578
| | | | | | * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c, startup/bspclean.c, startup/start_c.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-9/+14
| | | | | * console/console.c, startup/init5235.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-8/+12
| | | | * startup/init5282.c: Convert C++ style comments to C style.
* Add bsp_setbenv system call.Eric Norum2006-08-012-1/+6
|
* Regenerate.Ralf Corsepius2006-07-111-0/+8
|
* 2006-06-23 Worth Burruss <worth@motioncontrol.org>Joel Sherrill2006-06-237-38/+101
| | | | | | | | | | | | | | | | * Makefile.am, README, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235 eval boards to either load and run from ram using the dBug moniter as the boot deviced (Board setup as shipped from the factory), or it allows the user to Boot his code from flash he loads onto the eval board. The code changes between the two are based on the selected linker script using a variable in the script. The options to the linker are used to override the default linker script and select which options to configure at boot either from flash, or from ram: -qnolinkcmds -T linkcmdsflash If no options are given the standard linker sript assumes dBug was used to set up the board and the user is going to load his program to RAM.
* Allow single spurious FPGA interrupt.Eric Norum2006-05-152-3/+9
|
* Improve handling of unexpected FPGA interrupt conditions.Eric Norum2006-05-152-3/+23
|
* Add default exception handler.Eric Norum2006-04-112-1/+57
|
* Add missing reset cause bit.Eric Norum2006-03-242-0/+5
|
* Remove eof include fileRalf Corsepius2006-03-1727-27/+0
|
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-086-6/+18
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-0820-21/+61
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-083-4/+9
| | | | | * startup/linkcmds, startup/linkcmds_ROM: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-088-12/+22
| | | | | * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-083-4/+9
| | | | | * startup/linkcmds, startup/linkcmds.flash: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-084-6/+11
| | | | | * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add sections required by newer gcc versions.
* Avoid possible division by zero.Eric Norum2006-02-063-2/+8
|
* Formatting.Joel Sherrill2006-02-011-2/+2
|
* Add code to maintain CPU load average.Eric Norum2006-01-294-6/+51
|
* Regenerate.Ralf Corsepius2006-01-1418-18/+18
|
* 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
|