Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
5360449b
Commit
5360449b
authored
3 years ago
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "feat(plat/imx/imx8m/imx8mm): enlarge BL33 (U-boot) size in FIP" into integration
parents
ae5cfc5f
d53c9dbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/imx/imx8m/imx8mm/include/platform_def.h
+2
-2
plat/imx/imx8m/imx8mm/include/platform_def.h
with
2 additions
and
2 deletions
+2
-2
plat/imx/imx8m/imx8mm/include/platform_def.h
View file @
5360449b
...
...
@@ -42,7 +42,7 @@
#define BL31_BASE U(0x900000)
#define BL31_LIMIT U(0x920000)
#define IMX8MM_FIP_BASE U(0x40310000)
#define IMX8MM_FIP_SIZE U(0x000
2
00000)
#define IMX8MM_FIP_SIZE U(0x000
3
00000)
#define IMX8MM_FIP_LIMIT U(FIP_BASE + FIP_SIZE)
/* Define FIP image location on eMMC */
...
...
@@ -56,7 +56,7 @@
/* non-secure uboot base */
#define PLAT_NS_IMAGE_OFFSET U(0x40200000)
#define PLAT_NS_IMAGE_SIZE U(0x00
1
00000)
#define PLAT_NS_IMAGE_SIZE U(0x00
2
00000)
/* GICv3 base address */
#define PLAT_GICD_BASE U(0x38800000)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help