summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-07-082003-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-082003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+6
* support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
2003-07-082003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-3/+9
* configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac.
2003-06-302003-06-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+7
* console-polled.c: Corrected comments in header.
2003-06-302003-06-30 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill3-442/+682
* network/dec21140.c, network/elnk.c: Update to compile on i386.
2003-06-23Reformatted so script picks up PR.Joel Sherrill1-0/+2
2003-06-23PR264 - Stopped the core dump by removing the bad instruction.Chris Johns3-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.
2003-06-23PR264, PR414Chris Johns1-0/+8
2003-06-132003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2-0/+8
* network/README.3com: New file missed in previous commit.
2003-06-13Changed format so script will see PR number.Joel Sherrill1-0/+1
2003-06-13Changed entry to reference PR397.Joel Sherrill1-0/+1
2003-06-13Removed duplicate entry.Joel Sherrill1-8/+0
2003-06-132003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill6-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-132003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill1-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-132003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill11-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-132003-06-13 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill4-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-132003-06-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+7
* pppd/chat.c: Removed warnings.
2003-06-132003-06-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-1/+6
* console/console.c, startup/linkcmds: Removed warnings.
2003-06-132003-06-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-4/+20
* startup/linkcmds: Removed warnings.
2003-06-122003-06-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+11
* psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
2003-06-062003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-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-062003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-7/+4
* configure.ac: Remove support for profile-variant.
2003-06-062003-06-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-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-042003-06-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+11
* pppd/system.h: Hack from Ralf to compile on all targets.
2003-05-292003-05-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill9-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-292003-05-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-0/+10
* sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
2003-05-282003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-1/+5
* pppd/fsm.c: Make peer_mru global again.
2003-05-272003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius12-12/+30
* configure.ac: Remove CC_CFLAGS_DEBUG_V. CC_CFLAGS_DEFAULT (obsolete).
2003-05-272003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius12-12/+30
* configure.ac: Remove CC_CFLAGS_PROFILE_V. Remove CC_LDFLAGS_PROFILE_V.
2003-05-162003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-30/+6
* pppd/magic.c: Remove *rand48. * pppd/chap.c: Remove prototypes of *rand48.
2003-05-15Merger from rtems-4-6-branch.Ralf Corsepius2-5/+4
2003-05-08HOWTO changes.Chris Johns1-0/+6
2003-05-08Updated the GRUB version info and how to build GRUB from source.Chris Johns1-23/+116
Added how to boot over the network with a PXE Netboot BIOS.
2003-04-29Merger from rtems-4-6-branch.Ralf Corsepius2-0/+5
2003-04-292003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius3-0/+7
* configure.ac: Add pppd. * Makefile.am: Add pppd.
2003-04-292003-04-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius11-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.
2003-04-18Merger from rtems-4-6-branch.Ralf Corsepius2-6/+12
2003-04-152003-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-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-152003-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+5
PR 386/bsps * vme/vmeconfig.c: Removed declaration of _BSP_vme_bridge_irq.
2003-04-142003-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+6
* ide/.cvsignore: New.
2003-04-112003-04-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-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.
2003-04-112002-04-10 Mike Siers <mikes@poliac.com>Joel Sherrill38-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-102003-04-10 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill3-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-102003-04-10 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill9-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-102003-04-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill10-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-102003-04-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+6
PR 383/bsps * irq/irq.c: Fix bug introduced by conflicts in previous patches.
2003-04-042003-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-0/+6
* ide/.cvsignore: Add.
2003-03-272003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+9
* bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to compile the bootloader.
2003-03-272003-03-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-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-252003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2-0/+89
PR 368/filesystems * mpc8xx/include/mpc8xx.h: Add PCMCIA registers.