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
9d068f66
Unverified
Commit
9d068f66
authored
6 years ago
by
Antonio Niño Díaz
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1673 from antonio-nino-diaz-arm/an/headers
Standardise header guards across codebase
parents
f5ae1b0e
c3cf06f1
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
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
508
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.h
+3
-3
drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.h
drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.h
+3
-3
drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.h
drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.h
+3
-3
drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.h
drivers/staging/renesas/rcar/pfc/M3/pfc_init_m3.h
+3
-3
drivers/staging/renesas/rcar/pfc/M3/pfc_init_m3.h
drivers/staging/renesas/rcar/pfc/M3N/pfc_init_m3n.h
+3
-3
drivers/staging/renesas/rcar/pfc/M3N/pfc_init_m3n.h
drivers/staging/renesas/rcar/qos/E3/qos_init_e3_v10.h
+3
-3
drivers/staging/renesas/rcar/qos/E3/qos_init_e3_v10.h
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v10.h
+3
-3
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v10.h
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v11.h
+3
-3
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v11.h
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v20.h
+3
-3
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v20.h
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v30.h
+3
-3
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v30.h
drivers/staging/renesas/rcar/qos/H3/qos_init_h3n_v30.h
+3
-3
drivers/staging/renesas/rcar/qos/H3/qos_init_h3n_v30.h
drivers/staging/renesas/rcar/qos/M3/qos_init_m3_v10.h
+3
-3
drivers/staging/renesas/rcar/qos/M3/qos_init_m3_v10.h
drivers/staging/renesas/rcar/qos/M3/qos_init_m3_v11.h
+3
-3
drivers/staging/renesas/rcar/qos/M3/qos_init_m3_v11.h
drivers/staging/renesas/rcar/qos/M3N/qos_init_m3n_v10.h
+3
-3
drivers/staging/renesas/rcar/qos/M3N/qos_init_m3n_v10.h
drivers/staging/renesas/rcar/qos/qos_common.h
+3
-3
drivers/staging/renesas/rcar/qos/qos_common.h
drivers/staging/renesas/rcar/qos/qos_init.h
+3
-3
drivers/staging/renesas/rcar/qos/qos_init.h
drivers/staging/renesas/rcar/qos/qos_reg.h
+3
-3
drivers/staging/renesas/rcar/qos/qos_reg.h
include/bl1/bl1.h
+3
-3
include/bl1/bl1.h
include/bl1/tbbr/tbbr_img_desc.h
+3
-3
include/bl1/tbbr/tbbr_img_desc.h
include/bl2/bl2.h
+3
-3
include/bl2/bl2.h
with
60 additions
and
60 deletions
+60
-60
drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PFC_INIT_E3_H
__
#define PFC_INIT_E3_H
__
#ifndef PFC_INIT_E3_H
#define PFC_INIT_E3_H
void
pfc_init_e3
(
void
);
#endif
/* PFC_INIT_E3_H
__
*/
#endif
/* PFC_INIT_E3_H */
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PFC_INIT_H3_V1_H
__
#define PFC_INIT_H3_V1_H
__
#ifndef PFC_INIT_H3_V1_H
#define PFC_INIT_H3_V1_H
void
pfc_init_h3_v1
(
void
);
#endif
/* PFC_INIT_H3_V1_H
__
*/
#endif
/* PFC_INIT_H3_V1_H */
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PFC_INIT_H3_V2_H
__
#define PFC_INIT_H3_V2_H
__
#ifndef PFC_INIT_H3_V2_H
#define PFC_INIT_H3_V2_H
void
pfc_init_h3_v2
(
void
);
#endif
/* PFC_INIT_H3_V2_H
__
*/
#endif
/* PFC_INIT_H3_V2_H */
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/pfc/M3/pfc_init_m3.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PFC_INIT_M3_H
__
#define PFC_INIT_M3_H
__
#ifndef PFC_INIT_M3_H
#define PFC_INIT_M3_H
void
pfc_init_m3
(
void
);
#endif
/* PFC_INIT_M3_H
__
*/
#endif
/* PFC_INIT_M3_H */
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/pfc/M3N/pfc_init_m3n.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PFC_INIT_M3N_H
__
#define PFC_INIT_M3N_H
__
#ifndef PFC_INIT_M3N_H
#define PFC_INIT_M3N_H
void
pfc_init_m3n
(
void
);
#endif
/* PFC_INIT_M3N_H
__
*/
#endif
/* PFC_INIT_M3N_H */
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/E3/qos_init_e3_v10.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
E3_V10_
_
#define QOS_INIT_
H_
E3_V10_
_
#ifndef QOS_INIT_E3_V10_
H
#define QOS_INIT_E3_V10_
H
void
qos_init_e3_v10
(
void
);
#endif
/* QOS_INIT_
H_
E3_V10_
_
*/
#endif
/* QOS_INIT_E3_V10_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v10.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
H3_V10_
_
#define QOS_INIT_
H_
H3_V10_
_
#ifndef QOS_INIT_H3_V10_
H
#define QOS_INIT_H3_V10_
H
void
qos_init_h3_v10
(
void
);
#endif
/* QOS_INIT_
H_
H3_V10_
_
*/
#endif
/* QOS_INIT_H3_V10_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v11.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
H3_V11_
_
#define QOS_INIT_
H_
H3_V11_
_
#ifndef QOS_INIT_H3_V11_
H
#define QOS_INIT_H3_V11_
H
void
qos_init_h3_v11
(
void
);
#endif
/* QOS_INIT_
H_
H3_V11_
_
*/
#endif
/* QOS_INIT_H3_V11_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v20.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
H3_V20_
_
#define QOS_INIT_
H_
H3_V20_
_
#ifndef QOS_INIT_H3_V20_
H
#define QOS_INIT_H3_V20_
H
void
qos_init_h3_v20
(
void
);
#endif
/* QOS_INIT_
H_
H3_V20_
_
*/
#endif
/* QOS_INIT_H3_V20_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/H3/qos_init_h3_v30.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
H3_V30_
_
#define QOS_INIT_
H_
H3_V30_
_
#ifndef QOS_INIT_H3_V30_
H
#define QOS_INIT_H3_V30_
H
void
qos_init_h3_v30
(
void
);
#endif
/* QOS_INIT_
H_
H3_V
2
0_
_
*/
#endif
/* QOS_INIT_H3_V
3
0_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/H3/qos_init_h3n_v30.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
H3N_V30_
_
#define QOS_INIT_
H_
H3N_V30_
_
#ifndef QOS_INIT_H3N_V30_
H
#define QOS_INIT_H3N_V30_
H
void
qos_init_h3n_v30
(
void
);
#endif
/* QOS_INIT_
H_
H3N_V30_
_
*/
#endif
/* QOS_INIT_H3N_V30_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/M3/qos_init_m3_v10.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
M3_V10_
_
#define QOS_INIT_
H_
M3_V10_
_
#ifndef QOS_INIT_M3_V10_
H
#define QOS_INIT_M3_V10_
H
void
qos_init_m3_v10
(
void
);
#endif
/* QOS_INIT_
H_
M3_V10_
_
*/
#endif
/* QOS_INIT_M3_V10_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/M3/qos_init_m3_v11.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
M3_V11_
_
#define QOS_INIT_
H_
M3_V11_
_
#ifndef QOS_INIT_M3_V11_
H
#define QOS_INIT_M3_V11_
H
void
qos_init_m3_v11
(
void
);
#endif
/* QOS_INIT_
H_
M3_V11_
_
*/
#endif
/* QOS_INIT_M3_V11_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/M3N/qos_init_m3n_v10.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_
H_
M3N_V10_
_
#define QOS_INIT_
H_
M3N_V10_
_
#ifndef QOS_INIT_M3N_V10_
H
#define QOS_INIT_M3N_V10_
H
void
qos_init_m3n_v10
(
void
);
#endif
/* QOS_INIT_
H_
M3N_V10_
_
*/
#endif
/* QOS_INIT_M3N_V10_
H
*/
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/qos_common.h
View file @
9d068f66
...
...
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_COMMON_H
_
#define QOS_COMMON_H
_
#ifndef QOS_COMMON_H
#define QOS_COMMON_H
#define RCAR_REF_DEFAULT (0U)
...
...
@@ -110,4 +110,4 @@ typedef struct {
extern
uint32_t
qos_init_ddr_ch
;
extern
uint8_t
qos_init_ddr_phyvalid
;
#endif
/* QOS_COMMON_H
_
*/
#endif
/* QOS_COMMON_H */
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/qos_init.h
View file @
9d068f66
...
...
@@ -4,10 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_INIT_H
_
#define QOS_INIT_H
_
#ifndef QOS_INIT_H
#define QOS_INIT_H
extern
void
rcar_qos_init
(
void
);
extern
uint8_t
get_boardcnf_phyvalid
(
void
);
#endif
/* QOS_INIT_H
_
*/
#endif
/* QOS_INIT_H */
This diff is collapsed.
Click to expand it.
drivers/staging/renesas/rcar/qos/qos_reg.h
View file @
9d068f66
...
...
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef QOS_REG_H
_
#define QOS_REG_H
_
#ifndef QOS_REG_H
#define QOS_REG_H
#define RCAR_QOS_NONE (3U)
#define RCAR_QOS_TYPE_DEFAULT (0U)
...
...
@@ -118,4 +118,4 @@
#define QOSWT_WTSET0 (QOS_BASE0 + 0x8038U)
#define QOSWT_WTSET1 (QOS_BASE0 + 0x803CU)
#endif
/* QOS_REG_H
_
*/
#endif
/* QOS_REG_H */
This diff is collapsed.
Click to expand it.
include/bl1/bl1.h
View file @
9d068f66
...
...
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
__
BL1_
FWU_H__
#define
__
BL1_
FWU_H__
#ifndef BL1_
H
#define BL1_
H
#include <bl_common.h>
...
...
@@ -97,4 +97,4 @@ void bl1_calc_bl2_mem_layout(const meminfo_t *bl1_mem_layout,
meminfo_t
*
bl2_mem_layout
);
#endif
/* __ASSEMBLY__ */
#endif
/*
__
BL1_
FWU_H__
*/
#endif
/* BL1_
H
*/
This diff is collapsed.
Click to expand it.
include/bl1/tbbr/tbbr_img_desc.h
View file @
9d068f66
...
...
@@ -4,11 +4,11 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef
__
TBBR_IMG_DESC_H
__
#define
__
TBBR_IMG_DESC_H
__
#ifndef TBBR_IMG_DESC_H
#define TBBR_IMG_DESC_H
#include <bl_common.h>
extern
image_desc_t
bl1_tbbr_image_descs
[];
#endif
/*
__
TBBR_IMG_DESC_H
__
*/
#endif
/* TBBR_IMG_DESC_H */
This diff is collapsed.
Click to expand it.
include/bl2/bl2.h
View file @
9d068f66
...
...
@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef BL2_H
__
#define BL2_H
__
#ifndef BL2_H
#define BL2_H
void
bl2_main
(
void
);
#endif
/* BL2_H
__
*/
#endif
/* BL2_H */
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
6
7
…
26
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
Menu
Projects
Groups
Snippets
Help