summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Testing: Upgrade to 4.7.99.1Ralf Corsepius2007-02-221-1/+1
|
* 2007-02-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-212-1/+5
| | | | * wrapup/Makefile.am: Use MKDIR_P instead of mkdir_p.
* 2007-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-162-2/+6
| | | | * Makefile.am: Remove shared/main.c.
* 2007-02-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-162-1/+5
| | | | * libchip/Makefile.am: Correct path to README.tulipclone.
* 2007-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-092-1/+5
| | | | * shmsupp/getcfg.c: Comment out npu (Unused).
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-062-0/+5
| | | | * smc/smc.c: include bspIo.h for printk.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-062-5/+9
| | | | * libchip/ide/ata.c: Remove superfluous type casts.
* 2007-02-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-02-063-12/+17
| | | | | * include/rtems++/rtemsMessageQueue.h, src/rtemsMessageQueue.cc: Make compile by using size_t and uint32_t where appropriate.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-062-1/+5
| | | | * vmeUniverse/vmeUniverse.c: Use size_t for sizes.
* 2007-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-02-061-0/+5
| | | | | * libchip/ide/ata.c, libchip/network/elnk.c, optman/rtems/no-msg.c: Use size_t for sizes.
* Use size_t for sizes.Ralf Corsepius2007-02-063-9/+9
|
* 2007-01-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-3113-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-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-316-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-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-317-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-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-314-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-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-314-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-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-316-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-30 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-312-0/+11
| | | | | * Makefile.am: added new files in shared/vmeUniverse to EXTRA_DIST
* 2007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-292-4/+5
| | | | * GT64260/MVME5500I2C.c: Eliminate u32.
* 2007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-293-16/+18
| | | | * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
* 2007-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-292-5/+9
| | | | * console/fb_vga.c: Eliminate __u16, __u32.
* Remove config.guess, config.sub, depcomp, install-sh, missing, mkinstalldirs.Ralf Corsepius2007-01-271-6/+0
|
* 2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-2624-13/+61
| | | | * Makefile.am: Use MKDIR_P instead of mkdir_p.
* 2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-261-0/+4
| | | | * bootloader/Makefile.am: Use MKDIR_P instead of mkdir_p.
* Use MKDIR_P instead of mkdir_p.Ralf Corsepius2007-01-261-1/+1
|
* fixed typo in uart error handling functionThomas Doerfler2007-01-232-1/+6
|
* Formatting.Joel Sherrill2007-01-224-22/+19
|
* mproved gen5200 MSCAN driverThomas Doerfler2007-01-218-326/+378
| | | | fixed synchronization bug between ata.c and bdbuf.c
* * mvme5500/Makefile.am, mvme5500/preinstall.am,Till Straumann2007-01-197-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.
* * Makefile.am,Till Straumann2007-01-199-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.
* * vmeUniverse/VME.h:Till Straumann2007-01-192-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-19 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-192-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-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-176-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-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-175-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-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-173-3/+95
| | | | | * mpc6xx/mmu/pte121.h, mpc6xx/mmu/pte121.c: Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
* 2007-01-16 Till Straumann <strauman@slac.stanford.edu>Till Straumann2007-01-1718-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-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-082-51/+5
| | | | * Makefile.am: Use preinstall.am.
* New.Ralf Corsepius2007-01-081-0/+62
|
* Regenerate.Ralf Corsepius2007-01-0871-161/+161
|
* 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-151-0/+4
| | | | * smc/smc.c: Comment out sm_status (unused).
* Comment out sm_status (unused).Ralf Corsepius2006-12-151-1/+2
|
* 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-151-0/+1
| | | | * bestcomm/load_task.c: Remove bogus casts.
* Remove bogus casts.Ralf Corsepius2006-12-151-1/+1
|
* Use ioctl_command_t as arg to ioctl functions.Ralf Corsepius2006-12-153-4/+4
|
* 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-152-0/+8
| | | | * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
* 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-151-0/+5
| | | | | * network/if_hdlcsubr.h: Remove K'n'R macros. * network/network.c: Use ioctl_command_t as arg to ioctl functions.
* Remove K'n'R macros.Ralf Corsepius2006-12-151-5/+5
|
* 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-154-0/+16
| | | | * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
* Use ioctl_command_t as arg in ioctl-functions.Ralf Corsepius2006-12-158-8/+8
|
* 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-151-0/+4
| | | | * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.