summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-08242-484/+484
|
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-0826-47/+47
| | | | | | to lib/include. Went to using a PROJECT_INCLUDE variable.
* Increased interrupt stack space.Joel Sherrill1997-10-061-1/+1
|
* Merged changes from Eric Norum:Joel Sherrill1997-09-183-16/+32
| | | | | | | | | | | | | 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.
* eliminated potential for overfilling buffer on readJoel Sherrill1997-09-1519-19/+0
|
* 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.
* Switched to new style which does not require hackspecs.awk.Joel Sherrill1997-08-2820-580/+260
|
* Modified to support the BSP family concept.Joel Sherrill1997-08-2711-21/+21
|
* Modified to have correct address for vector table on multiple models.Joel Sherrill1997-08-272-0/+10
|
* Corrected to compile with egcs.Joel Sherrill1997-08-262-5/+5
|
* Removed redundant stanza.Joel Sherrill1997-08-221-2/+0
|
* start no longer a global symbol per Eric Norum's request.Joel Sherrill1997-08-222-2/+12
| | | | | | | | | | 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.
* Switched to new version of mc68681.hJoel Sherrill1997-08-041-29/+29
|
* moved mc68230.h from main include directory to motorolaJoel Sherrill1997-08-041-1/+1
|
* Corrected typoJoel Sherrill1997-08-049-9/+9
|
* Fixed typo and removed duplicated codeJoel Sherrill1997-08-041-4/+1
|
* First attempt at values for PPCJoel Sherrill1997-08-042-0/+6
|
* Trying to support all modelsJoel Sherrill1997-08-041-20/+4
|
* Trying to support all models.Joel Sherrill1997-08-041-0/+6
|
* consolex built for all models.Joel Sherrill1997-08-041-8/+4
|
* moved header files into the motorola and zilog subdirectoriesJoel Sherrill1997-08-048-9/+8
|
* Correcting difference between mvme162lx and mvme162. All versions haveJoel Sherrill1997-08-041-0/+5
| | | | four serial ports.
* moved header files into the motorola and zilog subdirectoriesJoel Sherrill1997-08-044-5/+7
|
* Modified to reflect changes in mc68681.h header file.Joel Sherrill1997-08-041-104/+200
|
* Header files moved into zilog subdirectory.Joel Sherrill1997-08-041-2/+2
|
* Added consolex to wrapupJoel Sherrill1997-08-011-0/+1
|
* Corrected typo.Joel Sherrill1997-08-011-1/+1
|
* Made to work.Joel Sherrill1997-08-011-1/+1
|
* Removed warnings.Joel Sherrill1997-08-011-2/+2
|
* Katsutoshi Shibuya (shibuya@mxb.meshnet.or.jp)of BU-Denken Co., Ltd.Joel Sherrill1997-08-017-7/+1139
| | | | | | | (Sapporo, Japan) submitted the extended console driver for the MVME162LX BSP and the POSIX tcsetattr() and tcgetattr() routines. This device driver supports four serial ports, cooked IO, and provides a portable base for Zilog 8530 based console drivers.
* Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1997-07-3140-0/+6326
| | | | | <cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
* Added information on different MVME162 models.Joel Sherrill1997-07-101-0/+11
|
* Repository damaged -- file re-addedJoel Sherrill1997-07-093-0/+555
|
* added ka9q stackJoel Sherrill1997-05-275-5/+1016
|
* KA9Q stack removed prior to testing for 4.0.0 public release.Joel Sherrill1997-05-233-14/+3
|
* patch from Eric NorumJoel Sherrill1997-05-211-4/+4
|
* updated to reflect new license per John Gwynne's permission.Joel Sherrill1997-04-254-52/+12
|
* updated with new license information per Tony Bennett.Joel Sherrill1997-04-223-32/+11
|
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-22227-1129/+1129
| | | | of switching to the modified GNU GPL.
* Changed format of comment blocks to C comments.Joel Sherrill1997-04-183-51/+51
|
* Duplicated timerisr symbol as _timerisr to avoid tool naming problems.Joel Sherrill1997-04-181-0/+6
|
* Fixed path which points to shared directory for all BSPs.Joel Sherrill1997-04-1620-20/+20
|
* added fpsp support.Joel Sherrill1997-04-161-0/+2
|
* Update from Eric Norum.Joel Sherrill1997-04-168-174/+414
|
* Switched all bsps which had an implementation of sbrk.c which onlyJoel Sherrill1997-04-1520-19/+51
| | | | returned an error to using a single shared copy of this file.
* Removed many BSPs' copy of setvec.c and let them share the sameJoel Sherrill1997-04-1510-9/+48
| | | | implementation as all m68k BSPs.
* replaced linking of source from mvme147 drivers with use of vpath toJoel Sherrill1997-04-114-29/+8
| | | | simply search into that directory and get the necessary files.
* correct incorrect register addresses for port a.Joel Sherrill1997-04-091-2/+2
|
* removed unused is_character_ready routine.Joel Sherrill1997-04-091-27/+0
|
* Added ka9q tcpip stack and network driver for the gen68360. This effortJoel Sherrill1997-04-0914-92/+635
| | | | | | | | | | | | | 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.