Timeline



09/11/11:

20:57 Changeset in rtems [94f8cc0b]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-11 Joel Sherrill <joel.sherrill@…> * spedfsched01/Makefile.am, spedfsched02/Makefile.am, spedfsched03/Makefile.am: Use all managers.
20:56 Changeset in rtems [0d6aee4]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-11 Petr Benes <benesp16@…> PR 1897/testing * Makefile.am, configure.ac: Add tests for Earliest Deadline First (EDF) Scheduling Algorithm implementation. * spedfsched01/.cvsignore, spedfsched01/Makefile.am, spedfsched01/init.c, spedfsched01/spedfsched01.doc, spedfsched01/spedfsched01.scn, spedfsched01/system.h, spedfsched01/task1.c, spedfsched02/.cvsignore, spedfsched02/Makefile.am, spedfsched02/getall.c, spedfsched02/init.c, spedfsched02/spedfsched02.doc, spedfsched02/spedfsched02.scn, spedfsched02/system.h, spedfsched02/task1.c, spedfsched03/.cvsignore, spedfsched03/Makefile.am, spedfsched03/edfparams.h, spedfsched03/init.c, spedfsched03/spedfsched03.doc, spedfsched03/spedfsched03.scn, spedfsched03/system.h, spedfsched03/tasks_aperiodic.c, spedfsched03/tasks_periodic.c: New files.
20:52 Changeset in rtems [5472ad41]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-11 Petr Benes <benesp16@…> PR 1896/cpukit * sapi/include/confdefs.h, score/Makefile.am, score/preinstall.am: Add Earliest Deadline First (EDF) Scheduling Algorithm implementation. * score/include/rtems/score/scheduleredf.h, score/src/scheduleredf.c, score/src/scheduleredfallocate.c, score/src/scheduleredfblock.c, score/src/scheduleredfenqueue.c, score/src/scheduleredfenqueuefirst.c, score/src/scheduleredfextract.c, score/src/scheduleredffree.c, score/src/scheduleredfprioritycompare.c, score/src/scheduleredfreleasejob.c, score/src/scheduleredfschedule.c, score/src/scheduleredfunblock.c, score/src/scheduleredfupdate.c, score/src/scheduleredfyield.c: New files.
19:54 Ticket #1912 (Add Scheduler Documentation) created by Joel Sherrill
Gedare, Petr and I have discussed adding more documentation on the …

09/10/11:

14:22 Ticket #1726 (EDF Scheduling Implementation) closed by Gedare Bloom
wontfix: Superseded by Petr's EDF implementation.

09/09/11:

