summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/start/start360.s (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-432/+0
| | | | | .s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
* m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1998-03-251-2/+2
|
* Patches from Eric Norum:Joel Sherrill1998-03-231-8/+6
| | | | | | | 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.
* Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1998-03-211-1/+1
| | | | | | | | 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.
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
|
* Update from Eric Norum:Joel Sherrill1997-10-081-265/+270
| | | | | Change label names so they can be seen from the debugger. Provide a start symbol -- gets rid of a loader warning message.
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
|
* start no longer a global symbol per Eric Norum's request.Joel Sherrill1997-08-221-1/+6
| | | | | | | | | | Also, I ran across a nasty problem the first time I tried downloading and running an application compiled with the new snapshot. To make a very long story short, the `start' in ...../m68k/gen6860/start360/start360.s must not be global. The change is simple -- just remove the .globl start from start360.s.
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* Update from Eric Norum.Joel Sherrill1997-04-161-3/+7
|
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-091-3/+17
| | | | | | | | | | | | | 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.
* added global statement for start entry pointJoel Sherrill1997-04-071-0/+1
|
* Updates from Eric Norum.Joel Sherrill1996-05-011-17/+29
|
* some instructions altered for older binutilsJoel Sherrill1996-03-211-8/+8
|
* Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1996-03-061-0/+393
Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6