Changeset 086c1c3 in rtems
- Timestamp:
- Nov 7, 2005, 4:19:21 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 12b36efe
- Parents:
- e540d72
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/ChangeLog
re540d72 r086c1c3 8 8 * startup/ldsegs.S: put IDT and GDT into data segment. 9 9 The CPU modifies the 'accessed' bit and GDB's (rtems-gdb-stub) 10 10 text segment checksum comparison failed... 11 11 12 12 2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org> -
c/src/lib/libbsp/m68k/uC5282/ChangeLog
re540d72 r086c1c3 1 1 2005-10-26 Eric Norum <norume@aps.anl.gov> 2 2 3 3 * README, network/network.c: Add support for forcing link parameters. 4 4 5 5 2005-09-16 Eric Norum <norume@aps.anl.gov> … … 22 22 2005-06-20 Eric Norum <norume@aps.anl.gov> 23 23 24 * network/network.c: Clean up transmit buffer realignment. Many thanks to25 24 * network/network.c: Clean up transmit buffer realignment. Many 25 thanks to Mr. Kolja Waschk for identifying the problem. 26 26 27 27 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org> -
c/src/lib/libbsp/powerpc/ChangeLog
re540d72 r086c1c3 9 9 10 10 * shared/bootloader/misc.c, shared/console/polled_io.c, 11 11 shared/residual/residual.c: silenced compiler warnings (type cast & 12 12 renaming puts->my_puts) 13 13 -
c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
re540d72 r086c1c3 12 12 13 13 * Makefile.am, include/bsp.h: Added new shared pretaskinghook.c and 14 15 14 zerobss.c files to list to be made. Added some explanations about 15 CPU <-> PCI <-> VME address mapping issues. 16 16 2005-11-03 straumanatslacdotstanforddotedu 17 17 … … 21 21 2005-10-20 Eric Norum <norume@aps.anl.gov> 22 22 23 23 * include/bsp.h: Support MVME2100. 24 24 25 25 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org> -
c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
re540d72 r086c1c3 14 14 * include/bsp.h: fixed misuse of _IO_BASE 15 15 16 2005-11-03 straumanatslacdotstanforddotedu16 2005-11-03 Till Straumann <strauman@slac.stanford.edu> 17 17 18 18 * startup/linkcmds: Removed. 19 19 * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds 20 21 22 23 20 from shared area - this version seemed broken anyways. Let the 21 preloader use the generic 'entry_point_section' rather than its own 22 'mvme5500_preloader_section'. Also, let zero_bss use (implicit?) 23 __SBSSxxx__ symbols. 24 24 25 25 2005-11-03 Ralf Corsepius <ralf.corsepius@rtems.org> -
c/src/lib/libcpu/arm/ChangeLog
re540d72 r086c1c3 29 29 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com> 30 30 31 32 33 31 * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h: 32 Modified names and types to match rtems/irq.h. Note: rtems/irq.h 33 should be included after the addition of a parameter to ISRs. 34 34 35 35 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org> -
c/src/lib/libcpu/mips/ChangeLog
re540d72 r086c1c3 11 11 Include preinstall.am. 12 12 * au1x00/Makefile.am, mongoosev/Makefile.am, 13 13 r46xx/Makefile.am, tx39/Makefile.am, shared/Makefile.am: Remove. 14 14 * configure.ac: Reflect changes above. 15 15 … … 29 29 30 30 * Makefile.am, configure.ac: New CPU. 31 31 * shared/interrupts/installisrentries.c, 32 32 shared/interrupts/isr_entries.S: Added CPU32 support. 33 33 * au1x00/Makefile.am, au1x00/include/au1x00.h, -
cpukit/score/cpu/powerpc/ChangeLog
re540d72 r086c1c3 1 2005-11-02 straumanatslacdotstanford.edu2 3 4 5 1 2005-11-02 Till Straumann <strauman@slac.stanford.edu> 2 3 * rtems/powerpc/registers.h: recognize mpc7457 CPU; added definitions 4 for high bats (#4..7) on 7450 CPUs 5 6 6 2005-10-27 Ralf Corsepius <ralf.corsepius@rtems.org> 7 7 … … 11 11 2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com> 12 12 13 13 * rtems/score/powerpc.h: Removed warning 14 14 15 15 2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org> -
testsuites/ChangeLog
re540d72 r086c1c3 20 20 2005-09-02 Joel Sherrill <joel@OARcorp.com> 21 21 22 22 * aclocal/version.m4: Updated to rtems-4.6.99.2. 23 23 24 24 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
Note: See TracChangeset
for help on using the changeset viewer.