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
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
*/
...
...
@@ -139,13 +139,13 @@
# if TRUSTED_BOARD_BOOT
# define PLATFORM_STACK_SIZE UL(0x1000)
# else
# define PLATFORM_STACK_SIZE UL(0x
44
0)
# define PLATFORM_STACK_SIZE UL(0x
50
0)
# endif
#elif defined(IMAGE_BL2)
# if TRUSTED_BOARD_BOOT
# define PLATFORM_STACK_SIZE UL(0x1000)
# else
# define PLATFORM_STACK_SIZE UL(0x4
0
0)
# define PLATFORM_STACK_SIZE UL(0x4
4
0)
# endif
#elif defined(IMAGE_BL2U)
# 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