Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
3190c491
Commit
3190c491
authored
Jun 08, 2017
by
Jens Korinth
Browse files
Add ATS/PRI controller in address map on Zynq
parent
78dc930d
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/zynq/src/platform_address_map.c
View file @
3190c491
...
...
@@ -41,6 +41,7 @@ platform_ctl_addr_t platform_address_get_special_base(
case
PLATFORM_SPECIAL_CTL_INTC1
:
return
0x81810000
;
case
PLATFORM_SPECIAL_CTL_INTC2
:
return
0x81820000
;
case
PLATFORM_SPECIAL_CTL_INTC3
:
return
0x81830000
;
case
PLATFORM_SPECIAL_CTL_ATSPRI
:
return
0xFFFFFFFF
;
}
return
0
;
}
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment