Timeline



03/24/03:

17:17 Changeset in rtems [81aa167]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-24 Joel Sherrill <joel@…> PR 378/bsps * bsp_specs: Did not include ecrtn in endfile sections. Reported and fixed by elkolli@….
16:40 Changeset in rtems [818ab36a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-24 Joel Sherrill <joel@…> * direct.t, sample.t, utils.t: Significantly updated.
16:19 Ticket #378 (powerpc gen405 bsp_specs) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Merged on both 4.6 branch and HEAD.
10:57 Changeset in rtems [b2eb323]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
10:56 Changeset in rtems [f62f49e3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
10:29 Changeset in rtems [0b882b7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
10:23 Changeset in rtems [dbe9b0c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
10:11 Changeset in rtems [6285bc8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
10:11 Changeset in rtems [dc135ad]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
09:53 Changeset in rtems [434b8ea1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.

03/21/03:

22:16 Ticket #380 (vmeUniverse driver update) created by strauman
* 2003/03/21: - make printk format strings compliant with …
21:48 Ticket #379 (nameclash fix: powerpc-shared BSP should use cpukit/printk not its own) created by strauman
* Till Straumann, 2003/03/21: - libcpu provides 'printk' already. …

03/20/03:

12:52 Ticket #378 (powerpc gen405 bsp_specs) created by elkolli
bsp_specs does not define ecrtn in endfile section. I've compiled …
00:17 Changeset in rtems [186d8b2] by Joel Sherrill <joel.sherrill@…>
2003-03-19 Joel Sherrill <joel@…> * startup/linkcmds: Fixed so sysctl sections appear correctly. Also increased RAM (a lie) so all programs link.

03/19/03:

00:51 Changeset in rtems [ccb739c] by Ralf Corsepius <ralf.corsepius@…>
2003-03-18 Ralf Corsepius <corsepiu@…> * pppd/utils.c: Remove strlcpy, strlcat.
00:49 Changeset in rtems [8114f30] by Ralf Corsepius <ralf.corsepius@…>
2003-03-18 Ralf Corsepius <corsepiu@…> * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat). * src/strlcat.c: New (extracted from pppd/utils.c). * src/strlcpy.c: New (extracted from pppd/utils.c). * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.

03/18/03:

20:43 Changeset in rtems [49f02ff] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. Since only addresses are used and never those variable's values, the type used in a declaration is not important.
20:42 Changeset in rtems [bef4fddd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. Since only addresses are used and never those variable's values, the type used in a declaration is not important.
19:26 Changeset in rtems [7e9c793b] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant. Enable EABI by adding -meabi -msdata=eabi CFLAGS.
19:26 Changeset in rtems [73e3614]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * custom/mvme2307.cfg: This patch makes RTEMS/PowerPC eabi compliant. Enable EABI by adding -meabi -msdata=eabi CFLAGS.
19:24 Changeset in rtems [2ae52c75] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps This patch makes RTEMS/powerpc/shared EABI compliant. * irq/irq_init.c, start/Makefile.am, start/start.S, startup/bspstart.c, startup/pgtbl_setup.c, vectors/vectors.h, vectors/vectors_init.c: zero_bss() should clear not only bss but sbss and sbss2 also (this is probably a bugfix, as sbss/sbss2 are probably used even if -msdata=eabi is not specified). * start/rtems_crti.S: New file which must be linked immediately after ecrti.o. rtems_crti.o contains a code snippet who lets init() return immediately. Also, a new entry point '_init' to the C++ Ctors is generated for use by the RTEMS Thread_Handler.
19:24 Changeset in rtems [2e0ee93e] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * src/threadhandlerc: This patch makes RTEMS/PowerPC eabi compliant. Let Thread_Handler verify that _init/_main are non-NULL before calling them (gives the linker script/user more freedom to handle special cases).
19:24 Changeset in rtems [66565bb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * src/threadhandlerc: This patch makes RTEMS/PowerPC eabi compliant. Let Thread_Handler verify that _init/_main are non-NULL before calling them (gives the linker script/user more freedom to handle special cases).
19:22 Changeset in rtems [9cfccae] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * cpu.c: This patch makes RTEMS/PowerPC eabi compliant.
19:22 Changeset in rtems [ab504d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * cpu.c: This patch makes RTEMS/PowerPC eabi compliant.
19:20 Changeset in rtems [6ac7a12] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'. Cherrypick from master 2003-03-18 19:20:55 UTC Joel Sherrill <joel.sherrill@…> '2003-03-18 Till Straumann <strauman@…>': c/src/lib/libbsp/powerpc/shared/start/rtems_crti.S
19:20 Changeset in rtems [64f8ae4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps This patch makes RTEMS/powerpc/shared EABI compliant. * irq/irq_init.c, start/Makefile.am, start/start.S, startup/bspstart.c, startup/pgtbl_setup.c, vectors/vectors.h, vectors/vectors_init.c: zero_bss() should clear not only bss but sbss and sbss2 also (this is probably a bugfix, as sbss/sbss2 are probably used even if -msdata=eabi is not specified). * start/rtems_crti.S: New file which must be linked immediately after ecrti.o. rtems_crti.o contains a code snippet who lets init() return immediately. Also, a new entry point '_init' to the C++ Ctors is generated for use by the RTEMS Thread_Handler.
18:26 Ticket #356 (make rtems + powerpc/shared BSP [more] sysv/eabi compliant) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied.
18:16 Changeset in rtems [98847ed8] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * bsp_specs, start/Makefile.am, startup/linkcmds This patch makes RTEMS/powerpc/shared EABI compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. This prevents the compiler from generating a relocation who assumes the existence of an rtems_end object in one of the short data areas (which would result in a linker error).
18:16 Changeset in rtems [c4561f2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Till Straumann <strauman@…> PR 356/bsps * bsp_specs, start/Makefile.am, startup/linkcmds This patch makes RTEMS/powerpc/shared EABI compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. This prevents the compiler from generating a relocation who assumes the existence of an rtems_end object in one of the short data areas (which would result in a linker error).
15:34 Ticket #377 (improved dec21140, pci vector autoconfig, shared interrupts) created by gregory.menke
- multi-unit & shared irq support for libhcip dec21140 on motorola …
14:37 Ticket #376 (pppd's strlcpy/strlcat conflict with newlib) created by Ralf Corsepius
newlib-0.11 provides strlcat and strcpy. newlib < 0.11 did not. …
14:25 Changeset in rtems [95501284] by Joel Sherrill <joel.sherrill@…>
2003-03-18 Joel Sherrill <joel@…> * comm/GDB.HOWTO: Updated.
14:24 Changeset in rtems [c599ce7b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-18 Joel Sherrill <joel@…> * comm/GDB.HOWTO: Updated.
13:28 Ticket #375 (rtems-users defunct) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Mail machine died and needed to be rebooted.

03/17/03:

05:52 Ticket #375 (rtems-users defunct) created by Ralf Corsepius
rtems-users is defunct for more than 24 hours. Release: N/A
04:16 Ticket #363 (Move _RTEMS_version[]) closed by Ralf Corsepius
State-Changed-From-To: analyzed->closed State-Changed-Why: _RTEMS_version moved on branch
04:15 Ticket #373 (Remove tools/update?) closed by Ralf Corsepius
State-Changed-From-To: working->closed State-Changed-Why: tools/update removed

03/14/03:

00:25 Changeset in rtems [04a6b0da] by Ralf Corsepius <ralf.corsepius@…>
2003-03-13 Ralf Corsepius <corsepiu@…> * acinclude.m4: Reformat build_* handling. Preset *_alias if empty. * configure.ac: Change tools/build to build-config dirs. Conditionally build tools/build as host-config dirs.

03/13/03:

11:03 Changeset in rtems [7d9818c] by Ralf Corsepius <ralf.corsepius@…>
2003-03-13 Ralf Corsepius <corsepiu@…> * acinclude.m4: Fix broken comments. Add hidden option --enable-experimental. * README.cdn-X: Update. * configure.ac: Build tools/build as host and build-host tools to accomodate those BSPs applying packhex in <BSP>.cfg. Build tools/cpu as build-host tools.
01:31 Changeset in rtems [19c69fa1] by Ralf Corsepius <ralf.corsepius@…>
2003-03-12 Ralf Corsepius <corsepiu@…> * tools/Makefile.am: Remove. * configure.ac: Remove tools/Makefile.am * acinclude.m4: Fix build_subdir handling. * Makefile.am: Remove tools from SUBDIRS. Rename HOST|BUILD|TARGET_SUBDIRS into host|build|target_SUBDIRS.
01:26 Changeset in rtems [58dccb1] by Ralf Corsepius <ralf.corsepius@…>
* empty log message *

03/12/03:

08:21 Changeset in rtems [2ff68ec2] by Ralf Corsepius <ralf.corsepius@…>
2003-03-12 Ralf Corsepius <corsepiu@…> * 310_to_320_list: Delete (Obsolete). * acpolish: Delete (Obsolete). * ampolish: Delete (Obsolete). * cipolish: Delete (Obsolete). * rtems-polish.sh: Delete (Obsolete). * update.in: Delete (Unused). * word-replace.in: Delete (Unused). * README: Delete (Obsolete). * Makefile.am: Reflect changes above. * configure.ac: Reflect changes above.
08:12 Changeset in rtems [63d6833] by Ralf Corsepius <ralf.corsepius@…>
2003-03-12 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around Cygwin mistreating paths.

03/11/03:

23:13 Changeset in rtems [2bca4ea3] by Ralf Corsepius <ralf.corsepius@…>
2003-03-11 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Reflect changes to project_libdir.
23:12 Changeset in rtems [1a7784f] by Ralf Corsepius <ralf.corsepius@…>
2003-03-11 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemscpu.m4: Remove obsolete comment. Add MULTISUBDIR to probject_libdir.
16:28 Changeset in rtems [03cd4b61] by Ralf Corsepius <ralf.corsepius@…>
2003-03-11 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused). * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused). Remove RTEMS_PROJECT_ROOT (Unused). * aclocal/tool-paths.m4: Delete.
12:40 Changeset in rtems [69b742e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
12:12 Changeset in rtems [5ba8f30]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
11:47 Changeset in rtems [ec0a346]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
11:16 Changeset in rtems [f418d6e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
11:00 Changeset in rtems [6600424d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
10:43 Changeset in rtems [7a97f26]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
09:42 Changeset in rtems [afaa498d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
09:06 Changeset in rtems [3c55718]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
08:47 Changeset in rtems [9b353a5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
08:10 Changeset in rtems [d2c26e4b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch.
07:56 Changeset in rtems [6c63598]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix CVS-Ids

03/10/03:

16:46 Changeset in rtems [89b51f4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch
16:41 Changeset in rtems [d2c2c6ca] by Ralf Corsepius <ralf.corsepius@…>
2003-03-10 Ralf Corsepius <corsepiu@…> * custom/ppcn_60x.cfg: Fix mal-formed CVS-Id.
14:52 Ticket #374 (PR270 patch wrong and malloc message suppression) created by Eric Norum
The patch sent as part of PR270 got applied to the wrong place. The …
Note: See TracTimeline for information about the timeline view.