12:24 Changeset in rtems [72b7935]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-09 Sebastian Huber <sebastian.huber@…> * sp03/sp03.scn, sp05/sp05.scn, sp23/sp23.scn, sp27/sp27.scn, sp27a/sp27a.scn, sp39/sp39.scn: Update.
12:17 Changeset in rtems [1a6ab4e]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-09 Sebastian Huber <sebastian.huber@…> * sptests/sp68/init.c: Avoid CPU_STRUCTURE_ALIGNMENT.
11:25 Changeset in rtems [842394f]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-09 Sebastian Huber <sebastian.huber@…> PR 1901/cpukit * score/src/threadhandler.c: Do not use internal tasks for global initialization in MP configuration.
11:19 Changeset in rtems [fd1661f2]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-09 Sebastian Huber <sebastian.huber@…> PR 1844/cpukit * rtems/include/rtems/rtems/msgmp.h: Define MESSAGE_QUEUE_MP_PACKET_SIZE. * rtems/src/msgmp.c, rtems/src/msgqcreate.c: Use MESSAGE_QUEUE_MP_PACKET_SIZE.
11:04 Ticket #1911 (Include bsp.h in confdefs.h by default) created by Sebastian Huber
We should include <bsp.h> for the o BSP_IDLE_TASK_BODY, o …
11:02 Changeset in rtems [5817297]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-09 Sebastian Huber <sebastian.huber@…> PR 1873/cpukit * score/include/rtems/score/heap.h: Revert previous commit. * sapi/include/confdefs.h: Use proper constants in _Configure_From_workspace().
10:57 Changeset in rtems [d689de0]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-09 Sebastian Huber <sebastian.huber@…> * score/include/rtems/score/basedefs.h: Typo. * score/src/mpci.c, rtems/src/eventmp.c, rtems/src/msgmp.c, rtems/src/partmp.c, rtems/src/regionmp.c, rtems/src/semmp.c, rtems/src/signalmp.c, rtems/src/taskmp.c: Use RTEMS_STATIC_ASSERT() to ensure that the packet size is small enough.
10:25 Ticket #1901 (Global C++ constructors with MP configuration) closed by Sebastian Huber
fixed: Fixed on CVS head.
10:21 Ticket #1844 (Invalid MP packet prefix for message queues) closed by Sebastian Huber
fixed: I replaced the sizeof(Message_queue_MP_Packet) with #define MESSAGE_QUEUE_MP_PACKET_SIZE \ offsetof(Message_queue_MP_Packet, Buffer.buffer) this should fix the problem.
10:00 Changeset in rtems [f604a94]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-09 Sebastian Huber <sebastian.huber@…> * nios2-thread-dispatch-disabled.c: Use offsetof() instead of RTEMS_offsetof().

09/08/11:

08:58 Ticket #1910 (An option for architecture-specific SMP locks) created by Marta Rybczynska
This patch adds an option (in cpu.h) for architecture-specific SMP …

09/07/11:

07:43 Changeset in rtems [e5b2ed7]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-07 Ralf Corsépius <ralf.corsepius@…> * imfs_support/fs_supprot.h, support/fstest.h, support/ramdisk_support.h: Don't include config.h.
07:42 Changeset in rtems [d957805]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-07 Ralf Corsépius <ralf.corsepius@…> * fserror/test.c, fslink/test.c, fspatheval/test.c, fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, fstime/test.c, support/fstest_support.c, support/ramdisk_support.c: Add config-header support.
07:39 Changeset in rtems [88e2a36]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-07 Ralf Corsépius <ralf.corsepius@…> * support/fstest.h: Include "pmacros.h".
07:32 Changeset in rtems [db6fbdf]4.115 by Ralf Corsepius <ralf.corsepius@…>
2011-09-07 Ralf Corsépius <ralf.corsepius@…> * fserror/fserror.doc, fserror/test.c, fslink/fslink.doc, fslink/test.c, fspatheval/patheval.doc, fspatheval/test.c, fspermission/fspermission.doc, fspermission/test.c, fsrdwr/fsrdwr.doc, fsrdwr/init.c, fssymlink/fssymlink.doc, fssymlink/test.c, fstime/fstime.doc, fstime/test.c, imfs_support/fs_config.h, imfs_support/fs_support.c, imfs_support/fs_supprot.h, mdosfs_support/fs_config.h, mdosfs_support/fs_support.c, mimfs_support/fs_config.h, mimfs_support/fs_support.c, mrfs_support/fs_config.h, mrfs_support/fs_support.c, support/fstest.h, support/fstest_support.c, support/fstest_support.h, support/ramdisk_support.c, support/ramdisk_support.h: Fix CVS-Ids.

09/05/11:

