Ralf Corsepius
34e29256e1
Regenerate.
2005-09-19 03:40:23 +00:00
Ralf Corsepius
994eb05d49
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* libnetworking/pppd/Makefile.am: Use preinstall.am.
2005-09-19 03:31:55 +00:00
Ralf Corsepius
c315c99003
New.
2005-09-19 03:29:23 +00:00
Ralf Corsepius
3d3b423ae3
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* librdbg/src/servbkpt.c, librdbg/src/servcon.c,
librdbg/src/servrpc.c, librdbg/src/servtgt.c
librdbg/src/servtsp.c: Include <errno.h> instead of <sys/errno.h>.
2005-09-19 03:25:51 +00:00
Ralf Corsepius
e0004b4cfc
Include <errno.h> instead of <sys/errno.h>
2005-09-19 03:25:16 +00:00
Ralf Corsepius
574edd7016
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* 3c509/3c509.c: Remove [$]Log.
Include <errno.h> instead of <sys/errno.h>.
2005-09-19 03:22:32 +00:00
Ralf Corsepius
5c36c472f6
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* network/network.c: Remove #define KERNEL.
Include <errno.h>.
* Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
2005-09-19 03:18:52 +00:00
Ralf Corsepius
24934c5766
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* bsp.pc.in: Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
* configure.ac: Move optman to the end of BSP_SUBDIRS.
2005-09-19 03:16:43 +00:00
Ralf Corsepius
ee950a339c
Move optman to the end of BSP_SUBDIRS.
2005-09-19 03:16:27 +00:00
Ralf Corsepius
f1f6f2e0cd
Remove CFLAGS_DEBUG_V, CFLAGS_OPTIMIZE_V.
2005-09-19 03:16:13 +00:00
Richard Campbell
4820d952e9
2005-09-16 richard.campbell@OARCorp.com
...
* startup/bspstart.c: Rewrote get_eumbbar() in C. Function was written
in inline assembly and containined a register direction error.
2005-09-16 19:28:46 +00:00
Ralf Corsepius
88b6d8d994
2005-09-16 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* aclocal/bspopts.m4: Add missing m4 quotes.
2005-09-16 07:51:54 +00:00
Eric Norum
b711591514
Add bsp_reset bootrom call.
...
Call bsp_reset from bsp_cleanup().
2005-09-16 02:40:14 +00:00
Jay Monkman
1370850c05
2005-09-15 Jay Monkman <jtm@lopingdog.com>
...
PR 776/bsps
* at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to
pass interrupt vector number to ISR on AT91RM9200
2005-09-15 19:40:08 +00:00
Joel Sherrill
0130f65396
2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
...
PR 527/bsps
PR 822/bsps
* mpc8xx/clock/clock.c: Currently the MBX8xx BSP does not boot,
because some logical errors are in the startup code. Additionally,
the mpc8xx shared clock driver does not support the clocking scheme
of some of the board variants, which are clocked from a 32768Hz (!)
external crystal.
2005-09-13 13:13:34 +00:00
Joel Sherrill
b5496de526
Added reference to PR527.
2005-09-12 13:38:05 +00:00
Joel Sherrill
848e900c5c
2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
...
PR 822/bsps
* console/console.c, startup/bspstart.c, startup/imbx8xx.c,
startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
Currently the MBX8xx BSP does not boot, because some logical errors
are in the startup code. Additionally, the mpc8xx shared clock driver
does not support the clocking scheme of some of the board variants,
which are clocked from a 32768Hz (!) external crystal.
2005-09-12 13:32:58 +00:00
Joel Sherrill
501895566b
2005-09-02 Joel Sherrill <joel@OARcorp.com>
...
PR 577/bsps
* console.c: Make the previously committed patch for this PR compile.
2005-09-02 20:29:22 +00:00
Joel Sherrill
1a8f056c4d
2005-09-02 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.99.2.
2005-09-02 15:10:56 +00:00
Joel Sherrill
e698e68d26
2005-09-02 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.99.2.
2005-09-02 15:05:30 +00:00
Joel Sherrill
95f94475a4
2005-09-02 Joel Sherrill <joel@OARcorp.com>
...
* aclocal/version.m4: Updated to rtems-4.6.99.2.
2005-09-02 14:50:05 +00:00
Joel Sherrill
8a6570d020
2005-09-02 Joel Sherrill <joel@OARcorp.com>
...
PR 821/bsps
* start.S: Workaround -- just avoid copying non-existent initialized
data in ROM to RAM.
2005-09-02 14:49:13 +00:00
Joel Sherrill
04ae040f83
Added PR number to existing ChangeLog entry.
2005-09-01 13:49:29 +00:00
Joel Sherrill
1131dfe304
2005-08-23 Karel Gardas <kgardas@objectsecurity.com>>
...
* timer/timer.c: Enhance to use either interupt-based timer
functions on older CPUs or to use TSC-based timer functions on
more recent (Pentium and above) CPUs. The decision is made in
Timer_initialize function when it is called for the first time
based on a result obtained from cpuid instruction during the BSP
initialization phase. During the first call, there are also late
bindings to the implementation functions initialized to
appropriate values.
2005-08-31 18:51:30 +00:00
Joel Sherrill
213810b374
2005-08-18 Karel Gardas <kgardas@objectsecurity.com>
...
* libchip/network/if_fxp.c, libchip/network/if_dc.c,
libchip/network/dec21140.c: Remove initialization of PCI bus.
2005-08-22 13:31:30 +00:00
Joel Sherrill
cee7620ed6
Remove duplicate comment.
2005-08-22 13:26:42 +00:00
Joel Sherrill
e7d0675812
2005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>
...
PR 577/bsps
* console.c: The console_close() method currently calls StopRemoteTx()
on all invocations. It should should be ok for last close only but
not for any others. If you open a port multiple times, you only want
to call StopRemoteTx() only as part of the last close.
2005-08-19 16:19:48 +00:00
Joel Sherrill
71319f7768
2005-08-18 Karel Gardas <kgardas@objectsecurity.com>
...
* startup/bspstart.c: Initialize PCI bus in bsp_start function.
2005-08-18 22:24:46 +00:00
Joel Sherrill
27178a8173
New file.
2005-08-17 22:07:46 +00:00
Joel Sherrill
a3aac6758c
2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>
...
* acinclude.m4: Add the av5282 BSP.
2005-08-17 22:03:45 +00:00
Joel Sherrill
1b269c5624
2005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>
...
* .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.
2005-08-17 22:03:22 +00:00
Joel Sherrill
77bb84e320
2005-08-17 Lars Munch <lars@segv.dk>
...
PR 727/bsps
* at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds
tick is not 9.365 miliseconds long.
2005-08-17 19:25:00 +00:00
Ralf Corsepius
2604a54380
2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* optman/Makefile.am: Add preinstall.am.
2005-08-15 13:54:16 +00:00
Ralf Corsepius
34381f9a9c
New.
2005-08-15 13:51:49 +00:00
Ralf Corsepius
c0c868b941
2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* Makefile.am: Add preinstall.am.
* configure.ac: Add AMPOLISH3.
* preinstall.am: New.
2005-08-15 13:49:27 +00:00
Ralf Corsepius
86c63a04b7
Add AMPOLISH3.
2005-08-15 13:49:19 +00:00
Ralf Corsepius
5c5c238fa1
Add preinstall.am.
2005-08-15 13:49:03 +00:00
Ralf Corsepius
7f04126413
Regenerate.
2005-08-15 08:38:26 +00:00
Joel Sherrill
db0cf9fc38
2005-08-12 Phil Torre <ptorre@zetron.com>
...
PR 816/bsps
* mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode
parameters (m8xxSCCENparms_t) does not match the hardware: members
taddr_h and taddr_l are transposed. When loading new multicast group
addresses into the hash table, the wrong hash bit is set.
2005-08-12 23:44:27 +00:00
Ralf Corsepius
7c5c667e0c
2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* Makefile.am: Unconditionally initialize include_libcpu_HEADERS.
2005-08-05 03:28:10 +00:00
Joel Sherrill
5a1b3a176c
Fixed formatting.
2005-08-02 14:48:42 +00:00
Joel Sherrill
e55582930e
Corrected placement of log entries.
2005-08-02 14:47:44 +00:00
Eric Norum
de5bc2130b
Changes provided by Phillip Sorensen <pas37@cornell.edu> to get MVME550 BSP running.
2005-07-28 18:57:25 +00:00
Ralf Corsepius
31e08a184b
Regenerate.
2005-07-27 13:26:59 +00:00
Ralf Corsepius
0dd9f41f6c
2005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* Makefile.am: Fix broken patch to mcf5235.
2005-07-27 13:26:40 +00:00
Philippe Simons
4906d7f77f
2005-07-25 Philippe Simons <loki_666@fastmail.fm>
...
* Makefile.am: added smc.rel.
* smc/smc.c, smc/smc.h: New files.
2005-07-25 19:18:09 +00:00
Eric Norum
76361dd707
Add some new regions.
2005-07-25 13:54:26 +00:00
Eric Norum
d452949fb7
Add .gnu.linkonce.b
2005-07-24 19:10:31 +00:00
Eric Norum
2025958c8c
Add .gnu.linkonce.b.* relocation.
2005-07-24 18:33:55 +00:00
Joel Sherrill
bb72ff991b
2005-07-18 Karel Gardas <kgardas@objectsecurity.com>
...
* libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from
UNTESTED to tested.
2005-07-18 15:42:24 +00:00