Commit aa965e15 authored by davidcunado-arm's avatar davidcunado-arm Committed by GitHub
Browse files

Merge pull request #1029 from islmit01/im/fix_includes

Fix order of includes
parents 4deb7bcc ee1ebbd1
...@@ -5,20 +5,20 @@ ...@@ -5,20 +5,20 @@
*/ */
#include <arch_helpers.h> #include <arch_helpers.h>
#include <debug.h>
#include <assert.h> #include <assert.h>
#include <bakery_lock.h> #include <bakery_lock.h>
#include <bl31.h> #include <bl31.h>
#include <console.h> #include <console.h>
#include <debug.h>
#include <delay_timer.h> #include <delay_timer.h>
#include <errno.h> #include <errno.h>
#include <mmio.h> #include <mmio.h>
#include <plat_private.h>
#include <platform.h> #include <platform.h>
#include <platform_def.h> #include <platform_def.h>
#include <plat_private.h>
#include <pmu.h> #include <pmu.h>
#include <rk3328_def.h>
#include <pmu_com.h> #include <pmu_com.h>
#include <rk3328_def.h>
DEFINE_BAKERY_LOCK(rockchip_pd_lock); DEFINE_BAKERY_LOCK(rockchip_pd_lock);
......
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
#include <arch_helpers.h> #include <arch_helpers.h>
#include <console.h> #include <console.h>
#include <ddr_parameter.h>
#include <debug.h> #include <debug.h>
#include <delay_timer.h> #include <delay_timer.h>
#include <mmio.h> #include <mmio.h>
#include <platform_def.h>
#include <plat_private.h> #include <plat_private.h>
#include <ddr_parameter.h> #include <platform_def.h>
#include <rk3328_def.h> #include <rk3328_def.h>
#include <soc.h> #include <soc.h>
......
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
#include <mmio.h> #include <mmio.h>
#include <ddr_rk3368.h> #include <ddr_rk3368.h>
#include <debug.h> #include <debug.h>
#include <stdint.h>
#include <string.h>
#include <platform_def.h> #include <platform_def.h>
#include <pmu.h> #include <pmu.h>
#include <rk3368_def.h> #include <rk3368_def.h>
#include <soc.h> #include <soc.h>
#include <stdint.h>
#include <string.h>
/* GRF_SOC_STATUS0 */ /* GRF_SOC_STATUS0 */
#define DPLL_LOCK (0x1 << 2) #define DPLL_LOCK (0x1 << 2)
......
...@@ -6,18 +6,18 @@ ...@@ -6,18 +6,18 @@
#include <arch_helpers.h> #include <arch_helpers.h>
#include <assert.h> #include <assert.h>
#include <ddr_rk3368.h>
#include <debug.h> #include <debug.h>
#include <delay_timer.h> #include <delay_timer.h>
#include <errno.h> #include <errno.h>
#include <mmio.h> #include <mmio.h>
#include <plat_private.h>
#include <platform.h> #include <platform.h>
#include <platform_def.h> #include <platform_def.h>
#include <plat_private.h>
#include <rk3368_def.h>
#include <soc.h>
#include <pmu.h> #include <pmu.h>
#include <ddr_rk3368.h>
#include <pmu_com.h> #include <pmu_com.h>
#include <rk3368_def.h>
#include <soc.h>
DEFINE_BAKERY_LOCK(rockchip_pd_lock); DEFINE_BAKERY_LOCK(rockchip_pd_lock);
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#include <arch_helpers.h> #include <arch_helpers.h>
#include <debug.h> #include <debug.h>
#include <mmio.h> #include <mmio.h>
#include <platform_def.h>
#include <plat_private.h> #include <plat_private.h>
#include <platform_def.h>
#include <rk3368_def.h> #include <rk3368_def.h>
#include <soc.h> #include <soc.h>
......
...@@ -6,17 +6,16 @@ ...@@ -6,17 +6,16 @@
#include <arch_helpers.h> #include <arch_helpers.h>
#include <debug.h> #include <debug.h>
#include <mmio.h> #include <delay_timer.h>
#include <m0_ctl.h> #include <m0_ctl.h>
#include <mmio.h>
#include <plat_private.h> #include <plat_private.h>
#include "dfs.h" #include "dfs.h"
#include "dram.h" #include "dram.h"
#include "dram_spec_timing.h" #include "dram_spec_timing.h"
#include "string.h"
#include "soc.h"
#include "pmu.h" #include "pmu.h"
#include "soc.h"
#include <delay_timer.h> #include "string.h"
#define ENPER_CS_TRAINING_FREQ (666) #define ENPER_CS_TRAINING_FREQ (666)
#define TDFI_LAT_THRESHOLD_FREQ (928) #define TDFI_LAT_THRESHOLD_FREQ (928)
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
#include <dram.h> #include <dram.h>
#include <plat_private.h> #include <plat_private.h>
#include <rk3399_def.h>
#include <secure.h> #include <secure.h>
#include <soc.h> #include <soc.h>
#include <rk3399_def.h>
__pmusramdata struct rk3399_sdram_params sdram_config; __pmusramdata struct rk3399_sdram_params sdram_config;
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <string.h>
#include <stdint.h>
#include <dram.h> #include <dram.h>
#include <stdint.h>
#include <string.h>
#include <utils.h> #include <utils.h>
#include "dram_spec_timing.h" #include "dram_spec_timing.h"
......
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <debug.h>
#include <arch_helpers.h> #include <arch_helpers.h>
#include <platform_def.h> #include <debug.h>
#include <plat_private.h>
#include <dram.h> #include <dram.h>
#include <plat_private.h>
#include <platform_def.h>
#include <pmu_regs.h> #include <pmu_regs.h>
#include <rk3399_def.h> #include <rk3399_def.h>
#include <secure.h> #include <secure.h>
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
#include <errno.h> #include <errno.h>
#include <gpio.h> #include <gpio.h>
#include <mmio.h> #include <mmio.h>
#include <plat_private.h>
#include <platform.h> #include <platform.h>
#include <platform_def.h> #include <platform_def.h>
#include <plat_private.h>
#include <soc.h> #include <soc.h>
uint32_t gpio_port[] = { uint32_t gpio_port[] = {
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <delay_timer.h> #include <delay_timer.h>
#include <mmio.h>
#include <m0_ctl.h> #include <m0_ctl.h>
#include <mmio.h>
#include <plat_private.h> #include <plat_private.h>
#include <rk3399_def.h> #include <rk3399_def.h>
#include <secure.h> #include <secure.h>
......
...@@ -7,25 +7,25 @@ ...@@ -7,25 +7,25 @@
#include <arch_helpers.h> #include <arch_helpers.h>
#include <assert.h> #include <assert.h>
#include <bakery_lock.h> #include <bakery_lock.h>
#include <bl31.h>
#include <debug.h> #include <debug.h>
#include <delay_timer.h> #include <delay_timer.h>
#include <dfs.h> #include <dfs.h>
#include <errno.h> #include <errno.h>
#include <gpio.h> #include <gpio.h>
#include <mmio.h>
#include <m0_ctl.h> #include <m0_ctl.h>
#include <platform.h> #include <mmio.h>
#include <platform_def.h>
#include <plat_params.h> #include <plat_params.h>
#include <plat_private.h> #include <plat_private.h>
#include <platform.h>
#include <platform_def.h>
#include <pmu.h>
#include <pmu_com.h>
#include <pwm.h>
#include <rk3399_def.h> #include <rk3399_def.h>
#include <secure.h> #include <secure.h>
#include <soc.h> #include <soc.h>
#include <string.h> #include <string.h>
#include <pmu.h>
#include <pmu_com.h>
#include <pwm.h>
#include <bl31.h>
#include <suspend.h> #include <suspend.h>
DEFINE_BAKERY_LOCK(rockchip_pd_lock); DEFINE_BAKERY_LOCK(rockchip_pd_lock);
......
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
#include <delay_timer.h> #include <delay_timer.h>
#include <dfs.h> #include <dfs.h>
#include <dram.h> #include <dram.h>
#include <mmio.h>
#include <m0_ctl.h> #include <m0_ctl.h>
#include <platform_def.h> #include <mmio.h>
#include <plat_private.h> #include <plat_private.h>
#include <platform_def.h>
#include <rk3399_def.h> #include <rk3399_def.h>
#include <secure.h> #include <secure.h>
#include <soc.h> #include <soc.h>
......
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
#include <cdn_dp.h> #include <cdn_dp.h>
#include <debug.h> #include <debug.h>
#include <dfs.h>
#include <mmio.h> #include <mmio.h>
#include <plat_sip_calls.h> #include <plat_sip_calls.h>
#include <rockchip_sip_svc.h> #include <rockchip_sip_svc.h>
#include <runtime_svc.h> #include <runtime_svc.h>
#include <dfs.h>
#define RK_SIP_DDR_CFG 0x82000008 #define RK_SIP_DDR_CFG 0x82000008
#define DRAM_INIT 0x00 #define DRAM_INIT 0x00
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
*/ */
#include <assert.h> #include <assert.h>
#include <bl_common.h>
#include <bl31.h> #include <bl31.h>
#include <bl_common.h>
#include <console.h> #include <console.h>
#include <debug.h> #include <debug.h>
#include <errno.h> #include <errno.h>
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
*/ */
#include <arch_helpers.h> #include <arch_helpers.h>
#include <errno.h>
#include <assert.h> #include <assert.h>
#include <debug.h> #include <debug.h>
#include <errno.h>
#include <gicv2.h> #include <gicv2.h>
#include <mmio.h> #include <mmio.h>
#include <plat_arm.h> #include <plat_arm.h>
......
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
#include <arch_helpers.h> #include <arch_helpers.h>
#include <platform.h> #include <platform.h>
#include "pm_api_sys.h"
#include "pm_client.h" #include "pm_client.h"
#include "pm_ipi.h"
#include "pm_common.h" #include "pm_common.h"
#include "pm_api_sys.h" #include "pm_ipi.h"
/** /**
* Assigning of argument values into array elements. * Assigning of argument values into array elements.
......
...@@ -11,16 +11,16 @@ ...@@ -11,16 +11,16 @@
#include <assert.h> #include <assert.h>
#include <bakery_lock.h> #include <bakery_lock.h>
#include <gicv2.h>
#include <gic_common.h>
#include <bl_common.h> #include <bl_common.h>
#include <gic_common.h>
#include <gicv2.h>
#include <mmio.h> #include <mmio.h>
#include <string.h> #include <string.h>
#include <utils.h> #include <utils.h>
#include "../zynqmp_def.h"
#include "pm_api_sys.h" #include "pm_api_sys.h"
#include "pm_client.h" #include "pm_client.h"
#include "pm_ipi.h" #include "pm_ipi.h"
#include "../zynqmp_def.h"
#define IRQ_MAX 84 #define IRQ_MAX 84
#define NUM_GICD_ISENABLER ((IRQ_MAX >> 5) + 1) #define NUM_GICD_ISENABLER ((IRQ_MAX >> 5) + 1)
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#ifndef _PM_CLIENT_H_ #ifndef _PM_CLIENT_H_
#define _PM_CLIENT_H_ #define _PM_CLIENT_H_
#include "pm_defs.h"
#include "pm_common.h" #include "pm_common.h"
#include "pm_defs.h"
/* Functions to be implemented by each PU */ /* Functions to be implemented by each PU */
void pm_client_suspend(const struct pm_proc *proc, unsigned int state); void pm_client_suspend(const struct pm_proc *proc, unsigned int state);
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#include <arch_helpers.h>
#include <bakery_lock.h> #include <bakery_lock.h>
#include <mmio.h> #include <mmio.h>
#include <platform.h> #include <platform.h>
#include <arch_helpers.h>
#include "pm_ipi.h"
#include "../zynqmp_private.h" #include "../zynqmp_private.h"
#include "pm_ipi.h"
/* IPI message buffers */ /* IPI message buffers */
#define IPI_BUFFER_BASEADDR 0xFF990000U #define IPI_BUFFER_BASEADDR 0xFF990000U
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment