Changeset 578209bc in rtems
- Timestamp:
- Oct 17, 2005, 8:00:27 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8d62d94a
- Parents:
- e4752eb7
- Location:
- c/src/lib/libbsp/i386
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/ChangeLog
re4752eb7 r578209bc 1 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * Makefile.am: Merge-in shared/Makefile.am. 4 * ChangeLog: Merge-in shared/ChangeLog. 5 * configure.ac: Remove shared/Makefile.am. 6 7 2005-05-23 Joel Sherrill <joel@OARcorp.com> 8 9 * shared/comm/i386-stub.c: Make get_char() static since it is such a 10 common name and conflicts with names in the standard Ada run-time. 11 12 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org> 13 14 * shared/pci/pcibios.c: Eliminate unsigned8. 15 16 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com> 17 18 * shared/Makefile.am, shared/comm/i386-stub-glue.c, 19 shared/comm/tty_drv.c, shared/comm/uart.c, shared/irq/idt.c, 20 shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S, 21 shared/irq/irq_init.c: Moved irq.h and irq_asm.h to bsp 22 subdirectory. 23 24 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com> 25 26 * shared/pci/pcibios.c, shared/pci/pcibios.h: Corrected spacing Name 27 modifications for a generic PCI interface Added wrapper 28 routines for pci read/write configuration data 29 30 2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com> 31 32 * shared/comm/tty_drv.c: Modified to support addition of parameter 33 to ISRs. 34 35 2005-04-26 Joel Sherrill <joel@OARcorp.com> 36 37 * shared/pci/pcibios.c: Reformatted. 38 39 2005-04-18 Eric Valette <eric.valette@free.fr> 40 41 * shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S, 42 shared/irq/irq_init.c: Added parameter to irq handler 43 44 2005-03-14 Joel Sherrill <joel@OARcorp.com> 45 46 * shared/pci/pcibios.c, shared/pci/pcibios.h: Continue PCI API 47 unification. All use pci_find_device(). 48 1 49 2005-03-04 Joel Sherrill <joel@OARcorp.com> 2 50 … … 6 54 2005-01-19 Joel Sherrill <joel@OARcorp.com> 7 55 8 * pc386/console/vgainit.c, pc386/wd8003/wd8003.c, shared/comm/uart.c: 9 Fix errors caught by gcc 4.x. 10 11 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 56 * pc386/console/vgainit.c, pc386/wd8003/wd8003.c, 57 shared/comm/uart.c: Fix errors caught by gcc 4.x. 58 59 2005-01-04 Joel Sherrill <joel@OARcorp.com> 60 61 * shared/comm/gdb_glue.c, shared/irq/idt.c: Remove warnings. 62 63 2004-09-27 Greg Menke <gregory.menke@gsfc.nasa.gov> 64 65 PR 608/bsps 66 * shared/pci/pcibios.c: BusCountPCI(). 67 68 2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org> 12 69 13 70 * configure.ac: Require automake > 1.9. 14 71 72 2004-04-09 Ralf Corsepius <ralf.corsepius@rtems.org> 73 74 * shared/irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>. 75 76 2004-03-31 Ralf Corsepius <ralf.corsepius@rtems.org> 77 78 * shared/pci/pcibios.c: Convert to using c99 fixed size types. 79 15 80 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 16 81 82 * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]). 17 83 * acinclude.m4: Regenerate. 18 84 19 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 20 21 * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]). 85 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 86 87 * shared/irq/irq_asm.S: Convert #..-comments to /*..*/ comments. 88 89 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 90 91 * shared/Makefile.am: Add PREINSTALL_DIRS. 92 93 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 94 95 * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add 96 PRE/TMPINSTALL_FILES to CLEANFILES. 22 97 23 98 2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 28 103 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 29 104 105 * shared/Makefile.am: Use mkdir_p. Remove dirs from 106 PRE/TMPINSTALL_FILES. 30 107 * configure.ac: Require automake >= 1.8, autoconf >= 2.59. 31 108 32 109 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 33 110 111 * shared/Makefile.am: Merge-in Makefile.ams above. Add 112 preinstallation dirstamp support. 34 113 * configure.ac: Remove shared/io/Makefile, shared/comm/Makefile, 35 114 shared/pci/Makefile, shared/irq/Makefile. 115 * shared/io/.cvsignore, shared/pci/Makefile.am, 116 shared/irq/Makefile.am, shared/io/Makefile.am, 117 shared/comm/Makefile.am: Remove. 36 118 37 119 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 40 122 * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP. 41 123 124 2003-10-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 125 126 * shared/comm/uart.h: Add extern "C" guards. 127 * shared/pci/pcibios.h: Ditto. 128 129 2003-09-04 Joel Sherrill <joel@OARcorp.com> 130 131 * shared/comm/gdb_glue.c, shared/irq/idt.c, shared/irq/irq.c, 132 shared/irq/irq.h, shared/irq/irq_asm.S, shared/irq/irq_asm.h, 133 shared/irq/irq_init.c: URL for license changed. 134 135 2003-08-21 Till Strauman <strauman@slac.stanford.edu> 136 137 PR 456/bsps 138 * shared/irq/irq.c: Fix race condition when installing an ISR. 139 42 140 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 43 141 … … 46 144 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 47 145 48 * Makefile.am: Reflect having moved automake/. 146 * Makefile.am, shared/Makefile.am, shared/comm/Makefile.am, 147 shared/io/Makefile.am, shared/irq/Makefile.am, 148 shared/pci/Makefile.am: Reflect having moved automake/. 49 149 50 150 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 51 151 52 * configure.ac: Use rtems-bugs@rtems.com as bug report email address. 152 * configure.ac: Use rtems-bugs@rtems.com as bug report email 153 address. 154 155 2003-07-16 Greg Menke <gregory.menke@gsfc.nasa.gov> 156 157 PR 428/bsps 158 PR 432/bsps 159 * shared/pci/pcibios.c, shared/pci/pcibios.h: Added 160 BSP_pci_Find_Device() which is copied from motorola_shared. 161 162 2003-03-18 Joel Sherrill <joel@OARcorp.com> 163 164 * shared/comm/GDB.HOWTO: Updated. 53 165 54 166 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 59 171 60 172 * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). 61 62 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>63 64 173 * configure.ac: AC_PREREQ(2.57). 65 174 … … 68 177 * configure.ac: Remove RTEMS_CHECK_BSP_CACHE. 69 178 179 2002-10-31 Joel Sherrill <joel@OARcorp.com> 180 181 * shared/comm/i386-stub.c: Fixed places where debug_error() was not 182 called with enough arguments. 183 * shared/comm/i386-stub.c: Removed warnings. 184 70 185 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 71 186 72 * .cvsignore: Reformat. 73 Add autom4te*cache. 74 Remove autom4te.cache. 187 * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 188 189 2002-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 190 191 * shared/pci/pcibios.c: #include <string.h>. 192 193 2002-08-05 Eric Norum <eric.norum@usask.ca> 194 195 * shared/pci/pcibios.c: Per PR262, removed all asserts so probes for 196 devices that are not present will work. This lets you have 197 multiple PCI Ethernet drivers in an application and dynamically use 198 the one for the card othat is present. 199 200 2002-07-16 Eric Norum <eric.norum@usask.ca> 201 202 * shared/comm/uart.c: I am using a PC-104 card with no video output. 203 I found that things would lock up if a printk was followed closely 204 by a printf when BSPConsolePort = BSP_UART_COM2 and BSPPrintkPort = 205 BSP_UART_COM1. With this change in place, printf/printk calls can 206 be intermingled with no apparent problems. 207 208 2002-05-01 Eric Norum <eric.norum@usask.ca> 209 210 * shared/console/console.c, shared/fatal/bspfatal.c, 211 shared/startup/bspclean.c, shared/ startup/page_table.c: Per PR200 212 fix multi-line inline assembly to satisfy gcc 3.1 and newer. 75 213 76 214 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 77 215 78 * configure.ac: 79 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 216 * Makefile.am, shared/comm/Makefile.am, shared/io/Makefile.am, 217 shared/Makefile.am, shared/irq/Makefile.am, shared/pci/Makefile.am: 218 Remove AUTOMAKE_OPTIONS. 219 * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 80 220 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 81 * Makefile.am: Remove AUTOMAKE_OPTIONS. 221 222 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 223 224 * shared/irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h. 225 226 2001-10-12 Joel Sherrill <joel@OARcorp.com> 227 228 * shared/startup/linkcmds: Fixed typo. 82 229 83 230 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 84 231 85 232 * .cvsignore: Add autom4te.cache for autoconf > 2.52. 233 * configure.ac: New file, generated from configure.in by autoupdate. 86 234 * configure.in: Remove. 87 * configure.ac: New file, generated from configure.in by autoupdate.88 235 89 236 2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 92 239 * configure.in: Use RTEMS_BSP_SUBDIR. 93 240 241 2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 242 243 * shared/irq/Makefile.am, shared/comm/Makefile.am, 244 shared/pci/Makefile.am: Use 'PREINSTALL_FILES ='. 245 246 2001-08-16 Mike Siers <mikes@poliac.com> 247 248 * shared/comm/tty_drv.c, shared/comm/uart.c: Correct some minor cut 249 and paste bugs. 250 251 2001-07-03 Mike Seirs <mike@poliac.com> 252 253 * shared/comm/tty_drv.c, shared/comm/uart.c, shared/comm/uart.h: 254 Adds the capability to use task driven serial I/O to ti386 BSPs. 255 This patch leaves thex default I/O mode to be IRQ. If you want to 256 use task I/O mode, then the tty_drv.c file needs to be modified. 257 Basically, all you need to change is the data values of the termios 258 callbacks structure. This callback structure is used in the 259 tty1_open and tty2_open functions. The values you need to set are 260 commented out in the source code. 261 262 2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 263 264 * shared/comm/Makefile.am: Use *_HEADERS instead of *H_FILES. 265 * shared/io/Makefile.am, shared/irq/Makefile.am, 266 shared/pci/Makefile.am: Ditto. 267 94 268 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 95 269 … … 98 272 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 99 273 100 * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. 274 * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I 275 $(RTEMS_TOPdir)/aclocal. 101 276 102 277 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 103 278 104 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 105 Switch to GNU canonicalization. 279 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to 280 GNU canonicalization. 281 282 2000-10-19 Joel Sherrill <joel@OARcorp.com> 283 284 * shared/common/uart.h: Added prototype for BSP_uart_set_baud(). 285 286 2000-10-19 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> 287 288 * shared/comm/uart.c (BSP_uart_init): Save more line state 289 parameters. 290 291 2000-10-18 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> 292 293 * shared/comm/i386-stub-glue.c, shared/comm/tty_drv.c, 294 shared/comm/uart.c, shared/comm/uart.h: Add the ability to set 295 parity, number of data bits and number of stop bits to the existing 296 i386 serial drivers. 297 298 2000-10-17 Joel Sherrill <joel@OARcorp.com> 299 300 * shared/irq/idt.c, shared/irq/Makefile.am: Moved idt.c to from 301 libcpu/i386 so i386 RTEMS can be multilib'ed. 302 303 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 304 305 * shared/io/Makefile.am: Formatting. 306 307 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com> 308 309 * shared/shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for 310 the i386 BSPs. 311 * shared/shared/comm/uart.c: Adds support for sending characters to 312 another "line discipline." 313 * shared/shared/comm/gdb_glue.c, shared/shared/comm/i386_io.c, 314 shared/shared/comm/tty_drv.c, shared/shared/comm/tty_drv.h: New 315 file. 316 * shared/shared/comm/Makefile.am: Account for new files. 106 317 107 318 2000-08-10 Joel Sherrill <joel@OARcorp.com> 108 319 109 * ChangeLog: New file. 320 * ChangeLog, shared/ChangeLog: New file. 321 -
c/src/lib/libbsp/i386/Makefile.am
re4752eb7 r578209bc 6 6 7 7 ## Descend into the @RTEMS_BSP_FAMILY@ directory 8 SUBDIRS = shared @RTEMS_BSP_FAMILY@ 8 SUBDIRS = @RTEMS_BSP_FAMILY@ 9 10 EXTRA_DIST = 11 12 # shared/comm 13 EXTRA_DIST += shared/comm/uart.c shared/comm/uart.h 14 EXTRA_DIST += shared/comm/tty_drv.c shared/comm/tty_drv.h 15 EXTRA_DIST += shared/comm/i386_io.h 16 EXTRA_DIST += shared/comm/i386-stub-glue.c shared/comm/i386-stub.c 17 EXTRA_DIST += shared/comm/gdb_glue.c 18 19 EXTRA_DIST += shared/comm/GDB.HOWTO 20 21 # shared/irq 22 EXTRA_DIST += shared/irq/irq.h shared/irq/irq.c 23 EXTRA_DIST += shared/irq/irq_asm.h shared/irq/irq_asm.S 24 EXTRA_DIST += shared/irq/idt.c 25 EXTRA_DIST += shared/irq/irq_init.c 26 27 # shared/pci 28 EXTRA_DIST += shared/pci/pcibios.h 29 EXTRA_DIST += shared/pci/pcibios.c 9 30 10 31 include $(top_srcdir)/../../../automake/subdirs.am -
c/src/lib/libbsp/i386/configure.ac
re4752eb7 r578209bc 18 18 19 19 # Explicitly list all Makefiles here 20 AC_CONFIG_FILES([Makefile 21 shared/Makefile]) 20 AC_CONFIG_FILES([Makefile]) 22 21 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.