summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Need to install vme_am_defs.h.Eric Norum2005-11-092-0/+2
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-2/+6
| | | | * shared/startup/bspstart.c: Eliminate obsolete types.
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-223/+6
| | | | | * vmeUniverse/vmeUniverse.c: Eliminate obsolete types. Remove CVS log.
* Fix disagreement between GCCSPECS and GCC_SPECS.Eric Norum2005-11-093-2/+7
|
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-092-2/+22
| | | | * configure.ac: Reflect changes to testsuites.
* Add code to set up pin assignments.Eric Norum2005-11-082-2/+21
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+6
| | | | | | * automake/compile.am: Remove GCCSPECS. * aclocal/prog-cc.m4: Add GCCSPECS. * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.
* Remove RTEMS_BSP_SPECS. Remove GCC_SPECS.Ralf Corsepius2005-11-081-6/+0
|
* Add GCCSPECSRalf Corsepius2005-11-081-1/+6
|
* Remove GCCSPECSRalf Corsepius2005-11-081-5/+0
|
* 2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-081-0/+4
| | | | * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32).
* Remove obsolete types (*unsigned32).Ralf Corsepius2005-11-082-22/+22
|
* Remove assignation to U.S. Government.Eric Norum2005-11-072-2/+0
|
* Assign copyright to OAR since all files descend from OAR's source.Eric Norum2005-11-0711-23/+81
|
* Fixed formatting.Joel Sherrill2005-11-077-18/+18
|
* Repaired some changelog entries lost.Joel Sherrill2005-11-071-3/+3
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-0/+6
| | | | | | * console/console.c: Eliminate unsigned32, unsigned8. * include/bsp.h: Eliminate unsigned32. * startup/bspstart.c: Eliminate unsigned32.
* Eliminate unsigned32.Ralf Corsepius2005-11-074-10/+10
|
* Eliminate unsigned32, unsigned8.Ralf Corsepius2005-11-071-3/+3
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-0/+6
| | | | | | * include/bsp.h: Eliminate unsigned32. * network/network.c: Several minor bug fixes. * startup/bspstart.c: Eliminate unsigned32.
* Several minor bug fixes.Ralf Corsepius2005-11-071-1/+6
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-2/+7
| | | | | * mpc6xx/mmu/pte121.c: Eliminate unsigned32. * mpc8xx/clock/clock.c: Eliminate rtems_unsigned32.
* Eliminate rtems_unsigned32.Ralf Corsepius2005-11-071-2/+2
|
* Eliminate unsigned32.Ralf Corsepius2005-11-071-4/+4
|
* 2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-061-4/+9
| | | | | * libchip/i2c/i2c-2b-eeprom.c: Eliminate obsolete types. * libchip/rtc/mc146818a.h: Eliminate obsolete types.
* Eliminate obsolete types.Ralf Corsepius2005-11-062-3/+3
|
* 2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-061-0/+4
| | | | * shared/irq/idt.c: Reflect API changes.
* Reflect API changes.Ralf Corsepius2005-11-061-3/+3
|
* 2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-061-3/+8
| | | | * timer/timer.c: Remove C++-style comments.
* Remove C++-style comments.Ralf Corsepius2005-11-061-2/+2
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-1/+6
| | | | | * libchip/network/dec21140.c, libchip/network/elnk.c: Use libcpu/byteorder.h for i386.
* Use libcpu/byteorder.h for i386.Ralf Corsepius2005-11-042-21/+8
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-0/+2
| | | | | * Makefile.am: Add preinstall.am * preinstall.am: New.
* Add preinstall.amRalf Corsepius2005-11-041-23/+6
|
* NewRalf Corsepius2005-11-041-0/+34
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-042-0/+5
| | | | * configure.ac: Add AMPOLISH3.
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-0/+4
| | | | * byteorder.h: New.
* New.Ralf Corsepius2005-11-041-0/+22
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-0/+1
| | | | * shared/include/byteorder.h: Remove __arch_swap (Unused).
* Remove __arch_swap (Unused).Ralf Corsepius2005-11-041-43/+0
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-043-4/+7
| | | | | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. * Makefile.am: Distibute mongoosev's READMEs
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-046-6/+12
| | | | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
* Cleanup.Ralf Corsepius2005-11-041-27/+8
|
* Merge new-exceptions/ChangeLogRalf Corsepius2005-11-041-82/+132
|
* Remove (Merged into ../ChangeLog)Ralf Corsepius2005-11-041-169/+0
|
* CleanupRalf Corsepius2005-11-041-19/+4
|
* Merge old-exceptions/ChangeLogRalf Corsepius2005-11-041-817/+609
|
* Remove (Merged into ../ChangeLog)Ralf Corsepius2005-11-041-192/+0
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-042-6/+13
| | | | * Makefile.am: Partially cleanup EXTRA_DIST.
* 2005-11-04 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-048-213/+3524
| | | | | | | | | | | | | | | | | | | | | | | * shared/vmeUniverse/vmeTsi148.c, shared/vmeUniverse/vmeTsi148.h, shared/vmeUniverse/vme_am_defs.h: New files. * Makefile.am, shared/vmeUniverse/README.universe, shared/vmeUniverse/vmeUniverse.c, shared/vmeUniverse/vmeUniverse.h: Several VME related upgrades and fixes, hopefully addressing PR#835: vmeUniverse driver now supports shared interrupts. vmeUniverse now supports up to four wires between universe and PIC. A new irq mgr installation routine has been added allowing to use the new features. (old version is still present for bwd compatibility). Calls have been added to change interrupt routing (e.g., if wires have different priorities at the PIC this feature can be used to configure priorites). Routine for testing VME interrupts has been added (useful during BSP development). A new header defining standard VME address modes has been added so that the VME API doesn't have to #include a particular bridge driver header. For all driver entry points, a 'XX' variant has been added which allows to pass the chip's base address [in case a second universe is sitting on a VME card :-)]. Driver now uses interrupt line as read from PCI config. space (without offset) BSP needs to use PCI fixup if necessary. Added a driver for the tundra tsi148 VME bridge.