Timeline



07/23/08:

22:32 Changeset in rtems [a39cf49]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> PR 1291/cpukit * posix_users/semaphores.t: Update to reflect absolute time.
22:07 Changeset in rtems [75d16dd8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> * shell/Makefile.am, shell/rtems.t: Add pthread command.
20:28 Changeset in rtems [e6ee171]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell_script.c: Clean up code for command not found including the error message.
19:51 Changeset in rtems [bd5762d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> * libmisc/monitor/mon-extension.c, libmisc/monitor/mon-itask.c, libmisc/monitor/mon-part.c, libmisc/monitor/mon-prmisc.c, libmisc/monitor/mon-queue.c, libmisc/monitor/mon-region.c, libmisc/monitor/mon-sema.c, libmisc/monitor/mon-task.c, libmisc/monitor/monitor.h: Use rtems_object_get_name() instead of internal routine. This makes it possible to also print string names of POSIX objects. Adjust task report to realign since we can have longer names.
18:25 Changeset in ada-examples [531778d]ada-examples-4-10-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
New file.
18:08 Changeset in ada-examples [54c65c0]ada-examples-4-10-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> * Makefile, rtems_init.c: Add ada_from_c_task example.
18:08 Changeset in ada-examples [8325959]ada-examples-4-10-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> * Makefile, ada_from_c.adb, app.c, config.h, example.adb, example.ads: New files. New test to demonstrate C calling Ada.
17:25 Changeset in rtems [6c71b25]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> * sapi/include/confdefs.h, score/src/threadcreateidle.c: Idle thread body is now completely configured via the Configuration table.
16:05 Changeset in ada-examples [6e8632f]ada-examples-4-10-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> * empty.c, task_priority.adb: Switch to 150/151. Clean up output.
15:51 Changeset in ada-examples [bc4db0b]ada-examples-4-10-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
2008-07-23 Joel Sherrill <joel.sherrill@…> * Makefile.shared: Ignore .svn also.
08:03 Changeset in rtems [be78809]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
usee inttypes.h for output format specifiers
06:54 Changeset in rtems [36ba3fc]4.104.114.95 by Till Straumann <strauman@…>
2008-07-22 Till Straumann <strauman@…> * irq/irq_init.c, include/bsp.h: define BSP_PPC403_CLOCK_HOOK_EXCEPTION so that we hook the timer exception rather than going through the interrupt dispatcher.
06:50 Changeset in rtems [b7d1f290]4.104.114.95 by Till Straumann <strauman@…>
2008-07-22 Till Straumann <strauman@…> * ppc403/clock/clock.c: Added (conditionally compiled) code so that a BSP can choose to hook the timer exception directly rather than going through the interrupt dispatcher.

07/22/08:

20:28 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)
17:21 Changeset in rtems [1016b77]4.8 by Joel Sherrill <joel.sherrill@…>
2008-07-22 Joel Sherrill <joel.sherrill@…> PR 1291/cpukit * psx05/init.c, psxmsgq01/init.c: Update tests to reflect absolute time.
17:18 Changeset in rtems [e5c0540]4.8 by Joel Sherrill <joel.sherrill@…>
2008-07-22 Joel Sherrill <joel.sherrill@…> pr1291/cpukit * posix_users/mutex.t: Add ETIMEDOUT. * posix_users/semaphores.t: Clarify text to say absolute timeout.
17:17 Changeset in rtems [a2cf229]4.8 by Joel Sherrill <joel.sherrill@…>
2008-07-18 Joel Sherrill <joel.sherrill@…> PR 1291/cpukit * itron/inline/rtems/itron/semaphore.inl, itron/src/twai_sem.c, posix/include/mqueue.h, posix/include/rtems/posix/mqueue.h, posix/include/rtems/posix/semaphore.h, posix/include/rtems/posix/time.h, posix/src/condtimedwait.c, posix/src/mqueuereceive.c, posix/src/mqueuerecvsupp.c, posix/src/mqueuesend.c, posix/src/mqueuesendsupp.c, posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c, posix/src/mutextimedlock.c, posix/src/mutextranslatereturncode.c, posix/src/posixtimespecabsolutetimeout.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/semaphoretranslatereturncode.c, posix/src/semaphorewaitsupp.c, posix/src/semtimedwait.c, posix/src/semtrywait.c, posix/src/semwait.c, posix/src/sigtimedwait.c, posix/src/timersettime.c, posix/src/ualarm.c, rtems/src/semobtain.c, rtems/src/semtranslatereturncode.c, score/include/rtems/score/coremutex.h, score/include/rtems/score/coresem.h, score/src/coresemseize.c: This patch addresses issues on implementation of the timeout on the following POSIX services. Some of these services incorrectly took a timeout as a relative time. Others would compute a 0 delta to timeout if the absolute time and the current time were equal and thus incorrectly block the caller forever. The root of the confusion is that POSIX specifies that if the timeout is incorrect (e.g. in the past, is now, or is numerically invalid), that it does not matter if the call would succeed without blocking. This is in contrast to RTEMS programming style where all errors are checked before any critical sections are entered. This fix implemented a more uniform way of handling POSIX absolute time timeouts. + pthread_cond_timedwait - could block forever + mq_timedreceive - used relative not absolute time + mq_timedsend - used relative not absolute time + pthread_mutex_timedlock - used relative not absolute time + pthread_rwlock_timedrdlock- used relative not absolute time + pthread_rwlock_timedwrlock- used relative not absolute time + sem_timedwait - could block forever
16:00 Debugging/GDBScripts edited by ChrisJohns
Moved to the FTP server. (diff)
06:11 Changeset in rtems [479f2555]4.104.114.95 by Till Straumann <strauman@…>
2008-07-21 Till Straumann <strauman@…> * startup/bspstart.c: Removed MSR_CE from interrupt mask - this was set for testing but should not be in the mask by default.
05:52 Changeset in rtems [aee685a3]4.104.114.95 by Till Straumann <strauman@…>
2008-07-21 Till Straumann <strauman@…> * Makefile.am, preinstall.am, irq/irq_init.c: Use low-level exception handling support from new-exceptions/bspsupport.
05:50 Changeset in rtems [336495b9]4.104.114.95 by Till Straumann <strauman@…>
2008-07-21 Till Straumann <strauman@…> * startup/bspstart.c: Removed SPRG0 warning - this BSP is OK. Use interrupt stack limits from linker script. No need to reserve space beyond '_end'. linkcmds now reserves space below '_end'. Use low-level exception handling support from new-exceptions/bspsupport.
05:47 Changeset in rtems [e1095fc]4.104.114.95 by Till Straumann <strauman@…>
2008-07-21 Till Straumann <strauman@…> * dlentry/dlentry.S: load R13 with _SDA_BASE_ so that SVR4-ABI access of short data area works. No support for R2/sdata2/eabi, so far but that would be easy (atm R2 is loaded with got address IIRC).
05:44 Changeset in rtems [54b617a]4.104.114.95 by Till Straumann <strauman@…>
2008-07-21 Till Straumann <strauman@…> * startup/linkcmds: fixed sdata/sbss areas -- these must be contiguous for SVR4 complicant access via R13. Use kludged layout so that sbss, bss, sbss2 are all contiguous and zeroed by dlentry.S. Provide _SDA_BASE_ and _SDA2_BASE_ for loading R13 (and R2 if anyone wants to use EABI). Make sure interrupt stack is never in heap area by moving it below '_end'. Provide symbols for start + end of interrupt stack.
05:30 Changeset in rtems [c607d50e]4.104.114.95 by Till Straumann <strauman@…>
2008-07-21 Till Straumann <strauman@…> * console/consolelite.c: use base address from RTEMS_XPARAMETERS_H rather than hardcoded hex number.

07/21/08:

20:38 Changeset in rtems [13512ec2]4.104.114.95 by Till Straumann <strauman@…>
2008-07-21 Till Straumann <strauman@…> * new-exceptions/raw_exception,h, new-exceptions/raw_exception.c: Added more vectors for PPC405: watchdog, fpu-unavail, apu-unavail, itlbmiss, dtlbmiss, debug.
13:35 Ticket #1292 (No support of %j*, %z* and %t* in printf() etc.) created by Sebastian Huber
The following code: printf( "%ju\n", 0); printf( "%zu\n", 0); …

07/19/08:

01:57 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Add PR1291 (diff)

07/18/08:

23:40 TBR/Website/Board_Support_Packages edited by Thomas
/* PowerPC BSPs */ (diff)
22:10 Changeset in rtems [f45169a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-18 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c: This BSP is OK with SPRG0.
21:42 TBR/BSP/Pc386 edited by JoelSherrill
/* CVS Head */ Runs ticker, netdemo, ACATS, etc (diff)
21:12 Developer/Simulators/QEMU edited by JoelSherrill
/* Running RTEMS TCP/IP Applications */ New text (diff)
20:57 Developer/Simulators/QEMU edited by JoelSherrill
Add TCP/IP sections (diff)
19:09 Changeset in rtems [e620c55]4.104.114.95 by Till Straumann <strauman@…>
2008-07-18 Till Straumann <strauman@…> * startup/bspstart.c: removed warning about SPRG0 now being used for IRQ mask; this BSP is OK.
18:47 Changeset in rtems [f5119be4]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-18 Joel Sherrill <joel.sherrill@…> PR 1291/cpukit * psx05/init.c, psxmsgq01/init.c: As part of addressing timeouts and POSIX services taking relative instead of absolute time for timeouts, these tests were updated.
18:46 Changeset in rtems [acb4bed0]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-18 Joel Sherrill <joel.sherrill@…> * posix_users/mutex.t: Add ETIMEDOUT.
18:45 Changeset in rtems [6a0898b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-18 Joel Sherrill <joel.sherrill@…> PR 1291/cpukit * itron/inline/rtems/itron/semaphore.inl, itron/src/twai_sem.c, posix/include/mqueue.h, posix/include/rtems/posix/mqueue.h, posix/include/rtems/posix/semaphore.h, posix/include/rtems/posix/time.h, posix/src/condtimedwait.c, posix/src/mqueuereceive.c, posix/src/mqueuerecvsupp.c, posix/src/mqueuesend.c, posix/src/mqueuesendsupp.c, posix/src/mqueuetimedreceive.c, posix/src/mqueuetimedsend.c, posix/src/mutextimedlock.c, posix/src/mutextranslatereturncode.c, posix/src/posixtimespecabsolutetimeout.c, posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, posix/src/semaphoretranslatereturncode.c, posix/src/semaphorewaitsupp.c, posix/src/semtimedwait.c, posix/src/semtrywait.c, posix/src/semwait.c, posix/src/sigtimedwait.c, posix/src/timersettime.c, posix/src/ualarm.c, rtems/src/semobtain.c, rtems/src/semtranslatereturncode.c, score/include/rtems/score/coremutex.h, score/include/rtems/score/coresem.h, score/src/coresemseize.c: This patch addresses issues on implementation of the timeout on the following POSIX services. Some of these services incorrectly took a timeout as a relative time. Others would compute a 0 delta to timeout if the absolute time and the current time were equal and thus incorrectly block the caller forever. The root of the confusion is that POSIX specifies that if the timeout is incorrect (e.g. in the past, is now, or is numerically invalid), that it does not matter if the call would succeed without blocking. This is in contrast to RTEMS programming style where all errors are checked before any critical sections are entered. This fix implemented a more uniform way of handling POSIX absolute time timeouts. + pthread_cond_timedwait - could block forever + mq_timedreceive - used relative not absolute time + mq_timedsend - used relative not absolute time + pthread_mutex_timedlock - used relative not absolute time + pthread_rwlock_timedrdlock- used relative not absolute time + pthread_rwlock_timedwrlock- used relative not absolute time + sem_timedwait - could block forever
17:42 Ticket #1291 (POSIX Blocking Calls with Timeouts as Absolute Times) created by Joel Sherrill
This patch addresses issues on implementation of the timeout on the …
15:56 Changeset in rtems [d3c32136]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Changed special purpose register inline functions to macros. fixed some minors in mpc83xx support added file for mpc55xx watchdog support
14:03 Changeset in rtems [eb98e4c6]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
typos.
11:24 Changeset in rtems [59be902]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
mpc8249eamds support for Gigabit Ethernet works again initialize PHY registers late enough, so that phy access is possible
07:38 Changeset in rtems [e5aa0d1]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
resolved conflict

07/17/08:

21:34 Changeset in rtems [d4502b4]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Correct message.
21:33 Changeset in rtems [708a8b46]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Formatting.
21:32 Changeset in rtems [ce767397]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-17 Joel Sherrill <joel.sherrill@…> * ChangeLog?, startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Formatting.
21:23 Changeset in rtems [05480bb]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-17 Joel Sherrill <joel.sherrill@…> * psxfile01/test.c: truncate on /dev/console now works.
21:22 Changeset in rtems [ffb9eeb]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-17 Joel Sherrill <joel.sherrill@…> * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on architectures they are not supported on.
15:43 Changeset in rtems [00a2d366]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-17 Joel Sherrill <joel.sherrill@…> * libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-object.c, libmisc/monitor/monitor.h, libmisc/shell/main_chmod.c, libmisc/shell/main_tty.c, libmisc/shell/main_umask.c, libmisc/shell/main_whoami.c: Add pthread command to monitor when POSIX is enabled. Remove include of rtems/monitor.h from files not related.
14:39 Changeset in rtems [9bd5118]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
fixes for display driver
14:39 Changeset in rtems [677cf05f]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
bugfixes for mpc8349eamds BSP
11:29 Changeset in rtems [ecb869f]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Fixed typo in access macros for device control registers (DCR)
04:09 Changeset in rtems [1380b630]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
2008-07-17 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Remove reference to startup/setvec.c.
03:48 Changeset in rtems [2a8e450]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
2008-07-17 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Remove RTEMS_AMPOLISH3.
03:39 Changeset in rtems [e9c0429]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.

07/16/08:

23:13 Changeset in rtems [84a25d8]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/bspsupport/vectors_init.c: added features to C_exception_handler() (the default global handler): - try to catch recursion - print info about context where the exception occurred (ISR or task with task ID). - suspend offending task rather than spinning forever.
23:10 Changeset in rtems [0354299]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/bspsupport/vectors_init.c: must not align start of stack downwards (we don't 'own' memory below start). Instead, use original boundaries but align the stack pointer as required. Added test to verify that R13 was loaded with _SDA_BASE_ during early initialization (low-level assembly code relies on it).
22:04 Changeset in rtems [6ce3f7b]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/cpu.c: propagate R2 to all task contexts even if the ABI is SVR4. Cannot hurt…
21:57 Changeset in rtems [d60239f]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/cpu.c: use ppc_interrupt_get_disable_mask() to determine which bits to set/clear from _CPU_Context_Initialize().
21:52 Changeset in rtems [3d28361d]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * score/cpu/powerpc/rtems/new-exceptions/cpu.h: use ppc_interrupt_get_disable_mask() to determine which bits to set/clear from _CPU_ISR_Set_level().
21:47 Changeset in rtems [441c930]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * score/cpu/powerpc/rtems/powerpc/registers.h: added ppc_interrupt_get_disable_mask() inline function.
21:44 Changeset in rtems [5166513c]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added a test to TEST_LOCK_crit so that a context switch is always prevented if MSR_CE is not set in the interrupt mask. (Support mode where the user wants to leave MSR_CE always enabled but abstains from calling OS primitives from the exception handler.)
21:38 Changeset in rtems [7d453cf]4.104.114.95 by Till Straumann <strauman@…>
2008-07-16 Till Straumann <strauman@…> * shared/include/powerpc-utility.h: Added GET_INTERRUPT_MASK macro.
21:23 TBR/UserApp/RTEMSApplications edited by Cwelch
/* Industrial */ (diff)
20:32 Changeset in rtems [c702dd8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos.
20:22 Changeset in rtems [9c325fb2]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * mpc6xx/clock/c_clock.c: Add fast idle.
20:22 Changeset in rtems [10f095c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * configure.ac: Add fast idle.
17:17 Changeset in rtems [798ff5a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell.c, libmisc/shell/shell.h: New argument sequence for rtems_shell_init(). This makes it possible to run the shell forever or invoke it from a program as a subroutine, have a user enter commands, and wait for it to exit.
17:13 Changeset in rtems [c2a5939f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * shell/confinit.t: New argument sequence for rtems_shell_init().
17:08 Changeset in rtems [72cb077f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * fileio/init.c: New argument sequence for rtems_shell_init(). Also split on multiple lines and document each parameter.
16:48 Changeset in rtems [03b655aa]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
14:46 Changeset in rtems [33749f04]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-16 Joel Sherrill <joel.sherrill@…> * acinclude.m4: Regeneration to add new BSPs.

07/15/08:

22:56 Changeset in rtems [4d47256]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * rtems/include/rtems.h, sapi/Makefile.am: Add simple helper to get RTEMS version string. * sapi/src/getversionstring.c: New file.
22:55 Changeset in rtems [fc1b5cf5]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * .cvsignore, include/.cvsignore: New files.
22:22 Changeset in rtems [fa379b0]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * bootcard.c: Must include bsp.h or bspopts.h or we cannot know if boot_card() handles RAM allocation.
21:50 Changeset in rtems [5e60f15] by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@…>
21:49 Changeset in rtems [a570a14]4.8 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@…>
21:49 Changeset in rtems [4dc6a46]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-15 Joel Sherrill <joel.sherrill@…> * user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@…>
13:32 Changeset in rtems [18e6e824]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Spacing.

07/14/08:

16:15 Changeset in rtems [574fb67]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
updated gen83xx BSP updated haleakala BSP added MPC55xx BSP
16:03 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
08:46 Changeset in rtems [3c6fe2e]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added haleakala BSP contributed by Michael Hamel
08:45 Changeset in rtems [9ec91233]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
corrections in display driver
06:02 Changeset in rtems [fcd4a7c]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Cleanup.
05:53 Changeset in rtems [1be83cd]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Cleanup.
05:33 Changeset in rtems [911e38a]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.
05:32 Changeset in rtems [a4f16e61]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:19 Changeset in rtems [46b70381]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.

07/11/08:

10:16 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
10:09 Changeset in rtems [054f3966]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added BSP for mcf548x
10:07 Changeset in rtems [224aebb3]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added BSP to m68k adapted PPC exception code
10:05 Changeset in rtems [9ab94a1f]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
made buffer for write calls constant
10:05 Changeset in rtems [e0b8176]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added support for mcf548x
10:04 Changeset in rtems [767cdd8]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
adapted for modified exception code
10:03 Changeset in rtems [80a0ae8]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
add display driver for HCMS* SPI displays
10:02 Changeset in rtems [25a92bc1]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
adapted powerpc exception code
10:01 Changeset in rtems [a86f3aac]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
adapted powerpc BSPs to new exception code
10:00 Changeset in rtems [69effbb4]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added variant to gen68360 BSP added genmcf548x BSP
09:59 Changeset in rtems [1898d72]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added mcf548x BSP support

07/10/08:

23:24 Changeset in rtems [457f590]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * shared/flash/spansionFlash.c: removed "m" memory operands.
22:03 Changeset in rtems [dfe42ba5]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * mpc6xx/mmu/pte121.c: use general "memory" clobber rather than memory input operand in inline assembly ("m" doesn't do what the manual says; see discussion on gcc mailing list around 2008/3/30)
21:51 Changeset in rtems [e1df032]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * ChangeLog?, mpc8xx/clock/clock.c, ppc403/clock/clock.c, ppc403/irq/ictrl.h, rtems/powerpc/powerpc.h: Removed all macro definitions which depended on the compiler defining a PPC CPU-model dependent symbol from files in cpukit. Macros which were not used by cpukit have been moved to libcpu/powerpc/rtems/powerpc/powerpc.h.
21:48 Changeset in rtems [06aab39]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h, cpukit/score/cpu/powerpc/rtems/score/cpu.h, cpukit/score/cpu/powerpc/rtems/score/powerpc.h: Removed all macro definitions which depended on the compiler defining a PPC CPU-model dependent symbol. Macros which were not used by cpukit have been moved to libcpu/powerpc/rtems/powerpc/powerpc.h.
21:39 Changeset in rtems [d71e95a]4.104.114.95 by Till Straumann <strauman@…>
* empty log message *
21:31 Changeset in rtems [8bac485]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * new-exceptions/bspsupport/ppc_exc_asm_macros.S, new-exceptions/bspsupport/ppc_exc_bspsupp.h, new-exceptions/bspsupport/ppc_exc_hdl.c, new-exceptions/bspsupport/vectors_init.c: fixed and enabled stack-switching algorithm which figures out if we already run on the ISR stack rather than relying on the _ISR_Nest_level. Added 'ppc_exc_crit_always_enabled' variable which defines the semantics of critical interrupts. Added a test to TEST_LOCK_crit so that calling ppc_exc_wrapup() (and possibly the dispatcher) is always skipped if the BSP/user wants to leave critical interrupts always enabled (at the expense of having no OS support). changed TEST_LOCK_mchk so that asynchronous machine-check handlers never call ppc_exc_wrapup() (and the dispatcher). We don't want to disable MSR_ME ever (to avoid checkstops) and hence asynchronous MEs must not use OS services anyways. added and commented new variables 'ppc_exc_intr_stack_size' 'ppc_exc_crit_always_enabled'.
21:29 Changeset in rtems [38f5e61]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * new-exceptions/bspsupport/ppc_exc.S: must disable interrupts prior to restoring SRRs (thanks to Sebastian Huber)
21:28 Changeset in rtems [055173d]4.104.114.95 by Till Straumann <strauman@…>
2008-07-10 Till Straumann <strauman@…> * new-exceptions/bspsupport/README: added more information
19:52 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
19:46 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
15:31 Changeset in rtems [2c3a9c16]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-10 Joel Sherrill <joel.sherrill@…> * user/.cvsignore: Add chains.texi.
15:05 Changeset in rtems [a5d5c74]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-07-10 Joel Sherrill <joel.sherrill@…> * include/rtems/status-checks.h: Fix style.
12:56 Changeset in rtems [eed04912]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
added irq-extension.h declarations
06:43 Changeset in rtems [31282767]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
changed names of internal macros
06:19 Changeset in rtems [780428f]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Extension of the RTEMS Interrupt Manager (shared handler and handler with a handle).
06:17 Changeset in rtems [214cbd9]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
- Simple timing functions based on a time base reference. - u-boot header file
06:16 Changeset in rtems [e0ecc66d]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
SD Card driver
06:15 Changeset in rtems [03bed2db]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Includes standard header files, provides common assembler macros and inline functions for low-level code.
06:11 Changeset in rtems [9f429ae]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Alternative clock driver. Uses exception handler directly. Supports special variants for Book E and e300 cores. For standard decrementer CPUs the new decrementer value is calculated with reference to a time base so that a time drift is avoided
06:05 Changeset in rtems [3210dcb]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Macros for status code and return value checks.
06:04 Changeset in rtems [8084ce80]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Restore terminal settings on exit.
06:03 Changeset in rtems [7c007cf]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Added S_IRWXU, S_IRWXG and S_IRWXO to file mode.
06:03 Changeset in rtems [5e4831f]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Modified error messages. Driver operations table is now constant. New entry in the rtems_libi2c_tfr_mode_t structure: idle_char. This character will be continuously transmitted in read only functions.
00:29 GSoC/2008/RunTimeTracing edited by Alanz
/* Status */ (diff)
00:26 GSoC/2008/RunTimeTracing edited by Alanz
/* Add Weekly Update as Email communication*/ (diff)
00:05 GSoC/2008/RunTimeTracing edited by Alanz
List the deliverables completed till now. (diff)

07/09/08:

02:50 Changeset in rtems [5396467]4.104.114.95 by Chris Johns <chrisj@…>
2008-07-09 Chris Johns <chrisj@…> * doc/user/chains.t: New. * doc/ada_user/ada_user.texi, doc/user/Makefile.am, doc/user/c_user.texi, doc/user/dirstat.texi: Updated for the chains documentation.
Note: See TracTimeline for information about the timeline view.