Commit Graph
22127 Commits
Author SHA1 Message Date
Joel Sherrill 5fa10f2db6 2005-07-18 Lars Munch <lars@segv.dk>
PR 813/networking
	* ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a
	parameter was added to irq handlers (2005-04-18). Before these
	changes the argument to the interrupt handler was the interrupt
	number, now the argument is handle, but the ne2000 driver needs the
	interrupt number. The fix is to set the handle to the interrupt
	number.
2005-07-18 14:34:41 +00:00
Ralf Corsepius d101e748e6 Import from zlib-1.2.4 2005-07-18 02:41:45 +00:00
Ralf Corsepius d8bc48b4cb This commit was generated by cvs2svn to compensate for changes in r12147,
which included commits to RCS files with non-trunk default branches.
2005-07-18 02:41:45 +00:00
Eric Norum 51c1867659 Pass along errno from failed ftruncate(). 2005-07-13 02:19:30 +00:00
Joel Sherrill fb875a8585 2005-07-08 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Eliminate duplicate entry for include_mcf5235... .
2005-07-08 21:39:58 +00:00
Joel Sherrill b0a95a55ef 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* mpc5xx/vectors/vectors.h: Add hack to avoid warning.
2005-07-08 21:38:50 +00:00
Philippe Simons a617dac1e3 2005-07-07 Philippe Simons <loki_666@fastmail.fm>
* lcd/lcd.c: removed.
2005-07-07 22:21:35 +00:00
Philippe Simons 4bc22a6d75 2005-07-07 Philippe Simons <loki_666@fastmail.fm>
* Makefile.am: Remove lcd.rel, added console/uart.c,
	removed conio stuffs.
	* console/conio.c, console/console.c, console/defaultfont.c,
	include/conio.h : files removed.
	* console/uart.c: New file.
	* include/bsp.h: lcd.c prototypes removed.
	* startup/bspstart.c: bsp_reset() cause gp32 to reset to bios,
	added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
2005-07-07 22:07:11 +00:00
Philippe Simons 1f18710404 2005-07-07 Philippe Simons <loki_666@fastmail.fm>
* Makefile.am: Remove s3c2400/lcd/lcd.c
	* s3c2400/lcd/lcd.c: Remove.
	* s3c2400/clock/support.c: file "rewrote" to avoid GPL.
2005-07-07 21:20:38 +00:00
Philippe Simons 9b55ef5380 2005-07-06 Philippe Simons
* MAINTAINERS: Added me as arm/gp32 bsp maintainer.
2005-07-07 16:47:06 +00:00
Joel Sherrill 2732040d90 2005-07-06 Markku Puro <markku.puro@kopteri.net>
* acinclude.m4: Added GBA BSP.
2005-07-06 18:46:41 +00:00
Joel Sherrill 3c7ed6b8cd 2005-07-06 Markku Puro <markku.puro@kopteri.net>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	clock/clockdrv.c, console/conio.c, console/console.c,
	console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h,
	include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h,
	include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S,
	irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
	irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c,
	startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds,
	timer/timer.c: New files.
2005-07-06 18:46:04 +00:00
Joel Sherrill e9b4f29a40 Add PR. 2005-07-06 18:07:11 +00:00
Ralf Corsepius 63a45384a5 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/keyboard.c: Apply CHAR_BIT to compute BITS_PER_LONG.
2005-07-06 11:34:10 +00:00
Ralf Corsepius 320124feb5 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/console-io.c: Remove unused variable i.
2005-07-06 11:29:20 +00:00
Ralf Corsepius 707a733a1b 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/lib/syslog.c: Fix spelling mistake.
	* libnetworking/sys/uio.h: Partial update from FreeBSD.
	* libnetworking/kern/kern_subr.c: Reflect changes above.
2005-07-06 09:57:10 +00:00
Ralf Corsepius 4b35e0e24e Fix spelling mistake. 2005-07-06 09:56:57 +00:00
Ralf Corsepius 6d06a6371b Partial update from FreeBSD. 2005-07-06 09:56:42 +00:00
Ralf Corsepius f74912ae53 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* binutils/binutils.add: Take out -D_FORTIFY_SOURCE from CFLAGS
	to prevent fortify from rendering ar unusable.
2005-07-06 08:38:05 +00:00
Eric Norum 728e17740c Enable CS1* and CS2* now that Arcturus bootstrap PROMs no longer take care of that for us. 2005-07-06 00:17:28 +00:00
Ralf Corsepius f1397380bb 2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libblock/include/rtems/ide_part_table.h: Add C++ guards.
2005-07-05 09:25:37 +00:00
Ralf Corsepius 3c0ddbb1cc 2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* binutils/mkspec.in, gccnewlib/mkspec.in, gdb/mkspec.in:
	Use ',' as sed pattern delimiter.
2005-07-05 07:34:16 +00:00
Ralf Corsepius 4917fe0ac6 2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* autotools/automake.add: Add %{?dist}.
	* autotools/autoconf.add: Add %{?dist}.
	Replace Copyright: by Licence:.
