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
00ad74c7
Commit
00ad74c7
authored
4 years ago
by
Olivier Deprez
Committed by
TrustedFirmware Code Review
4 years ago
Browse files
Options
Download
Plain Diff
Merge "SPMC: adjust device region for first secure partition" into integration
parents
95fca110
d0d63afe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
+14
-6
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts
+7
-2
plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts
with
21 additions
and
8 deletions
+21
-8
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
View file @
00ad74c7
...
...
@@ -5,13 +5,12 @@
*/
/dts-v1/;
#define
AFF
00
#define
AFF
00
#include "fvp-defs.dtsi"
#undef POST
#define POST \
enable-method = "psci"; \
};
#define POST \
};
/ {
compatible = "arm,ffa-core-manifest-1.0";
...
...
@@ -61,7 +60,11 @@
#size-cells = <0x0>;
CPU_0
/* SPM(Hafnium) requires secondary cpu nodes are declared in descending order */
/*
* SPMC (Hafnium) requires secondary core nodes are declared
* in descending order.
*/
CPU_7
CPU_6
CPU_5
...
...
@@ -71,7 +74,12 @@
CPU_1
};
memory@60000000 {
device-memory@0 {
device_type = "device-memory";
reg = <0x0 0x0 0x6000000 0x0 0x8000000 0x78000000>;
};
memory@6000000 {
device_type = "memory";
reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */
};
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/fvp/fdts/fvp_spmc_optee_sp_manifest.dts
View file @
00ad74c7
...
...
@@ -49,7 +49,7 @@
CPU_0
/*
* SPMC(Hafnium) requires secondary core nodes are declared
* SPMC
(Hafnium) requires secondary core nodes are declared
* in descending order.
*/
CPU_7
...
...
@@ -61,7 +61,12 @@
CPU_1
};
memory@60000000 {
device-memory@0 {
device_type = "device-memory";
reg = <0x0 0x0 0x6000000 0x0 0x8000000 0x78000000>;
};
memory@6000000 {
device_type = "memory";
reg = <0x0 0x6000000 0x2000000>; /* Trusted DRAM */
};
...
...
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