summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pc386: Added sections for rtems-libbsd support.Jennifer Averett2012-05-301-0/+11
|
* Add bspopts.h.in.Ralf Corsépius2012-05-2485-1/+3746
|
* powerpc/t32mppc: TypoSebastian Huber2012-05-221-1/+1
|
* powerpc/t32mppc: New BSPSebastian Huber2012-05-2218-1/+841
|
* powerpc/qoriq: Fix due to console API changesSebastian Huber2012-05-211-2/+2
|
* powerpc/mpc55xxevb: Fix cache define usageSebastian Huber2012-05-211-5/+9
|
* Remove references to configure.in.Ralf Corsépius2012-05-183-3/+3
|
* Remove obsolete reference to posix bsp.Ralf Corsépius2012-05-181-2/+1
|
* pci.h cleanup - Consolidate common defines to cpukit pci.hJoel Sherrill2012-05-1614-1191/+33
| | | | | | | | | | | | | + libbsp/sparc/shared/include/pci.h was largely a copy of an older version of the cpukit pci.h. Removed much of the contents and included <rtems/pci.h>. + sparc/*/pci*.c - Move to <rtems/pci.h> required updating to use uint32_t for dword accesses. + Rename PCI_MULTI_FUNCTION to PCI_HEADER_TYPE_MULTI_FUNCTION + Define PCI_HEADER_TYPE_MULTI_FUNCTION in cpukit pci.h and remove PCI_MULTI_FUNCTION definitions in C files. + Move PCI_INVALID_VENDORDEVICEID definitions from various C files to cpukit pci.h
* mvme5500 and cpukit pci.h - Eliminate mvme5500 specific pci.hJoel Sherrill2012-05-165-63/+5
| | | | | | | | All constants that should have been in cpukit pci.h were moved there. One naming style was corrected. This impacted if_wm.c. All other contents were the same as powerpc/shared/pci.h so BSP specific pci.h could be eliminated.
* LEON: moved register definitions into grlib header fileDaniel Hellstrom2012-05-1621-134/+153
| | | | | | | | | | | | Some register layout definitions for LEON3 reside in ambapp.h which does not really has anything to do with device registers. The register structures has been incorrectly named LEON3_*, the cores are not only used on LEON3 but on LEON4 and perhaps on LEON5 when that day comes. Some structures has been renamed according to the GRLIB core name instead, which CPU that actually use it is not relevant. Drivers has been updated with the new names. Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* Filesystem: Move operations to mount table entrySebastian Huber2012-05-151-1/+1
| | | | | | | | | | | The scope of the file system operations is the file system instance. The scope of the file system node handlers is the file location. The benefit of moving the operations to the mount table entry is a size reduction of the file location (rtems_filesystem_location_info_t). The code size is slightly increased due to additional load instructions. Restructure rtems_filesystem_mount_table_entry_t to improve cache efficiency.
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-1153-161/+16
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-112430-5272/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Miscellaneous - Clean up file headers so patterns followedJoel Sherrill2012-05-114-31/+28
| | | | XXX
* librtems++ - Remove junk line accidentally committedJoel Sherrill2012-05-111-3/+2
|
* pc386 - Clock driver compiles again plus clean upJoel Sherrill2012-05-101-18/+26
| | | | | | | The clock drivers were very inconsistent about prototyping the ISR handlers. This broke with the recent clean up. Tested on qemu.
* clockdrv_shell.h - Fix commmentJoel Sherrill2012-05-101-1/+1
|
* clockdrv_shell.c - Remove unreferenced and obsolete fileJoel Sherrill2012-05-101-16/+0
|
* Clock Driver Shell - ISR handler prototype should follow port interrupt modelJoel Sherrill2012-05-101-1/+2
| | | | | | The prototype for the clock driver tick isr varies based upon the interrupt model used by the port. This driver was checking solely upon a flag set by the BSP.
* nds - Clock driver compiles againJoel Sherrill2012-05-101-12/+17
|
* nds/libnds - Fix missing prototype warning and formattingJoel Sherrill2012-05-101-6/+9
|
* hurricane - Remove unused file setvec.cJoel Sherrill2012-05-101-44/+0
|
* score603e - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-46/+0
|
* virtex4 - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-6/+0
|
* virtex - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-7/+0
|
* mbx8xx - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-1/+0
|
* haleakala - Eliminate commented out codeJoel Sherrill2012-05-091-8/+0
|
* mpc8260ads - Eliminate commented out codeJoel Sherrill2012-05-091-6/+0
|
* mpc8260ads - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-6/+0
|
* malta - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-3/+0
|
* jmr3904 - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-5/+0
|
* hurricane - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-5/+0
|
* genmongoosev - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-5/+0
|
* rbtx4925 - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-5/+0
|
* rbtx4938 - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-5/+0
|
* csb350 - Eliminate any set_vector() remnantsJoel Sherrill2012-05-092-7/+14
|
* libchip/serial - Only use set_vector() on Simple Vectored ArchitecturesJoel Sherrill2012-05-092-2/+11
|
* librtems++ - Disable Interrupt Class When Not Simple VectoredJoel Sherrill2012-05-091-0/+4
| | | | | | This class only works on Simple Vectored Architectures. Even worse, it is not guaranteed to compile on a Programmable Interrupt Vector architecture.
* jmr3904 - Correct tm27.h to use PIC Interrupt ModelJoel Sherrill2012-05-071-20/+9
|
* genmongoosev - Correct tm27.h to use PIC Interrupt ModelJoel Sherrill2012-05-071-23/+9
|
* csb350 - Correct tm27.h to use PIC Interrupt ModelJoel Sherrill2012-05-071-10/+8
|
* Revert: Remove CVS IdsJoel Sherrill2012-05-07300-0/+780
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-043-9/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-0447-127/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-043-9/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-04109-217/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-046-16/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-05-046-18/+0
|