15:59 Changeset in rtems [4f7d002]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
15:55 Changeset in rtems [4390f3c9]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
15:51 Changeset in rtems [ab143e91]4.115 by Ralf Corsepius <ralf.corsepius@…>
gcc-core-4.5.3-rtems4.11-20110905.diff, gcc-g++-4.5.3-rtems4.11-20110905.diff
15:46 Changeset in rtems [54c87d9]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
09:54 Changeset in rtems [3b9247e]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-05 Sebastian Huber <sebastian.huber@…> * spfatal01/spfatal01.scn, spfatal02/spfatal02.scn, spfatal13/spfatal13.scn, spfatal14/spfatal14.scn, spfatal15/spfatal15.scn, spfatal16/spfatal16.scn, spfatal17/spfatal17.scn, spfatal18/spfatal18.scn, spfatal19/spfatal19.scn, spfatal20/spfatal20.scn, spfatal_support/init.c: Print proper begin message.
09:49 Changeset in rtems [dc9f1a9]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-05 Sebastian Huber <sebastian.huber@…> * psxfatal01/psxfatal01.scn, psxfatal01/testcase.h, psxfatal02/psxfatal02.scn, psxfatal02/testcase.h, psxfatal_support/init.c: Print proper begin and end message.
06:16 Changeset in rtems [79fa247]4.115 by Ralf Corsepius <ralf.corsepius@…>
Restore bfin hacks.
04:07 Projects/CVStoGit edited by ChrisJohns
/* Phase 3 */ (diff)
04:05 Projects/CVStoGit edited by ChrisJohns
/* Public Access */ (diff)
04:02 Changeset in rtems [827a0d0]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
04:02 Changeset in rtems [406ac28b]4.115 by Ralf Corsepius <ralf.corsepius@…>
Fix typo
03:58 Projects/CVStoGit edited by ChrisJohns
Add phase 3. (diff)
03:48 Projects/CVStoGit edited by ChrisJohns
/* Phase 1 */ (diff)
03:47 Projects/CVStoGit edited by ChrisJohns
/* Phase 1 */ (diff)
03:46 Changeset in rtems [6587feaf]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
03:45 Projects/CVStoGit edited by ChrisJohns
/* Phase 1 */ (diff)
03:45 Changeset in rtems [e9aee68d]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
03:44 Projects/CVStoGit edited by ChrisJohns
/* Week 1 */ (diff)
03:39 Changeset in rtems [826eb30]4.115 by Ralf Corsepius <ralf.corsepius@…>
gdb-7.3.1

09/02/11:

15:06 Changeset in rtems [67518231]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-02 Sebastian Huber <sebastian.huber@…> * rtems/score/nios2-utility.h, nios2-isr-set-level.c, nios2-isr-get-level.c: Renamed functions.
13:41 Changeset in rtems [63f871f]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-02 Sebastian Huber <sebastian.huber@…> * stackchk/init.c, stackchk/system.h, stackchk/stackchk.scn: Print end of test message.
13:17 Changeset in rtems [0690fb28]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-02 Sebastian Huber <sebastian.huber@…> * libmisc/monitor/mon-monitor.c: Removed "exit" and "quit" commands to avoid confusion. They were an alias to the "fatal" command.
12:20 Changeset in rtems [1c0749b9]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-02 Sebastian Huber <sebastian.huber@…> * sp40/init.c: Avoid unsupported test cases.
11:20 Changeset in rtems [1c963169]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-02 Sebastian Huber <sebastian.huber@…> * rtems/score/nios2-utility.h: Use the same values for defines used by Altera HAL.
07:52 Changeset in rtems [36c187a0]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-02 Sebastian Huber <sebastian.huber@…> * rtems/score/nios2-utility.h: Avoid redefines with Altera HAL. Declare _Nios2_ISR_Set_level(). * nios2-context-initialize.c: Use _Nios2_ISR_Set_level(). * nios2-isr-set-level.c: Define _Nios2_ISR_Set_level().

09/01/11:

