Joel Sherrill
c8e821cda5
2006-03-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
section.
2006-03-08 18:49:05 +00:00
Joel Sherrill
d5ed9e1fe2
2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
...
PR 853/filesystem
* libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
should be modified to support the new exception scheme and to use the
handle parameter.
2006-03-07 22:05:22 +00:00
Joel Sherrill
ab8394f6e1
Add PRs.
2006-03-07 21:07:25 +00:00
Joel Sherrill
75bf564ba1
2006-03-07 Lars Munch <lars@segv.dk>
...
* at91rm9200/clock/clock.c: The clock tick is not very precise on
at91rm9200. The attached patch improves the situation by:
(1) Not reloading the "period interval timer" register in the
interrupt handler since this is done automatically.
(2) Use integer rounding in the calculation of the "period interval
timer" register value to get as close as posible to the
CONFIGURE_MICROSECONDS_PER_TICK value.
2006-03-07 21:05:28 +00:00
Eric Norum
7f7298c468
Changes from Daron Chabot
2006-02-23 21:05:16 +00:00
Till Straumann
902a417d19
2006-02-13 Till Straumann <strauman@slac.stanford.edu>
...
* shared/startup/panic.c, shared/startup/probeMemEnd.c:
added code for BSPs to use: panic using printk() to display
reason. probeMemEnd() to determine memory size by probing.
2006-02-14 03:02:47 +00:00
Joel Sherrill
0fc5b85ca9
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* src/rtemsStatusCode.cc: Fix warnings.
2006-02-08 22:28:32 +00:00
Joel Sherrill
6dbe4d68a7
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* clock/clockdrv.c: Correct path to clockdrv_shell.c
2006-02-08 17:59:35 +00:00
Joel Sherrill
4bbea13f80
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds: Add sections required by newer gcc versions.
2006-02-08 17:59:06 +00:00
Joel Sherrill
0564ff5123
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds: Add sections required by newer gcc versions.
2006-02-08 17:18:25 +00:00
Joel Sherrill
4217b965eb
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds: Add sections required by newer gcc versions.
2006-02-08 12:28:38 +00:00
Joel Sherrill
350808f984
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
sections required by newer gcc versions.
2006-02-08 12:28:11 +00:00
Joel Sherrill
869eaa9734
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
sections required by newer gcc versions.
2006-02-08 12:28:03 +00:00
Joel Sherrill
ae3ab7451b
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
sections required by newer gcc versions.
2006-02-08 12:27:59 +00:00
Joel Sherrill
c177d27283
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* shared/startup/linkcmds: Add sections required by newer gcc versions.
2006-02-08 12:27:45 +00:00
Joel Sherrill
6ffb898bac
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds.dl: Add sections required by newer
gcc versions.
2006-02-08 12:26:35 +00:00
Joel Sherrill
9a7474bc0e
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds.pm520: Add sections required by
newer gcc versions.
2006-02-08 12:26:31 +00:00
Joel Sherrill
894fc7f80a
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds.dl: Add sections required by newer gcc versions.
2006-02-08 12:26:28 +00:00
Joel Sherrill
ff167ec45c
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds_ROM: Add sections required by
newer gcc versions.
2006-02-08 12:25:24 +00:00
Joel Sherrill
cdb3ff9c52
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
sections required by newer gcc versions.
2006-02-08 12:25:19 +00:00
Joel Sherrill
f54f308393
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds.flash: Add sections required by
newer gcc versions.
2006-02-08 12:25:13 +00:00
Joel Sherrill
c50fb1c5cb
2006-02-08 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
sections required by newer gcc versions.
2006-02-08 12:25:04 +00:00
Joel Sherrill
8b1b107f41
2006-02-07 Joel Sherrill <joel@OARcorp.com>
...
* startup/linkcmds: Add sections to fix C++ linking errors.
2006-02-07 12:22:39 +00:00
Eric Norum
b468898f15
Avoid possible division by zero.
2006-02-06 21:43:58 +00:00
Joel Sherrill
36ffcf3b40
2006-02-01 Joel Sherrill <joel@OARcorp.com>
...
* configure.ac, console/console.c: Add USE_COM1_AS_CONSOLE BSP option.
This makes it easy to build the pc386 BSP in a configuration that
corresponds to qemu with COM1 redirected to stdio.
2006-02-01 20:57:35 +00:00
Joel Sherrill
4417e408a2
Fix Formatting.
2006-02-01 19:39:41 +00:00
Joel Sherrill
9bb263d58c
2006-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* gnatinstallhandler.c: Rename since old name is now used
by GNAT source.
2006-02-01 18:38:31 +00:00
Joel Sherrill
b8b8d34459
Formatting.
2006-02-01 18:38:30 +00:00
Joel Sherrill
e1dd8181d1
2006-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* gnatinstallhandler.c: Rename since old name is now used
by GNAT source.
2006-02-01 18:35:21 +00:00
Eric Norum
be5b08a429
Add code to maintain CPU load average.
2006-01-29 22:48:33 +00:00
Till Straumann
6f10ffee3a
2006-01-26 Till Straumann <strauman@slac.stanford.edu>
...
* vmeUniverse/vmeTsi148.c, vmeUniverse/vmeUniverse.c,
vmeUniverse/vmeUniverse.h, vmeUniverse/vme_amd_defs.h:
Added 2F address modifier for VME64 CSR access.
2006-01-27 00:35:27 +00:00
Joel Sherrill
e1f4b2d761
2006-01-23 Joel Sherrill <joel@OARcorp.com>
...
* runtest: Add pvr setting.
2006-01-23 14:50:01 +00:00
Till Straumann
0f1590b49b
2006-01-20 Till Straumann <strauman@slac.stanford.edu>
...
* mpc6xx/mmu/pte121.c: consistency check now warns instead
of reporting an error when coming across a non 1:1 VSID;
fix: triv121IsRangeMapped() needs to convert segment offset
into a page index if the vsid argument is non-special.
2006-01-21 01:46:07 +00:00
Joel Sherrill
4398f42c88
2006-01-20 Joel Sherrill <joel@OARcorp.com>
...
* psim: Enhance to add limit on how long a single test is allowed to
execute. This can be used to significantly enhance the reliability of
long batch test runs.
2006-01-20 17:30:39 +00:00
Ralf Corsepius
2eb7d07e17
Regenerate.
2006-01-14 06:20:35 +00:00
Eric Norum
3157972da0
Replace illegal lvalue casts with explicit increments.
2006-01-12 14:37:49 +00:00
Ralf Corsepius
008ff56754
Regenerate.
2006-01-12 10:16:01 +00:00
Ralf Corsepius
fc1a3bad3a
Remove all-local:.
2006-01-12 10:12:31 +00:00
Ralf Corsepius
05278e3666
2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* wrapup/Makefile.am: Add preinstall.am.
2006-01-12 10:11:23 +00:00
Ralf Corsepius
2488213308
Add preinstall.am
2006-01-12 10:10:32 +00:00
Ralf Corsepius
d623b59beb
New.
2006-01-12 09:51:29 +00:00
Ralf Corsepius
2be6d66bc9
2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libchip/Makefile.am: Build libchip/network/smc91111.
* libchip/network/smc91111.c, libchip/network/smc91111config.h:
Eliminate cyg_int* crap.
2006-01-12 06:13:03 +00:00
Ralf Corsepius
525b1acb82
Regenerate.
2006-01-12 06:08:36 +00:00
Ralf Corsepius
fbcd8f8f29
Cleanup.
2006-01-12 06:08:25 +00:00
Ralf Corsepius
6460a77706
Regenerate.
2006-01-12 05:58:12 +00:00
Ralf Corsepius
a639bbaf41
Cleanup.
2006-01-12 05:58:06 +00:00
Ralf Corsepius
950f19aa86
Regenerate.
2006-01-12 05:57:00 +00:00
Ralf Corsepius
31cabe9ce0
Cleanup.
2006-01-12 05:56:50 +00:00
Ralf Corsepius
bb1571ecf5
Cleanup.
2006-01-12 05:40:08 +00:00
Ralf Corsepius
c37b516c32
Regenerate.
2006-01-12 05:33:57 +00:00