Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
2ee596c4
Unverified
Commit
2ee596c4
authored
Jul 30, 2018
by
Dimitris Papastamos
Committed by
GitHub
Jul 30, 2018
Browse files
Merge pull request #1493 from antonio-nino-diaz-arm/an/xlat-misra
Fix MISRA defects in xlat tables lib and SP805 driver
parents
eef90a77
354305c3
Changes
21
Hide whitespace changes
Inline
Side-by-side
plat/rpi3/include/platform_def.h
View file @
2ee596c4
...
@@ -217,8 +217,8 @@
...
@@ -217,8 +217,8 @@
*/
*/
#define ADDR_SPACE_SIZE (ULL(1) << 32)
#define ADDR_SPACE_SIZE (ULL(1) << 32)
#define MAX_MMAP_REGIONS
U(8)
#define MAX_MMAP_REGIONS
8
#define MAX_XLAT_TABLES
U(4)
#define MAX_XLAT_TABLES
4
#define MAX_IO_DEVICES U(3)
#define MAX_IO_DEVICES U(3)
#define MAX_IO_HANDLES U(4)
#define MAX_IO_HANDLES U(4)
...
...
Prev
1
2
Next
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