summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/start360/start360.S (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-19Renaming all BSP specific startXXX directories to use the same name (start).Joel Sherrill1-436/+0
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-10-05Changed bra.s to bra.l to remove error with new version of binutils.Joel Sherrill1-2/+2
1999-10-04Setup environment pointer for getenv/putenv. Patch from Eric NorumJoel Sherrill1-3/+8
<eric@cls.usask.ca>.
1998-12-14Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1-0/+0
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
1998-03-25m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill1-2/+2
1998-03-23Patches from Eric Norum:Joel Sherrill1-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.
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill1-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.
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Update from Eric Norum:Joel Sherrill1-265/+270
Change label names so they can be seen from the debugger. Provide a start symbol -- gets rid of a loader warning message.
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-08-22start no longer a global symbol per Eric Norum's request.Joel Sherrill1-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.
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1997-04-16Update from Eric Norum.Joel Sherrill1-3/+7
1997-04-09Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1-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.
1997-04-07added global statement for start entry pointJoel Sherrill1-0/+1
1996-05-01Updates from Eric Norum.Joel Sherrill1-17/+29
1996-03-21some instructions altered for older binutilsJoel Sherrill1-8/+8
1996-03-06Generic 68360 BSP (gen360) submitted by: W. Eric Norum <eric@skatter.usask.ca>.Joel Sherrill1-0/+393
Contact information: W. Eric Norum Saskatchewan Accelerator Laboratory 107 North Road University of Saskatchewan Saskatoon, Saskatchewan, CANADA S7N 5C6