summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move startup files to bspsSebastian Huber2018-04-201-846/+0
| | | | | | | | Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
* m68k/gen68360: Fix warningsJoel Sherrill2014-10-201-3/+8
|
* m68k/mvme162: Fix warningsJoel Sherrill2014-10-191-656/+659
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+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.
* m68k: replace m68k_isr with rtems_isrGedare Bloom2012-04-161-1/+1
|
* 2010-08-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-241-2/+5
| | | | * startup/init68360.c: Fix type punning warning.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-281-3/+3
| | | | * startup/init68360.c, timer/timer.c: Remove warnings.
* Whitespace removal.Ralf Corsepius2009-11-291-2/+2
|
* 2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-161-16/+16
| | | | | | * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared bsp_get_work_area() implementation.
* added variant to gen68360 BSPThomas Doerfler2008-07-111-0/+175
| | | | added genmcf548x BSP
* 2005-03-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-111-0/+1
| | | | * startup/init68360.c: Add _RomBase declaration.
* 2005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-121-0/+1
| | | | | * include/bsp.h, startup/init68360.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
* Remove stray white spaces.Ralf Corsepius2004-04-211-18/+18
|
* 2004-04-03 Ralf Corsepiu <ralf_corsepiu@rtems.org>Ralf Corsepius2004-04-031-1/+1
| | | | | | | | | | | * c/src/lib/libbsp/m68k/gen68360/clock/clock.c, c/src/lib/libbsp/m68k/gen68360/console/console.c, c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c, c/src/lib/libbsp/m68k/gen68360/network/network.c, c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c, c/src/lib/libbsp/m68k/gen68360/startup/init68360.c, c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include <rtems/m68k/m68360.h> instead of <m68360.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-2/+2
| | | | | | * include/bsp.h, network/network.c, startup/bspstart.c, startup/init68360.c, timer/timer.c: Convert to using c99 fixed size types.
* 2001-09-14 Eric Norum <eric.norum@usask.ca>Joel Sherrill2001-09-211-6/+0
| | | | * startup/init68360.c: Modifications to make gcc 3.x happy.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-7/+6
|
* New patch from Eric Norum plus some minor mods by Joel.Joel Sherrill2000-01-131-3/+15
|
* Fixed unterminated comment spotted by eagle eye Ralf CorsepiusJoel Sherrill2000-01-101-0/+1
| | | | <corsepiu@faw.uni-ulm.de>.
* patch from Eric Norum <eric@cls.usask.ca> as follows:Joel Sherrill2000-01-051-0/+124
| | | | | | | | | | | At the request of kjoutwater@west.raytheon.com I'm submitting the following patch. c/src/lib/libbsp/m68k/gen68360/console/console.c Allow console baud rate to be set by debugger/downloader. c/src/lib/libbsp/m68k/gen68360/startup/init68360.c Add support for generic 68360 with static RAM.
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1999-04-061-0/+6
| | | | | | | I'd like to make the following change which adds the m360 structure information to the debugging symbols in the final executable. This makes it much easier to use the debugger to look at the elements of the m360 structure.
* Patches from Eric Norum:Joel Sherrill1998-03-231-68/+58
| | | | | | | Here are some patches to the gen68360 BSP. The improvements include: Boot prom run-time selection of DRAM size (1/4/16 Mbytes) Full 32-bit ethernet address obtained from boot prom. Updated README.
* Changed from DOS style CR/LF to Unix style.Joel Sherrill1997-11-181-534/+534
|
* New version of this file from Eric Norum.Joel Sherrill1997-10-131-536/+534
|
* Merged changes from Eric Norum:Joel Sherrill1997-09-181-16/+18
| | | | | | | | | | | | | Enable 68360 watchdog. The watchdog control register is a `write-once' register, so the watchdog has to be enabled in the boot roms if it is to be used at all. To make the change transparent I added a default feed of the watchdog to the clock interrupt handler. This can be overridden if the application wants to handle the watchdog. The only difficulty with this change is that an application has to either include the clock driver or handle the watchdog explicitely. I don't think this is much of a problem since I am pretty sure that almost every application includes the clock driver.
* Fix from Eric Norum. Here is the comment:Joel Sherrill1997-09-031-2/+2
| | | | | | Enable SDMA operation during FREEZE. It seems that disabling SDMA during freeze makes the SMC channels work erratically.
* patch from Eric NorumJoel Sherrill1997-05-211-4/+4
|
* Update from Eric Norum.Joel Sherrill1997-04-161-93/+357
|
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-091-44/+124
| | | | | | | | | | | | | was done based on the 3.6.0 release and had to be autoconf'ed locally. It is turned on is the bsp enables it and it is not explicitly disabled via the configure option --disable-tcpip. As many warnings as possible were removed locally after the code was merged. Only the gen68360 and mvme136 bsps were compiled this way. The ka9q port and network driver were submitted by Eric Norum (eric@skatter.USask.Ca). The network demo programs are not included in the tree at this point.
* fixed typoJoel Sherrill1996-05-281-1/+1
|
* Updates from Eric Norum.Joel Sherrill1996-05-011-11/+28
|
* minor mods to get to compile locallyJoel Sherrill1996-03-211-2/+3
|
* include of mc68360.h changed to m68360.h to reflect filename change.Joel Sherrill1996-03-061-1/+1
|
* Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1996-03-061-0/+172
Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6