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
ea25ce90
"frontend/src/i18n/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "2b192f7dcab70187999c0e04743ff33e024e37f7"
Commit
ea25ce90
authored
Feb 10, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Feb 10, 2020
Browse files
Merge "fvp: Slightly Bump the stack size for bl1 and bl2" into integration
parents
65f6c3e9
64271c74
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/fvp/include/platform_def.h
View file @
ea25ce90
/*
/*
* Copyright (c) 2014-20
19
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2014-20
20
, ARM Limited and Contributors. All rights reserved.
*
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause
*/
*/
...
@@ -139,13 +139,13 @@
...
@@ -139,13 +139,13 @@
# if TRUSTED_BOARD_BOOT
# if TRUSTED_BOARD_BOOT
# define PLATFORM_STACK_SIZE UL(0x1000)
# define PLATFORM_STACK_SIZE UL(0x1000)
# else
# else
# define PLATFORM_STACK_SIZE UL(0x
44
0)
# define PLATFORM_STACK_SIZE UL(0x
50
0)
# endif
# endif
#elif defined(IMAGE_BL2)
#elif defined(IMAGE_BL2)
# if TRUSTED_BOARD_BOOT
# if TRUSTED_BOARD_BOOT
# define PLATFORM_STACK_SIZE UL(0x1000)
# define PLATFORM_STACK_SIZE UL(0x1000)
# else
# else
# define PLATFORM_STACK_SIZE UL(0x4
0
0)
# define PLATFORM_STACK_SIZE UL(0x4
4
0)
# endif
# endif
#elif defined(IMAGE_BL2U)
#elif defined(IMAGE_BL2U)
# define PLATFORM_STACK_SIZE UL(0x400)
# define PLATFORM_STACK_SIZE UL(0x400)
...
...
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