22:27 Release/4.10 edited by JoelSherrill
/* Release 4.10.2 Changes */ Add PR1895 Ensure partial ticks are accounted from ticks conversions. (diff)
21:34 Ticket #1909 (Covoar: displaying column Taken / Not taken counts in branch html report) closed by Joel Sherrill
fixed
21:26 Ticket #1909 (Covoar: displaying column Taken / Not taken counts in branch html report) created by Pawel
Added code displaying column with Taken / Not taken counts in the …
21:06 Ticket #1908 (QoS library for CBS scheduler) created by Petr Benes
Since the CBS scheduler is inspired by AQuoSA project for Linux, …
20:41 Ticket #1907 (CBS scheduler tests) created by Petr Benes
This patch contains three sptests for the CBS scheduler. First one is …
20:24 Ticket #1906 (CBS scheduler implementation) created by Petr Benes
The CBS (Constant Bandwidth Server) scheduler is a complex scheduling …
18:24 Changeset in rtems [a1bfb33]4.10 by Joel Sherrill <joel.sherrill@…>
2011-09-01 Joel Sherrill <joel.sherrilL@…> PR 1895/cpukit * posix/src/mqueuerecvsupp.c, posix/src/pthreadjoin.c, score/src/coretodmsecstoticks.c, score/src/coretodusectoticks.c, score/src/timespectoticks.c: Ensure time conversions to ticks do not ignore partial tick and return 1 less than desired.
18:24 Changeset in rtems [cae389ba]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-01 Joel Sherrill <joel.sherrilL@…> PR 1895/cpukit * score/src/coretodmsecstoticks.c, score/src/coretodusectoticks.c, score/src/timespectoticks.c: Ensure time conversions to ticks do not ignore partial tick and return 1 less than desired.
18:13 Changeset in rtems [ac9d2ecc]4.115 by Joel Sherrill <joel.sherrill@…>
2011-09-01 Petr Benes <benesp16@…> PR 1895/cpukit * rtems/src/ratemoncancel.c, rtems/src/ratemondelete.c, rtems/src/ratemonperiod.c, sapi/include/confdefs.h, score/Makefile.am, score/include/rtems/score/scheduler.h, score/include/rtems/score/schedulerpriority.h, score/include/rtems/score/schedulersimple.h, score/include/rtems/score/schedulersimplesmp.h, score/inline/rtems/score/scheduler.inl, score/inline/rtems/score/schedulerpriority.inl, score/src/coremutexseize.c: Add priority_compare and release_job hooks interfaces to scheduler interface. * score/src/schedulerpriorityprioritycompare.c, score/src/schedulerpriorityreleasejob.c: New files.
17:27 Ticket #1894 (missing a tick in _Timespec_To_ticks) closed by Joel Sherrill
fixed
17:14 Ticket #1895 (Pluggable scheduler priority_compare and release_job hooks) closed by Joel Sherrill
fixed: Committed. Closing. Thanks.
15:57 Changeset in rtems [900d9e66]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-01 Sebastian Huber <sebastian.huber@…> * startup/bspstart.c: Update due to API changes.
15:52 Changeset in rtems [e2d0c68]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-01 Sebastian Huber <sebastian.huber@…> * cpu.c, cpu_asm.S: Removed files. * nios2-context-initialize.c, nios2-context-switch.S, nios2-fatal-halt.c, nios2-initialize-vectors.c, nios2-initialize.c, nios2-isr-get-level.c, nios2-isr-install-raw-handler.c, nios2-isr-install-vector.c, nios2-isr-is-in-progress.c, nios2-isr-set-level.c, nios2-thread-dispatch-disabled.c, rtems/score/nios2-utility.h: New files. * Makefile.am, preinstall.am: Reflect changes above. * irq.c: Update due to API changes. * rtems/score/cpu.h: New functions _CPU_Initialize_vectors(), _CPU_ISR_Set_level(), and _CPU_Fatal_halt() (instead of macros). Support for external interrupt controller (EIC). Documentation changes.
11:07 Ticket #1900 (Covoar : adding backend calculating instructions execution count for ...) closed by Pawel
fixed: Closing this PR
09:25 Changeset in rtems [84649da]4.115 by Ralf Corsepius <ralf.corsepius@…>
Remove.
09:22 Changeset in rtems [0423216]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:20 Changeset in rtems [660912b9]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
09:19 Changeset in rtems [6ca3e00]4.115 by Ralf Corsepius <ralf.corsepius@…>
Enable infos.
09:18 Changeset in rtems [7e83682]4.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon gdb-7.1.
08:18 Changeset in rtems [df8204f]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-01 Sebastian Huber <sebastian.huber@…> * mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A.
08:15 Changeset in rtems [3ac2bf5e]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-01 Sebastian Huber <sebastian.huber@…> * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
08:09 Changeset in rtems [7a84689f]4.115 by Sebastian Huber <sebastian.huber@…>
2011-09-01 Sebastian Huber <sebastian.huber@…> * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h, mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
03:55 Changeset in rtems [ac620ef]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
03:54 Changeset in rtems [120adc24]4.115 by Ralf Corsepius <ralf.corsepius@…>
gdb-7.3
03:48 Changeset in rtems [d783a1e]4.115 by Ralf Corsepius <ralf.corsepius@…>
Move python into package specific subdir.

