File tree 10 files changed +60
-0
lines changed
10 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 5
5
# SPDX-License-Identifier: Apache-2.0
6
6
#
7
7
8
+ # NOTE: This file is part of the old device tree scripts, which will be removed
9
+ # later. They are kept to generate some legacy #defines via the
10
+ # --deprecated-only flag.
11
+ #
12
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
13
+
8
14
# vim: ai:ts=4:sw=4
9
15
10
16
import sys
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
6
6
7
+ # NOTE: This file is part of the old device tree scripts, which will be removed
8
+ # later. They are kept to generate some legacy #defines via the
9
+ # --deprecated-only flag.
10
+ #
11
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
12
+
7
13
from extract .globals import *
8
14
from extract .directive import DTDirective
9
15
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
6
6
7
+ # NOTE: This file is part of the old device tree scripts, which will be removed
8
+ # later. They are kept to generate some legacy #defines via the
9
+ # --deprecated-only flag.
10
+ #
11
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
12
+
7
13
from extract .globals import *
8
14
from extract .directive import DTDirective
9
15
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
6
6
7
+ # NOTE: This file is part of the old device tree scripts, which will be removed
8
+ # later. They are kept to generate some legacy #defines via the
9
+ # --deprecated-only flag.
10
+ #
11
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
12
+
7
13
from extract .globals import *
8
14
from extract .directive import DTDirective
9
15
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
6
6
7
+ # NOTE: This file is part of the old device tree scripts, which will be removed
8
+ # later. They are kept to generate some legacy #defines via the
9
+ # --deprecated-only flag.
10
+ #
11
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
12
+
7
13
from .globals import *
8
14
9
15
##
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
6
6
7
+ # NOTE: This file is part of the old device tree scripts, which will be removed
8
+ # later. They are kept to generate some legacy #defines via the
9
+ # --deprecated-only flag.
10
+ #
11
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
12
+
7
13
from extract .globals import *
8
14
from extract .directive import DTDirective
9
15
Original file line number Diff line number Diff line change 5
5
# SPDX-License-Identifier: Apache-2.0
6
6
#
7
7
8
+ # NOTE: This file is part of the old device tree scripts, which will be removed
9
+ # later. They are kept to generate some legacy #defines via the
10
+ # --deprecated-only flag.
11
+ #
12
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
13
+
8
14
import sys
9
15
10
16
from collections import defaultdict
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
6
6
7
+ # NOTE: This file is part of the old device tree scripts, which will be removed
8
+ # later. They are kept to generate some legacy #defines via the
9
+ # --deprecated-only flag.
10
+ #
11
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
12
+
7
13
from extract .globals import *
8
14
from extract .directive import DTDirective
9
15
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: Apache-2.0
5
5
#
6
6
7
+ # NOTE: This file is part of the old device tree scripts, which will be removed
8
+ # later. They are kept to generate some legacy #defines via the
9
+ # --deprecated-only flag.
10
+ #
11
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
12
+
7
13
from copy import deepcopy
8
14
9
15
from extract .globals import *
Original file line number Diff line number Diff line change 6
6
# SPDX-License-Identifier: Apache-2.0
7
7
#
8
8
9
+ # NOTE: This file is part of the old device tree scripts, which will be removed
10
+ # later. They are kept to generate some legacy #defines via the
11
+ # --deprecated-only flag.
12
+ #
13
+ # The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
14
+
9
15
# vim: ai:ts=4:sw=4
10
16
11
17
import os , fnmatch
You can’t perform that action at this time.
0 commit comments