summaryrefslogtreecommitdiffstats
path: root/c/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-02-212007-02-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
2007-02-162007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* Makefile.am: Remove shared/main.c.
2007-02-162007-02-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* libchip/Makefile.am: Correct path to README.tulipclone.
2007-02-092007-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* shmsupp/getcfg.c: Comment out npu (Unused).
2007-02-062007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+5
* smc/smc.c: include bspIo.h for printk.
2007-02-062007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-5/+9
* libchip/ide/ata.c: Remove superfluous type casts.
2007-02-062007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-12/+17
* include/rtems++/rtemsMessageQueue.h, src/rtemsMessageQueue.cc: Make compile by using size_t and uint32_t where appropriate.
2007-02-062007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* vmeUniverse/vmeUniverse.c: Use size_t for sizes.
2007-02-062007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c: Use size_t for sizes.
2007-02-06Use size_t for sizes.Ralf Corsepius3-9/+9
2007-01-312007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann13-117/+2272
* vmeUniverse/README.porting, vmeUniverse/README.universe: updated, added more information for BSP implementors. * vmeUniverse/VMEDMA.h (added): VME DMA API definition. * vmeUniverse/bspVmeDmaList.h (added), vmeUniverse/bspVmeDmaListP.h (added), * vmeUniverse/bspVmeDmaList.c (added): Driver-independent code for linked-list DMA (public + private headers, implementation). * vmeUniverse/vmeUniverseDMA.h (added), vmeUniverse/vmeTsi148DMA.h (added): interface to new DMA features of drivers. * vmeUniverse/vme_amd_defs.h: Added definition for data-width hint bits (VME_MODE_DBWxx). * vmeUniverse/vmeTsi148.c: added DMA support. Added support for data-width hint/modifier bits. * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: Added support for data-width hint/modifier bits. Added support for xxx_BLT, xxx_MBLT address modifiers. Restrict DBW to 32 in non-MBLT modes (except single-beat; a comment is in README.universe). Updated DMA support to implement new VMEDMA.h API. Added support for non-incrementing VME addresses. Restrict data width to 32 for single-beat AMs when the universe would use MBLT for DMA.
2007-01-312007-01-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann6-14/+260
* shared/vme/VMEConfig.h: Added more comments about the semantics of the various symbols BSPs should define in this file. Removed declarations of BSP_VMEInit(), BSP_VMEIrqMgrInstall(). * shared/vme/vmeconfig.c: declare BSP_VMEInit(), BSP_VMEIrqMgrInstall() here. * Makefile.am, shared/vme/README, * shared/vme/vme_universe_dma.c (added): Added glue code implementing the VMEDMA.h API using the vmeUniverse driver.
2007-01-312007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann7-187/+137
* Makefile.am, preinstall.am, * vme/vmeconfig.c (removed), vme/VMEConfig.h (added): cleaned up vme support - use files from libbsp/powerpc/shared/vme and define BSP specifica in VMEConfig.h. Use VME DMA support implemented by vmeUniverse and libbsp/powerpc/shared/vme/vme_universe_dma.c * irq/irq.c, include/gen2.h: removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition. Support for VME IRQ software priorities was incomplete/incorrect on this BSP.
2007-01-312007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann4-9/+30
* Makefile.am, preinstall.am, include/bsp.h, * vme/vmeconfig.c (removed), vme/VME.h (removed): cleaned up vme support - use files from libbsp/powerpc/shared/vme and define BSP specifica in VMEConfig.h. Use VME DMA support implemented by vmeUniverse and libbsp/powerpc/shared/vme/vme_universe_dma.c
2007-01-312007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann4-1/+40
* Makefile.am, preinstall.am, include/bsp.h: Use VME DMA support implemented by vmeUniverse and libbsp/powerpc/shared/vme/vme_universe_dma.c Added explanation for use of BSP_PIC_DO_EOI by BSP implementors who derive from this 'include/bsp.h'.
2007-01-312007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann6-182/+151
* Makefile.am, preinstall.am, include/bsp.h, * vme/vmeconfig.c (removed), vme/VMEConfig.h (added): cleaned up vme support - use files from libbsp/powerpc/shared/vme and define BSP specifica in VMEConfig.h. Use VME DMA support implemented by vmeUniverse and libbsp/powerpc/shared/vme/vme_universe_dma.c
2007-01-312007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-0/+11
* Makefile.am: added new files in shared/vmeUniverse to EXTRA_DIST
2007-01-292007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+5
* GT64260/MVME5500I2C.c: Eliminate u32.
2007-01-292007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-16/+18
* GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
2007-01-292007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-5/+9
* console/fb_vga.c: Eliminate __u16, __u32.
2007-01-262007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius24-13/+61
* Makefile.am: Use MKDIR_P instead of mkdir_p.
2007-01-262007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* bootloader/Makefile.am: Use MKDIR_P instead of mkdir_p.
2007-01-26Use MKDIR_P instead of mkdir_p.Ralf Corsepius1-1/+1
2007-01-23fixed typo in uart error handling functionThomas Doerfler2-1/+6
2007-01-22Formatting.Joel Sherrill4-22/+19
2007-01-21mproved gen5200 MSCAN driverThomas Doerfler8-326/+378
fixed synchronization bug between ata.c and bdbuf.c
2007-01-19 * mvme5500/Makefile.am, mvme5500/preinstall.am,Till Straumann7-272/+28
* mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, * mvme5500/vme/vmeconfig.c: removed copies of vmeconfig.c, VME.h - use generic versions instead.
2007-01-19 * Makefile.am,Till Straumann9-131/+33
* ep1a/Makefile.am, ep1a/preinstall.am, * motorola_powerpc/Makefile.am, motorola_powerpc/preinstall.am, * score603e/Makefile.am, score603e/preinstall.am, * shared/vme/VME.h: moved VME.h from libbsp/powerpc/shared/vme to libbsp/shared/vmeUniverse; eventually, this (and other) VME API headers should migrate to cpukit.
2007-01-19 * vmeUniverse/VME.h:Till Straumann2-0/+120
moved VME.h from libbsp/powerpc/shared/vme to libbsp/shared/vmeUniverse; eventually, this (and other) VME API headers should migrate to cpukit.
2007-01-192007-01-19 Till Straumann <strauman@slac.stanford.edu>Till Straumann2-0/+8
* Makefile.am: moved VME.h from libbsp/powerpc/shared/vme to libbsp/shared/vmeUniverse; eventually, this (and other) VME API headers should migrate to cpukit.
2007-01-172007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann6-16/+245
* vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h, * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h, * vmeUniverse/vme_am_defs.h: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
2007-01-172007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann5-4/+182
* libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-2b-eeprom.h, * libchip/i2c/i2c-ds1621.c, libchip/i2c/i2c-ds1621.h: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
2007-01-172007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann3-3/+95
* mpc6xx/mmu/pte121.h, mpc6xx/mmu/pte121.c: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
2007-01-172007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann18-30/+769
* ep1a/vme/vmeconfig.c, mvme5500/pci/pcifinddevice.c, * mvme5500/startup/pgtbl_activate.c, mvme5500/vectors/bspException.h, * mvme5500/vectors/exceptionhandler.c, mvme5500/vme/VME.h, * mvme5500/vme/vmeconfig.c, score603e/vme/vmeconfig.c, shared/pci/pcifinddevice.c, * shared/startup/pgtbl_activate.c, shared/startup/pgtbl_setup.c, * shared/startup/probeMemEnd.c, shared/startup/sbrk.c, shared/vme/VME.h, * shared/vme/VMEConfig.h, shared/vme/vme_universe.c, shared/vme/vmeconfig.c: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
2007-01-082007-01-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-51/+5
* Makefile.am: Use preinstall.am.
2007-01-08New.Ralf Corsepius1-0/+62
2007-01-08Regenerate.Ralf Corsepius71-161/+161
2006-12-152006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* smc/smc.c: Comment out sm_status (unused).
2006-12-15Comment out sm_status (unused).Ralf Corsepius1-1/+2
2006-12-152006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* bestcomm/load_task.c: Remove bogus casts.
2006-12-15Remove bogus casts.Ralf Corsepius1-1/+1
2006-12-15Use ioctl_command_t as arg to ioctl functions.Ralf Corsepius3-4/+4
2006-12-152006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+8
* network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
2006-12-152006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* network/if_hdlcsubr.h: Remove K'n'R macros. * network/network.c: Use ioctl_command_t as arg to ioctl functions.
2006-12-15Remove K'n'R macros.Ralf Corsepius1-5/+5
2006-12-152006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius4-0/+16
* network/network.c: Use ioctl_command_t as arg in ioctl-functions.
2006-12-15Use ioctl_command_t as arg in ioctl-functions.Ralf Corsepius8-8/+8
2006-12-152006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
2006-12-152006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* 3c509/3c509.c, ne2000/ne2000.c, wd8003/wd8003.c: Use ioctl_command_t as arg in ioctl-functions.
2006-12-152006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* network/network.c (uti596_ioctl): Use ioctl_command_t.