]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/cray/L1/L1.h
NET: fec_mxc: fix MDIO clock prescaler calculation
[karo-tx-uboot.git] / board / cray / L1 / L1.h
1 /*
2  * (C) Copyright 2000
3  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 /****************************************************************************
9  * FLASH Memory Map as used by CRAY L1, 4MB AMD29F032B flash chip
10  *
11  *                          Start Address    Length
12  * +++++++++++++++++++++++++ 0xFFC0_0000     Start of Flash -----------------
13  * | Failsafe Linux Image  |    (1M)
14  * +=======================+ 0xFFD0_0000
15  * | (Reserved FlashFiles) |    (1M)
16  * +=======================+ 0xFFE0_0000
17  * | Failsafe RootFS       |    (1M)
18  * +=======================+ 0xFFF0_0000
19  * |                       |
20  * | U N U S E D           |
21  * |                       |
22  * +-----------------------+ 0xFFFD_0000        U-Boot image header (64 bytes)
23  * | environment settings  |    (64k)
24  * +-----------------------+ 0xFFFE_0000        U-Boot image header (64 bytes)
25  * | U-Boot                | 0xFFFE_0040    _start of U-Boot
26  * |                       | 0xFFFE_FFFC    reset vector - branch to _start
27  * +++++++++++++++++++++++++ 0xFFFF_FFFF     End of Flash -----------------
28  *****************************************************************************/