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
7a20da43
"vscode:/vscode.git/clone" did not exist on "57a2327ddff8ed88492dd32cc57ccd5fd5c6e9ac"
Commit
7a20da43
authored
Mar 17, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Mar 17, 2020
Browse files
Merge "board/rddaniel: add NSAID sources for TZC400 driver" into integration
parents
5e9369e8
01efae04
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/arm/board/rddaniel/include/platform_def.h
View file @
7a20da43
...
@@ -32,9 +32,19 @@
...
@@ -32,9 +32,19 @@
(n * TZC400_OFFSET))
(n * TZC400_OFFSET))
#define TZC_NSAID_ALL_AP U(0)
#define TZC_NSAID_ALL_AP U(0)
#define TZC_NSAID_PCI U(1)
#define TZC_NSAID_HDLCD0 U(2)
#define TZC_NSAID_CLCD U(7)
#define TZC_NSAID_AP U(9)
#define TZC_NSAID_VIRTIO U(15)
#define PLAT_ARM_TZC_NS_DEV_ACCESS \
#define PLAT_ARM_TZC_NS_DEV_ACCESS \
(TZC_REGION_ACCESS_RDWR(TZC_NSAID_ALL_AP))
(TZC_REGION_ACCESS_RDWR(TZC_NSAID_ALL_AP)) | \
(TZC_REGION_ACCESS_RDWR(TZC_NSAID_HDLCD0)) | \
(TZC_REGION_ACCESS_RDWR(TZC_NSAID_PCI)) | \
(TZC_REGION_ACCESS_RDWR(TZC_NSAID_AP)) | \
(TZC_REGION_ACCESS_RDWR(TZC_NSAID_CLCD)) | \
(TZC_REGION_ACCESS_RDWR(TZC_NSAID_VIRTIO))
/*
/*
* Physical and virtual address space limits for MMU in AARCH64 & AARCH32 modes
* Physical and virtual address space limits for MMU in AARCH64 & AARCH32 modes
...
...
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