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
05f47b77
Commit
05f47b77
authored
Jul 02, 2021
by
Olivier Deprez
Committed by
TrustedFirmware Code Review
Jul 02, 2021
Browse files
Merge "feat(spm): add Ivy partition to tb fw config" into integration
parents
365e0f77
1bc02c2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/fvp/fdts/fvp_spmc_manifest.dts
View file @
05f47b77
/*
* Copyright (c) 2020, Arm Limited. All rights reserved.
* Copyright (c) 2020
-2021
, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -50,6 +50,13 @@
vcpu_count = <1>;
mem_size = <1048576>;
};
vm4 {
is_ffa_partition;
debug_name = "ivy";
load_address = <0x7600000>;
vcpu_count = <1>;
mem_size = <1048576>;
};
};
cpus {
...
...
plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts
View file @
05f47b77
...
...
@@ -95,6 +95,13 @@
cactus-tertiary {
uuid = "79b55c73-1d8c-44b9-8593-61e1770ad8d2";
load-address = <0x7200000>;
owner = "Plat";
};
ivy {
uuid = "eaba83d8-baaf-4eaf-8144-f7fdcbe544a7";
load-address = <0x7600000>;
owner = "Plat";
};
#endif
};
...
...
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