summaryrefslogtreecommitdiffstats
path: root/board/cray/L1/L1.h
blob: 42c34dd910aa1789a5a591e9e1478ed434ff7767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * (C) Copyright 2000
 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

/****************************************************************************
 * FLASH Memory Map as used by CRAY L1, 4MB AMD29F032B flash chip
 *
 *                          Start Address    Length
 * +++++++++++++++++++++++++ 0xFFC0_0000     Start of Flash -----------------
 * | Failsafe Linux Image  |	(1M)
 * +=======================+ 0xFFD0_0000
 * | (Reserved FlashFiles) |	(1M)
 * +=======================+ 0xFFE0_0000
 * | Failsafe RootFS       |	(1M)
 * +=======================+ 0xFFF0_0000
 * |                       |
 * | U N U S E D           |
 * |                       |
 * +-----------------------+ 0xFFFD_0000	U-Boot image header (64 bytes)
 * | environment settings  |	(64k)
 * +-----------------------+ 0xFFFE_0000	U-Boot image header (64 bytes)
 * | U-Boot                | 0xFFFE_0040    _start of U-Boot
 * |                       | 0xFFFE_FFFC    reset vector - branch to _start
 * +++++++++++++++++++++++++ 0xFFFF_FFFF     End of Flash -----------------
 *****************************************************************************/
OpenPOWER on IntegriCloud