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
e5eaf885
Commit
e5eaf885
authored
5 years ago
by
Manish Pandey
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Replace dts includes with C preprocessor syntax" into integration
parents
22eaa870
2d51b55e
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
Makefile
+2
-2
Makefile
fdts/fvp-base-gicv2-psci-aarch32.dts
+2
-2
fdts/fvp-base-gicv2-psci-aarch32.dts
fdts/fvp-base-gicv2-psci.dts
+2
-2
fdts/fvp-base-gicv2-psci.dts
fdts/fvp-base-gicv3-psci-1t.dts
+2
-2
fdts/fvp-base-gicv3-psci-1t.dts
fdts/fvp-base-gicv3-psci-aarch32-1t.dts
+2
-2
fdts/fvp-base-gicv3-psci-aarch32-1t.dts
fdts/fvp-base-gicv3-psci-aarch32-common.dtsi
+2
-2
fdts/fvp-base-gicv3-psci-aarch32-common.dtsi
fdts/fvp-base-gicv3-psci-aarch32.dts
+2
-2
fdts/fvp-base-gicv3-psci-aarch32.dts
fdts/fvp-base-gicv3-psci-common.dtsi
+2
-2
fdts/fvp-base-gicv3-psci-common.dtsi
fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
+2
-2
fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
fdts/fvp-base-gicv3-psci-dynamiq.dts
+2
-2
fdts/fvp-base-gicv3-psci-dynamiq.dts
fdts/fvp-base-gicv3-psci.dts
+2
-2
fdts/fvp-base-gicv3-psci.dts
fdts/fvp-foundation-gicv2-psci.dts
+2
-2
fdts/fvp-foundation-gicv2-psci.dts
fdts/fvp-foundation-gicv3-psci.dts
+2
-2
fdts/fvp-foundation-gicv3-psci.dts
fdts/fvp-ve-Cortex-A5x1.dts
+2
-2
fdts/fvp-ve-Cortex-A5x1.dts
fdts/fvp-ve-Cortex-A7x1.dts
+2
-2
fdts/fvp-ve-Cortex-A7x1.dts
make_helpers/build_macros.mk
+2
-2
make_helpers/build_macros.mk
with
32 additions
and
32 deletions
+32
-32
Makefile
View file @
e5eaf885
#
# Copyright (c) 2013-20
19
, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2013-20
20
, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -344,7 +344,7 @@ TF_LDFLAGS += $(TF_LDFLAGS_$(ARCH))
endif
DTC_FLAGS
+=
-I
dts
-O
dtb
DTC_CPPFLAGS
+=
-nostdinc
-Iinclude
-undef
-x
assembler-with-cpp
DTC_CPPFLAGS
+=
-P
-nostdinc
-Iinclude
-Ifdts
-undef
-x
assembler-with-cpp
################################################################################
# Common sources and include directories
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv2-psci-aarch32.dts
View file @
e5eaf885
/*
*
Copyright
(
c
)
2013
-
20
17
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2013
-
20
20
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -279,7 +279,7 @@
<
0
0
41
&
gic
0
41
4
>,
<
0
0
42
&
gic
0
42
4
>;
/
include
/
"rtsm_ve-motherboard-aarch32.dtsi"
#
include
"rtsm_ve-motherboard-aarch32.dtsi"
};
panels
{
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv2-psci.dts
View file @
e5eaf885
/*
*
Copyright
(
c
)
2013
-
20
17
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2013
-
20
20
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -233,7 +233,7 @@
<
4
0
0
0x0c000000
0x04000000
>,
<
5
0
0
0x10000000
0x04000000
>;
/
include
/
"rtsm_ve-motherboard.dtsi"
#
include
"rtsm_ve-motherboard.dtsi"
};
panels
{
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv3-psci-1t.dts
View file @
e5eaf885
/*
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2017
-2020
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
/
include
/
"fvp-base-gicv3-psci-common.dtsi"
#
include "fvp-base-gicv3-psci-common.dtsi"
&CPU0 {
reg = <0x0 0x0>;
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv3-psci-aarch32-1t.dts
View file @
e5eaf885
/*
* Copyright (c) 2019, Arm Limited. All rights reserved.
* Copyright (c) 2019
-2020
, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
/
include
/
"fvp-base-gicv3-psci-aarch32-common.dtsi"
#
include "fvp-base-gicv3-psci-aarch32-common.dtsi"
&CPU0 {
reg = <0x0>;
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv3-psci-aarch32-common.dtsi
View file @
e5eaf885
/*
*
Copyright
(
c
)
2016
-
20
19
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2016
-
20
20
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -286,7 +286,7 @@
<
0
0
41
&
gic
0
0
0
41
4
>,
<
0
0
42
&
gic
0
0
0
42
4
>;
/
include
/
"rtsm_ve-motherboard-aarch32.dtsi"
#
include
"rtsm_ve-motherboard-aarch32.dtsi"
};
panels
{
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv3-psci-aarch32.dts
View file @
e5eaf885
/*
* Copyright (c) 2016-20
19
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2016-20
20
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
/
include
/
"fvp-base-gicv3-psci-aarch32-common.dtsi"
#
include "fvp-base-gicv3-psci-aarch32-common.dtsi"
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv3-psci-common.dtsi
View file @
e5eaf885
/*
*
Copyright
(
c
)
2017
-
20
18
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2017
-
20
20
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -240,7 +240,7 @@
<
4
0
0
0x0c000000
0x04000000
>,
<
5
0
0
0x10000000
0x04000000
>;
/
include
/
"rtsm_ve-motherboard.dtsi"
#
include
"rtsm_ve-motherboard.dtsi"
};
panels
{
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv3-psci-dynamiq-2t.dts
View file @
e5eaf885
/*
* Copyright (c) 2019, Arm Limited. All rights reserved.
* Copyright (c) 2019
-2020
, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
/
include
/
"fvp-base-gicv3-psci-common.dtsi"
#
include "fvp-base-gicv3-psci-common.dtsi"
&CPU0 {
reg = <0x0 0x0>;
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv3-psci-dynamiq.dts
View file @
e5eaf885
/*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2018
-2020
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
/
include
/
"fvp-base-gicv3-psci-common.dtsi"
#
include "fvp-base-gicv3-psci-common.dtsi"
&CPU0 {
reg = <0x0 0x0>;
...
...
This diff is collapsed.
Click to expand it.
fdts/fvp-base-gicv3-psci.dts
View file @
e5eaf885
/*
* Copyright (c) 2013-20
17
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2013-20
20
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/dts-v1/;
/
include
/
"fvp-base-gicv3-psci-common.dtsi"
#
include "fvp-base-gicv3-psci-common.dtsi"
This diff is collapsed.
Click to expand it.
fdts/fvp-foundation-gicv2-psci.dts
View file @
e5eaf885
/*
*
Copyright
(
c
)
2013
-
20
17
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2013
-
20
20
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -182,6 +182,6 @@
<
4
0
0
0x0c000000
0x04000000
>,
<
5
0
0
0x10000000
0x04000000
>;
/
include
/
"fvp-foundation-motherboard.dtsi"
#
include
"fvp-foundation-motherboard.dtsi"
};
};
This diff is collapsed.
Click to expand it.
fdts/fvp-foundation-gicv3-psci.dts
View file @
e5eaf885
/*
*
Copyright
(
c
)
2013
-
20
17
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2013
-
20
20
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -191,6 +191,6 @@
<
4
0
0
0x0c000000
0x04000000
>,
<
5
0
0
0x10000000
0x04000000
>;
/
include
/
"fvp-foundation-motherboard.dtsi"
#
include
"fvp-foundation-motherboard.dtsi"
};
};
This diff is collapsed.
Click to expand it.
fdts/fvp-ve-Cortex-A5x1.dts
View file @
e5eaf885
/*
*
Copyright
(
c
)
2019
,
Arm
Limited
.
All
rights
reserved
.
*
Copyright
(
c
)
2019
-
2020
,
Arm
Limited
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -139,6 +139,6 @@
<
0
0
5
&
gic
0
5
4
>,
<
0
0
42
&
gic
0
42
4
>;
/
include
/
"rtsm_ve-motherboard-aarch32.dtsi"
#
include
"rtsm_ve-motherboard-aarch32.dtsi"
};
};
This diff is collapsed.
Click to expand it.
fdts/fvp-ve-Cortex-A7x1.dts
View file @
e5eaf885
/*
*
Copyright
(
c
)
2019
,
Arm
Limited
.
All
rights
reserved
.
*
Copyright
(
c
)
2019
-
2020
,
Arm
Limited
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -71,6 +71,6 @@
<
0
0
5
&
gic
0
5
4
>,
<
0
0
42
&
gic
0
42
4
>;
/
include
/
"rtsm_ve-motherboard-aarch32.dtsi"
#
include
"rtsm_ve-motherboard-aarch32.dtsi"
};
};
This diff is collapsed.
Click to expand it.
make_helpers/build_macros.mk
View file @
e5eaf885
#
# Copyright (c) 2015-20
19
, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2015-20
20
, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
...
...
@@ -513,7 +513,7 @@ $(DOBJ): $(2) $(filter-out %.d,$(MAKEFILE_LIST)) | fdt_dirs
$(
eval
DTBS :
=
$(
addprefix
$(1)
/,
$(
call
SOURCES_TO_DTBS,
$(2)
)))
$
$(Q)
$
$(PP)
$
$(DTC_CPPFLAGS)
-MT
$(DTBS)
-MMD
-MF
$(DTSDEP)
-o
$(DPRE)
$$
<
$
${ECHO}
" DTC
$$
<"
$
$(Q)
$
$(DTC)
$
$(DTC_FLAGS)
-i
fdts
-d
$(DTBDEP)
-o
$$
@
$(DPRE)
$
$(Q)
$
$(DTC)
$
$(DTC_FLAGS)
-d
$(DTBDEP)
-o
$$
@
$(DPRE)
-include
$(DTBDEP)
-include
$(DTSDEP)
...
...
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