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
f8bcfa8b
Commit
f8bcfa8b
authored
Aug 20, 2021
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Aug 20, 2021
Browse files
Merge "fix(plat/qemu): (NS_DRAM0_BASE + NS_DRAM0_SIZE) ADDR overflow 32bit" into integration
parents
15405fcc
325716c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/qemu/qemu/include/platform_def.h
View file @
f8bcfa8b
...
...
@@ -80,8 +80,8 @@
#define SEC_ROM_BASE 0x00000000
#define SEC_ROM_SIZE 0x00020000
#define NS_DRAM0_BASE 0x40000000
#define NS_DRAM0_SIZE 0xc0000000
#define NS_DRAM0_BASE
ULL(
0x40000000
)
#define NS_DRAM0_SIZE
ULL(
0xc0000000
)
#define SEC_SRAM_BASE 0x0e000000
#define SEC_SRAM_SIZE 0x00060000
...
...
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