summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added reference to shared TOD driver.Joel Sherrill1998-07-291-1/+1
|
* Corrected to reflect the ICM7170 which is really on this board.Joel Sherrill1998-07-292-16/+12
|
* Added config.c and deleted tod.c.Joel Sherrill1998-07-291-1/+1
|
* Simplified RTC base address.Joel Sherrill1998-07-291-2/+1
|
* Changed cast on RTC address and added base address of RTC fields as opposedJoel Sherrill1998-07-291-1/+2
| | | | to entire RTC with NVRAM included.
* First cut at configuration table for libchip RTC. At this point, weJoel Sherrill1998-07-284-275/+117
| | | | are pretending that the DMV177 has an M48T08.
* New file -- copied from dmv177 but same as ppcn_60x.Joel Sherrill1998-07-251-0/+290
|
* Removed "if 0" used to switch between serial ports.Joel Sherrill1998-07-252-4/+0
|
* Moved console.c to libbsp/shared.Joel Sherrill1998-07-252-291/+1
|
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk>:Joel Sherrill1998-07-241-24/+0
| | | | | | | Here's a small patch I forgot about from earlier in the week that removes the hack fix Geoffroy had to use to get his BSP to work properly. The termios osend() fix took care of this.
* Patch from Eric Valette <valette@crf.canon.fr> and Emmanuel RaguetJoel Sherrill1998-07-246-61/+85
| | | | <raguet@crf.canon.fr> to make their patches work together.
* Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1998-07-236-3/+738
| | | | | | | | | | | | Here is a patch for KA9Q stack. This patch contains an Ethernet Driver for Western Digital, some fixes for the UDP and TCP protocols (for endian conversion) and some little programs which allow the test of UDP and TCP sockets via Ethernet. I have tested that on an Intel machine. If someone can test it on a big-endian machine, ...
* Patch from Eric VALETTE <valette@crf.canon.fr>:Joel Sherrill1998-07-2319-114/+1591
| | | | | | | | | | | | | Here is a enhanced version of my previous patch. This patch enables to potentially share the new interrupt management code for all Intel targets (pc386, go32 and force386) bsp. Note : this patch is complete only for pc386. It still needs to be completed for go32 and force386. I carrefully checked that anything needed is in for force386 (only some function name changes for IDT manipulation and GDT segment manipulation). But anyway I will not be able to test any of theses targets...
* Removed consolex from build list. This file should be obsoleted by theJoel Sherrill1998-07-231-1/+3
| | | | libchip, libio, and termios efforts.
* Changed so we could test interrupts on port 3.Joel Sherrill1998-07-182-4/+4
|
* Removed use of data port for z8530.Joel Sherrill1998-07-182-14/+14
| | | | | Tested all four ports. MC68681 as both polled and interrupt. Z8530 as polled only.
* New fileJoel Sherrill1998-07-181-0/+62
|
* Added z85c30 specific probe routine to decide what the clock rate was.Joel Sherrill1998-07-182-8/+52
| | | | | | This routines could be enhanced to determine if the SCC is present since it appears from the DY-4 manual that a status registers indicates this.
* Addresses for SCC were wrong. A and B ports were swapped.Joel Sherrill1998-07-181-44/+25
| | | | | | | Deleted CSS interface related items. Added items required to access DMA Control and Status Register so we could figure out dynamically what the clock speed of the SCC really is.
* Swapped RX and TX since doing this makes the lights blink on theJoel Sherrill1998-07-181-2/+2
| | | | | | | RS-422 converter. We now see the TD light blink when typing characters in HyperTerminal and when the board is reset we see the RD light blink. This leads us to believe the cabling is basically right.
* Added RS-422 converter information and cable building information.Joel Sherrill1998-07-181-8/+59
|
* Added information on the MC68681.Joel Sherrill1998-07-181-2/+12
|
* Added background and setup to add section on RS-422.Joel Sherrill1998-07-181-11/+21
|
* Reworked to removed dependency on DY-4 CSS ROM monitor interface.Joel Sherrill1998-07-181-5/+2
|
* Removed css_iface.Joel Sherrill1998-07-182-2/+2
|
* Removed. We are no longer dependent on DY-4 CSS interface code.Joel Sherrill1998-07-182-216/+0
|
* New file.Joel Sherrill1998-07-181-0/+26
|
* Added scitab directory.Joel Sherrill1998-07-172-1/+2
|
* Patch fromalf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-07-171-0/+61
| | | | | * c/src/lib/libbsp/sh/gensh1/scitab - NEW DIRECTORY Location for building the table generated by shgen
* Fixed typo in which last port did not get switched to defaultJoel Sherrill1998-07-152-8/+8
| | | | register access routines.
* Switched to usign the default z8530 and mc68681 register access routines.Joel Sherrill1998-07-157-272/+17
|
* Added SCV64_Get_Interrupt_Enable().Joel Sherrill1998-07-151-4/+8
| | | | Added proper headers to routines.
* Added SCV64_Get_Interrupt_Enable().Joel Sherrill1998-07-151-0/+1
|
* Added chip type identifier field. This was necessary because a singleJoel Sherrill1998-07-152-0/+8
| | | | interrupt vector can be shared by multiple chips of varying types.
* Added comments.Joel Sherrill1998-07-152-6/+54
|
* Added comments.Joel Sherrill1998-07-151-1/+8
|
* Masked out interrupts not being used prior to processing the status register.Joel Sherrill1998-07-151-1/+9
|
* Added routine to return interrupt mask. Added comments.Joel Sherrill1998-07-151-3/+28
|
* Added scv64 subdirectory.Joel Sherrill1998-07-151-1/+1
|
* Switched to SCV64.Joel Sherrill1998-07-151-23/+58
|
* Added CSCV64 functions and addresses.Joel Sherrill1998-07-151-10/+56
|
* Switched from polling to interrupts and in the process added a conditionalJoel Sherrill1998-07-152-8/+34
| | | | | compilation section which used CONSOLE_USE_INTERRUPTS to switch all ports between interrupt and polled mode.
* Added scv64 subdirectory.Joel Sherrill1998-07-151-1/+1
|
* New files.Joel Sherrill1998-07-152-0/+202
|
* Patch from Quality Quorum <qqi@world.std.com>. Comments:Joel Sherrill1998-07-103-11/+89
| | | | | | | | | | | | | | | | | | | c/src/lib/libbsp/i386/pc386/console/console.c __assert() modified so it prints on selected console instead of PC console c/src/lib/libbsp/i386/pc386/console/inch.c inch_sleep() modified, so it does not depend upon tmacros.h c/src/lib/libbsp/i386/pc386/pc386dev/GDB.HOWTO description updated c/src/lib/libbsp/i386/pc386/startup/exit.c last output before call to exit() will be printed properly on serial console c/src/lib/libbsp/i386/pc386/startup/irq.c re-submitted bug fix for problem in irqs over 7.
* Commented out the system call invocation since we don't know what worksJoel Sherrill1998-07-091-0/+2
| | | | with this ROM monitor.
* Removed call back to exit() since that has already been called.Joel Sherrill1998-07-091-1/+1
|
* Corrected z85c30 address and clock constants.Joel Sherrill1998-07-091-4/+4
|
* Added board specific baud rate table and set driver function tableJoel Sherrill1998-07-092-16/+206
| | | | to polled.
* Conditionals for CONSOLE_USE_INTERRUPTS should have been "if" notJoel Sherrill1998-07-071-5/+5
| | | | "if defined".