summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-07-082-1/+11
| | | | | | | | | PR 416/bsps * ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in interrupt controller (clr_exisr(mask)) before calling the interrupt handler that will acnowledge the interrupt source. This results in the interrupt beeing seen a second time by the interrupt controller. Reported and fixed by El Kolli Yacine <yacine.elkolli@crf.canon.fr>.
* 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-082-1/+6
| | | | | * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
* 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-07-082-3/+9
| | | | | | * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac.
* 2003-06-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-302-2/+7
| | | | * console-polled.c: Corrected comments in header.
* 2003-06-30 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-303-442/+682
| | | | * network/dec21140.c, network/elnk.c: Update to compile on i386.
* Reformatted so script picks up PR.Joel Sherrill2003-06-231-0/+2
|
* PR264 - Stopped the core dump by removing the bad instruction.Chris Johns2003-06-233-42/+51
| | | | | | PR414 - Fixed the global interupt vector register. Linker command file to have the boot code in the first 8K. The chip select remap needed to be volatile.
* PR264, PR414Chris Johns2003-06-231-0/+8
|
* 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-132-0/+8
| | | | * network/README.3com: New file missed in previous commit.
* Changed format so script will see PR number.Joel Sherrill2003-06-131-0/+1
|
* Changed entry to reference PR397.Joel Sherrill2003-06-131-0/+1
|
* Removed duplicate entry.Joel Sherrill2003-06-131-8/+0
|
* 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-136-581/+4818
| | | | | | | | PR 405/bsps PR 393/networking * network/dec21140.c: Fix leak also known as PR393. * network/elnk.c, network/if_media.h, network/mii.h: New files. * network/Makefile.am: Reflect new files.
* 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-131-0/+8
| | | | | | | | PR 405/bsps PR 393/networking * network/dec21140.c: Fix leak also known as PR393. * network/elnk.c, network/if_media.h, network/mii.h: New files. * network/Makefile.am: Reflect new files.
* 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-1311-780/+1985
| | | | | | | | | | | | | | | | | PR 405/bsps * bootloader/pci.c: Added support for configuring devices for pci busses > 0 * pci/pci.c, pci/pci.h: Added FixupPCI() to store vectors in the INTERRUPT_LINE register of pci devices any # of hops away from the host processor. * motorola/motorola.c, motorola/motorola.h: Added interrupt routing tables in support of FixupPCI. This is board-specific, each board will have to supply information for FixupPCI() to do anything for it. * startup/bspstart.c: Extended bat2 to cover entire PCI address space. * irq/irq.c, irq/irq.h: Added support for shared interrupts. Existing single hander vectors are undisturbed, a new function added to allow adding/removing handlers from a vector.
* 2003-06-13 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-06-134-0/+60
| | | | | | | PR 415/bsps * include/bsp.h, pci/detect_raven_bridge.c, startup/bspstart.c: Support enabling MCP exceptions on the host bridge. This can be used for memory probing on the VME bus.
* 2003-06-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-132-1/+7
| | | | * pppd/chat.c: Removed warnings.
* 2003-06-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-133-1/+6
| | | | * console/console.c, startup/linkcmds: Removed warnings.
* 2003-06-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-138-4/+20
| | | | * startup/linkcmds: Removed warnings.
* 2003-06-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-123-4/+11
| | | | * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
* 2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-06-061-1/+1
| | | | | | | | * bsp.mak: Remove support for profile-variant. * configure.ac: Ditto. * directory.cfg: Ditto. * compilers/gcc-target-default.cfg: Ditto. * make/README: Remove references to profile-variant.
* 2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-06-062-7/+4
| | | | * configure.ac: Remove support for profile-variant.
* 2003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-06-065-35/+24
| | | | | | | | * bsp.mak: Remove support for profile-variant. * configure.ac: Ditto. * directory.cfg: Ditto. * compilers/gcc-target-default.cfg: Ditto. * make/README: Remove references to profile-variant.
* 2003-06-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-06-042-0/+11
| | | | * pppd/system.h: Hack from Ralf to compile on all targets.
* 2003-05-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-05-299-23/+34
| | | | | | * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c, psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c, psxtimer/psxtimer.c: Removed warnings.
* 2003-05-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-05-294-0/+10
| | | | * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
* 2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-282-1/+5
| | | | * pppd/fsm.c: Make peer_mru global again.
* 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-2712-12/+30
| | | | | * configure.ac: Remove CC_CFLAGS_DEBUG_V. CC_CFLAGS_DEFAULT (obsolete).
* 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-2712-12/+30
| | | | | * configure.ac: Remove CC_CFLAGS_PROFILE_V. Remove CC_LDFLAGS_PROFILE_V.
* 2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-163-30/+6
| | | | | * pppd/magic.c: Remove *rand48. * pppd/chap.c: Remove prototypes of *rand48.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-05-152-5/+4
|
* HOWTO changes.Chris Johns2003-05-081-0/+6
|
* Updated the GRUB version info and how to build GRUB from source.Chris Johns2003-05-081-23/+116
| | | | Added how to boot over the network with a PXE Netboot BIOS.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-04-292-0/+5
|
* 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-293-0/+7
| | | | | * configure.ac: Add pppd. * Makefile.am: Add pppd.
* 2003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-2911-0/+403
| | | | | | | | | | | | | | Adding pppd: * pppd/Makefile-user: New, copied over from libnetworking/pppd/example. * pppd/README: New, copied over from libnetworking/pppd/example. * pppd/init.c: New, copied over from libnetworking/pppd/example. * pppd/netconfig.h: New, copied over from libnetworking/pppd/example. * pppd/ppp.conf: New, copied over from libnetworking/pppd/example. * pppd/pppdapp.c: New, copied over from libnetworking/pppd/example. * pppd/system.h: New, copied over from libnetworking/pppd/example. * pppd/pppd.options: New, copied over from libnetworking/pppd/example. * pppd/Makefile.am: New, converted to automake from Makefile-user. * pppd/.cvsignore: New.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-04-182-6/+12
|
* 2003-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-153-3/+11
| | | | | | PR 387/rtems_misc * ide/ata.c: Removed warning and moved to use of simpler libc routines. * ide/ata_internal.h: Added missing newline and end of file.
* 2003-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-152-2/+5
| | | | | PR 386/bsps * vme/vmeconfig.c: Removed declaration of _BSP_vme_bridge_irq.
* 2003-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-142-0/+6
| | | | * ide/.cvsignore: New.
* 2003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-118-0/+3081
| | | | | | | * rtems_webserver/cgi.c, rtems_webserver/sockGen.c, rtems_webserver/umui.c, rtems_webserver/websSSL.c, rtems_webserver/websSSL.h, rtems_webserver/websda.c, rtems_webserver/websda.h: New files. Not included in previous commit.
* 2002-04-10 Mike Siers <mikes@poliac.com>Joel Sherrill2003-04-1138-309/+905
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rtems_webserver/NOTES, rtems_webserver/asp.c, rtems_webserver/balloc.c, rtems_webserver/default.c, rtems_webserver/ej.h, rtems_webserver/ejIntrn.h, rtems_webserver/ejlex.c, rtems_webserver/ejparse.c, rtems_webserver/emfdb.c, rtems_webserver/emfdb.h, rtems_webserver/form.c, rtems_webserver/h.c, rtems_webserver/handler.c, rtems_webserver/license.txt, rtems_webserver/md5.h, rtems_webserver/md5c.c, rtems_webserver/mime.c, rtems_webserver/misc.c, rtems_webserver/ringq.c, rtems_webserver/rom.c, rtems_webserver/security.c, rtems_webserver/sock.c, rtems_webserver/sym.c, rtems_webserver/uemf.c, rtems_webserver/uemf.h, rtems_webserver/um.c, rtems_webserver/um.h, rtems_webserver/url.c, rtems_webserver/value.c, rtems_webserver/wbase64.c, rtems_webserver/webcomp.c, rtems_webserver/webpage.c, rtems_webserver/webrom.c, rtems_webserver/webs.c, rtems_webserver/webs.h, rtems_webserver/websuemf.c, rtems_webserver/wsIntrn.h: Update to GoAhead Webserver 2.1.4. The following URL is the release notes from GoAhead. http://data.goahead.com/Software/Webserver/2.1.4/release.htm I have only done a minimal amount of testing (i.e. the network demo program works fine). Please try this out and let me know if it works. The patch needs to be applied on the c/src/libnetworking/rtems_webserver directory.
* 2003-04-10 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-04-103-21/+28
| | | | | | | PR 380/bsps * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk format strings compliant with libcpu/printk. minor fixes and lazy init bugfix.
* 2003-04-10 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-04-109-15/+49
| | | | | | | | | | | | | | | | | | PR 379/bsps * console/polled_io.c: libcpu provides 'printk' already. Therefore, the implementation in this file was removed (still used for the bootloader, though). It now provides BSP_output_char() for libcpu's printk(). * console/uart.c, console/uart.h: BSP_output_char_via_serial() prototype changed to match the BSP_output_char_function_type. Note that the motorola BSPs use polled-io for the output_char routine, not the uart.c version. The latter can be used be other BSPs however (e.g. SVGM). * console/console.c, console/consoleIo.h, console/polled_io.c, irq/irq_init.c, openpic/openpic.c, pci/detect_raven_bridge.c: Unfortunately, the supported 'printk' format string subset of the polled-io and libcpu implementations are different - hence, a few format strings in the ppc/shared BSP were changed.
* 2003-04-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-1010-76/+77
| | | | | | | | | | PR 371/pppd * pppd/auth.c, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/lcp.c, pppd/options.c, pppd/pppd.h, pppd/rtemsmain.c, pppd/rtemspppd.c: Change many symbols to static. There are still global symbols in rtemspppd.h which might need to be changed or converted into member of a structure which is dereferenced with a pointer that is managed as a per task variable. But this patch should avoid many conflicts.
* 2003-04-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-04-102-1/+6
| | | | | PR 383/bsps * irq/irq.c: Fix bug introduced by conflicts in previous patches.
* 2003-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-04-042-0/+6
| | | | * ide/.cvsignore: Add.
* 2003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-272-2/+9
| | | | | * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to compile the bootloader.
* 2003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-03-275-4/+1710
| | | | | | | * ide/Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
* 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2003-03-252-0/+89
| | | | | PR 368/filesystems * mpc8xx/include/mpc8xx.h: Add PCMCIA registers.