08/31/11:

16:03 Changeset in rtems [9e7758b]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-31 Sebastian Huber <sebastian.huber@…> * startup/bspgetworkarea.c, startup/linkcmds.base: Removed files. * include/mpc55xx-config.h, make/custom/mpc5674fevb.cfg, startup/early-init.c, startup/ebi-cal-cs-config.c, startup/ebi-cs-config.c, startup/exc-vector-base.S, startup/fmpll-syncr-vals.c, startup/linkcmds.mpc5674fevb, startup/mmu-config.c, startup/siu-pcr-config.c: New files. * Makefile.am, preinstall.am: Reflect changes above. * startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb, startup/linkcmds.phycore_mpc5554: Use linker command base file. * configure.ac: Support MPC5674F. Changed eSCI options. * clock/clock-config.c: Support MPC5674F. * i2c/i2c_init.c, network/smsc9218i.c, startup/sd-card-init.c: Update due to API changes. * include/bsp.h: Define BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN. * network/if_smc.c: Use HAS_SMC91111. * startup/start.S, startup/bspstart.c: Moved low-level initialization into new files. Overall cleanup.
15:55 Changeset in rtems [f23c9ed]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-31 Sebastian Huber <sebastian.huber@…> * startup/linkcmds.base: Removed file. * Makefile.am: Reflect change above.
15:54 Changeset in rtems [e635abf]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-31 Sebastian Huber <sebastian.huber@…> * shared/startup/linkcmds.base: New file.
15:50 Changeset in rtems [97fa2f1b]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-31 Sebastian Huber <sebastian.huber@…> * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc555x.h, mpc55xx/include/fsl-mpc556x.h, mpc55xx/include/fsl-mpc567x.h, mpc55xx/include/regs-edma.h, mpc55xx/include/regs-mmu.h: New files. * Makefile.am, M preinstall.am: Reflect changes above. * mpc55xx/dspi/dspi.c: Update due to API changes. * mpc55xx/include/edma.h, mpc55xx/edma/edma.c: Rework to support multiple eDMA modules. Removed complex error interrupt handling. * mpc55xx/include/esci.h, mpc55xx/esci/esci.c: Support interrupt mode and printk(). Use configure options. * mpc55xx/include/irq.h: More defines. API changes. * mpc55xx/include/mpc55xx.h: API changes. * mpc55xx/include/reg-defs.h: Added register defines. * mpc55xx/include/regs.h: Use new register header files. * mpc55xx/include/siu.h: Fixed includes. * mpc55xx/misc/fmpll.S, mpc55xx/misc/copy.S, mpc55xx/misc/flash.S: Changed sections. API changes. Support MPC5674F.
15:27 Changeset in rtems [b2aa729]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-31 Sebastian Huber <sebastian.huber@…> * new-exceptions/bspsupport/ppc_exc_categories.c, shared/include/cpuIdent.c, shared/include/cpuIdent.h: Support e200z7.
14:30 Changeset in rtems [6fbf65fd]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:29 Changeset in rtems [6f95e2f]4.115 by Ralf Corsepius <ralf.corsepius@…>
Add bfin hackery.
14:29 Changeset in rtems [1919d59c]4.115 by Ralf Corsepius <ralf.corsepius@…>
GDB_VERS = 7.3.
14:28 Changeset in rtems [96942e4]4.115 by Ralf Corsepius <ralf.corsepius@…>
Work around gdb-7.3 not honoring --without-python.
14:27 Changeset in rtems [4f6cfca8]4.115 by Ralf Corsepius <ralf.corsepius@…>
New.
09:21 Changeset in rtems [a917c19]4.115 by Ralf Corsepius <ralf.corsepius@…>
Rework python.
09:17 Changeset in rtems [09e920b]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
09:15 Changeset in rtems [7594821]4.115 by Ralf Corsepius <ralf.corsepius@…>
gdb-7.2-rtems4.11-20100907.diff
09:15 Changeset in rtems [d61f7c30]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GDB_RPMREL.
08:25 Changeset in rtems [33378e65]4.115 by Ralf Corsepius <ralf.corsepius@…>
Abandon gdb < 6.8.
08:15 Changeset in rtems [6fb1852]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
08:15 Changeset in rtems [0f0ccb96]4.115 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.

