summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Switched CONSOLE_USE_INTERRUPTS to "1" so console would use interrupts.Joel Sherrill1998-07-151-2/+2
| | | | | Switched PPC_USE_SPRG to "0" so RTEMS use of sprg would not conflict with any possible sprg usage by the DY-4 ROM monitor.
* Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill1998-07-152-296/+294
| | | | | | | | | | | | | | | driven. Redid "mate determination" code to check that the chip base address was the same but the port address was different. Moved mc68681_process and mc68681_build_imr to the bottom of the file so they would not be inlined. Removed the code which forced mc68681_build_imr to always return 0 which resulted in interrupts never being enabled from the chip. Corrected spacing in prototype of mc68681_write_support_int.
* Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill1998-07-152-2/+2
|
* Yet another EXEEXT patch. This one is from Ralf CorsepiusJoel Sherrill1998-07-112-4/+4
| | | | | | | | <corsepiu@faw.uni-ulm.de> and his comments are below: Joel, obviously you did apply my previous patch to gcc-target-default.cfg -- This should have been gcc.cfg (gcc-target-default.cfg should NOT contain any EXEEXT).
* changed version to 980710Joel Sherrill1998-07-102-2/+2
|
* 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.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. Comments:Joel Sherrill1998-07-102-4/+4
| | | | | | | | | | | | | | | | | | > It seems that rules for %{EXEEXT} don't exist in gcc-target-default.cfg No, gcc-target-default.cfg is used to compile executables for the target only, not for the host. EXEEXT may only be used for programs to be run on the host. > What should I add please? This was a bug in my initial configuration patch to rtems-980616. A correction to this patch I had sent to Joel at 26.06.98 doesn't seem to have made it into the snapshot. Please find attached the patch I had sent to Joel, hopefully this patch fixes this problem.
* Regenerated after patch from David Fiddes <D.J.Fiddes@hw.ac.uk> forJoel Sherrill1998-07-102-8/+8
| | | | one of the aclocal macros.
* Patch from David Fiddes <D.J.Fiddes@hw.ac.uk>. Comments below:Joel Sherrill1998-07-101-1/+1
| | | | | | | | | | | With a bit of help from Ralf I was able to trace the problem with sed. It was a typo, sed should have had it's params surrounded by 's rather than "s which bash picked up and discarded. The patch is enclosed. Ralf and I aren't sure why configure didn't just stop at this point... The rest of configure/build went OK because there are two sections where the \\-for-/ hack is implemented and the other one is more important and worked just fine.
* Added set attributes routine but did not hook it in to the table.Joel Sherrill1998-07-094-26/+220
| | | | Switched to shared default probe.
* Added new files.Joel Sherrill1998-07-092-2/+6
|
* Renamed so we could have one file per routine.Joel Sherrill1998-07-091-37/+0
|
* Switched to shared default probe routine.Joel Sherrill1998-07-092-28/+6
|
* Switched to default probe routine.Joel Sherrill1998-07-092-34/+4
|
* Added new baud rate to number function and default serial probe routine.Joel Sherrill1998-07-098-0/+214
| | | | | Renamed sersupp.c so we could have one routine per file to decrease the baggage pulled into an application by default.
* 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
|
* Added proper handling of extended baud rate table selection at boot time.Joel Sherrill1998-07-092-2/+12
| | | | Still need to address default terminal settings.
* Properly handle extended baud rate set commands.Joel Sherrill1998-07-092-30/+44
| | | | | | | | | | | | | Temporarily "if 0" of code which enables interrupts. Moved setting of command registers at open but the current implementation is questionable. Added reset of RX errors while polling TX. Read polled character as unsigned. Baud rate mask must be in upper and lower nibble.
* Corrected definition of MC68681_RX_BUFFER.Joel Sherrill1998-07-092-2/+2
|
* Now strip elf executables so they are much smaller and quicker toJoel Sherrill1998-07-091-0/+1
| | | | read from and write to a floppy.
* 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.
* Changed static to MC68681_STATIC to make all data and routinesJoel Sherrill1998-07-092-210/+384
| | | | | | | | | globally visiable to ease debugging. Added support for mc68681 "2 column" style baud rate table as well as the Exar 88681 "4 column" style baud rate table. Added support for user override of the default baud rate table.
* Removed commented out line.Joel Sherrill1998-07-092-2/+0
|
* Added sersupp.c.Joel Sherrill1998-07-092-2/+2
|
* New files to contain generally needed serial driver support routines.Joel Sherrill1998-07-093-0/+63
|
* Changed static to MC68681_STATIC to make all routines and data globalJoel Sherrill1998-07-092-22/+40
| | | | to ease debugging.
* Added support for the Extended Baud Rate set control found in theJoel Sherrill1998-07-092-4/+40
| | | | | | | Exar 88681 but not in the base 68681. Added support for user provided baud rate tables. This is needed when the board does not use the standard baud rate clock.
* Changed static to NS16550_STATIC to make all routines and data globalJoel Sherrill1998-07-094-62/+80
| | | | to ease debugging.
* Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill1998-07-094-64/+82
| | | | for debugging purposes.
* Added information to README.mc68681.Joel Sherrill1998-07-096-6/+272
| | | | Created the basic README and the README.z85c30.
* changed version to 980707Joel Sherrill1998-07-072-2/+2
|
* changed version to 9800707Joel Sherrill1998-07-072-2/+2
|
* Removed rtems-glom as a generated file. Regenerated aclocal.m4 and configure.Joel Sherrill1998-07-072-3/+0
|
* Conditionals for CONSOLE_USE_INTERRUPTS should have been "if" notJoel Sherrill1998-07-071-5/+5
| | | | "if defined".
* New file to satisfy readdir() family.Joel Sherrill1998-07-064-1/+43
|
* Missed this file in the initial merge.Joel Sherrill1998-07-061-0/+59
|
* Update from Geoffroy Montel (g_montel@yahoo.com) to get in sync with termiosJoel Sherrill1998-07-065-32/+23
| | | | and eliminate warnings.
* Added Geoffroy Montel (g_montel@yahoo.com) for the gen68340 BSP.Joel Sherrill1998-07-061-0/+3
|
* Added include of termios.h.Joel Sherrill1998-07-052-0/+118
| | | | | Also added a block of comments above the console_tbl structure to explain each entry.