summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch rtems-rc-20000616-2-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-161-1/+2
| | | | | <corsepiu@faw.uni-ulm.de> to add -qnolinkcmds to bsp_specs like other BSPs.
* Patch rtems-rc-20000615-4-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-161-16/+1
| | | | | | | | | | | | <corsepiu@faw.uni-ulm.de> to fix the following: * lib/configure.in actually is libc's configure.in, so let it depend on libc not on lib [In my Cygnus/GNU configuration scheme, lib/include and lib/libc are treated as one unit, while libcpu and libbsp are treated as separate units.] * Allow empty --enable-bare* flags for the bare bsp. The formerly used scheme is too strict for our multilib experiments.
* Modified to pick up components from libcpu.Joel Sherrill2000-06-152-1/+2
|
* rxgen960 compiles and links.Joel Sherrill2000-06-158-16/+88
|
* Pick up caching code.Joel Sherrill2000-06-151-1/+2
|
* Use correct name for caching routines.Joel Sherrill2000-06-151-3/+2
|
* Updated.Joel Sherrill2000-06-151-1/+2
|
* Patch rtems-rc-20000615-3-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-153-7/+9
| | | | | <corsepiu@faw.uni-ulm.de> so these BSPs pick up the components they need from libcpu.
* Enable data cache as well.Joel Sherrill2000-06-143-0/+3
|
* Patch from John Cotton <john.cotton@nrc.ca> to correct cacheJoel Sherrill2000-06-147-11/+11
| | | | | | routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching.
* Conditionally do not assemble 403 code.Joel Sherrill2000-06-141-0/+8
|
* Patch from Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add missingJoel Sherrill2000-06-141-2/+2
| | | | file to Makefile.am.
* Patch rtems-rc-20000614-sh.tar.gz from Ralf CorsepiusJoel Sherrill2000-06-142-2/+2
| | | | | | | | | | | | | | | | | | | | | <corsepiu@faw.uni-ulm.de> that migrates the SH port to multilib'ing. This patch involved moving a number of files in the CVS repository, adding new files, and deleting files from their previous location. Ralf gave good instructions (not repeated here) and here are his notes: Note 1: In this version, I did not change the installation points of the headers which are moved inside of the source-tree. This is a temporary hack for not breaking compatibility with 4.5 based BSPs, but will probably not last once having real multilibs (We would have include file conflicts when several BSPs/CPU_MODELS share a common installation prefix). Note 2: I hope not to have broken too much, but I would not be astonished if something goes wrong. Note 3: There are more patches to come :)
* Must now pull in cache management code from libcpu.Joel Sherrill2000-06-144-2/+6
|
* Removed alloc860.c and mmu.c from C_FILES since they are now in libcpu.Joel Sherrill2000-06-141-2/+2
|
* Do not build if networking disabled.Joel Sherrill2000-06-141-0/+2
|
* Removed building of libcpu.a. It is now the individual BSPsJoel Sherrill2000-06-143-3/+9
| | | | | responsibility to explicitly pick up the components they require. This makes it easier to override default implmentations.
* Fix typo.Joel Sherrill2000-06-141-1/+1
|
* Pickup console-polled.c from the libbsp/shared directory.Joel Sherrill2000-06-131-0/+2
|
* Removing clock and timer since this BSP does not currentlyJoel Sherrill2000-06-131-2/+0
| | | | have them.
* Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill2000-06-134-3/+7
| | | | | | now is an implementation of the prototypes in rtems/rtems/cache.h. The libcpu/i386/wrapup directory is no longer needed. The PowerPC needs this done to it.
* Added .cvsignore.Joel Sherrill2000-06-134-0/+8
|
* Added .cvsignore.Joel Sherrill2000-06-132-0/+15
|
* Removed unused directories from Makefile.am and warningsJoel Sherrill2000-06-133-1/+17
| | | | from cvs by adding .cvsignore files.
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-123-459/+0
| | | | | | | | | | | | | | | <charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860.
* Fixed so hppa1.1 compiles with only problems in simhppa BSP.Joel Sherrill2000-06-121-1/+1
|
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-1240-321/+5952
| | | | | | | | | | | | | | | <charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
* Ensure that when -msoft-float is specified for multilib builds, thatJoel Sherrill2000-06-121-1/+2
| | | | | something indicates this. Eventually this needs to be merged into gcc.
* Removed references to printk as part of moving it to a more shareableJoel Sherrill2000-06-126-171/+6
| | | | location in libc.
* New file. This is a simple termios console driver which is sufficientJoel Sherrill2000-06-121-0/+148
| | | | to do polled IO on a single port with VERY little support code.
* Added i960sim BSP which (ignoring the 3 instructions not supportedJoel Sherrill2000-06-1218-0/+641
| | | | by gdb 5.0's i960 simulator) is enough to run hello world.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-12510-3699/+5099
|
* New file added on 4.5 branchJoel Sherrill2000-05-081-0/+0
|
* New file.Joel Sherrill2000-04-131-0/+367
|
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-13311-0/+1119
| | | | adds .cvsignore.
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-1350-0/+226
| | | | adds .cvsignore.
* Removed.Joel Sherrill2000-04-071-18/+0
|
* New file. Copied from i386ex BSP as missing from submission.Joel Sherrill2000-04-051-0/+18
|
* New files from John Cotton <John.Cotton@nrc.ca> and Charles-AntoineJoel Sherrill2000-04-053-0/+3223
| | | | | | | | | | | | | | | | | | | | | Gauthier <charles.gauthier@nrc.ca>. The power supply in their VMEbus cage died so it was submitted at this point. It passes ttcp which is a really good sign but they would like to do more testing and cleanup once their hardware is functional again. Please contact them if you are interested in using or fixing this driver. As their comments indicate, the performance is actually quite good even at this point as indicated by the ttcp results. Please note that this is by no means a final version. The code is still fairly ugly, and will require some further fixing. On the bright side, what is attached works. I finally ran the test programs successfully with optimized code and data cache enabled: netdemos worked, but failed on the UDP transfer (runs out of buffers). ttcp worked, with something like 1036 KB/sec Rx, 952 KB/sec Tx. tftp worked
* BSP now compiles and links with CAVSL board information. This includesJoel Sherrill2000-02-293-7/+2
| | | | | | | | | | linkcmds updated, simio references removed, and switch to libchip for serial ports from simio. Added a MEMORY_MAP file to capture information about the various addresses on this board. In addition, many of the beta patches are now included.
* Fixed typo.Joel Sherrill2000-02-281-1/+1
|
* New port of RTEMS to TI C3x and C4x.Joel Sherrill2000-02-221-0/+44
|
* New port of RTEMS to TI C3x and C4x.Joel Sherrill2000-02-2232-0/+2322
|
* Patch from Eric Norum <eric@cls.usask.ca> based on working withJoel Sherrill2000-02-113-1/+45
| | | | | | | | | | | | | | | | | | | | Bob Wisdon <bobwis@ascweb.co.uk> and Chris Johns <ccj@acm.org> to resolve a random network lockup problem. ckinit.c: Occasional network lockups have been noted when the PIT has a higher interrupt request level than the CPM. The SCC1 bit in the CISR is set even though the SCC1 interrupt handler is not active. This blocks interrupts from SCC1 (and all other CPM sources) and locks up the system. It has not been determined whether the error is within the 68360 or in the RTEMS interrupt support assembler code. The solution, for now, is to set both PIT and CPM interrupt request levels to the same value (4). network.c: Set CPM transmitter buffer pointer (_tbptr) to beginning of frame before restarting transmitter. Don't retire transmitter buffer descriptors belonging to the restarted frame.
* Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-0858-139/+183
| | | | | | | | | | | | | | | | | that contains: * Removes remaining (now illegal) references to $(SRC) from a couple of Makefile.ams * Removes duplicate AC_CONFIG_SUBDIRS macro from c/configure.in * Moves ENABLE_LIBCDIR into RTEMS_PROG_C[C|XX]_FOR_TARGET (hides LIBCDIR from most configure scripts, i.e. LIBCDIR becomes less visible) * Adds RTEMS_PROG_C[C|XX]_FOR_TARGET and RTEMS_CANONICALIZE_TOOLS to libbsp/*/configure.ins (A minor bug in previous implementations, which only has an impact when switching to GNU/Cygnus canonicalization) * Cleans up several bogus comments. * Removes MKLIB * Switches the version number to 4.5.0 (for testing version number handling)
* Fixed typo.Joel Sherrill2000-02-081-1/+1
|
* Patch from Eric Norum <eric@cls.usask.ca> to remove race conditionsJoel Sherrill2000-02-081-3/+9
| | | | when setting up receive buffer descriptors and when unmasking interrupts.
* Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-035-8/+2
| | | | | | | | | | | | | | | | | that contains the automake files for libnetworking plus a couple of minor fixes. [Now only one unused/unsupported Makefile.in remains (./c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in).] To apply: patch -p1 < rtems-rc-20000118-7.diff /bin/sh rtems-rc-20000118-7.rm /bin/sh rtems-rc-20000118-7.add ./bootstrap Notes: * I have tested this one by building all BSPs for m68k, powerpc, sh and unix with toolchains built since last weekend. * I did not touch libnetworking's directory layout.
* Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-021-4/+3
| | | | | | | | | | | | | | | | that contains: The workarounds related to the issues with ppc/helas403 (triggers a nasty bug in automake-2.14) and mcp750.cfg (Which is basically broken) To apply: patch -p1 < rtems-rc-20000118-6.diff ./bootstrap Note: * Though this patch is small, ./bootstrap is absolutely necessary. * Now your CVS source tree is identical to my local CVS.
* Patches rtems-rc-20000118-5.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-02-017-205/+96
| | | | | | | | | | | | | | | | | | | | | | | | | that contains: * The fix for the gen68360/network/Makefile.am * automatically set permissions to 755 to scripts/buildall and scripts-ada/buildall (I remembered a trick to achieve this :). * automake support for libbsp/* and libcpu/* (Attn: This part will finally break old-style configuration for all non-public cpus) NOTES: * This patch has only been tested for a random selection of BSPs (I haven't rebuilt all toolchains yet). * This patch is against rtem-cvs as of this morning (MET). To apply: patch -p1 <rtems-rc-20000118-5.diff cvs rm -f ./c/src/lib/libbsp/Makefile.in cvs rm -f ./c/src/lib/libbsp/shmdr/Makefile.in cvs rm -f ./c/src/lib/libcpu/Makefile.in cvs add ./c/src/lib/libbsp/Makefile.am cvs add ./c/src/lib/libbsp/shmdr/Makefile.am cvs add ./c/src/lib/libcpu/Makefile.am ./bootstrap