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
9f0f203d
Unverified
Commit
9f0f203d
authored
Jan 16, 2019
by
Antonio Niño Díaz
Committed by
GitHub
Jan 16, 2019
Browse files
Merge pull request #1756 from antonio-nino-diaz-arm/an/header-deps
plat/arm: Fix header dependencies
parents
fe77b53e
234bc7f8
Changes
50
Hide whitespace changes
Inline
Side-by-side
plat/arm/css/common/css_bl2_setup.c
View file @
9f0f203d
...
...
@@ -10,8 +10,8 @@
#include <common/debug.h>
#include <lib/mmio.h>
#include <lib/utils.h>
#include <platform_def.h>
#include <css_def.h>
#include <plat_arm.h>
#include "../drivers/scp/css_scp.h"
...
...
plat/arm/css/drivers/mhu/css_mhu.c
View file @
9f0f203d
...
...
@@ -12,7 +12,6 @@
#include <lib/bakery_lock.h>
#include <lib/mmio.h>
#include <css_def.h>
#include <plat_arm.h>
#include "css_mhu.h"
...
...
plat/arm/css/drivers/scp/css_bom_bootloader.c
View file @
9f0f203d
...
...
@@ -10,8 +10,7 @@
#include <arch_helpers.h>
#include <common/debug.h>
#include <plat/common/platform.h>
#include <css_def.h>
#include <platform_def.h>
#include "../mhu/css_mhu.h"
#include "../scpi/css_scpi.h"
...
...
plat/arm/css/drivers/scp/css_pm_scmi.c
View file @
9f0f203d
...
...
@@ -10,8 +10,8 @@
#include <arch_helpers.h>
#include <common/debug.h>
#include <plat/common/platform.h>
#include <platform_def.h>
#include <css_def.h>
#include <css_pm.h>
#include <plat_arm.h>
...
...
plat/arm/css/drivers/scp/css_sds.c
View file @
9f0f203d
...
...
@@ -11,8 +11,7 @@
#include <common/debug.h>
#include <drivers/delay_timer.h>
#include <plat/common/platform.h>
#include <css_def.h>
#include <platform_def.h>
#include "css_scp.h"
#include "../sds/sds.h"
...
...
plat/arm/css/drivers/scpi/css_scpi.c
View file @
9f0f203d
...
...
@@ -11,8 +11,7 @@
#include <common/debug.h>
#include <lib/utils.h>
#include <plat/common/platform.h>
#include <css_def.h>
#include <platform_def.h>
#include "../mhu/css_mhu.h"
#include "css_scpi.h"
...
...
plat/arm/css/drivers/sds/sds.c
View file @
9f0f203d
...
...
@@ -10,8 +10,8 @@
#include <arch_helpers.h>
#include <common/debug.h>
#include <platform_def.h>
#include <css_def.h>
#include "sds.h"
#include "sds_private.h"
...
...
plat/arm/css/sgi/sgi_plat.c
View file @
9f0f203d
...
...
@@ -14,8 +14,6 @@
#include <plat/common/platform.h>
#include <services/secure_partition.h>
#include <arm_def.h>
#include <arm_spm_def.h>
#include <plat_arm.h>
#include "../../../../bl1/bl1_private.h"
...
...
plat/arm/css/sgm/sgm_mmap_config.c
View file @
9f0f203d
...
...
@@ -9,7 +9,6 @@
#include <common/bl_common.h>
#include <common/debug.h>
#include <arm_def.h>
#include <plat_arm.h>
#include <sgm_variant.h>
...
...
plat/arm/soc/common/soc_css_security.c
View file @
9f0f203d
...
...
@@ -9,9 +9,7 @@
#include <drivers/arm/nic_400.h>
#include <lib/mmio.h>
#include <board_css_def.h>
#include <soc_css.h>
#include <soc_css_def.h>
void
soc_css_init_nic400
(
void
)
{
...
...
Prev
1
2
3
Next
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