summaryrefslogtreecommitdiff
path: root/doc/README.bcmns3
blob: c51f91471f61538469ed9057c919c8ce0897fc5d (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
BCMNS3 QSPI memory layout
=========================

BCMNS3 has total 8MB non-volatile SPI flash memory. It is used to store
different images like fip.bin, nitro firmware, DDR shmo value and other backup
images.

Following is the QSPI flash memory layout.

/*         QSPI layout
 * |---------------------------|->0x000000
 * |                           |
 * |                           |
 * |        fip.bin            |
 * |         2MB               |
 * |                           |
 * ~                           ~
 * ~                           ~
 * |                           |
 * |                           |
 * |                           |
 * |---------------------------|->0x200000
 * |                           |
 * |                           |
 * |                           |
 * |       fip.bin (Mirror)    |
 * |        2MB                |
 * ~                           ~
 * ~                           ~
 * |                           |
 * |                           |
 * |                           |
 * |---------------------------|->0x400000
 * |                           |
 * |      Nitro NS3 Config     |
 * |          1.5M             |
 * |                           |
 * ~                           ~
 * ~                           ~
 * |                           |
 * |---------------------------|->0x580000
 * |      Nitro NS3 Config     |
 * |          1.5M             |
 * |        (Mirror)           |
 * ~                           ~
 * ~                           ~
 * |                           |
 * |---------------------------|->0x700000
 * |   Nitro NS3 bspd Config   |
 * |        64KB               |
 * ~                           ~
 * ~                           ~
 * |                           |
 * |---------------------------|->0x710000
 * |   Nitro NS3 bspd Config   |
 * |        64KB               |
 * ~       (Mirror)            ~
 * ~                           ~
 * |                           |
 * |---------------------------|->0x720000
 * |        SHMOO              |
 * |        64KB               |
 * |                           |
 * ~                           ~
 * ~                           ~
 * |---------------------------|->0x730000
 * |        Meta Data          |
 * |        832KB              |
 * |                           |
 * ~                           ~
 * ~                           ~
 * |                           |
 * |---------------------------|
 */