summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihaela Martinas <Mihaela.Martinas@enea.com>2015-12-10 17:19:32 +0100
committerHuimin She <huimin.she@enea.com>2015-12-14 12:55:21 +0100
commita15898af5c304bf92e70ac3a95ef4874fe2329db (patch)
tree4c9df8833cad8bc635ad36ea79734e18caf389d8
parent3a647aceb5e0eab6185dd02d684fd1d05f2a1909 (diff)
downloadmeta-enea-bsp-ppc-dizzy.tar.gz
kernel: Add device tree for p3041ds for USDPAAdizzy
A new device tree for USDPAA support has been added for p3041ds platform. This was necessary to allow the usage of an ethernet interface as a normal one, that interfaces with the Linux kernel network stack. In the beginning all the interfaces were allocated to USDPAA, so they were not visible to the Linux kernel. For the development process this would mean the impossibility to boot using a nfs or to connect via ssh. Signen-off-by: Mihaela Martinas <Mihaela.Martinas@enea.com> Signed-off-by: Huimin She <huimin.she@enea.com>
-rw-r--r--recipes-kernel/linux/files/dts/p3041ds-usdpaa-enea.dts123
-rw-r--r--recipes-kernel/linux/linux-qoriq-common.inc6
2 files changed, 129 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/dts/p3041ds-usdpaa-enea.dts b/recipes-kernel/linux/files/dts/p3041ds-usdpaa-enea.dts
new file mode 100644
index 0000000..2930da6
--- /dev/null
+++ b/recipes-kernel/linux/files/dts/p3041ds-usdpaa-enea.dts
@@ -0,0 +1,123 @@
1/*
2 * P3041DS Device Tree Source
3 *
4 * Copyright 2010-2012 Freescale Semiconductor Inc.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met:
8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * * Neither the name of Freescale Semiconductor nor the
14 * names of its contributors may be used to endorse or promote products
15 * derived from this software without specific prior written permission.
16 *
17 *
18 * ALTERNATIVELY, this software may be distributed under the terms of the
19 * GNU General Public License ("GPL") as published by the Free Software
20 * Foundation, either version 2 of that License or (at your option) any
21 * later version.
22 *
23 * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26 * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 */
34
35/include/ "p3041ds.dts"
36
37/ {
38 /* NB: "bpool-ethernet-seeds" is not set to avoid buffer seeding,
39 * because apps seed these pools with buffers allocated at
40 * run-time.
41 * HOWEVER, the kernel driver requires the buffer-size so
42 * "fsl,bpool-ethernet-cfg" is set. It also mis-interprets
43 * things if the base-address is zero (hence the 0xdeadbeef
44 * values).
45 */
46 bp7: buffer-pool@7 {
47 compatible = "fsl,p3041-bpool", "fsl,bpool";
48 fsl,bpid = <7>;
49 fsl,bpool-ethernet-cfg = <0 0 0 192 0 0xdeadbeef>;
50 fsl,bpool-thresholds = <0x400 0xc00 0x0 0x0>;
51 };
52 bp8: buffer-pool@8 {
53 compatible = "fsl,p3041-bpool", "fsl,bpool";
54 fsl,bpid = <8>;
55 fsl,bpool-ethernet-cfg = <0 0 0 576 0 0xabbaf00d>;
56 fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
57 };
58 bp9: buffer-pool@9 {
59 compatible = "fsl,p3041-bpool", "fsl,bpool";
60 fsl,bpid = <9>;
61 fsl,bpool-ethernet-cfg = <0 0 0 1728 0 0xfeedabba>;
62 fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
63 };
64 bp10: buffer-pool@10 {
65 compatible = "fsl,p3041-bpool", "fsl,bpool";
66 fsl,bpid = <10>;
67 fsl,bpool-thresholds = <0x10 0x30 0x0 0x0>;
68 };
69 bp11: buffer-pool@11 {
70 compatible = "fsl,p3041-bpool", "fsl,bpool";
71 fsl,bpid = <11>;
72 fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
73 };
74 bp12: buffer-pool@12 {
75 compatible = "fsl,p3041-bpool", "fsl,bpool";
76 fsl,bpid = <12>;
77 fsl,bpool-thresholds = <0x100 0x300 0x0 0x0>;
78 };
79
80 fsl,dpaa {
81 ethernet@0 {
82 compatible = "fsl,p3041-dpa-ethernet-init", "fsl,dpa-ethernet-init";
83 fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
84 fsl,qman-frame-queues-rx = <0x50 1 0x51 1>;
85 fsl,qman-frame-queues-tx = <0x70 1 0x71 1>;
86 };
87
88 ethernet@1 {
89 compatible = "fsl,p3041-dpa-ethernet-init", "fsl,dpa-ethernet-init";
90 fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
91 fsl,qman-frame-queues-rx = <0x52 1 0x53 1>;
92 fsl,qman-frame-queues-tx = <0x72 1 0x73 1>;
93 };
94 ethernet@2 {
95 compatible = "fsl,p3041-dpa-ethernet-init", "fsl,dpa-ethernet-init";
96 fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
97 fsl,qman-frame-queues-rx = <0x54 1 0x55 1>;
98 fsl,qman-frame-queues-tx = <0x74 1 0x75 1>;
99 };
100 ethernet@3 {
101 compatible = "fsl,p3041-dpa-ethernet-init", "fsl,dpa-ethernet-init";
102 fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
103 fsl,qman-frame-queues-rx = <0x56 1 0x57 1>;
104 fsl,qman-frame-queues-tx = <0x76 1 0x77 1>;
105 };
106 /* ethernet@4 will be used as a normal Linux ethernet that
107 * interfaces to the kernel network stack. All others will be
108 * dedicated for use by usdpaa */
109 ethernet@5 {
110 compatible = "fsl,p3041-dpa-ethernet-init", "fsl,dpa-ethernet-init";
111 fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>;
112 fsl,qman-frame-queues-rx = <0x5a 1 0x5b 1>;
113 fsl,qman-frame-queues-tx = <0x7a 1 0x7b 1>;
114 };
115 dpa-fman0-oh@1 {
116 compatible = "fsl,dpa-oh";
117 /* Define frame queues for the OH port*/
118 /* <OH Rx error, OH Rx default> */
119 fsl,qman-frame-queues-oh = <0x68 1 0x69 1>;
120 fsl,fman-oh-port = <&fman0_oh1>;
121 };
122 };
123};
diff --git a/recipes-kernel/linux/linux-qoriq-common.inc b/recipes-kernel/linux/linux-qoriq-common.inc
index f9eb6d0..eca33c7 100644
--- a/recipes-kernel/linux/linux-qoriq-common.inc
+++ b/recipes-kernel/linux/linux-qoriq-common.inc
@@ -9,6 +9,7 @@ SRC_URI += "file://b4860-hard_irq_disable-bug.patch \
9 9
10SRC_URI_append_t4240rdb-64b = " file://dts/t4240rdb-usdpaa-enea.dts" 10SRC_URI_append_t4240rdb-64b = " file://dts/t4240rdb-usdpaa-enea.dts"
11SRC_URI_append_p2041rdb = " file://dts/p2041rdb-usdpaa-enea.dts" 11SRC_URI_append_p2041rdb = " file://dts/p2041rdb-usdpaa-enea.dts"
12SRC_URI_append_p3041ds = " file://dts/p3041ds-usdpaa-enea.dts"
12 13
13ENEA_KERNEL_FRAGMENTS += "\ 14ENEA_KERNEL_FRAGMENTS += "\
14 cfg/00013-localversion.cfg \ 15 cfg/00013-localversion.cfg \
@@ -42,6 +43,7 @@ DELTA_KERNEL_DEFCONFIG += " ${ENEA_KERNEL_FRAGMENTS} \
42 43
43KERNEL_DEVICETREE_append_t4240rdb-64b = " t4240rdb-usdpaa-enea.dtb" 44KERNEL_DEVICETREE_append_t4240rdb-64b = " t4240rdb-usdpaa-enea.dtb"
44KERNEL_DEVICETREE_append_p2041rdb = " p2041rdb-usdpaa-enea.dtb" 45KERNEL_DEVICETREE_append_p2041rdb = " p2041rdb-usdpaa-enea.dtb"
46KERNEL_DEVICETREE_append_p3041ds = " p3041ds-usdpaa-enea.dtb"
45 47
46require recipes-kernel/linux/pramfs-3.12.inc 48require recipes-kernel/linux/pramfs-3.12.inc
47 49
@@ -67,3 +69,7 @@ do_configure_prepend_t4240rdb-64b() {
67do_configure_prepend_p2041rdb() { 69do_configure_prepend_p2041rdb() {
68 cp ${WORKDIR}/dts/p2041rdb-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/ 70 cp ${WORKDIR}/dts/p2041rdb-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/
69} 71}
72
73do_configure_prepend_p3041ds() {
74 cp ${WORKDIR}/dts/p3041ds-usdpaa-enea.dts ${S}/arch/powerpc/boot/dts/
75}