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
cc52800d
"plugins/vscode:/vscode.git/clone" did not exist on "0b809c8dc5dd23a1720f9135516f0f9e7c98b5f1"
Commit
cc52800d
authored
Apr 15, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Apr 15, 2020
Browse files
Merge "plat/arm/sgi: update mmap and xlat count" into integration
parents
98a19888
def3b54b
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/arm/css/sgi/include/sgi_base_platform_def.h
View file @
cc52800d
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
# define PLAT_SP_IMAGE_MMAP_REGIONS 7
# define PLAT_SP_IMAGE_MMAP_REGIONS 7
# define PLAT_SP_IMAGE_MAX_XLAT_TABLES 10
# define PLAT_SP_IMAGE_MAX_XLAT_TABLES 10
# else
# else
# define PLAT_ARM_MMAP_ENTRIES
8
# define PLAT_ARM_MMAP_ENTRIES
(5 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
# define MAX_XLAT_TABLES
8
# define MAX_XLAT_TABLES
(5 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
# endif
# endif
#elif defined(IMAGE_BL32)
#elif defined(IMAGE_BL32)
# define PLAT_ARM_MMAP_ENTRIES 8
# define PLAT_ARM_MMAP_ENTRIES 8
...
...
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