summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-04-06Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-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.
1998-03-23Patches from Eric Norum:Joel Sherrill1-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.
1997-11-18Changed from DOS style CR/LF to Unix style.Joel Sherrill1-534/+534
1997-10-13New version of this file from Eric Norum.Joel Sherrill1-536/+534
1997-09-18Merged changes from Eric Norum:Joel Sherrill1-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.
1997-09-03Fix from Eric Norum. Here is the comment:Joel Sherrill1-2/+2
Enable SDMA operation during FREEZE. It seems that disabling SDMA during freeze makes the SMC channels work erratically.
1997-05-21patch from Eric NorumJoel Sherrill1-4/+4
1997-04-16Update from Eric Norum.Joel Sherrill1-93/+357
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1-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.
1996-05-28fixed typoJoel Sherrill1-1/+1
1996-05-01Updates from Eric Norum.Joel Sherrill1-11/+28
1996-03-21minor mods to get to compile locallyJoel Sherrill1-2/+3
1996-03-06include of mc68360.h changed to m68360.h to reflect filename change.Joel Sherrill1-1/+1
1996-03-06Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1-0/+172
Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6