summaryrefslogtreecommitdiffstats
path: root/c/src (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-07-15Added scv64 subdirectory.Joel Sherrill1-1/+1
1998-07-15Switched to SCV64.Joel Sherrill1-23/+58
1998-07-15Added CSCV64 functions and addresses.Joel Sherrill1-10/+56
1998-07-15Switched from polling to interrupts and in the process added a conditionalJoel Sherrill2-8/+34
compilation section which used CONSOLE_USE_INTERRUPTS to switch all ports between interrupt and polled mode.
1998-07-15Added scv64 subdirectory.Joel Sherrill1-1/+1
1998-07-15New files.Joel Sherrill2-0/+202
1998-07-15Switched deviceOutputUsesInterrupts to TRUE so output would be interruptJoel Sherrill2-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.
1998-07-15Switched to "deviceOutput = TRUE" which made device output use interrupts.Joel Sherrill2-2/+2
1998-07-11Yet another EXEEXT patch. This one is from Ralf CorsepiusJoel Sherrill1-2/+2
<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).
1998-07-10changed version to 980710Joel Sherrill2-2/+2
1998-07-10Patch from Quality Quorum <qqi@world.std.com>. Comments:Joel Sherrill3-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.
1998-07-10Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. Comments:Joel Sherrill1-2/+2
> 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.
1998-07-09Added set attributes routine but did not hook it in to the table.Joel Sherrill4-26/+220
Switched to shared default probe.
1998-07-09Added new files.Joel Sherrill2-2/+6
1998-07-09Renamed so we could have one file per routine.Joel Sherrill1-37/+0
1998-07-09Switched to shared default probe routine.Joel Sherrill2-28/+6
1998-07-09Switched to default probe routine.Joel Sherrill2-34/+4
1998-07-09Added new baud rate to number function and default serial probe routine.Joel Sherrill8-0/+214
Renamed sersupp.c so we could have one routine per file to decrease the baggage pulled into an application by default.
1998-07-09Commented out the system call invocation since we don't know what worksJoel Sherrill1-0/+2
with this ROM monitor.
1998-07-09Removed call back to exit() since that has already been called.Joel Sherrill1-1/+1
1998-07-09Added proper handling of extended baud rate table selection at boot time.Joel Sherrill2-2/+12
Still need to address default terminal settings.
1998-07-09Properly handle extended baud rate set commands.Joel Sherrill2-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.
1998-07-09Corrected definition of MC68681_RX_BUFFER.Joel Sherrill2-2/+2
1998-07-09Corrected z85c30 address and clock constants.Joel Sherrill1-4/+4
1998-07-09Added board specific baud rate table and set driver function tableJoel Sherrill2-16/+206
to polled.
1998-07-09Changed static to MC68681_STATIC to make all data and routinesJoel Sherrill2-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.
1998-07-09Removed commented out line.Joel Sherrill2-2/+0
1998-07-09Added sersupp.c.Joel Sherrill2-2/+2
1998-07-09New files to contain generally needed serial driver support routines.Joel Sherrill3-0/+63
1998-07-09Changed static to MC68681_STATIC to make all routines and data globalJoel Sherrill2-22/+40
to ease debugging.
1998-07-09Added support for the Extended Baud Rate set control found in theJoel Sherrill2-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.
1998-07-09Changed static to NS16550_STATIC to make all routines and data globalJoel Sherrill4-62/+80
to ease debugging.
1998-07-09Changed static to Z85C30_STATIC so all data and routines could be globalJoel Sherrill4-64/+82
for debugging purposes.
1998-07-09Added information to README.mc68681.Joel Sherrill6-6/+272
Created the basic README and the README.z85c30.
1998-07-07changed version to 980707Joel Sherrill2-2/+2
1998-07-07changed version to 9800707Joel Sherrill2-2/+2
1998-07-07Conditionals for CONSOLE_USE_INTERRUPTS should have been "if" notJoel Sherrill1-5/+5
"if defined".
1998-07-06New file to satisfy readdir() family.Joel Sherrill3-1/+29
1998-07-06Missed this file in the initial merge.Joel Sherrill1-0/+59
1998-07-06Update from Geoffroy Montel (g_montel@yahoo.com) to get in sync with termiosJoel Sherrill5-32/+23
and eliminate warnings.
1998-07-05Added include of termios.h.Joel Sherrill2-0/+118
Also added a block of comments above the console_tbl structure to explain each entry.
1998-07-05Added some address constants for the SCC and DUART to make it easierJoel Sherrill1-3/+10
to fill in the configuration table.
1998-07-05New file added in the process of converting the console driver toJoel Sherrill2-0/+246
libchip/serial.
1998-07-05Converted the console driver to use libchip/serial and added supportJoel Sherrill8-552/+504
for the z85c30 found on the DMV177. This effort started with the console driver from the Radstone PPC2. But some simplifications were made in the hope that console.c can be made a shared file at some point in the near future. Split the debugio from console. This was done so at some point in the future printk support as is found in the pc386 BSP can be shared across all BSPs.
1998-07-02Renamed old_start340.s to startfor340only.sJoel Sherrill2-0/+1006
1998-07-01Initial submission of gen68340 BSP (should run on a 68349) fromJoel Sherrill29-0/+5724
Geoffroy Montel <g_montel@yahoo.com>.
1998-07-01Added _stat_r and changed spacing.Joel Sherrill1-33/+47
1998-07-01Fixed typo.Joel Sherrill3-3/+3
1998-06-29Changed prototype for console_write_support to eliminate a warning.Joel Sherrill1-1/+5
1998-06-27Bare BSP patch from Chris Johns <cjohns@plessey.com.au>. He alsoJoel Sherrill3-45/+325
sent an example bare bsp but we have not decided how to integrate it yet.