08/30/11:

14:28 Ticket #1905 (Make rtems_dhcp_failsafe() run time configurable) created by dufault
rtems_dhcp_failsafe() can be configured at compile time with various …
14:05 Changeset in rtems [5be93c2]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-30 Peter Dufault <dufault@…> * rtems/score/cpu.h: Add more context access functionality. Needed to get GDB debugger hooks working.
13:58 Changeset in rtems [54a4fe5f]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-30 Peter Dufault <dufault@…> * make/custom/phycore_mpc5554.cfg, startup/linkcmds.phycore_mpc5554, network/if_smc.c: New files. * Makefile.am, preinstall.am: Reflect changes above. * configure.ac: Add support for the Phytec PhyCORE MPC5554. Includes: - HAS_SMC91111 to indicate a BSP has that neworking. - SMC91111_ENADDR_IS_SETUP so that it skips code to set up the MAC address. - MPC55XX_CLOCK_EMIOS_CHANNEL to permit one to set which eMIOS channel to use for the clock. - MPC55XX_BOOTFLAGS: Skips two words above the RCHW in the startup for use in skpping over the MMU setup. Required for debugging via a cheap emulator where code is loaded into RAM and then mapped in as flash. - BOARD_PHYCORE_MPC5554 If defined, use custom settings for the Phytec PhyCORE MPC5554 SOM. * clock/clock-config.c: Modify so that the EMIOS channel used for the clock can be selected at configuration time. For MPC5544 only: - Conditionally skip access to a register that faults if accessed on the MPC5554 - Do not set the control register mode as was done for GW_LCFM support, it breaks interrupts. * make/custom/mpc55xx.inc: Make it possible to override the soft-float to set the type of floating point BSP will use. * startup/start.S: Add support for the "boot flags", two long-words that I manipulate with the debugger to skip over MMU setup. Use an external for the start of external SRAM instead of the hardwired number 0x20000000. Disable write access to the internal flash.
13:30 Changeset in rtems [c1188b41]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-30 Peter Dufault <dufault@…> * mpc55xx/misc/flash_support.c: New file. * Makefile.am: Reflect change above. * mpc55xx/include/mpc55xx.h: Add definitions for the FLASH interface and two memory protect interfaces. Add modifications to eliminate warnings in some of the cache macros. * mpc55xx/include/regs.h: Add some structure tag names for some structures that I needed access to. Don't define the ALTCADR for the MPC5554 - it is reserved and acess casues an exception. Hide the C99 designated initializers when compiling with C++. Add some support for the EQADC. * mpc55xx/include/esci.h, mpc55xx/include/watchdog.h: Add C++ protection.
13:16 Changeset in rtems [b907a78b]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-30 Sebastian Huber <sebastian.huber@…> * libchip/network/smc91111exp.h, libchip/network/smc91111.c: Use BSP_FEATURE_IRQ_EXTENSION define.
13:13 Changeset in rtems [839dc97e]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-30 Sebastian Huber <sebastian.huber@…> * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
13:07 Changeset in rtems [2174c66]4.115 by Sebastian Huber <sebastian.huber@…>
2011-08-30 Peter Dufault <dufault@…> * libchip/network/smc91111.c: Modify to support the MPC5554 using new exceptions. Fix where the networking status is being dumped to a single thousand-character line. Add support for when the chip loaded it's MAC address from a serial chip at reset (the SMC91111_ENADDR_IS_SETUP option). Call lan91cxx_start() every time the the device is initialized. Without this change the chip can not be "upped" once it has been downed. * c/src/libchip/network/smc91111.h: Change the "#ifdef expression" to "#if expression". * c/src/libchip/network/smc91111exp.h: Add support for new exceptions.
12:16 Changeset in rtems [37c0ccb2]4.115 by Joel Sherrill <joel.sherrill@…>
2011-08-30 Joel Sherrill <joel.sherrill@…> * bootcard.c: Revert patch and add comment clarifying code and need for cast.

