~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/board/esd/cpciiser4/cpciiser4.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 TQ Monitor:
 
10
 *
 
11
 *                          Start Address    Length
 
12
 * +-----------------------+ 0x4000_0000     Start of Flash -----------------
 
13
 * | MON8xx code           | 0x4000_0100     Reset Vector
 
14
 * +-----------------------+ 0x400?_????
 
15
 * | (unused)              |
 
16
 * +-----------------------+ 0x4001_FF00
 
17
 * | Ethernet Addresses    |                 0x78
 
18
 * +-----------------------+ 0x4001_FF78
 
19
 * | (Reserved for MON8xx) |                 0x44
 
20
 * +-----------------------+ 0x4001_FFBC
 
21
 * | Lock Address          |                 0x04
 
22
 * +-----------------------+ 0x4001_FFC0                     ^
 
23
 * | Hardware Information  |                 0x40            | MON8xx
 
24
 * +=======================+ 0x4002_0000 (sector border)    -----------------
 
25
 * | Autostart Header      |                                 | Applications
 
26
 * | ...                   |                                 v
 
27
 *
 
28
 *****************************************************************************/