Joel Sherrill
56545bae7e
2003-09-26 Till Straumann <strauman@slac.stanford.edu>
...
PR 497/bsps
* BOOTING: Document letting the bootloader shut down the
network interface since it continues to run after loading
RTEMS application and has to be dealt with.
2003-09-26 20:22:57 +00:00
Joel Sherrill
1721cb849a
2003-09-26 Till Straumann <strauman@slac.stanford.edu>
...
PR 497/bsps
* bootloader/head.S: Let the bootloader shut down the
network interface. NOTE: this involves a PPCBug system
call and will hence fail if other software is used
to boot. Need to #undef USE_PPCBUG in such cases!
2003-09-26 20:20:47 +00:00
Joel Sherrill
05e5896371
2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>
...
PR 499/rtems_misc
* serial/mc68681.c: Miscellaneous corrections:
- Correction of ACR_BIT[7] (Baudrate table) Configuration
- Correction of Parity Bit Configuration (Odd was forced)
- Correction of Stop Bit configuration (inversed)
- Correction of ISR Handler to call
rtems_termios_dequeue_character() only if is a Tx Empty IRQ.
- Add RTS CTS Hardware flow control Configuration
2003-09-26 20:15:47 +00:00
Joel Sherrill
2e9d1ef581
2003-09-26 Till Strauman <strauman@slac.stanford.edu>
...
PR 498/rtems
* src/printk.c: RTEMS printk() does not support the %i format which is
used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
as an alias for %d/%D.
2003-09-26 17:37:42 +00:00
Joel Sherrill
29e214e4d5
2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>
...
PR 501/rtems_misc
* console.c: console_open disables ICANON on non-console port, which
should be ok for the first open but not for subsequent ones. If you
open one serial port, you will configure it, when you reopen it you
will lost the ICANON parameters if you had put it. Should be done by
console only at first open.
2003-09-26 17:33:59 +00:00
Joel Sherrill
174bf23ac4
2003-09-26 Joel Sherrill <joel@OARcorp.com>
...
PR 492/filesystem
* src/dosfs/fat_file.c: Fix inconsistent types in va_args call.
2003-09-26 17:21:16 +00:00
Ralf Corsepius
657145218c
2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* common/.cvsignore: Add rtems.texi, rtems.sed.
2003-09-22 11:36:42 +00:00
Ralf Corsepius
39f4570cc6
2003-09-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS.
2003-09-20 07:39:30 +00:00
Ralf Corsepius
67c6b92bc8
2003-09-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* shared/cache/cache.c (m68030): fix prototype mismatch of
_CPU_cache_flush_entire_data.
2003-09-18 08:51:55 +00:00
Joel Sherrill
80be7bf6e2
2003-09-16 Joel Sherrill <joel@OARcorp.com>
...
* VERSION: Updated to rtems-4.6.0.
2003-09-16 16:44:02 +00:00
Joel Sherrill
6d1bb5f697
2003-09-16 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.0.
2003-09-16 16:44:01 +00:00
Jennifer Averett
daa8db7c7a
2003-09-15 Jay Monkman <jtm@smothsmothie.com>
...
PR 481/networking
* net/ethernet.h, net/if_arp.h, netinet/if_ether.h: Network structs
should be packed
2003-09-15 14:39:41 +00:00
Jennifer Averett
cf9ebac886
2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
...
PR 482/networking
* rtems/rtems_glue.c: Network interfaces cant be taken down
2003-09-15 14:33:55 +00:00
Jennifer Averett
508fc1bfbd
2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
...
PR 482/networking
* rtems/rtems_glue.c: Network interfaces cant be taken down
2003-09-15 14:07:57 +00:00
Jennifer Averett
61b96d7fc7
2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
...
PR 480/bsps
* shared/irq/irq_asm.S: Remove duplicate code.
2003-09-15 13:52:12 +00:00
Joel Sherrill
ce68e16471
2003-09-15 Joel Sherrill <joel@OARcorp.com>
...
PR 483/bsps
* startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
cannot be installed until RTEMS has initialized the vector table.
2003-09-15 13:26:33 +00:00
Joel Sherrill
1fa7d9b351
2003-09-15 Joel Sherrill <joel@OARcorp.com>
...
PR 483/bsps
* start/start.c, startup/bspstart.c: Spurious interrupt handlers cannot
be installed until RTEMS has initialized the vector table.
2003-09-15 13:26:29 +00:00
Ralf Corsepius
4c6fa77a56
2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
PR 489/rtems
* src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
having changed from void * to struct _reent*.
2003-09-15 02:14:28 +00:00
Ralf Corsepius
bf95fc4429
2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
PR 489/rtems
* include/rtems/score/thread.h: Change struct
Thread_Control_struct.libc_reent to using struct _reent*.
* inline/rtems/score/thread.inl: Reflect change above.
2003-09-15 02:12:47 +00:00
Ralf Corsepius
d45368c23f
2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
PR 486/rtems
* src/newlib.c: Unconditionally include <stdio.h>
2003-09-13 03:41:38 +00:00
Joel Sherrill
96dabc34ad
2003-09-11 Joel Sherrill <joel@OARcorp.com>
...
PR 488/rtems
* src/taskcreate.c, src/tasks.c: Ensure notepads are zeroed.
2003-09-11 16:44:41 +00:00
Joel Sherrill
472e33c27b
2003-09-09 Ralf Corsepius <ralf_corsepius@rtems.com>
...
PR 487/filesystem
* src/dosfs/fat_file.c: Correct typing per gcc 3.3 warnings.
2003-09-09 13:18:51 +00:00
Ralf Corsepius
0adf2ef4a3
2003-09-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
custom/ppcn_60x.cfg: Remove -fvolatile-global -fvolatile from CFLAGS.
2003-09-09 01:45:33 +00:00
Joel Sherrill
8a323b0972
2003-09-08 Derick Hammond <derick@perkinstechnologies.com.au>
...
PR 484/rtems
* src/threadcreateidle.c: Idle task name was initialized incorrectly.
2003-09-08 21:07:18 +00:00
Joel Sherrill
7fb8379f8b
2003-09-08 Mikec Ivica <mikici@acm.org>
...
* inline/rtems/score/userext.inl, macros/rtems/score/userext.inl:
Add missing cast.
2003-09-08 21:02:11 +00:00
Ralf Corsepius
792f23905c
2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* binutils/base-binutils.add: Add osversion support.
* binutils/binutils.add: Add osversion support.
%setup -n %{name}-%{version}.
Don't remove c++filt.
* binutils/target-binutils.add: Add osversion support.
Pickup c++filt.
* gcc3newlib/base-g77.add: Add osversion support.
* gcc3newlib/base-gcc.add: Add osversion support.
* gcc3newlib/base-gcj.add: Add osversion support.
* gcc3newlib/base-gnat.add: Add osversion support.
* gcc3newlib/gccnewlib.add: Add osversion support.
Remove c++filt,
%setup -n -n %{name}-%{version}.
* gcc3newlib/target-c++.add: Add osversion support.
Don't pickup c++filt.
* gcc3newlib/target-g77.add: Add osversion support.
* gcc3newlib/target-gcc.add: Add osversion support.
* gcc3newlib/target-gcj.add: Add osversion support.
* gcc3newlib/target-gnat.add: Add osversion support.
* gccnewlib/gccnewlib.add: %setup -n %{name}-%{version}.
* gdb/base-gdb.add: Add osversion support, rpmgroup, rpmprefix,
gdb_version, gdb_target.
* gdb/target-gdb.add: Ditto.
* gdb/gdb.add: Ditto.
%setup -n -n %{name}-%{version}.
2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de >
* binutils/Makefile.am: Fix osversion support for sh-rtemself.
* gcc3newlib/Makefile.am: Fix osversion support for sh-rtemself.
2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de >
* configure.ac: Add --enable-osversions (OS-versioned RPMS support).
* binutils/Makefile.am: Add osversion support.
* binutils/mkspec.in: Add osversion support.
* gcc3newlib/Makefile.am: Add osversion support.
* gcc3newlib/mkspec.in: Add osversion support.
* gdb/Makefile.am: Add osversion support.
* gdb/mkspec.in: Add osversion support.
Add rpmprefix, rpmgroup.
2003-09-05 03:23:17 +00:00
Joel Sherrill
6ff0190977
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* support/version.c: URL for license changed.
2003-09-04 19:09:30 +00:00
Joel Sherrill
c39b35fddd
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h,
score/include/rtems/debug.h, score/include/rtems/seterr.h,
score/include/rtems/system.h, score/include/rtems/score/address.h,
score/include/rtems/score/apiext.h,
score/include/rtems/score/apimutex.h,
score/include/rtems/score/bitfield.h,
score/include/rtems/score/chain.h,
score/include/rtems/score/context.h,
score/include/rtems/score/copyrt.h,
score/include/rtems/score/coremsg.h,
score/include/rtems/score/coremutex.h,
score/include/rtems/score/coresem.h,
score/include/rtems/score/heap.h, score/include/rtems/score/interr.h,
score/include/rtems/score/isr.h, score/include/rtems/score/mpci.h,
score/include/rtems/score/mppkt.h,
score/include/rtems/score/object.h,
score/include/rtems/score/objectmp.h,
score/include/rtems/score/priority.h,
score/include/rtems/score/stack.h,
score/include/rtems/score/states.h,
score/include/rtems/score/sysstate.h,
score/include/rtems/score/thread.h,
score/include/rtems/score/threadmp.h,
score/include/rtems/score/threadq.h, score/include/rtems/score/tod.h,
score/include/rtems/score/tqdata.h,
score/include/rtems/score/userext.h,
score/include/rtems/score/watchdog.h,
score/include/rtems/score/wkspace.h,
score/inline/rtems/score/address.inl,
score/inline/rtems/score/chain.inl,
score/inline/rtems/score/coremsg.inl,
score/inline/rtems/score/coremutex.inl,
score/inline/rtems/score/coresem.inl,
score/inline/rtems/score/heap.inl, score/inline/rtems/score/isr.inl,
score/inline/rtems/score/mppkt.inl,
score/inline/rtems/score/object.inl,
score/inline/rtems/score/objectmp.inl,
score/inline/rtems/score/priority.inl,
score/inline/rtems/score/stack.inl,
score/inline/rtems/score/states.inl,
score/inline/rtems/score/sysstate.inl,
score/inline/rtems/score/thread.inl,
score/inline/rtems/score/threadmp.inl,
score/inline/rtems/score/tod.inl,
score/inline/rtems/score/tqdata.inl,
score/inline/rtems/score/userext.inl,
score/inline/rtems/score/watchdog.inl,
score/inline/rtems/score/wkspace.inl,
score/macros/rtems/score/address.inl,
score/macros/rtems/score/chain.inl,
score/macros/rtems/score/coremsg.inl,
score/macros/rtems/score/coremutex.inl,
score/macros/rtems/score/coresem.inl,
score/macros/rtems/score/heap.inl, score/macros/rtems/score/isr.inl,
score/macros/rtems/score/mppkt.inl,
score/macros/rtems/score/object.inl,
score/macros/rtems/score/objectmp.inl,
score/macros/rtems/score/priority.inl,
score/macros/rtems/score/stack.inl,
score/macros/rtems/score/states.inl,
score/macros/rtems/score/sysstate.inl,
score/macros/rtems/score/thread.inl,
score/macros/rtems/score/threadmp.inl,
score/macros/rtems/score/tod.inl,
score/macros/rtems/score/tqdata.inl,
score/macros/rtems/score/userext.inl,
score/macros/rtems/score/watchdog.inl,
score/macros/rtems/score/wkspace.inl: URL for license changed.
2003-09-04 18:55:06 +00:00
Joel Sherrill
546aa4fc71
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* shared/include/cache.h, shared/src/cache_aligned_malloc.c,
shared/src/cache_manager.c: URL for license changed.
2003-09-04 18:54:14 +00:00
Joel Sherrill
8c99365337
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* addlq.c, cnvpkt.c, dump.c, fatal.c, getlq.c, getpkt.c, init.c,
initlq.c, intr.c, mpci.h, mpisr.c, poll.c, receive.c, retpkt.c,
send.c, setckvec.c, shm_driver.h: URL for license changed.
2003-09-04 18:53:36 +00:00
Joel Sherrill
a6eef8bd29
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* apiext.c, chain.c, coremsg.c, coremsgbroadcast.c, coremsgclose.c,
coremsgflush.c, coremsgflushsupp.c, coremsgflushwait.c,
coremsginsert.c, coremsgseize.c, coremsgsubmit.c, coremutex.c,
coremutexflush.c, coremutexseize.c, coremutexsurrender.c, coresem.c,
coresemflush.c, coresemseize.c, coresemsurrender.c, coretod.c,
coretodset.c, coretodtickle.c, coretodtoseconds.c, coretodvalidate.c,
heap.c, heapallocate.c, heapextend.c, heapfree.c, heapgetinfo.c,
heapsizeofuserarea.c, heapwalk.c, interr.c, isr.c, mpci.c, object.c,
objectallocate.c, objectallocatebyindex.c, objectclearname.c,
objectcomparenameraw.c, objectcomparenamestring.c,
objectcopynameraw.c, objectcopynamestring.c,
objectextendinformation.c, objectfree.c, objectget.c,
objectgetbyindex.c, objectgetisr.c, objectgetnext.c,
objectgetnoprotection.c, objectinitializeinformation.c, objectmp.c,
objectnametoid.c, objectshrinkinformation.c, thread.c,
threadchangepriority.c, threadclearstate.c, threadclose.c,
threadcreateidle.c, threaddelayended.c, threaddispatch.c,
threadevaluatemode.c, threadget.c, threadhandler.c, threadidlebody.c,
threadinitialize.c, threadloadenv.c, threadmp.c, threadq.c,
threadqdequeue.c, threadqdequeuefifo.c, threadqdequeuepriority.c,
threadqenqueue.c, threadqenqueuefifo.c, threadqenqueuepriority.c,
threadqextract.c, threadqextractfifo.c, threadqextractpriority.c,
threadqextractwithproxy.c, threadqfirst.c, threadqfirstfifo.c,
threadqfirstpriority.c, threadqflush.c, threadqtimeout.c,
threadready.c, threadreset.c, threadresettimeslice.c,
threadrestart.c, threadresume.c, threadrotatequeue.c,
threadsetpriority.c, threadsetstate.c, threadsettransient.c,
threadstackallocate.c, threadstackfree.c, threadstart.c,
threadstartmultitasking.c, threadsuspend.c, threadtickletimeslice.c,
threadyieldprocessor.c, userext.c, watchdog.c, watchdogadjust.c,
watchdoginsert.c, watchdogremove.c, watchdogtickle.c, wkspace.c: URL
for license changed.
2003-09-04 18:52:48 +00:00
Joel Sherrill
41583e129e
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* genoffsets.c: URL for license changed.
2003-09-04 18:47:44 +00:00
Joel Sherrill
ba1b469c37
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* size_rtems.in: URL for license changed.
2003-09-04 18:47:43 +00:00
Joel Sherrill
c414c15d5b
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, rtems/score/cpu.h, rtems/score/types.h, rtems/score/unix.h:
URL for license changed.
2003-09-04 18:47:42 +00:00
Joel Sherrill
c949da7b8f
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/sparc.h,
rtems/score/types.h: URL for license changed.
2003-09-04 18:47:40 +00:00
Joel Sherrill
a0e26c5383
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* asm.h, cpu.c, rtems/score/cpu.h, rtems/score/sh.h,
rtems/score/sh_io.h, rtems/score/types.h: URL for license changed.
2003-09-04 18:47:39 +00:00
Joel Sherrill
edc7e6e4bd
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h,
rtems/powerpc/registers.h, rtems/score/ppc.h, rtems/score/types.h:
URL for license changed.
2003-09-04 18:47:36 +00:00
Joel Sherrill
af98d99a6b
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
rtems/score/or32.h, rtems/score/types.h: URL for license changed.
2003-09-04 18:47:35 +00:00
Joel Sherrill
e18ac00f7f
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/cpu_asm.h,
rtems/score/no_cpu.h, rtems/score/types.h: URL for license changed.
2003-09-04 18:47:34 +00:00
Joel Sherrill
5722cc741e
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, cpu_asm.h, rtems/score/cpu.h,
rtems/score/mips64orion.h, rtems/score/types.h: URL for license
changed.
2003-09-04 18:47:32 +00:00
Joel Sherrill
e6f4e99c73
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/mips.h,
rtems/score/types.h: URL for license changed.
2003-09-04 18:47:30 +00:00
Joel Sherrill
a58791e34f
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/m68k.h,
rtems/score/types.h: URL for license changed.
2003-09-04 18:47:28 +00:00
Joel Sherrill
52335445e3
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i960.h,
rtems/score/types.h: URL for license changed.
2003-09-04 18:47:27 +00:00
Joel Sherrill
a5e304dfaa
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h,
rtems/score/idtr.h, rtems/score/interrupts.h,
rtems/score/registers.h, rtems/score/types.h: URL for license
changed.
2003-09-04 18:47:26 +00:00
Joel Sherrill
f568a3c1da
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/hppa.h: URL for
license changed.
2003-09-04 18:47:25 +00:00
Joel Sherrill
9cd0567f8e
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h,
rtems/score/types.h: URL for license changed.
2003-09-04 18:47:24 +00:00
Joel Sherrill
f404fa118a
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, irq.c, rtems/score/c4x.h, rtems/score/cpu.h,
rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
2003-09-04 18:47:23 +00:00
Joel Sherrill
9a12fdff51
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* asm.h, cpu.c, cpu_asm.S, rtems/score/arm.h, rtems/score/cpu.h,
rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
2003-09-04 18:47:22 +00:00
Joel Sherrill
a8aa6c0dd6
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpu.c, cpu_asm.S, rtems/score/a29k.h, rtems/score/cpu.h,
rtems/score/cpu_asm.h, rtems/score/types.h: URL for license changed.
2003-09-04 18:47:21 +00:00
Joel Sherrill
d6f1fe2ebd
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* include/confdefs.h, include/rtems/config.h,
include/rtems/extension.h, include/rtems/fatal.h,
include/rtems/init.h, include/rtems/io.h, include/rtems/mptables.h,
include/rtems/sptables.h, inline/rtems/extension.inl,
macros/rtems/extension.inl, src/debug.c, src/exinit.c,
src/extension.c, src/extensioncreate.c, src/extensiondelete.c,
src/extensionident.c, src/fatal.c, src/io.c, src/itronapi.c,
src/posixapi.c, src/rtemsapi.c: URL for license changed.
2003-09-04 18:47:20 +00:00