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
66c1dafc
Commit
66c1dafc
authored
5 years ago
by
Soby Mathew
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "sgm775: Fix build fail for TSP support on sgm775" into integration
parents
ac1adfde
425ace7d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
plat/arm/board/sgm775/tsp/tsp-sgm775.mk
+7
-0
plat/arm/board/sgm775/tsp/tsp-sgm775.mk
plat/arm/css/sgm/include/sgm_base_platform_def.h
+0
-5
plat/arm/css/sgm/include/sgm_base_platform_def.h
plat/arm/css/sgm/tsp/tsp-sgm.mk
+1
-1
plat/arm/css/sgm/tsp/tsp-sgm.mk
with
8 additions
and
6 deletions
+8
-6
plat/arm/board/sgm775/tsp/tsp-sgm775.mk
0 → 100644
View file @
66c1dafc
#
# Copyright (c) 2019, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
include
plat/arm/css/sgm/tsp/tsp-sgm.mk
\ No newline at end of file
This diff is collapsed.
Click to expand it.
plat/arm/css/sgm/include/sgm_base_platform_def.h
View file @
66c1dafc
...
...
@@ -133,11 +133,6 @@
#define PLAT_CSS_PRIMARY_CPU_BIT_WIDTH 4
#endif
/*
* tspd support is conditional so enable this for CSS sgm platforms.
*/
#define SPD_tspd
/*
* PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current
* SCP_BL2 size plus a little space for growth.
...
...
This diff is collapsed.
Click to expand it.
plat/arm/css/sgm/tsp/tsp-sgm.mk
View file @
66c1dafc
...
...
@@ -6,6 +6,6 @@
BL32_SOURCES
+=
${SGM_GIC_SOURCES}
\
${CSS_SGM_BASE}
/sgm_plat_config.c
\
plat/arm/
board
/sgm/tsp/sgm_tsp_setup.c
plat/arm/
css
/sgm/tsp/sgm_tsp_setup.c
include
plat/arm/common/tsp/arm_tsp.mk
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