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
9cadccdf
Unverified
Commit
9cadccdf
authored
Apr 01, 2019
by
Antonio Niño Díaz
Committed by
GitHub
Apr 01, 2019
Browse files
Merge pull request #1913 from marex/arm/master/m3wulcb-v2.0.1
rcar_gen3: plat: Set M3W ULCB DRAM size to 2 GiB
parents
d037bec9
5a21f313
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/renesas/rcar/bl2_plat_setup.c
View file @
9cadccdf
...
...
@@ -568,9 +568,15 @@ static void bl2_advertise_dram_size(uint32_t product)
break
;
case
RCAR_PRODUCT_M3
:
#if (RCAR_GEN3_ULCB == 1)
/* 2GB(1GBx2 2ch split) */
dram_config
[
1
]
=
0x40000000ULL
;
dram_config
[
5
]
=
0x40000000ULL
;
#else
/* 4GB(2GBx2 2ch split) */
dram_config
[
1
]
=
0x80000000ULL
;
dram_config
[
5
]
=
0x80000000ULL
;
#endif
break
;
case
RCAR_PRODUCT_M3N
:
...
...
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