Changeset 183af89 in rtems for c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
- Timestamp:
- 05/03/12 19:17:23 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 9b4422a2
- Parents:
- 9ee5b97
- git-author:
- Joel Sherrill <joel.sherrill@…> (05/03/12 19:17:23)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (05/11/12 13:43:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc64/usiii/start/bspinit.S
r9ee5b97 r183af89 1 1 /* 2 * bspinit.S 3 *4 * BSP specific initialization for Sparc64 RTEMS --sun4u BSP5 * 6 * COPYRIGHT (c) 2010 Gedare Bloom. 7 *8 * The license and distribution terms for this file may be 9 * found in the file LICENSE in this distribution or at 10 * http://www.rtems.com/license/LICENSE. 11 * 12 * This code defines start code specific to the sun4u BSP 13 * 14 * $Id$ 15 * 16 */2 * BSP specific initialization for Sparc64 RTEMS -- sun4u BSP 3 * 4 * This code defines start code specific to the sun4u BSP 5 */ 6 7 /* 8 * 9 * COPYRIGHT (c) 2010 Gedare Bloom. 10 * 11 * The license and distribution terms for this file may be 12 * found in the file LICENSE in this distribution or at 13 * http://www.rtems.com/license/LICENSE. 14 * 15 * $Id$ 16 */ 17 17 18 18 #include <rtems/asm.h>
Note: See TracChangeset
for help on using the changeset viewer.