Ralf Corsepius
4b0be6c7fd
Preps for gcc-4.2.1.
2007-07-15 05:02:51 +00:00
Joel Sherrill
9076e8d14f
2007-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/src/mount.c: Allow null for output parameter.
2007-07-13 19:06:28 +00:00
Joel Sherrill
dfef80e803
2007-07-13 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am, preinstall.am: Install a linkcmds all the time.
* startup/bspstart.c, startup/cpuinit.c,
startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing $Id$.
* startup/linkcmds: New file.
2007-07-13 15:41:22 +00:00
Joel Sherrill
83ca607775
2007-07-12 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shttpd/compat_rtems.c, shttpd/compat_rtems.h: Add port to listen on
to shttpd initialization.
2007-07-12 20:01:35 +00:00
Joel Sherrill
962a025699
2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am: Correct so it now links.
2007-07-12 14:40:31 +00:00
Joel Sherrill
9190d23613
2007-07-12 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* startup/linkcmds.brs5l: Add .jcr section.
2007-07-12 14:24:26 +00:00
Joel Sherrill
55d7626db7
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/src/malloc.c: Clean up Malloc debug code.
* score/include/rtems/score/heap.h: Spacing.
* score/inline/rtems/score/thread.inl:
* score/src/heapfree.c. Clean up and add explicit check of the address
being freed actually being in the heap.
* score/src/heapwalk.c: Switch to printk and do not call abort.
2007-07-11 20:56:10 +00:00
Joel Sherrill
68b9f58d85
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* README.IceCube: New file.
2007-07-11 19:51:12 +00:00
Joel Sherrill
0e1a67e7a2
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* console/console.c: Fix typo accidentally introduced.
* network_5200/network.c: Fix warning.
2007-07-11 19:36:34 +00:00
Joel Sherrill
6d46a90dbc
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* include/.cvsignore: New file.
2007-07-11 19:35:51 +00:00
Joel Sherrill
48593d7bba
2007-07-11 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/linkcmds.ep5200: Add .jcr section.
2007-07-11 14:43:21 +00:00
Joel Sherrill
3df0866086
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* network/network.c: Removed warning.
2007-07-11 14:24:20 +00:00
Joel Sherrill
55a1cc9cde
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* custom/gen83xx.cfg: Add make-cxx-exe rule.
2007-07-11 14:13:03 +00:00
Joel Sherrill
0d9d14a5b7
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* ChangeLog: New file.
* aclocal.m4, include/bspopts.h.in: Removed.
2007-07-11 13:59:14 +00:00
Joel Sherrill
3777c60cd7
Fixed typo.
2007-07-11 13:56:40 +00:00
Joel Sherrill
884e4bc352
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* .cvsignore: New file.
* Makefile.in: Removed.
2007-07-10 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de >
* New BSP -- generic 83xx but tested on mpc8349eamds.
2007-07-11 13:56:28 +00:00
Thomas Doerfler
6c053cbd84
fixed some c++ problems
2007-07-10 21:02:30 +00:00
Thomas Doerfler
29e86b625e
added c++ support
2007-07-10 19:34:05 +00:00
Thomas Doerfler
185da08642
additional fixes for the shared exception code
2007-07-10 18:43:12 +00:00
Thomas Doerfler
f610e83f53
compilable release of virtex/gen83xx/gen5200 powerpc adaptations. Merged many different versions of new exception handling code to shared sources.
2007-07-10 16:00:28 +00:00
Joel Sherrill
2c0f748a4e
2007-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* nsecs/init.c: Change name to avoid any hint of the timer driver.
2007-07-06 21:30:04 +00:00
Joel Sherrill
2b596c6986
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: Make checking the integrity of the pattern
area contingent on the stack checker user extension having been
initialized.
2007-07-06 21:11:36 +00:00
Joel Sherrill
8ddf67e8a6
Move stack outside of _rtems_end marked area.
2007-07-06 21:10:12 +00:00
Joel Sherrill
0a029a5ee5
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am: Add startup/bspclean.c
* console/console.c: Remove warning.
* include/bsp.h: Add conditionals for prompt for reset and resetting
board.
* start/start.S: Remove if 1 around section.
* vectors/vectors_init.c: Do not print unless noisy init enabled.
* startup/bspclean.c: New file. Will prompt for reset and reset.
2007-07-06 21:09:33 +00:00
Joel Sherrill
1611e8ca95
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* clock/clock.c, console/console.c: Add clock HW initialization missed
in earlier conversion.
2007-07-06 19:20:21 +00:00
Thomas Doerfler
78f96ab7c7
fixed some problems with shared PPC exception handling code
2007-07-05 20:32:43 +00:00
Joel Sherrill
20074c4980
Needed to compile Ada. ACATS run on both psim and erc32. Results
...
are very good with < 20 failures on either target. On psim, running
all but one by hand results in them running.
2007-07-05 19:06:15 +00:00
Joel Sherrill
43923319e7
2007-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* .cvsignore: New file.
2007-07-05 19:03:54 +00:00
Thomas Doerfler
f4e601b95d
Added missing file
2007-07-04 19:02:58 +00:00
Thomas Doerfler
153719f95e
added missing files for virtex BSP
2007-07-04 13:08:45 +00:00
Thomas Doerfler
3ad3a8dd7f
added virtex configuration
2007-07-04 13:01:24 +00:00
Thomas Doerfler
862c231785
added virtex BSP support and some missing files for common PPC
...
exception handling
2007-07-04 12:37:36 +00:00
Thomas Doerfler
73cdeb6a51
merged individual exception handler code to a common one.
2007-07-04 12:25:49 +00:00
Joel Sherrill
8bfffd9baf
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* nsecs/init.c: Do not make this test depend on the benchmark timer
driver.
2007-06-22 19:27:35 +00:00
Joel Sherrill
0fe59ec6d1
2007-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* clock/clockdrv.c: Fix spacing.
2007-06-22 19:15:54 +00:00
Joel Sherrill
b16f38a399
2007-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* clock/clock.c, network_5200/network.c: Convert to using clock driver
template.
2007-06-22 19:15:44 +00:00
Joel Sherrill
6f2208fb13
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* startup/linkcmds.brs5l: Add missing wild card on .sdata section so
all class examples build.
2007-06-22 14:34:45 +00:00
Joel Sherrill
92b0ebaea6
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* network/network.c: Remove cs8900_get_mac_addr which conflicted with
one in libchip AND contained a hard-coded MAC address.
2007-06-22 14:08:24 +00:00
Joel Sherrill
2395a38cc9
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
avoid conflicts in application space.
2007-06-22 14:07:55 +00:00
Joel Sherrill
3aa0564a40
2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* network/network.c: Remove cs8900_get_mac_addr which conflicted with
one in libchip AND contained a hard-coded MAC address.
2007-06-22 13:59:06 +00:00
Joel Sherrill
31fe820136
2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* clock/clock.c: Add nanoseconds since last tick support.
2007-06-21 22:45:05 +00:00
Joel Sherrill
d3b057906a
2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the
time varaying in proportion to the length of the loop measured.
2007-06-21 22:44:21 +00:00
Joel Sherrill
58a7d5f92c
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* target.cfg.in: region, extension and semaphore are no longer
required.
2007-06-21 19:06:36 +00:00
Joel Sherrill
8e11da7e5e
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* cpu.c: Comment out may_alias so this compiles without a compiler
error.
2007-06-21 19:04:31 +00:00
Joel Sherrill
782e3e8b96
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* ada_user/ada_user.texi, bsp_howto/bsp_howto.texi,
cpu_supplement/cpu_supplement.texi, develenv/develenv.texi,
filesystem/filesystem.texi, itron3.0/itron.texi,
networking/networking.texi, porting/porting.texi,
posix1003.1/posix1003_1.texi, posix_users/posix_users.texi,
rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi,
started/started.texi, started_ada/started_ada.texi, user/c_user.texi:
Print table of contents in front of manual where it should be when
you print.
2007-06-21 18:53:00 +00:00
Joel Sherrill
5d2abae929
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* relnotes.texi: Print table of contents in front of manual where it
should be when you print.
2007-06-21 18:52:57 +00:00
Joel Sherrill
471a082d29
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* new_chapters.texi: Print table of contents in front of manual where
it should be when you print.
2007-06-21 18:52:55 +00:00
Joel Sherrill
218b070bfd
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* custom/Linux-posix.cfg: Merge patch from Till Straumann which would
work except gcc core dumps with an ICE when may_alias is used in this
code. I filed a GCC PR and reduced optimization to -O0 and it does
run again.
2007-06-21 18:34:17 +00:00
Joel Sherrill
d8cfebb959
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* cpu.c: Merge patch from Till Straumann which would work except gcc
core dumps with an ICE when may_alias is used in this code. I filed a
GCC PR and reduced optimization to -O0 and it does run again.
2007-06-21 18:33:22 +00:00
Joel Sherrill
ff089035c7
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* libnetworking/rtems/rtems_syscall.c: Remove RTEMS versions of send()
and recv(). We already had the BSD versions and these conflict
sometimes when linking.
2007-06-21 18:31:34 +00:00