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
cf92be29
"...account/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "313afe14ce30b65d8832c399ecf3855a9b580241"
Commit
cf92be29
authored
Feb 26, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Feb 26, 2020
Browse files
Merge "plat: imx8m: Fix the rdc memory region slot's offset" into integration
parents
896d684d
97600cb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/imx/imx8m/include/imx_rdc.h
View file @
cf92be29
...
...
@@ -13,9 +13,9 @@
#define MDAn(x) (IMX_RDC_BASE + 0x200 + (x) * 4)
#define PDAPn(x) (IMX_RDC_BASE + 0x400 + (x) * 4)
#define MRSAn(x) (IMX_RDC_BASE + 0x800 + (x) *
4
)
#define MREAn(x) (IMX_RDC_BASE + 0x804 + (x) *
4
)
#define MRCn(x) (IMX_RDC_BASE + 0x808 + (x) *
4
)
#define MRSAn(x) (IMX_RDC_BASE + 0x800 + (x) *
0x10
)
#define MREAn(x) (IMX_RDC_BASE + 0x804 + (x) *
0x10
)
#define MRCn(x) (IMX_RDC_BASE + 0x808 + (x) *
0x10
)
#define LCK BIT(31)
#define SREQ BIT(30)
...
...
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