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
3b68c09c
Commit
3b68c09c
authored
7 years ago
by
davidcunado-arm
Committed by
GitHub
7 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #888 from douglas-raillard-arm/dr/fix_ULL_issue
Fix ARM_BL31_IN_DRAM build
parents
38fc7ed4
f9608bc8
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
v2.1
v2.1-rc1
v2.1-rc0
v2.0
v2.0-rc0
v1.6
v1.6-rc1
v1.6-rc0
v1.5
v1.5-rc3
v1.5-rc2
v1.5-rc1
v1.5-rc0
v1.4
v1.4-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
include/plat/arm/board/common/board_css_def.h
+1
-0
include/plat/arm/board/common/board_css_def.h
include/plat/arm/common/arm_def.h
+1
-0
include/plat/arm/common/arm_def.h
include/plat/arm/soc/common/soc_css_def.h
+1
-0
include/plat/arm/soc/common/soc_css_def.h
plat/arm/board/fvp/include/platform_def.h
+1
-0
plat/arm/board/fvp/include/platform_def.h
with
4 additions
and
0 deletions
+4
-0
include/plat/arm/board/common/board_css_def.h
View file @
3b68c09c
...
...
@@ -33,6 +33,7 @@
#include <common_def.h>
#include <soc_css_def.h>
#include <utils.h>
#include <v2m_def.h>
/*
...
...
This diff is collapsed.
Click to expand it.
include/plat/arm/common/arm_def.h
View file @
3b68c09c
...
...
@@ -34,6 +34,7 @@
#include <common_def.h>
#include <platform_def.h>
#include <tbbr_img_def.h>
#include <utils.h>
#include <xlat_tables_defs.h>
...
...
This diff is collapsed.
Click to expand it.
include/plat/arm/soc/common/soc_css_def.h
View file @
3b68c09c
...
...
@@ -32,6 +32,7 @@
#define __SOC_CSS_DEF_H__
#include <common_def.h>
#include <utils.h>
/*
...
...
This diff is collapsed.
Click to expand it.
plat/arm/board/fvp/include/platform_def.h
View file @
3b68c09c
...
...
@@ -35,6 +35,7 @@
#include <board_arm_def.h>
#include <common_def.h>
#include <tzc400.h>
#include <utils.h>
#include <v2m_def.h>
#include "../fvp_def.h"
...
...
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