2005-07-05 07:32:05 +00:00
Ralf Corsepius fdfbb874bd 2005-07-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* gccnewlib/gccnewlib.add: Remove Epoch.
2005-07-05 07:30:19 +00:00
Eric Norum d0f01d2f08 Add description of external interrupt request assignments. 2005-06-30 11:53:12 +00:00
Chris Johns 587e310edf The DHCP header. 2005-06-30 04:03:56 +00:00
Chris Johns d9b8e29870 DHCP server for RTEMS. 2005-06-30 04:01:12 +00:00
Eric Norum 57519eac82 Reflect changes to network driver. 2005-06-29 22:00:17 +00:00
Eric Norum 5eb336b142 Drive LEDs with more useful information. 2005-06-29 20:44:25 +00:00
Eric Norum 81291a01e4 Add duplex negotation support. 2005-06-29 20:09:14 +00:00
Eric Norum cdb717ecc5 Minor tweak to make it easier to insert some code to test realignment. 2005-06-22 18:53:10 +00:00
Eric Norum f077cc96df Clean up transmit buffer realignment.
Many thanks to Mr. Kolja Waschk for identifying the problem.
2005-06-20 20:48:48 +00:00
Joel Sherrill 3f0bb34c6e 2005-06-17 Markku Puro <markku.puro@kopteri.net>
* Makefile.am: Adding GameBoy Advance BSP.
	* custom/gba.cfg: New file.
2005-06-17 16:12:33 +00:00
Joel Sherrill 91683dc04d 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/if.h: Avoid use of struct mbuf to avoid unintended
	dependencies added by the RTEMS specific tap interface.
2005-06-17 14:37:24 +00:00
Joel Sherrill cb4185cb7c 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since
	it is not supported by the MPC5xx.
2005-06-17 14:35:57 +00:00
Joel Sherrill 6fdd3b1070 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* mpc5xx/vectors/vectors.h: Add hack to avoid warning.
2005-06-17 14:34:22 +00:00
Joel Sherrill 18ec73e308 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* include/.cvsignore: New file.
2005-06-17 14:33:23 +00:00
Joel Sherrill 9c5873b7de 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* libchip/network/if_dc.c: Begin to convert to new PCI and IRQ
	interface. Also correct attempting to build on other than PowerPC and
	x86.
2005-06-17 14:32:23 +00:00
Joel Sherrill 181601f27d 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* acinclude.m4: Added mcf5235.
2005-06-17 14:30:24 +00:00
Joel Sherrill a9d5d449a1 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* user/region.t: Add documentation on region_resize_segment.
2005-06-17 14:29:13 +00:00
Joel Sherrill df8ba46d8e 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>
* ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of
	mcf5235 support.
	* mcf5235/include/mcf5235.h: New file.
2005-06-17 14:07:56 +00:00
Joel Sherrill 1612af0f62 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
	include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
	startup/bspstart.c, startup/init5235.c, startup/linkcmds,
	startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
2005-06-17 14:06:05 +00:00
Joel Sherrill 1469b45b5d 2005-06-17 Joel Sherrill <joel@OARcorp.com>
* custom/mcf5235.cfg: New file.
2005-06-17 13:38:37 +00:00
Joel Sherrill af28e68eaf 2005-06-16 Daron Chabot <daron@nucleus.usask.ca>
* libchip/Makefile.am: Add driver for Tulip clones.
	* libchip/network/README.tulipclone, libchip/network/if_dc.c,
	libchip/network/if_dcreg.h: New files.
2005-06-16 20:09:36 +00:00
Joel Sherrill e36865dbaf 2005-06-09 Jacques Seronie Vivien <jacques.seronievivien@astrium.eads.net>
PR 790/rtems
	* sapi/src/extensioncreate.c, sapi/src/extensionident.c: Correct use of
	name. This was missed when the other ident services in rtems/src
	where changed.
2005-06-09 14:13:35 +00:00
Joel Sherrill 00b9d09957 2005-06-07 Brett Swimley <brett.swimley@aedbozeman.com>
PR 803/patch
	* rtems/score/cpu.h, rtems/score/m68k.h: Correct definition of _VBR.
2005-06-07 16:44:18 +00:00
Joel Sherrill 44b4cf4c2d 2005-06-06 Philippe Simons <loki_666@fastmail.fm>
* Makefile.am: Include lcd.rel.
2005-06-06 14:16:30 +00:00
Joel Sherrill 00ed1c9861 2005-06-01 Philippe Simons <loki_666@fastmail.fm>
* custom/gp32.cfg: Add make-cxx-exe.
2005-06-02 13:47:22 +00:00
Joel Sherrill b2a4e861dc 2005-06-01 Philippe Simons <loki_666@fastmail.fm>
* Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c
	* s3c2400/clock/clockdrv.c: Update to use get_PCLK()
	* s3c2400/timer/timer.c: Update to use get_PCLK()
2005-06-02 13:45:53 +00:00
Joel Sherrill 32cf23b18e 2005-06-01 Philippe Simons <loki_666@fastmail.fm>
* bsp_specs: Add rules for cpp support
	* include/bsp.h: Add gp32 support fct prototypes
	* console/conio.c: Moved video buffer to 0x0c7ed000
	* startup/bspstart.c: Add some init code, some cleaning...
2005-06-02 13:41:35 +00:00