Timeline



11/02/06:

21:49 Changeset in rtems [af6c22d] by Joel Sherrill <joel.sherrill@…>
2006-11-02 Steven Johnson <sjohnson@…> * libnetworking/netdb.h, libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c: This patch adds a functional gethostbyname_r to RTEMS. We were having problems with multiple threads calling gethostbyname, so we decided the best way to deal with it was to do it properly, rather than kludge up our code to make gethostbyname safe. We have found several slightly different parameter lists for this function, it does not seem to be standard. The one we used has the linux interface. In RTEMS there was an existing gethostbyname_r inside a #ifdef _THREAD_SAFE which was NOT Threadsafe, as this just called gethostbyname. So we have placed all of the additional code inside the #ifdef _THREAD_SAFE.
21:48 Changeset in rtems [068c3ee1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-11-02 Steven Johnson <sjohnson@…> * libnetworking/netdb.h, libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c: This patch adds a functional gethostbyname_r to RTEMS. We were having problems with multiple threads calling gethostbyname, so we decided the best way to deal with it was to do it properly, rather than kludge up our code to make gethostbyname safe. We have found several slightly different parameter lists for this function, it does not seem to be standard. The one we used has the linux interface. In RTEMS there was an existing gethostbyname_r inside a #ifdef _THREAD_SAFE which was NOT Threadsafe, as this just called gethostbyname. So we have placed all of the additional code inside the #ifdef _THREAD_SAFE.

11/01/06:

16:06 Changeset in rtems [e1d578d8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-11-01 Joel Sherrill <joel@…> * bsp_specs: Fix typo.
15:30 Changeset in rtems [112995e5] by Joel Sherrill <joel.sherrill@…>
2006-11-01 Joel Sherrill <joel@…> * bsp_specs: Fix typo.
15:24 Changeset in rtems [fa40f3b1] by Joel Sherrill <joel.sherrill@…>
2006-11-01 Joel Sherrill <joel@…> * bsp_specs: Fix typo.
15:15 Changeset in rtems [4b77b83] by Joel Sherrill <joel.sherrill@…>
2006-11-01 Joel Sherrill <joel@…> * bsp_specs: Fix typo.

10/30/06:

22:23 Changeset in rtems [550d13e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * startup/rtems-ctor.cc: Conditionally disable non-GCC code.
22:22 Changeset in rtems [302f5fa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> PR 841/rtems * psxsem01/init.c: Make sem_timedwait more conformant to Open Group specification.
22:21 Changeset in rtems [ae54141] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> PR 841/rtems * psxsem01/init.c: Make sem_timedwait more conformant to Open Group specification.
22:21 Changeset in rtems [0c2ec7f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> PR 841/rtems * itron/inline/rtems/itron/semaphore.inl, itron/src/twai_sem.c, posix/include/rtems/posix/semaphore.h, posix/inline/rtems/posix/semaphore.inl, posix/src/semaphorewaitsupp.c, posix/src/semtimedwait.c, posix/src/semwait.c, rtems/src/semobtain.c, rtems/src/semtranslatereturncode.c, score/include/rtems/score/coresem.h, score/src/coresemseize.c: Make sem_timedwait more conformant to Open Group specification.
22:21 Changeset in rtems [f5c9b89] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> PR 841/rtems * itron/inline/rtems/itron/semaphore.inl, itron/macros/rtems/itron/semaphore.inl, itron/src/twai_sem.c, posix/include/rtems/posix/semaphore.h, posix/inline/rtems/posix/semaphore.inl, posix/src/semaphorewaitsupp.c, posix/src/semtimedwait.c, posix/src/semwait.c, rtems/src/semobtain.c, rtems/src/semtranslatereturncode.c, score/include/rtems/score/coresem.h, score/src/coresemseize.c: Make sem_timedwait more conformant to Open Group specification.
22:18 Changeset in rtems [d233c88] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * startup/rtems-ctor.cc: Conditionally disable non-GCC code.
22:17 Changeset in rtems [d1adbae] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * bsp_specs: Add crti, crtbegin, crtend, and crtn.
17:07 Changeset in rtems [85cef69] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * include/.cvsignore: New file.
16:56 Changeset in rtems [842a8fe1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * .cvsignore: New file.
16:53 Changeset in rtems [b174ee8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * bsp_specs: Add crti, crtbegin, crtend, and crtn.
16:52 Changeset in rtems [32d19cb] by Joel Sherrill <joel.sherrill@…>
2006-10-30 Joel Sherrill <joel@…> * include/.cvsignore: New file.
03:53 Changeset in rtems [5cde0c4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Update sparc dep to rtems4.8

10/27/06:

08:42 Changeset in rtems [5fcda02]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (unused)
08:32 Changeset in rtems [d94d76ad]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (unused).
08:32 Changeset in rtems [f5b9b5b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (broken).
08:31 Changeset in rtems [2466600]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (obsolete).
08:29 Changeset in rtems [31691791]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-10-27 Ralf Corsépius <ralf.corsepius@…> * configure.ac, Makefile.am: Remove rtems4.7. * rtems4.7: Remove (Development now in rtems-4-7-branch only).
08:27 Changeset in rtems [136e234]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove rtems-4.7
08:26 Changeset in rtems [58b7d38f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (unused).
08:24 Changeset in rtems [4e0f6b7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Bump GCC_RPMREL.
08:23 Changeset in rtems [969d68c9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-10-27 Ralf Corsépius <ralf.corsepius@…> * patches/newlib-1.14.0-rtems4.8-20061027.diff: New. * patches/newlib-1.14.0-rtems-20061026.diff: Remove (broken).
08:21 Changeset in rtems [29aed1fd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Update to newlib-1.14.0-rtems4.8-20061027.diff
08:18 Changeset in rtems [653db3f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
02:20 References edited by Jonathan
/* Published in 2006 */ (diff)

10/26/06:

18:36 Changeset in rtems [d8f7868]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-26 Joel Sherrill <joel@…> * ada_user/.cvsignore, bsp_howto/.cvsignore, cpu_supplement/.cvsignore, develenv/.cvsignore, filesystem/.cvsignore, itron3.0/.cvsignore, networking/.cvsignore, new_chapters/.cvsignore, porting/.cvsignore, posix1003.1/.cvsignore, relnotes/.cvsignore: Add missing files.
18:01 Changeset in rtems [7693aec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-26 Joel Sherrill <joel@…> * patches/newlib-1.14.0-rtems-20061026.diff: New file.
13:47 Changeset in rtems [7ced9142]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-26 Joel Sherrill <joel@…> * configure, include/bspopts.h.in: Removed.

10/25/06:

20:51 TBR/BSP/EZKit533 created by Alani
Inital Version
20:23 TBR/UserManual/SupportedCPUs edited by JoelSherrill
(diff)
20:19 TBR/Website/Board_Support_Packages edited by Alani
(diff)
20:01 TBR/UserManual/SupportedCPUs edited by JoelSherrill
Reordered table. (diff)
19:53 TBR/UserManual/SupportedCPUs created by JoelSherrill
Convert supported architectures to table.
11:28 Changeset in rtems [5112ff5a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-25 Jennifer Averett <jennifer@…> * libcsupport/src/termios.c: Change attribute of semaphore. It was counting interrupts not acting as a condition synchronization mutex. Since the caller did not always need to obtain the semaphore, it was not being decremented until there was no data. This could occur after hours of running a system and thousands of interrupts. The code in fillBufferQueue would spin until it had consumed all of those semaphore counts.
11:27 Changeset in rtems [b295019] by Joel Sherrill <joel.sherrill@…>
2006-10-25 Jennifer Averett <jennifer@…> * libcsupport/src/termios.c: Change attribute of semaphore. It was counting interrupts not acting as a condition synchronization mutex. Since the caller did not always need to obtain the semaphore, it was not being decremented until there was no data. This could occur after hours of running a system and thousands of interrupts. The code in fillBufferQueue would spin until it had consumed all of those semaphore counts.
11:22 Changeset in rtems [1e3518b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-25 Joel Sherrill <joel@…> * posix_users/.cvsignore, rgdb_specs/.cvsignore, rtems_gdb/.cvsignore, started/.cvsignore, started_ada/.cvsignore: Add more generated files.
01:29 Changeset in rtems [b94e68d] by Ralf Corsepius <ralf.corsepius@…>
Bumb version to 0.4
01:29 Changeset in rtems [63e3f714] by Ralf Corsepius <ralf.corsepius@…>
Let rtems-@RTEMS_API@… depend on configure.ac
01:23 Changeset in rtems [413b0ecd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Let rtems-@RTEMS_API@… depend on configure.ac
01:22 Changeset in rtems [94f4fde1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Bumb version to 0.4

10/24/06:

20:25 Changeset in rtems [f6f79332]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-24 Joel Sherrill <joel@…> * shared/start/start.S: Eliminate hi, lo, HI, LO, and MK_BMSK.
20:24 Changeset in rtems [c959c32]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-24 Joel Sherrill <joel@…> * include/bsp.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
20:24 Changeset in rtems [e996604]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-24 Joel Sherrill <joel@…> * rtems/bfin/bfin.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
20:21 Changeset in rtems [1e28c89c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-24 Alain Schaefer <alani@…> * configure.ac, eZKit533/configure.ac, eZKit533/include/bsp.h, shared/start/start.S: Make use of separated bfin helper .h files.
20:20 Changeset in rtems [9dfd75e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-24 Alain Schaefer <alani@…> * Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h: Clean up rtems/score/bfin.h removing parts that are not needed by RTEMS CPUkit to bfin specific .h files. * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
14:55 Changeset in rtems [73a309b7] by Ralf Corsepius <ralf.corsepius@…>
Bump version to 0.3
14:55 Changeset in rtems [045b9a6] by Ralf Corsepius <ralf.corsepius@…>
New URL ftp://ftp.rtems.org/pub/rtems/linux
14:53 Changeset in rtems [984d9491]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Bump version to 0.3
14:53 Changeset in rtems [e4add0b7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New URL ftp://ftp.rtems.org/pub/rtems/linux
05:18 Changeset in rtems [3f2b8eb] by Ralf Corsepius <ralf.corsepius@…>
s/binutils-2.17-rtems4.7-20060921/binutils-2.17-rtems4.7-20061021/
05:12 Changeset in rtems [15cde9a] by Ralf Corsepius <ralf.corsepius@…>
Remove (Unused)
05:10 Changeset in rtems [ab04516] by Ralf Corsepius <ralf.corsepius@…>
Resurrect (Still in use ;)
05:06 Changeset in rtems [c25e26af] by Ralf Corsepius <ralf.corsepius@…>
Remove (Unused)
05:05 Changeset in rtems [f760aef] by Ralf Corsepius <ralf.corsepius@…>
Remove (Unused).
05:04 Changeset in rtems [a08be7a] by Ralf Corsepius <ralf.corsepius@…>
New.
05:03 Changeset in rtems [ab4512c] by Ralf Corsepius <ralf.corsepius@…>
Sync with HEAD
02:16 Changeset in rtems [efa1c17]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cleanup.

10/23/06:

19:39 Changeset in rtems [b78d94d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-23 Joel Sherrill <joel@…> * configure.ac, score/cpu/Makefile.am: Add bfin.
19:39 Changeset in rtems [bb932d4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-23 Joel Sherrill <joel@…> * aclocal/rtems-cpu-subdirs.m4: Add bfin.
19:38 Changeset in rtems [8d41236]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-23 Joel Sherrill <joel@…> * bfin/ChangeLog, bfin/Makefile.am, bfin/acinclude.m4, bfin/configure.ac, bfin/eZKit533/.cvsignore, bfin/eZKit533/ChangeLog, bfin/eZKit533/Makefile.am, bfin/eZKit533/README, bfin/eZKit533/bsp_specs, bfin/eZKit533/configure, bfin/eZKit533/configure.ac, bfin/eZKit533/preinstall.am, bfin/eZKit533/times, bfin/eZKit533/console/console-io.c, bfin/eZKit533/include/.cvsignore, bfin/eZKit533/include/bsp.h, bfin/eZKit533/include/bspopts.h.in, bfin/eZKit533/include/coverhd.h, bfin/eZKit533/include/tm27.h, bfin/eZKit533/startup/bspstart.c, bfin/eZKit533/startup/linkcmds, bfin/shared/clock/clockdrv.c, bfin/shared/clock/rtc.c, bfin/shared/clock/tod.h, bfin/shared/console/console.c, bfin/shared/start/start.S, bfin/shared/timer/timer.c: New files.
19:36 Changeset in rtems [fa27e7ad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-23 Joel Sherrill <joel@…> * custom/eZKit533.cfg: New file.
19:15 Changeset in rtems [84bc4bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-23 Joel Sherrill <joel@…> * user/.cvsignore: Update.
19:14 Changeset in rtems [ffae7bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-23 Joel Sherrill <joel@…> * ada_user/Makefile.am, ada_user/ada_user.texi, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi, cpu_supplement/sparc.t: Add Blackfin CPU supplement chapter and get everything building from previous breakages. * cpu_supplement/bfin.t: New file.
17:19 Changeset in rtems [5b8b467]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-23 Joel Sherrill <joel@…> * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
17:17 Changeset in rtems [d9a6ab3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2006-10-23 Joel Sherrill <joel@…> * .cvsignore, ChangeLog?, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am, rtems/asm.h, rtems/score/bfin.h, rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/types.h: New files.

10/22/06:

04:59 Changeset in rtems [fa8b476]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-10-22 Ralf Corsépius <ralf.corsepius@…> * Makefile.am, configure.ac: Add rtems-4.8.
04:59 Changeset in rtems [3b10616]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add rtems-4.8

10/21/06:

12:34 Changeset in rtems [575371e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Reset RPMRELs = 1
12:33 Changeset in rtems [6598895]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Abandon binutils-2.16*. Apply binutils-2.17-rtems4.8-20061021.diff
10:41 Changeset in rtems [3096ba23]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
10:25 Changeset in rtems [c43121f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (Unsupported)
10:22 Changeset in rtems [378354d1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4-7-branch
10:10 Changeset in rtems [9833ce0f] by Ralf Corsepius <ralf.corsepius@…>
Update to gcc-core-4.1.1-rtems-20060909.diff/newlib-1.14.0-rtems4.7-20061019.diff
10:06 Changeset in rtems [a8e7b33c] by Ralf Corsepius <ralf.corsepius@…>
New.
10:03 Changeset in rtems [40a253b3] by Ralf Corsepius <ralf.corsepius@…>
Change URL to ftp://ftp.gnu.org/pub/gnu
10:02 Changeset in rtems [000e606] by Ralf Corsepius <ralf.corsepius@…>
New. Add memleak patch.
05:56 Changeset in rtems [be8dd107]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2006-10-21 Ralf Corsépius <ralf.corsepius@…> * aclocal/enable-inlines.m4, aclocal/prog-gnat.m4: Remove (Unused).
05:56 Changeset in rtems [80886bd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
05:21 Changeset in rtems [035be14] by Ralf Corsepius <ralf.corsepius@…>
Set version to 4.7
05:18 Changeset in rtems [fc4035b1] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-7-branch'. Cherrypick from master 2006-10-21 05:18:51 UTC Ralf Corsepius <ralf.corsepius@…> 'New.': contrib/repo-conf/.cvsignore contrib/repo-conf/AUTHORS contrib/repo-conf/COPYING contrib/repo-conf/INSTALL contrib/repo-conf/Makefile.am contrib/repo-conf/NEWS contrib/repo-conf/README contrib/repo-conf/aclocal/version.m4 contrib/repo-conf/apt/sources.list.d/.cvsignore contrib/repo-conf/apt/sources.list.d/rtems.list.in contrib/repo-conf/apt/vendors.list.d/rtems.list contrib/repo-conf/configure.ac contrib/repo-conf/gpg/gpg-pubkey-69ce4a83-44cc2b30 contrib/repo-conf/gpg/gpg-pubkey-eac29b6f-3fe1f458 contrib/repo-conf/rtems-repo-conf.spec.in contrib/repo-conf/yum.repos.d/.cvsignore contrib/repo-conf/yum.repos.d/rtems.repo.in
05:18 Changeset in rtems [ce953cb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
05:16 Changeset in rtems [6f8ddf19]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Let config.status generate rtems-@RTEMS_API@…
05:16 Changeset in rtems [5c729e9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use @PACKAGE_TARNAME@
05:11 Changeset in rtems [289eefa]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add missing backslash
05:09 Changeset in rtems [e4c039a5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add myself.
05:09 Changeset in rtems [6f23e9e4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.

10/20/06:

11:55 Changeset in rtems [218c346] by Ralf Corsepius <ralf.corsepius@…>
2006-10-20 Ralf Corsépius <ralf.corsepius@…> * Makefile.am: Remove superfluous -DASM.
06:58 Changeset in rtems [3b268ab] by Ralf Corsepius <ralf.corsepius@…>
Remove (bogus).
06:21 Changeset in rtems [04cc8d1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
06:15 Changeset in rtems [bcadcc84]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove (bogus).
05:52 Changeset in rtems [197e445] by Ralf Corsepius <ralf.corsepius@…>
2006-10-20 Ralf Corsépius <ralf.corsepius@…> * include/bspopts.h.in: Remove (bogus).
05:50 Changeset in rtems [4e8ac0a3] by Ralf Corsepius <ralf.corsepius@…>
2006-10-20 Ralf Corsépius <ralf.corsepius@…> * include/bspopts.h.in: Remove (bogus). 2006-10-19 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Require automake-1.10. Require autoconf-2.60. 2006-09-11 Joel Sherrill <joel@…> * startup/init5282.c: Convert C++ style comments to C style. 2006-02-08 Joel Sherrill <joel@…> * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add sections required by newer gcc versions. 2006-01-11 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Add preinstall.am. 2005-11-12 Ralf Corsepius <ralf.corsepius@…> * bsp_specs: Remove %cpp. * console/console.c: Eliminate obsolete types. 2005-11-07 Ralf Corsepius <ralf.corsepius@…> * include/bsp.h: Eliminate unsigned32. * network/network.c: Several minor bug fixes. * startup/bspstart.c: Eliminate unsigned32. 2005-08-17 Mike Bertosh <mbertosh@…> * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
05:49 Changeset in rtems [f4d72b91] by Ralf Corsepius <ralf.corsepius@…>
2006-10-20 Ralf Corsépius <ralf.corsepius@…> * include/bspopts.h.in: Remove (bogus). 2006-10-19 Ralf Corsépius <ralf.corsepius@…> * configure.ac: Require automake-1.10. Require autoconf-2.60. 2006-10-15 Ralf Corsépius <ralf.corsepius@…> * console/defaultfont.c: Convert to utf-8. 2006-09-11 Joel Sherrill <joel@…> * include/arm_mode_bits.h: Convert C++ style comments to C style. 2006-09-11 Chris Johns <chrisj@…> * README, configure.ac: Remove extra CRLF. 2006-06-02 Jay Monkman <jtm@…> * irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct. 2006-01-11 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Add preinstall.am. 2005-11-22 Ralf Corsepius <ralf.corsepius@…> * bsp_specs: remove %lib. 2005-11-12 Ralf Corsepius <ralf.corsepius@…> * bsp_specs: Remove %cpp. 2005-11-08 Ralf Corsepius <ralf.corsepius@…> * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32). 2005-07-06 Markku Puro <markku.puro@…> * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, clock/clockdrv.c, console/conio.c, console/console.c, console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h, include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h, include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c, startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds, timer/timer.c: New files.
05:39 Changeset in rtems [dd736680] by Ralf Corsepius <ralf.corsepius@…>
2006-10-20 Ralf Corsépius <ralf.corsepius@…> * score/cpu/Makefile.am, configure.ac: Remove nios2.
05:39 Changeset in rtems [8dc5cd75] by Ralf Corsepius <ralf.corsepius@…>
Remove nios2.
Note: See TracTimeline for information about the timeline view.