Commit Graph

7477 Commits

Author SHA1 Message Date
Joel Sherrill
384ba7563a 2005-10-06 Till Straumann <strauman@slac.stanford.edu>
PR 833/bsps
	* irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
	the FPU across the user ISR but DONT save/restore the FPU context.
	Any use of the FPU fron the user handler (e.g., due to GCC
	optimizations) result in corruption. The fix results in an exception
	in such cases (user ISR must explicitely save/enable/restore FPU).
2005-10-06 19:36:41 +00:00
Joel Sherrill
da6ce58fb1 Remove comments not really for 4.6 branch. 2005-10-05 00:31:35 +00:00
Joel Sherrill
2f22923a76 Added PR number. 2005-09-29 11:34:57 +00:00
Thomas Doerfler
d1572bcf1c 2005-09-29 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 649/bsps
        * ide/idecfg.c, configure.ac:
	added configuration items for primary/secondary IDE interface
2005-09-29 08:05:32 +00:00
Eric Norum
030b91e93c Silently return to bootstrap PROM. 2005-09-19 21:57:17 +00:00
Ralf Corsepius
240c917463 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* network/if_hdlcsubr.c, network/network.c: Include <errno.h>
	instead of <sys/errno.h>.
2005-09-19 06:18:19 +00:00
Ralf Corsepius
f052a9bf28 Include <errno.h> instead of <sys/errno.h>. 2005-09-19 06:18:10 +00:00
Ralf Corsepius
c7179542da 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* network/network.c: Include <errno.h> instead of <sys/errno.h>.
2005-09-19 06:15:46 +00:00
Ralf Corsepius
8627734f17 Correct my email address. 2005-09-19 03:47:45 +00:00
Ralf Corsepius
dbc7c7962d 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* network/network.c: Include <errno.h> instead of <sys/errno.h>.
2005-09-19 03:47:16 +00:00
Ralf Corsepius
c140041b5b Include <errno.h> instead of <sys/errno.h>. 2005-09-19 03:46:17 +00:00
Ralf Corsepius
009f4fac12 2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
2005-09-19 03:44:24 +00:00
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