08/29/11:

21:38 Changeset in rtems [9549ed9]4.115 by Joel Sherrill <joel.sherrill@…>
2011-08-29 Joel Sherrill <joel.sherrilL@…> * bootcard.c: Correct printk() format.
21:36 Changeset in rtems [50d1c45d]4.115 by Joel Sherrill <joel.sherrill@…>
2011-08-29 Joel Sherrill <joel.sherrilL@…> * configure.ac: Formatting. Remove duplication BSP_HAS_SMP.
21:32 Changeset in rtems [fd8dca5]4.115 by Joel Sherrill <joel.sherrill@…>
2011-08-29 Joel Sherrill <joel.sherrilL@…> * Makefile.am, startup/bspstart.c: Formatting.
21:31 Changeset in rtems [e95737c]4.115 by Joel Sherrill <joel.sherrill@…>
2011-08-29 Joel Sherrill <joel.sherrilL@…> * rtems/include/rtems/rtems/tasks.h: Formatting.
21:30 Changeset in rtems [adae165b]4.115 by Joel Sherrill <joel.sherrill@…>
2011-08-29 Joel Sherrill <joel.sherrilL@…> * include/rtems/userenv.h, score/src/threadhandler.c: Formatting. * sapi/src/exshutdown.c: Add comments.
18:28 Changeset in rtems [2996b9b]4.115 by Joel Sherrill <joel.sherrill@…>
2011-08-29 Joel Sherrill <joel.sherrilL@…> * Makefile.am: Do not include ne2000.rel unless networking is enabled.
17:18 Changeset in rtems [b57e137]4.115 by Joel Sherrill <joel.sherrill@…>
2011-08-29 Joel Sherrill <joel.sherrilL@…> * ticker/system.h: Remove unneeded include.
09:49 Changeset in rtems [bebd1012]4.10 by Ralf Corsepius <ralf.corsepius@…>
Remove.
07:28 Changeset in rtems [1d204ae]4.10 by Ralf Corsepius <ralf.corsepius@…>
Cleanup.
05:40 Changeset in rtems [1ea6e6ec]4.10 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
05:38 Changeset in rtems [b1e0b6a7]4.10 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 3.
05:36 Changeset in rtems [1b81828]4.10 by Ralf Corsepius <ralf.corsepius@…>
Abandon gcc-4.4.5. gcc-core-4.4.6-rtems4.10-20110829.diff. gcc-g++-4.4.6-rtems4.10-20110829.diff.
05:32 Changeset in rtems [089ab394]4.10 by Ralf Corsepius <ralf.corsepius@…>
New (Address OS X 10.7.1 build breakdowns).
Note: See TracTimeline for information about the timeline view.