38
38
39
39
#define GP_FIFO_BASE ((hrt_address)0x0000000000090104) /* This is NOT a base address */
40
40
41
- /* DDR */
42
- static const hrt_address DDR_BASE [N_DDR_ID ] = {
43
- (hrt_address )0x0000000120000000ULL
44
- };
45
-
46
41
/* ISP */
47
42
static const hrt_address ISP_CTRL_BASE [N_ISP_ID ] = {
48
43
(hrt_address )0x0000000000020000ULL
@@ -56,16 +51,6 @@ static const hrt_address ISP_BAMEM_BASE[N_BAMEM_ID] = {
56
51
(hrt_address )0x0000000000100000ULL
57
52
};
58
53
59
- static const hrt_address ISP_VAMEM_BASE [N_VAMEM_ID ] = {
60
- (hrt_address )0x00000000001C0000ULL ,
61
- (hrt_address )0x00000000001D0000ULL ,
62
- (hrt_address )0x00000000001E0000ULL
63
- };
64
-
65
- static const hrt_address ISP_HMEM_BASE [N_HMEM_ID ] = {
66
- (hrt_address )0x00000000001F0000ULL
67
- };
68
-
69
54
/* SP */
70
55
static const hrt_address SP_CTRL_BASE [N_SP_ID ] = {
71
56
(hrt_address )0x0000000000010000ULL
@@ -75,10 +60,6 @@ static const hrt_address SP_DMEM_BASE[N_SP_ID] = {
75
60
(hrt_address )0x0000000000300000ULL
76
61
};
77
62
78
- static const hrt_address SP_PMEM_BASE [N_SP_ID ] = {
79
- (hrt_address )0x00000000000B0000ULL
80
- };
81
-
82
63
/* MMU */
83
64
/*
84
65
* MMU0_ID: The data MMU
@@ -177,11 +158,6 @@ static const hrt_address RX_BASE[N_RX_ID] = {
177
158
178
159
#define GP_FIFO_BASE ((hrt_address)0x00090104) /* This is NOT a base address */
179
160
180
- /* DDR : Attention, this value not defined in 32-bit */
181
- static const hrt_address DDR_BASE [N_DDR_ID ] = {
182
- (hrt_address )0x00000000UL
183
- };
184
-
185
161
/* ISP */
186
162
static const hrt_address ISP_CTRL_BASE [N_ISP_ID ] = {
187
163
(hrt_address )0x00020000UL
@@ -195,16 +171,6 @@ static const hrt_address ISP_BAMEM_BASE[N_BAMEM_ID] = {
195
171
(hrt_address )0x100000UL
196
172
};
197
173
198
- static const hrt_address ISP_VAMEM_BASE [N_VAMEM_ID ] = {
199
- (hrt_address )0xffffffffUL ,
200
- (hrt_address )0xffffffffUL ,
201
- (hrt_address )0xffffffffUL
202
- };
203
-
204
- static const hrt_address ISP_HMEM_BASE [N_HMEM_ID ] = {
205
- (hrt_address )0xffffffffUL
206
- };
207
-
208
174
/* SP */
209
175
static const hrt_address SP_CTRL_BASE [N_SP_ID ] = {
210
176
(hrt_address )0x00010000UL
@@ -214,10 +180,6 @@ static const hrt_address SP_DMEM_BASE[N_SP_ID] = {
214
180
(hrt_address )0x00300000UL
215
181
};
216
182
217
- static const hrt_address SP_PMEM_BASE [N_SP_ID ] = {
218
- (hrt_address )0x000B0000UL
219
- };
220
-
221
183
/* MMU */
222
184
/*
223
185
* MMU0_ID: The data MMU
0 commit comments