summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed the uuencode line to work better with VPATH setups.Joel Sherrill1997-12-061-2/+2
|
* Inclusion of PC386 BSP submitted by Pedro Miguel Da Cruz Neto RomanoJoel Sherrill1997-12-0130-0/+4892
| | | | | <pmcnr@camoes.rnl.ist.utl.pt> and Jose Rufino <ruf@asterix.ist.utl.pt> of NavIST (http://pandora.ist.utl.pt/).
* Corrected call to rtems_termios_open.Joel Sherrill1997-11-301-1/+2
|
* Removed warnings.Joel Sherrill1997-11-182-1/+6
|
* Added argument as required by new version of termios_open.Joel Sherrill1997-11-181-2/+4
|
* Fixed assignment to dereference ch.Joel Sherrill1997-11-181-1/+1
|
* Changed from DOS style CR/LF to Unix style.Joel Sherrill1997-11-181-534/+534
|
* interrupt driven change from Eric NorumJoel Sherrill1997-11-151-11/+43
|
* Switched to new style for read support routine.Joel Sherrill1997-10-231-10/+6
|
* Added TOD driver from Katsutoshi Shibuya.Joel Sherrill1997-10-236-3/+190
|
* Removed GEN68360_INIT.Joel Sherrill1997-10-231-8/+0
|
* Update from Eric Norum.Joel Sherrill1997-10-231-161/+153
|
* Updated console driver to use new read routine conventions.Joel Sherrill1997-10-231-6/+3
|
* Added console_reserve_resources.Joel Sherrill1997-10-232-6/+15
|
* Overhauled console driver to use termios and to simultaneously supportJoel Sherrill1997-10-233-149/+170
| | | | both ports.
* Converted to termios style device driver.Joel Sherrill1997-10-211-265/+144
|
* Control and Data addresses were swapped for port A.Joel Sherrill1997-10-161-2/+2
|
* Moved selection of console port to custom file.Joel Sherrill1997-10-151-3/+0
|
* New version of this file from Eric Norum.Joel Sherrill1997-10-131-536/+534
|
* Added search of libcpu and fpsp.Joel Sherrill1997-10-091-0/+5
|
* Modified to search RTEMS library before Newlib C library.Joel Sherrill1997-10-0820-20/+20
|
* Update from Eric Norum:Joel Sherrill1997-10-082-530/+540
| | | | | 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-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
|