summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove.Ralf Corsepius2005-10-171-232/+0
|
* 2005-05-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-231-0/+5
| | | | | * comm/i386-stub.c: Make get_char() static since it is such a common name and conflicts with names in the standard Ada run-time.
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-101-0/+4
| | | | * pci/pcibios.c: Eliminate unsigned8.
* 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-061-0/+6
| | | | | | * Makefile.am, comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: Moved irq.h and irq_asm.h to bsp subdirectory.
* 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-041-0/+6
| | | | | | * pci/pcibios.c, pci/pcibios.h: Corrected spacing Name modifications for a generic PCI interface Added wrapper routines for pci read/write configuration data
* 2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-031-0/+4
| | | | * comm/tty_drv.c: Modified to support addition of parameter to ISRs.
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-261-0/+4
| | | | * pci/pcibios.c: Reformatted.
* 2005-04-18 Eric Valette <eric.valette@free.fr>Jennifer Averett2005-04-181-0/+5
| | | | | * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: Added parameter to irq handler
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-141-0/+5
| | | | | * pci/pcibios.c, pci/pcibios.h: Continue PCI API unification. All use pci_find_device().
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-041-0/+4
| | | | * comm/gdb_glue.c, irq/idt.c: Remove warnings.
* 2004-09-27 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2004-09-271-0/+6
| | | | | PR 608/bsps * pci/pcibios.c: BusCountPCI().
* 2004-04-09 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-091-0/+4
| | | | * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-311-0/+4
| | | | * pci/pcibios.c: Convert to using c99 fixed size types.
* 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-031-0/+4
| | | | * irq/irq_asm.S: Convert #..-comments to /*..*/ comments.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-211-0/+4
| | | | * Makefile.am: Add PREINSTALL_DIRS.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-141-0/+5
| | | | | * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-121-0/+4
| | | | * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
* 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-021-0/+8
| | | | | | | | * io/.cvsignore: Remove. * pci/Makefile.am, irq/Makefile.am, io/Makefile.am, comm/Makefile.am: Remove. * Makefile.am: Merge-in Makefile.ams above. Add preinstallation dirstamp support.
* 2003-10-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-10-081-0/+5
| | | | | * comm/uart.h: Add extern "C" guards. * pci/pcibios.h: Ditto.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-0/+5
| | | | | * comm/gdb_glue.c, irq/idt.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_asm.h, irq/irq_init.c: URL for license changed.
* 2003-08-21 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2003-08-211-0/+5
| | | | | PR 456/bsps * irq/irq.c: Fix race condition when installing an ISR.
* Fix broken ChangeLog entries.Ralf Corsepius2003-08-181-5/+5
|
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-0/+8
| | | | | | | | Makefile.am: Reflect having moved automake. comm/Makefile.am: Reflect having moved automake. io/Makefile.am: Reflect having moved automake. irq/Makefile.am: Reflect having moved automake. pci/Makefile.am: Reflect having moved automake.
* 2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-07-181-0/+7
| | | | | | | PR 428/bsps PR 432/bsps * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which is copied from motorola_shared.
* 2003-03-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-181-0/+4
| | | | * comm/GDB.HOWTO: Updated.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-311-0/+5
| | | | | * comm/i386-stub.c: Fixed places where debug_error() was not called with enough arguments.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-311-0/+4
| | | | * comm/i386-stub.c: Removed warnings.
* 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-09-021-0/+4
| | | | * pci/pcibios.c: #include <string.h>.
* 2002-08-05 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-08-051-0/+7
| | | | | | | * pci/pcibios.c: Per PR262, removed all asserts so probes for devices that are not present will work. This lets you have multiple PCI Ethernet drivers in an application and dynamically use the one for the card othat is present.
* 2002-07-16 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-07-161-0/+8
| | | | | | | | * comm/uart.c: I am using a PC-104 card with no video output. I found that things would lock up if a printk was followed closely by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort = BSP_UART_COM1. With this change in place, printf/printk calls can be intermingled with no apparent problems.
* 2002-05-01 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-05-141-0/+6
| | | | | | * console/console.c, fatal/bspfatal.c, startup/bspclean.c, startup/page_table.c: Per PR200 fix multi-line inline assembly to satisfy gcc 3.1 and newer.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-0/+8
| | | | | | | | * comm/Makefile.am: Remove AUTOMAKE_OPTIONS. * io/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * irq/Makefile.am: Remove AUTOMAKE_OPTIONS. * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-061-0/+4
| | | | * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
* 2001-10-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-10-121-0/+5
| | | | | * startup/linkcmds: Fixed typo.
* 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-271-0/+6
| | | | | | * irq/Makefile.am: Use 'PREINSTALL_FILES ='. * comm/Makefile.am: Use 'PREINSTALL_FILES ='. * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
* 2001-08-16 Mike Siers <mikes@poliac.com>Joel Sherrill2001-08-161-0/+4
| | | | * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs.
* 2001-07-03 Mike Seirs <mike@poliac.com>Joel Sherrill2001-07-031-0/+11
| | | | | | | | | | | * comm/tty_drv.c, comm/uart.c, comm/uart.h: Adds the capability to use task driven serial I/O to ti386 BSPs. This patch leaves thex default I/O mode to be IRQ. If you want to use task I/O mode, then the tty_drv.c file needs to be modified. Basically, all you need to change is the data values of the termios callbacks structure. This callback structure is used in the tty1_open and tty2_open functions. The values you need to set are commented out in the source code.
* 2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-06-191-0/+7
| | | | | | | * comm/Makefile.am: Use *_HEADERS instead of *H_FILES. * io/Makefile.am: Ditto. * irq/Makefile.am: Ditto. * pci/Makefile.am: Ditto.
* 2000-10-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-191-0/+4
| | | | * common/uart.h: Added prototype for BSP_uart_set_baud().
* 2000-10-18 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill2000-10-191-0/+4
| | | | * comm/uart.c (BSP_uart_init): Save more line state parameters.
* 2000-10-18 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill2000-10-181-0/+6
| | | | | | * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h: Add the ability to set parity, number of data bits and number of stop bits to the existing i386 serial drivers.
* 2000-10-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-171-0/+5
| | | | | * irq/Makefile.am, irq/idt.c: Added idt.c since it has been moved libcpu/i386 to libbsp/i386/shared/irq.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+4
| | | | * io/Makefile.am: Formatting.
* 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>Joel Sherrill2000-08-301-0/+12
| | | | | | | | | | | | * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for the i386 BSPs. * shared/comm/gdb_glue.c: New file. * shared/comm/i386_io.c: New file. * shared/comm/tty_drv.c: New file. * shared/comm/tty_drv.h: New file. * shared/comm/Makefile.am: Account for new files. * shared/comm/uart.c: Adds support for sending characters to another "line discipline."
* Adding ChangeLogs.Joel Sherrill2000-08-101-0/+2