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
461e0d3e
Commit
461e0d3e
authored
4 years ago
by
Manish Pandey
Committed by
TrustedFirmware Code Review
4 years ago
Browse files
Options
Download
Plain Diff
Merge "plat/arm: move compile time switch from source to dt file" into integration
parents
a92b0256
c404794a
master
v2.5
v2.5-rc1
v2.5-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plat/arm/board/fvp/fdts/fvp_fw_config.dts
+3
-0
plat/arm/board/fvp/fdts/fvp_fw_config.dts
plat/arm/common/arm_dyn_cfg.c
+0
-3
plat/arm/common/arm_dyn_cfg.c
with
3 additions
and
3 deletions
+3
-3
plat/arm/board/fvp/fdts/fvp_fw_config.dts
View file @
461e0d3e
...
...
@@ -36,11 +36,14 @@
id = <SOC_FW_CONFIG_ID>;
};
/* If required, SPD should enable loading of trusted OS fw config */
#if defined(SPD_tspd) || defined(SPD_spmd)
tos_fw-config {
load-address = <0x0 0x04001500>;
max-size = <0xB00>;
id = <TOS_FW_CONFIG_ID>;
};
#endif
#if !defined(SPD_spmd)
nt_fw-config {
...
...
This diff is collapsed.
Click to expand it.
plat/arm/common/arm_dyn_cfg.c
View file @
461e0d3e
...
...
@@ -208,10 +208,7 @@ void arm_bl2_dyn_cfg_init(void)
HW_CONFIG_ID
,
SOC_FW_CONFIG_ID
,
NT_FW_CONFIG_ID
,
#if defined(SPD_tspd) || defined(SPD_spmd)
/* tos_fw_config is only present for TSPD/SPMD */
TOS_FW_CONFIG_ID
#endif
};
const
struct
dyn_cfg_dtb_info_t
*
dtb_info
;
...
...
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