Timeline



11/30/07:

23:00 Changeset in rtems [e1cc416]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Joel Sherrill <joel.sherrill@…> * irq/GT64260Int.c, network/if_100MHz/Makefile.am, network/if_1GHz/Makefile.am: Removed.
22:59 Changeset in rtems [9edf584f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Joel Sherrill <joel.sherrill@…> * irq/GT64260Int.c, network/if_100MHz/Makefile.am, network/if_1GHz/Makefile.am: Removed.
22:36 Changeset in rtems [956c9b58]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * shared/startup/pretaskinghook.c: Replaced inclusion of <bsp/consoleIo.h> by <rtems/bspIo.> (for printk) and made it conditional on #ifdef SHOW_MORE_INIT_SETTINGS.
22:33 Changeset in rtems [416ec41]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * shared/startup/bspstart.c: Removed excess /*, replaced #ifdef checks for mpc8240 by #ifdef mvme2100; eventually there should be run-time checks.
22:27 Changeset in rtems [4f38270a]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * shared/motorola/motorola.c: removed excess initializer elements.
22:22 Changeset in rtems [5fe4d471]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * Makefile.am, irq/irq.c: fixed source-tree path of irq_supp.h, fixed type of 1st arg to C_dispatch_irq_handler() which is NOT a CPU_Interrupt_frame but a BSP_Exception_frame (not that it is ever used but the two layouts differ).
22:17 Changeset in rtems [89994ca]4.104.114.95 by Till Straumann <strauman@…>
* empty log message *
22:12 Changeset in rtems [a58ff1c]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * irq/irq.h, irq/no_pic.c: some more changes to let using shared/irq/irq.c work.
21:49 Changeset in rtems [ebe61382]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Joel Sherrill <joel.sherrill@…> * rtems/src/barrierdelete.c, rtems/src/barrierrelease.c, rtems/src/barriertranslatereturncode.c, rtems/src/barrierwait.c, rtems/src/clockget.c, rtems/src/dpmemdelete.c, rtems/src/dpmemexternal2internal.c, rtems/src/dpmeminternal2external.c, rtems/src/eventsend.c, rtems/src/eventtimeout.c, rtems/src/msgqbroadcast.c, rtems/src/msgqdelete.c, rtems/src/msgqflush.c, rtems/src/msgqgetnumberpending.c, rtems/src/msgqreceive.c, rtems/src/msgqsend.c, rtems/src/msgqurgent.c, rtems/src/partdelete.c, rtems/src/partgetbuffer.c, rtems/src/partreturnbuffer.c, rtems/src/ratemoncancel.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatistics.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonperiod.c, rtems/src/ratemonresetstatistics.c, rtems/src/ratemontimeout.c, rtems/src/semdelete.c, rtems/src/semflush.c, rtems/src/semobtain.c, rtems/src/semrelease.c, rtems/src/semtranslatereturncode.c, rtems/src/signalsend.c, rtems/src/taskdelete.c, rtems/src/taskgetnote.c, rtems/src/taskissuspended.c, rtems/src/taskrestart.c, rtems/src/taskresume.c, rtems/src/tasksetnote.c, rtems/src/tasksetpriority.c, rtems/src/taskstart.c, rtems/src/tasksuspend.c, rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c, rtems/src/timercancel.c, rtems/src/timerdelete.c, rtems/src/timerfirewhen.c, rtems/src/timergetinfo.c, rtems/src/timerreset.c, rtems/src/timerserverfireafter.c, rtems/src/timerserverfirewhen.c: Restructured all code with the switch (location) pattern so that OBJECTS_LOCAL is first and we can fall into it and the OBJECTS_ERROR case breaks to a return RTEMS_INVALID_ID. This eliminates the return RTEMS_INTERNAL_ERROR at the bottom of each of these files which was unreachable and untestable code. This resulted in a code savings of approximately 20 bytes per file on the SPARC/ERC32.
21:44 Changeset in rtems [393a1e05]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * Makefile.am, irq/irq.h, irq/no_pic.c: install and use new <irq/irq_supp.h> header.
21:44 Changeset in rtems [76e9cda9]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * Makefile.am: install new <irq/irq_supp.h> header
21:40 Changeset in rtems [2eb9e399]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c, shared/irq/irq_supp.h (added): Removed 'is_processor_irq()' from irq.c; the BSP routines BSP_enable_irq_at_pic()/BSP_disable_irq_at_pic() are required to ignore processor irqs anyways. Removed all BSP-defined constants from irq.c. This makes irq.c (almost) binary-compatible among BSPs (ultimate goal is making 'shared' a library). Added a header (irq_supp.h) defining the interface between the generic interrupt manager (irq.c) and the routines it requires to be supplied by the BSP (eventually, these should go into rtems/irq.h).
20:53 Changeset in rtems [d928968]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * vectors/vectors.S: Removed; this BSP now uses the shared version.
20:50 Changeset in rtems [340b7c8]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-30 Glenn Humphrey <glenn.humphrey@…> * posix/Makefile.am: Restructed to move the OBJECTS_LOCAL case to the top of the switch statement and eliminate the fall-through return of POSIX_BOTTOM_REACHED. These changes produced simplier assembly code and allowed for complete test coverage. Also applied some consistency to the functions that translate the core status codes to POSIX status codes.
20:45 Changeset in rtems [a045c9d]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * irq/irq.h, irq/irq_init.c: Removed the definition of ASM_IRQ_VECTOR_BASE; this symbol was only use to initialize the irqBase member of the rtems_irq_global_settings struct. However, irqBase is an rtems_irq_symbolic_name, so using BSP_LOWEST_OFFSET is more appropriate.
20:34 Changeset in rtems [860c34e]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-30 Glenn Humphrey <glenn.humphrey@…> * posix/include/rtems/posix/mutex.h, posix/include/rtems/posix/semaphore.h, posix/src/cancel.c, posix/src/conddestroy.c, posix/src/condsignalsupp.c, posix/src/condwaitsupp.c, posix/src/keydelete.c, posix/src/keygetspecific.c, posix/src/keysetspecific.c, posix/src/mqueueclose.c, posix/src/mqueuegetattr.c, posix/src/mqueuenotify.c, posix/src/mqueuerecvsupp.c, posix/src/mqueuesendsupp.c, posix/src/mqueuesetattr.c, posix/src/mqueuetranslatereturncode.c, posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c, posix/src/mutexinit.c, posix/src/mutexlocksupp.c, posix/src/mutexsetprioceiling.c, posix/src/mutexunlock.c, posix/src/pbarrierdestroy.c, posix/src/pbarriertranslatereturncode.c, posix/src/pbarrierwait.c, posix/src/prwlockdestroy.c, posix/src/prwlockrdlock.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/prwlocktranslatereturncode.c, posix/src/prwlocktryrdlock.c, posix/src/prwlocktrywrlock.c, posix/src/prwlockunlock.c, posix/src/prwlockwrlock.c, posix/src/pspindestroy.c, posix/src/pspinlock.c, posix/src/pspinlocktranslatereturncode.c, posix/src/pspintrylock.c, posix/src/pspinunlock.c, posix/src/pthreaddetach.c, posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c, posix/src/pthreadjoin.c, posix/src/pthreadkill.c, posix/src/pthreadsetschedparam.c, posix/src/ptimer1.c, posix/src/semaphorewaitsupp.c, posix/src/semclose.c, posix/src/semdestroy.c, posix/src/semgetvalue.c, posix/src/sempost.c, posix/src/types.c, rtems/src/msgqtranslatereturncode.c, rtems/src/semobtain.c, rtems/src/timerfireafter.c, score/include/rtems/system.h, score/include/rtems/score/corebarrier.h, score/include/rtems/score/coremsg.h, score/include/rtems/score/coremutex.h, score/include/rtems/score/coresem.h: Restructed to move the OBJECTS_LOCAL case to the top of the switch statement and eliminate the fall-through return of POSIX_BOTTOM_REACHED. These changes produced simplier assembly code and allowed for complete test coverage. Also applied some consistency to the functions that translate the core status codes to POSIX status codes. * posix/src/mutextranslatereturncode.c, posix/src/semaphoretranslatereturncode.c: New files. * posix/src/mutexfromcorestatus.c: Removed.
20:28 Changeset in rtems [8da6d77d]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * irq/irq.h, irq/irq_init.c: Removed the definition of ASM_IRQ_VECTOR_BASE; this symbol was only use to initialize the irqBase member of the rtems_irq_global_settings struct. However, irqBase is an rtems_irq_symbolic_name, so using BSP_LOWEST_OFFSET is more appropriate.
19:55 Changeset in rtems [10483cba]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * irq/irq.h, irq/irq.c (removed), irq/no_pic.c (added), irq/irq_init.c, Makefile.am: The PSIM BSP (currently) has no support for an interrupt controller or interrupts other than the decrementer. Removed all definitions for PCI + ISA interrupts and all unnecessary code (leftovers from copying). Separated PIC-specific bits into 'no_pic.c' which allows us to use 'irq.c' (i.e., more code) from 'shared'.
19:45 Changeset in rtems [431bcd75]4.104.114.95 by Till Straumann <strauman@…>
2007-11-30 Till Straumann <strauman@…> * startup/linkcmds.c, start/start.S: call eabi() from start.S and make sure linkcmds defines _SDA_BASE_ + _SDA2_BASE_ so that sysv + eabi are properly supported.
18:17 Changeset in rtems [38f3ce5]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: BSP_DIRTY_MEMORY should be tested for zero not just defined.
18:16 Changeset in rtems [a9c71595]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: BSP_DIRTY_MEMORY should be tested for zero not just defined.
17:02 Changeset in rtems [956286d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Joel Sherrill <joel.sherrill@…> * posix/inline/rtems/posix/priority.inl: Fix typo.
16:53 Changeset in rtems [b25b7da8]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Daniel Hellstrom <daniel@…> * shared/include/grspw.h, shared/spw/grspw.c: GRSPW SpaceWire? Driver. Fixes typecast to volatile integer instead of to integer. Added scanning for GRSPW2 Core, The GRSPW2 core is run in legacy mode.
16:53 Changeset in rtems [0da3998]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Daniel Hellstrom <daniel@…> * shared/include/grspw.h, shared/spw/grspw.c: GRSPW SpaceWire? Driver. Fixes typecast to volatile integer instead of to integer. Added scanning for GRSPW2 Core, The GRSPW2 core is run in legacy mode.
16:52 Changeset in rtems [125d4c61]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Daniel Hellstrom <daniel@…> * shared/can/occan.c: LEON2/3 OCCAN CAN driver. Fixes typecast to volatile integer where needed. Fixes bug where closing the driver and opening it again could make the driver not starting transmission due to the software fifo was not cleared.
16:52 Changeset in rtems [5b42368a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Daniel Hellstrom <daniel@…> * shared/can/occan.c: LEON2/3 OCCAN CAN driver. Fixes typecast to volatile integer where needed. Fixes bug where closing the driver and opening it again could make the driver not starting transmission due to the software fifo was not cleared.
16:51 Changeset in rtems [0cec037]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Daniel Hellstrom <daniel@…> * rasta/rasta.c: LEON2 PCI RASTA driver. Changes RASTA PCI interrupt to 5 from 4. This is to avoid conflict with the LAN9C111 network MAC driver using interrupt 4.
16:51 Changeset in rtems [6f237224]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Daniel Hellstrom <daniel@…> * rasta/rasta.c: LEON2 PCI RASTA driver. Changes RASTA PCI interrupt to 5 from 4. This is to avoid conflict with the LAN9C111 network MAC driver using interrupt 4.
16:48 Changeset in rtems [e3481dcd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Daniel Hellstrom <daniel@…> * shared/can/grcan.c, shared/can/grcan_rasta.c, shared/include/ambapp.h: GRCAN CAN driver. Fixes Interrupt enabling/disabling in the driver, interrupt may not be restored correctly. Implements the baud rate calculation routine. Removed unnecessary printk. Fixed scanning to support GRCAN and GRHCAN hardware. Added GRCAN device number to ambapp.h.
16:48 Changeset in rtems [d805da0e]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-30 Daniel Hellstrom <daniel@…> * shared/can/grcan.c, shared/can/grcan_rasta.c, shared/include/ambapp.h: GRCAN CAN driver. Fixes Interrupt enabling/disabling in the driver, interrupt may not be restored correctly. Implements the baud rate calculation routine. Removed unnecessary printk. Fixed scanning to support GRCAN and GRHCAN hardware. Added GRCAN device number to ambapp.h.
06:02 Changeset in rtems [cf148c7]4.8 by Ralf Corsepius <ralf.corsepius@…>
Regnerate.
06:00 Changeset in rtems [b32338ab]4.8 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 27.
01:23 Changeset in rtems [a725a4d7]4.104.114.95 by Till Straumann <strauman@…>
2007-11-29 Till Straumann <strauman@…> * startup/bspstart.c, Makefile.am: Initialize BATs and enable MMU to come closer to what other BSPs do. This allows us to use the shared irq_asm.S. No more individual assembly code :-)
01:05 Changeset in rtems [486d6ec]4.104.114.95 by Till Straumann <strauman@…>
2007-11-29 Till Straumann <strauman@…> * mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h: Added support for setting & reading IBATs.
00:12 Release/4.9 edited by GlennHumphrey
/* RTEMS Improvements */ (diff)
00:11 Release/4.9 edited by GlennHumphrey
/* RTEMS Improvements */ (diff)
00:08 Release/4.9 edited by GlennHumphrey
/* RTEMS Improvements */ (diff)
00:05 Release/4.8 edited by GlennHumphrey
/* RTEMS Improvements */ (diff)

11/29/07:

23:55 Release/4.8 edited by GlennHumphrey
/* RTEMS Improvements */ (diff)
23:51 Release/4.8 edited by GlennHumphrey
/* RTEMS Improvements */ (diff)
21:21 Release/4.7 edited by GlennHumphrey
Added 4.7.2 with notes on recent documentation fixes. (diff)
17:24 Changeset in rtems [afb21a9]4.8 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gcc-4.2.2
17:20 Changeset in rtems [eb5b37d]4.8 by Ralf Corsepius <ralf.corsepius@…>
Copy from CVS-HEAD/rtems-4.9
16:13 Changeset in rtems [1e121d83] by Glenn Humphrey <glenn.humphrey@…>
2007-11-29 Glenn Humphrey <glenn.humphrey@…> * develenv/direct.t, develenv/sample.t: Corrected various errors in the documentation.
16:13 Changeset in rtems [fc121ce]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-11-29 Glenn Humphrey <glenn.humphrey@…> * develenv/direct.t, develenv/sample.t: Corrected various errors in the documentation.
16:02 Changeset in rtems [da8e974a]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-29 Glenn Humphrey <glenn.humphrey@…> * develenv/direct.t, develenv/sample.t: Corrected various errors.
13:38 Changeset in rtems [b5273f0]4.8 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.2.1-rtems4.8-20071129.
13:37 Changeset in rtems [385451b]4.8 by Ralf Corsepius <ralf.corsepius@…>
Backport from CVS-HEAD/rtems-4.9
06:40 Changeset in rtems [dd0e6bf]4.104.114.95 by Chris Johns <chrisj@…>
2007-11-29 Chris Johns <chrisj@…> * iostream/Makefile.am: Change the executable name so it does not create a file which is the same name as the standard header file. * iostream/system.h: Need to increase the number of semaphores for the libstdc++ runtime.

11/28/07:

22:04 Changeset in rtems [9221838]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * sapi/src/exinit.c, score/include/rtems/score/object.h, score/include/rtems/score/thread.h, score/src/object.c, score/src/thread.c: Conditionally compile out more code that is specific to multiprocessor configurations.
22:03 Changeset in rtems [12ae8a16]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * ppc403/clock/clock.c: Now compiles and links.
22:02 Changeset in rtems [d046f1e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Now compiles and links.
21:46 Changeset in rtems [f09b997]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * cpu_supplement/powerpc.t: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
21:45 Changeset in rtems [641c3bd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Fix mistake in previous work.
21:45 Changeset in rtems [c4cc8199]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * mpc5xx/clock/clock.c, mpc5xx/timer/timer.c, mpc8260/clock/clock.c, mpc8260/cpm/brg.c, mpc8260/timer/timer.c, mpc8xx/clock/clock.c, mpc8xx/console-generic/console-generic.c, mpc8xx/timer/timer.c, new-exceptions/raw_exception.c, old-exceptions/cpu.c, ppc403/clock/clock.c, ppc403/console/console.c, ppc403/console/console.c.polled, ppc403/console/console405.c, ppc403/ictrl/ictrl.c, ppc403/irq/ictrl.c, ppc403/timer/timer.c, ppc403/tty_drv/tty_drv.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
21:44 Changeset in rtems [28f398e7]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * shared/startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
21:44 Changeset in rtems [07e9642c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
21:44 Changeset in rtems [b9f34ad]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c, startup/bspstart.c.nocache: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
21:44 Changeset in rtems [62577f9]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * clock/clock.c, startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
21:43 Changeset in rtems [e34ac1f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * rtems/new-exceptions/cpu.h, rtems/old-exceptions/cpu.h, rtems/score/cpu.h: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
21:15 Changeset in rtems [1773d3b] by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * custom/mvme5500.cfg: Fix typo.
21:15 Changeset in rtems [f52af24]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * custom/mvme5500.cfg: Fix typo.
21:15 Changeset in rtems [901ebab4]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * custom/mvme5500.cfg: Fix typo.
20:56 Changeset in rtems [54444d5]4.104.114.95 by Till Straumann <strauman@…>
2007-11-28 Till Straumann <strauman@…> * shared/src/cache.c: removed redundant mpc8xx versions of flush/invalidate 1 cache line routines.
18:35 Changeset in rtems [b8596d8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * posix/Makefile.am, posix/preinstall.am, posix/src/cancel.c, posix/src/conddestroy.c, posix/src/condinit.c, posix/src/condsignalsupp.c, posix/src/condwaitsupp.c, posix/src/mqueueclose.c, posix/src/mqueuecreatesupp.c, posix/src/mqueuedeletesupp.c, posix/src/mqueuegetattr.c, posix/src/mqueuenotify.c, posix/src/mqueuerecvsupp.c, posix/src/mqueuesendsupp.c, posix/src/mqueuesetattr.c, posix/src/mqueueunlink.c, posix/src/mutexattrdestroy.c, posix/src/mutexattrgetprioceiling.c, posix/src/mutexattrgetprotocol.c, posix/src/mutexattrgetpshared.c, posix/src/mutexattrinit.c, posix/src/mutexattrsetprioceiling.c, posix/src/mutexattrsetprotocol.c, posix/src/mutexattrsetpshared.c, posix/src/mutexdefaultattributes.c, posix/src/mutexdestroy.c, posix/src/mutexgetprioceiling.c, posix/src/mutexinit.c, posix/src/mutexlocksupp.c, posix/src/mutexsetprioceiling.c, posix/src/mutexunlock.c, posix/src/semaphorecreatesupp.c, posix/src/semaphoredeletesupp.c, posix/src/semaphorewaitsupp.c, posix/src/semclose.c, posix/src/semdestroy.c, posix/src/semgetvalue.c, posix/src/sempost.c, posix/src/semunlink.c, posix/src/types.c, score/cpu/powerpc/rtems/old-exceptions/cpu.h: Remove all pretense of POSIX MP support. The support in place was only a shell. This should make maintenance easier. * posix/include/rtems/posix/condmp.h, posix/include/rtems/posix/mqueuemp.h, posix/include/rtems/posix/mutexmp.h, posix/include/rtems/posix/pthreadmp.h, posix/include/rtems/posix/semaphoremp.h, posix/src/condmp.c, posix/src/mutexmp.c, posix/src/semaphoremp.c: Removed.
16:25 Changeset in rtems [f68a8bf3] by Glenn Humphrey <glenn.humphrey@…>
2007-11-28 Glenn Humphrey <glenn.humphrey@…> * user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
16:24 Changeset in rtems [ef47c44f]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-11-28 Glenn Humphrey <glenn.humphrey@…> * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
16:23 Changeset in rtems [ae10dbd]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-28 Glenn Humphrey <glenn.humphrey@…> * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
13:53 Changeset in network-demos [39cfbcd]network-demos-4-7-branch by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * init.c: Update from CVS head to be buildable.
13:53 Changeset in network-demos [a1913c5]network-demos-4-7-branch by Joel Sherrill <joel.sherrill@…>
2007-11-28 Joel Sherrill <joel.sherrill@…> * init.c, system.h: Update from CVS head to be buildable.
04:25 Changeset in rtems [29925d99]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:24 Changeset in rtems [70b2aca]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL
04:24 Changeset in rtems [e5a29d6c]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gcc-core-4.2.2-rtems4.9-20071127.diff
04:18 Changeset in rtems [7d5855c]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove GTHREAD_MUTEX_INIT (Patch from Daniel Hellstrom <daniel@…>) per Joels request.

11/27/07:

21:23 Changeset in rtems [bd58b13]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * rtems.adb, rtems.ads: Fixed errors in the barrier binding.
21:22 Changeset in rtems [6155639]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * rtems.adb, rtems.ads: Fixed errors in the barrier binding.
21:14 Changeset in rtems [6c81fcc]4.104.114.95 by Till Straumann <strauman@…>
2007-11-29 Till Straumann <strauman@…> * shared/flash/flash.c, shared/flash/flashPgm.h: added calls to obtain info about flash bank start, size and block size.
20:51 Changeset in rtems [5603b5a6]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * configure.ac, score/inline/rtems/score/thread.inl, score/src/threaddispatch.c: Add ability for user to disable inlining of _Thread_Enable_dispatch. This can save code space but more importantly it means the binary generated does not have code inlined that is difficult to test and very seldom executed.
20:49 Changeset in rtems [248e29a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: Do not inline _Thread_Enable_dispatch for Thumb to save space.
20:47 Changeset in rtems [0c62889] by Joel Sherrill <joel.sherrill@…>
2007-11-27 Kate Feng <feng1@…> * custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
20:47 Changeset in rtems [32daf5d]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Kate Feng <feng1@…> * custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
20:47 Changeset in rtems [a48565c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Kate Feng <feng1@…> * custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
20:44 Changeset in rtems [4650a44c]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c, sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases to improve test coverage.
20:42 Changeset in rtems [a74aefe]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test coverage.
20:42 Changeset in rtems [4d7ae31]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test coverage.
20:36 Changeset in rtems [2a444594]4.104.114.95 by Till Straumann <strauman@…>
2007-11-29 Till Straumann <strauman@…> * Makefile.am, shared/flash, shared/flash/flash.c, shared/flash/flashPgm.h, shared/flash/flashPgmPvt.h, shared/flash/intelFlash.c, shared/flash/spansionFlash.c: Added flash programmer API, implementation and chip drivers for some intel + spansion flash chips (as found on mvme5500, mvme6100 and mvme3100 boards). A more appopriate place would probably be libchip but I don't know if the API is acceptable and if the implementation is generic enough (e.g., no CFI support) so I leave it here for now.
20:13 Changeset in rtems [7301b37]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c, psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test cases to improve test coverage.
20:12 Changeset in rtems [8c464e2c]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * psxbarrier01/psxbarrier01.scn, psxbarrier01/test.c, psxrwlock01/psxrwlock01.scn, psxrwlock01/test.c: Added several test cases to improve test coverage.
19:44 Changeset in rtems [118df76a]4.104.114.95 by Till Straumann <strauman@…>
2007-11-20 Till Straumann <strauman@…> * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: added CVS ID.
19:31 Changeset in rtems [2723df7] by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * develenv/develenv.texi, develenv/direct.t, develenv/intro.texi, develenv/sample.t, develenv/utils.t: Update directory tree.
19:31 Changeset in rtems [27394cd0]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * develenv/develenv.texi, develenv/direct.t, develenv/intro.texi, develenv/sample.t, develenv/utils.t: Update directory tree.
19:30 Changeset in rtems [d9779bd]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * develenv/develenv.texi, develenv/direct.t, develenv/intro.texi, develenv/sample.t, develenv/utils.t: Update directory tree.
18:57 Changeset in rtems [0da244d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Fix.
18:45 Changeset in rtems [5d55a0b]4.8 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, rtems/include/rtems/rtems/barrier.h, score/src/corerwlockobtainread.c, score/src/corerwlockobtainwrite.c, score/src/corerwlockrelease.c: Fixed several implementation errors.
18:38 Changeset in rtems [1d56a7a]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, rtems/include/rtems/rtems/barrier.h, score/src/corerwlockobtainread.c, score/src/corerwlockobtainwrite.c, score/src/corerwlockrelease.c: Fixed several implementation errors.
17:38 Changeset in rtems [5700b804]4.104.114.95 by Glenn Humphrey <glenn.humphrey@…>
2007-11-27 Glenn Humphrey <glenn.humphrey@…> * rtems/src/regioncreate.c, rtems/src/regiondelete.c, rtems/src/regionextend.c, rtems/src/regiongetfreeinfo.c, rtems/src/regiongetinfo.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionresizesegment.c, rtems/src/regionreturnsegment.c: Restructed to move the OBJECTS_LOCAL case to the top of the switch statement, have a single exit with one call to _RTEMS_Unlock_allocator and eliminate the fall-through return of RTEMS_INTERNAL_ERROR. These changes produced simplier assembly code and allowed for complete test coverage.
15:36 Changeset in rtems [6bca11e]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
15:36 Changeset in rtems [4b650b58]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
15:35 Changeset in rtems [68fe9f96]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
15:35 Changeset in rtems [1c6fa45a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
15:10 Changeset in rtems [cf7ebcf]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-27 Joel Sherrill <joel.sherrill@…> * libnetworking/netinet/in_cksum.c: ARM optimized version does not support Thumb.

11/26/07:

23:10 Changeset in rtems [edcb982]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * telnetd/pty.c, telnetd/telnetd.c, telnetd/telnetd.h: Style clean up. Now works on gen5200/icecube.
23:02 Changeset in rtems [fa920f1]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c, startup/bspstart.c: Eliminate the clicks_per_microsecond field in the SuperH CPU Table and define another mechanism for drivers to obtain this information.
23:02 Changeset in rtems [26d47f8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the SuperH CPU Table and define another mechanism for drivers to obtain this information.
23:02 Changeset in rtems [99f6793]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * sh7032/clock/ckinit.c, sh7032/delay/delay.c, sh7032/timer/timer.c, sh7045/clock/ckinit.c, sh7045/timer/timer.c, sh7750/clock/ckinit.c, sh7750/timer/timer.c: Eliminate the clicks_per_microsecond field in the SuperH CPU Table and define another mechanism for drivers to obtain this information.
23:01 Changeset in rtems [1e2072e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: Eliminate the clicks_per_microsecond field in the SuperH CPU Table and define another mechanism for drivers to obtain this information.
23:01 Changeset in rtems [7d20851a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * cpu_supplement/sh.t: Eliminate the clicks_per_microsecond field in the SuperH CPU Table and define another mechanism for drivers to obtain this information.
23:00 Changeset in rtems [4f6acf4]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed earlier.
22:58 Changeset in rtems [b72f5799]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c: Eliminate the clicks_per_microsecond field in the MIPS CPU Table and define another mechanism for drivers to obtain this information.
22:36 Changeset in rtems [219aed68]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * cpu_supplement/mips.t: Eliminate the clicks_per_microsecond field in the MIPS CPU Table and define another mechanism for drivers to obtain this information.
22:36 Changeset in rtems [c63f6e2e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c, startup/bspstart.c: Eliminate the clicks_per_microsecond field in the MIPS CPU Table and define another mechanism for drivers to obtain this information.
22:36 Changeset in rtems [e4d4eb9]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: Eliminate the clicks_per_microsecond field in the MIPS CPU Table and define another mechanism for drivers to obtain this information.
22:25 Changeset in rtems [9d7fa71]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * libchip/network/if_fxp.c: Spacing.
22:09 Changeset in rtems [325a4df0]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * bootcard.c: Add comment.
22:09 Changeset in rtems [4c3d3cdb]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * bootcard.c: Add comment.
22:08 Changeset in rtems [dde1eb36]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * console/config.c: Fix typo.
22:07 Changeset in rtems [6fc48b2]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Eliminate the interrupt_table_segment and interrupt_table_offset fields in the i386 CPU Table since they are never read.
22:06 Changeset in rtems [5e35d353]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * cpu_supplement/i386.t: Eliminate the interrupt_table_segment and interrupt_table_offset fields in the i386 CPU Table since they are never read.
22:06 Changeset in rtems [83199e3]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: Eliminate the interrupt_table_segment and interrupt_table_offset fields in the i386 CPU Table since they are never read.
21:53 Changeset in rtems [7fd0bc4]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * shmsupp/getcfg.c: Fix spacing.
21:53 Changeset in rtems [0519e2c1]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c, include/bsp.h: Fix spacing.
21:52 Changeset in rtems [4bbf6ecb]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * shmsupp/getcfg.c: Fix spacing.
21:52 Changeset in rtems [bf5ef93]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c, include/bsp.h: Fix spacing.
21:28 Changeset in rtems [4b69980]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Fix spacing.
21:26 Changeset in rtems [bab02ab]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read.
21:20 Changeset in rtems [1693c131]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read.
21:19 Changeset in rtems [f9f8239]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * rtems/score/cpu.h: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read.
21:13 Changeset in rtems [c4254e9]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * libcsupport/src/printk.c, score/src/objectget.c: Fix spacing.
21:13 Changeset in rtems [b70f0cd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * libcsupport/src/printk.c, score/src/objectget.c: Fix spacing.
21:13 Changeset in rtems [8802a9b]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * libcsupport/src/malloc.c: Do not assert on free of bad pointer.
21:11 Changeset in rtems [85f3b4c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * libcsupport/src/malloc.c: Do not assert on free of bad pointer.
19:59 Changeset in rtems [a3ff693]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Ray Xu <rayx.cn@…> * cpu.c, score/cpu.h: Fix headers. Remove extra inline definition. * cpu_asm.S: Note origin of Thumb support.
19:56 Changeset in rtems [f098bf1]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Ray Xu <rayx.cn@…> * thumb_isr.c: Remove extra debug information, Change function definition.
19:46 Changeset in rtems [3a9e70c]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * runtest.in: Filter out Memory exception error messages.
19:45 Changeset in rtems [a4ebf1f4]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * runtest.in: Filter out Memory exception error messages.
19:35 Changeset in rtems [e2f429f]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * score/include/rtems/score/thread.h: Fix spelling error.
19:35 Changeset in rtems [6cd8bbe]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * score/include/rtems/score/thread.h: Fix spelling error.
19:34 Changeset in rtems [8545a7ea]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * shared/console/uart.c: Fix typo.
19:33 Changeset in rtems [d9b0895d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Joel Sherrill <joel.sherrill@…> * shared/console/uart.c: Fix typo and spacing.
19:08 Changeset in rtems [4ed0280e] by Joel Sherrill <joel.sherrill@…>
2007-11-26 Eric Norum <norume@…> * network/network.c: Fix LED configuration to match uCDIMM.
17:48 Changeset in rtems [5cc0c0d3]4.8 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Eric Norum <norume@…> * network/network.c: Fix LED configuration to match uCDIMM.
17:48 Changeset in rtems [1066597]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2007-11-26 Eric Norum <norume@…> * network/network.c: Fix LED configuration to match uCDIMM.

11/25/07:

22:44 Changeset in network-demos [dfd3ce2]network-demos-4-8-branch by Joel Sherrill <joel.sherrill@…>
2007-11-25 Joel Sherrill <joel.sherrill@…> * Makefile: bin2c was renamed rtems-bin2c.

11/22/07:

06:10 Changeset in rtems [f5dea70]4.104.114.95 by Till Straumann <strauman@…>
2007-11-21 Till Straumann <strauman@…> * shared/console/uart.c: when draining UART during initialization (wait for possible printk() activity to finish) look at TEMT (fifo, holding-reg and shift-reg) rather than THRE (fifo, holding-reg only). This resolved some scrambled output issues for me. Enhanced semantics: if BSP initializes BSPBaseBaud to a negative value then the driver interprets the modulus as a speed value and uses the current setting of the divisor to compute the clock speed (BSPBaseBaud). This is useful if you have a board that you know is initialized e.g., to 9600 but you don't know the clock speed.
04:40 Changeset in rtems [cb32666]4.104.114.95 by Chris Johns <chrisj@…>
2007-11-22 Chris Johns <chrisj@…> * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.

11/21/07:

14:36 TBR/UserApp/PowerProbe edited by Logiclabsrl
(diff)
14:36 TBR/UserApp/PowerProbe edited by Logiclabsrl
(diff)
14:35 TBR/UserApp/PowerProbe edited by Logiclabsrl
(diff)
14:34 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
Digital Fault Recorder? moved to Fault Recorder: The simplest definition "fault recorder" is more common than "digital fault recorder" and therefore more easily linkable to the project (diff)
08:03 Changeset in rtems [5a8e5df7]4.104.114.95 by Till Straumann <strauman@…>
2007-11-21 Till Straumann <strauman@…> * Makefile.am, motorola_powerpc/Makefile.am, * shared/pci/detect_raven_bridge.c, Makefile.am, * shared/pci/generic_clear_hberrs.c: separated the generic version of _BSP_clear_hostbridge_errors() into its own file.
06:23 Changeset in rtems [d371a97]4.104.114.95 by Till Straumann <strauman@…>
2007-11-20 Till Straumann <strauman@…> * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h: Avoid using 'stdio' before the system is up and fully initialized.
06:20 Changeset in rtems [d2ff24c2]4.104.114.95 by Till Straumann <strauman@…>
2007-11-17 Till Straumann <strauman@…> * libi2c/libi2c.c, libi2c/libi2c.h, libi2c/README_libi2c: Added checks so that use of 'stdio' is avoided (falling back to 'printk') before the system is up. Publish driver entry points so that the libi2c driver could be added to the applications 'device driver table'. This is not fully implemented yet, though, since in addition to initializing libi2c the low-level i2c bus drivers as well as high-level i2c device drivers need to be registered with the library. Updated README_libi2c accordingly.

11/20/07:

20:16 Changeset in rtems [381a2f18]4.104.114.95 by Till Straumann <strauman@…>
2007-11-20 Till Straumann <strauman@…> * libchip/rtc/ds1375.c, libchip/rtc/ds1375-rtc.h, * libchip/Makefile.am, libchip/preinstall.am: added new driver for Maxim DS1375 i2c RTC.

11/17/07:

19:38 Changeset in rtems [247f83c]4.104.114.95 by Till Straumann <strauman@…>
2007-11-17 Till Straumann <strauman@…> * libnetworking/rtems/rtems_glue.c: let rtems_bsdnet_ifconfig (SIOCGIFMEDIA) pass the user parameter down to the ioctl so that it knows what PHY they want to look at.

11/16/07:

17:29 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Software Feature */ (diff)
13:40 TBR/UserApp/PowerProbe edited by Logiclabsrl
(diff)
13:39 TBR/UserApp/PowerProbe edited by Logiclabsrl
(diff)
13:39 TBR/UserApp/PowerProbe edited by Logiclabsrl
(diff)
13:37 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
(diff)
13:31 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Signal relay */ (diff)
13:31 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Communication */ (diff)
13:29 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Digital inputs */ (diff)
13:28 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Voltage inputs */ (diff)
13:28 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Current inputs */ (diff)
13:28 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Current inputs */ (diff)
13:28 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Current inputs */ (diff)
13:27 TBR/UserApp/Fault_Recorder edited by Logiclabsrl
/* Dimensions */ (diff)
Note: See TracTimeline for information about the timeline view.