Changeset 9b4422a2 in rtems for c/src/lib/libbsp/powerpc/mvme5500
- Timestamp:
- May 3, 2012, 3:09:24 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- ae55da72
- Parents:
- 183af89
- git-author:
- Joel Sherrill <joel.sherrill@…> (05/03/12 15:09:24)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (05/11/12 13:44:13)
- Location:
- c/src/lib/libbsp/powerpc/mvme5500
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/mvme5500/GT64260/GT64260TWSI.h
r183af89 r9b4422a2 1 /*2 * $Id$3 */4 5 1 #ifndef __GT64260TWSI_h 6 2 #define __GT64260TWSI_h -
c/src/lib/libbsp/powerpc/mvme5500/GT64260/MVME5500I2C.c
r183af89 r9b4422a2 9 9 * 10 10 * To read information of the EEPROM via the I2C 11 *12 * $Id$13 11 */ 14 12 -
c/src/lib/libbsp/powerpc/mvme5500/README
r183af89 r9b4422a2 1 #2 # $Id$3 #4 5 1 Please reference README.booting for the boot/load process. 6 2 -
c/src/lib/libbsp/powerpc/mvme5500/include/tm27.h
r183af89 r9b4422a2 5 5 * found in the file LICENSE in this distribution or at 6 6 * http://www.rtems.com/license/LICENSE. 7 *8 * $Id$9 7 */ 10 8 -
c/src/lib/libbsp/powerpc/mvme5500/irq/irq.h
r183af89 r9b4422a2 23 23 * - Added support for software IRQ priority levels. 24 24 * - modified to optimize the IRQ latency and handling 25 *26 * $Id$27 25 */ 28 26 -
c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg
r183af89 r9b4422a2 1 1 # 2 2 # Config file for the PowerPC 7455 based mvme5500 3 #4 # $Id$5 3 # 6 4 -
c/src/lib/libbsp/powerpc/mvme5500/network/if_100MHz/GT64260ethreg.h
r183af89 r9b4422a2 1 1 /* $NetBSD: GT64260ethreg.h,v 1.2 2003/03/17 16:41:16 matt Exp $ */ 2 /* $Id$ */3 2 4 3 /* -
c/src/lib/libbsp/powerpc/mvme5500/start/start.S
r183af89 r9b4422a2 10 10 * found in the file LICENSE in this distribution or at 11 11 * http://www.rtems.com/license/LICENSE. 12 *13 * $Id$14 12 * 15 13 */ -
c/src/lib/libbsp/powerpc/mvme5500/startup/bootpstuff.c
r183af89 r9b4422a2 1 2 1 #define FLAG_MAND 1 3 2 #define FLAG_NOUSE 2 /* dont put into the commandline at all */ -
c/src/lib/libbsp/powerpc/mvme5500/startup/bspstart.c
r183af89 r9b4422a2 21 21 * Also, the settings of L1, L2, and L3 caches is not necessary here. 22 22 * (C) by Brookhaven National Lab., S. Kate Feng <feng1@bnl.gov>, 2003-2009 23 *24 * $Id$25 23 */ 26 24 -
c/src/lib/libbsp/powerpc/mvme5500/tod/todcfg.c
r183af89 r9b4422a2 5 5 * found in the file LICENSE in this distribution or at 6 6 * http://www.rtems.com/license/LICENSE. 7 *8 * $Id$9 7 */ 10 8 -
c/src/lib/libbsp/powerpc/mvme5500/vectors/bspException.h
r183af89 r9b4422a2 1 1 #ifndef BSP_EXCEPTION_HANDLER_H 2 2 #define BSP_EXCEPTION_HANDLER_H 3 /* $Id$ */4 3 5 4 /* A slightly improved exception 'default' exception handler for RTEMS / SVGM */ -
c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c
r183af89 r9b4422a2 1 /* $Id$ */2 3 1 /* 4 2 * Authorship
Note: See TracChangeset
for help on using the changeset viewer.