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
bce266f0
Commit
bce266f0
authored
Sep 26, 2016
by
davidcunado-arm
Committed by
GitHub
Sep 26, 2016
Browse files
Merge pull request #717 from sandrine-bailleux-arm/sb/foundation-fvp-v10
Whitelist version 9.6 of Foundation FVP
parents
ec413b88
4faa4a1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/fvp/fvp_common.c
View file @
bce266f0
...
...
@@ -189,6 +189,7 @@ void fvp_config_setup(void)
case
REV_FOUNDATION_FVP_V2_0
:
case
REV_FOUNDATION_FVP_V2_1
:
case
REV_FOUNDATION_FVP_v9_1
:
case
REV_FOUNDATION_FVP_v9_6
:
break
;
default:
WARN
(
"Unrecognized Foundation FVP revision %x
\n
"
,
rev
);
...
...
plat/arm/board/fvp/fvp_def.h
View file @
bce266f0
...
...
@@ -105,6 +105,7 @@
#define REV_FOUNDATION_FVP_V2_0 0x0
#define REV_FOUNDATION_FVP_V2_1 0x1
#define REV_FOUNDATION_FVP_v9_1 0x2
#define REV_FOUNDATION_FVP_v9_6 0x3
#define BLD_GIC_VE_MMAP 0x0
#define BLD_GIC_A53A57_MMAP 0x1
...
...
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