* [3rdparty PATCH 1/2] wandboard: Revert device tree name change
@ 2017-10-04 19:22 Otavio Salvador
2017-10-04 19:22 ` [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support Otavio Salvador
0 siblings, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2017-10-04 19:22 UTC (permalink / raw)
To: meta-freescale Mailing List
Cc: Fabio Estevam, Stefano Babic, Wandboard Development Mailing List,
Otavio Salvador
There is no reason to diverge from mainline so we revert the device
tree name change.
This patch changes the machine definition and the Linux kernel recipe
so the tree is kept buildable.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
conf/machine/wandboard.conf | 6 ------
recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index a3b04ea..c13ca3d 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -21,12 +21,6 @@ WANDBOARD_DEFAULT_KERNEL = "linux-wandboard"
WANDBOARD_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"
PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
KERNEL_DEVICETREE = " \
- imx6dl-wandboard-revb1.dtb \
- imx6dl-wandboard-revc1.dtb \
- imx6q-wandboard-revb1.dtb \
- imx6q-wandboard-revc1.dtb \
-"
-KERNEL_DEVICETREE_use-mainline-bsp = " \
imx6dl-wandboard.dtb \
imx6dl-wandboard-revb1.dtb \
imx6q-wandboard.dtb \
diff --git a/recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb b/recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb
index 1936640..cc1a9d6 100644
--- a/recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb
+++ b/recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb
@@ -6,6 +6,6 @@ include linux-wandboard.inc
DEPENDS += "lzop-native bc-native"
SRCBRANCH = "4.1-2.0.x-imx"
-SRCREV = "18945fa6f63c4c5d2df14998c5e74bf799e6f65e"
+SRCREV = "0d698de42426a92e3ba47071f11960aeb91eb349"
COMPATIBLE_MACHINE = "(wandboard)"
--
2.14.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-04 19:22 [3rdparty PATCH 1/2] wandboard: Revert device tree name change Otavio Salvador
@ 2017-10-04 19:22 ` Otavio Salvador
2017-10-10 23:04 ` Trevor Woerner
0 siblings, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2017-10-04 19:22 UTC (permalink / raw)
To: meta-freescale Mailing List
Cc: Fabio Estevam, Stefano Babic, Wandboard Development Mailing List,
Otavio Salvador
Latest Wandboard hardware revision is D1, which brings the following
new features:
- PFUZE100 PMIC
- AR8035 Ethernet PHY
- Upgrade Wifi/BT chip to BCM4339/BCM43430
The new revision also adds support for QuadPlus SoC so the new Device
Tree is also added.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
conf/machine/wandboard.conf | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index c13ca3d..d11dfed 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -1,7 +1,7 @@
#@TYPE: Machine
-#@NAME: Wandboard i.MX6 Wandboard Quad/Dual/Solo
-#@SOC: i.MX6Q/DL
-#@DESCRIPTION: Machine configuration for i.MX6 Wandboard Quad
+#@NAME: Wandboard i.MX6 Wandboard QuadPlus/Quad/Dual/Solo
+#@SOC: i.MX6QP/Q/DL
+#@DESCRIPTION: Machine configuration for i.MX6 Wandboard QuadPlus/Quad/Dual/Solo
#@MAINTAINER: Alfonso Tames <alfonso@tames.com>
MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:"
@@ -23,8 +23,11 @@ PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
KERNEL_DEVICETREE = " \
imx6dl-wandboard.dtb \
imx6dl-wandboard-revb1.dtb \
+ imx6dl-wandboard-revd1.dtb \
imx6q-wandboard.dtb \
imx6q-wandboard-revb1.dtb \
+ imx6q-wandboard-revd1.dtb \
+ imx6qp-wandboard-revd1.dtb \
"
KERNEL_IMAGETYPE = "zImage"
--
2.14.2
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-04 19:22 ` [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support Otavio Salvador
@ 2017-10-10 23:04 ` Trevor Woerner
2017-10-10 23:10 ` Otavio Salvador
0 siblings, 1 reply; 10+ messages in thread
From: Trevor Woerner @ 2017-10-10 23:04 UTC (permalink / raw)
To: Otavio Salvador
Cc: meta-freescale Mailing List, Fabio Estevam,
Wandboard Development Mailing List, Stefano Babic
Some combination of these two patches causes the Wandboard build to fail when
use-mainline-bsp is enabled.
$ grep -r WANDBOARD_DEFAULT_KERNEL *
conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL = "linux-wandboard"
conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"
conf/machine/wandboard.conf:PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
The linux-fslc kernel doesn't contain definitions for *-wandboard-revd1.dtb,
therefore:
| make[3]: *** No rule to make target 'arch/arm/boot/dts/imx6dl-wandboard-revd1.dtb'. Stop.
| arch/arm/Makefile:341: recipe for target 'imx6dl-wandboard-revd1.dtb' failed
| make[2]: *** [imx6dl-wandboard-revd1.dtb] Error 2
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-10 23:04 ` Trevor Woerner
@ 2017-10-10 23:10 ` Otavio Salvador
2017-10-10 23:11 ` Fabio Estevam
0 siblings, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2017-10-10 23:10 UTC (permalink / raw)
To: Trevor Woerner
Cc: meta-freescale Mailing List, Fabio Estevam, Stefano Babic,
Wandboard Development Mailing List, Otavio Salvador
On Tue, Oct 10, 2017 at 8:04 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> Some combination of these two patches causes the Wandboard build to fail when
> use-mainline-bsp is enabled.
>
> $ grep -r WANDBOARD_DEFAULT_KERNEL *
> conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL = "linux-wandboard"
> conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"
> conf/machine/wandboard.conf:PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
>
> The linux-fslc kernel doesn't contain definitions for *-wandboard-revd1.dtb,
> therefore:
>
> | make[3]: *** No rule to make target 'arch/arm/boot/dts/imx6dl-wandboard-revd1.dtb'. Stop.
> | arch/arm/Makefile:341: recipe for target 'imx6dl-wandboard-revd1.dtb' failed
> | make[2]: *** [imx6dl-wandboard-revd1.dtb] Error 2
Indeed. We must remove the imx6dl-wandboard-revd1.dtb when use-mainline-bsp.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-10 23:10 ` Otavio Salvador
@ 2017-10-10 23:11 ` Fabio Estevam
2017-10-10 23:13 ` Otavio Salvador
2017-10-14 17:23 ` Fabio Estevam
0 siblings, 2 replies; 10+ messages in thread
From: Fabio Estevam @ 2017-10-10 23:11 UTC (permalink / raw)
To: Otavio Salvador
Cc: Otavio Salvador, Fabio Estevam, Stefano Babic,
meta-freescale Mailing List, Wandboard Development Mailing List
On Tue, Oct 10, 2017 at 8:10 PM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
> On Tue, Oct 10, 2017 at 8:04 PM, Trevor Woerner <twoerner@gmail.com> wrote:
>> Some combination of these two patches causes the Wandboard build to fail when
>> use-mainline-bsp is enabled.
>>
>> $ grep -r WANDBOARD_DEFAULT_KERNEL *
>> conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL = "linux-wandboard"
>> conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"
>> conf/machine/wandboard.conf:PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
>>
>> The linux-fslc kernel doesn't contain definitions for *-wandboard-revd1.dtb,
>> therefore:
>>
>> | make[3]: *** No rule to make target 'arch/arm/boot/dts/imx6dl-wandboard-revd1.dtb'. Stop.
>> | arch/arm/Makefile:341: recipe for target 'imx6dl-wandboard-revd1.dtb' failed
>> | make[2]: *** [imx6dl-wandboard-revd1.dtb] Error 2
>
> Indeed. We must remove the imx6dl-wandboard-revd1.dtb when use-mainline-bsp.
Correct. I plan to submit the revd1 dts upstream.
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-10 23:11 ` Fabio Estevam
@ 2017-10-10 23:13 ` Otavio Salvador
2017-10-11 12:30 ` Trevor Woerner
2017-10-14 17:23 ` Fabio Estevam
1 sibling, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2017-10-10 23:13 UTC (permalink / raw)
To: Fabio Estevam
Cc: Fabio Estevam, meta-freescale Mailing List,
Wandboard Development Mailing List, Stefano Babic,
Otavio Salvador
On Tue, Oct 10, 2017 at 8:11 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Tue, Oct 10, 2017 at 8:10 PM, Otavio Salvador
> <otavio.salvador@ossystems.com.br> wrote:
>> On Tue, Oct 10, 2017 at 8:04 PM, Trevor Woerner <twoerner@gmail.com> wrote:
>>> Some combination of these two patches causes the Wandboard build to fail when
>>> use-mainline-bsp is enabled.
>>>
>>> $ grep -r WANDBOARD_DEFAULT_KERNEL *
>>> conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL = "linux-wandboard"
>>> conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"
>>> conf/machine/wandboard.conf:PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
>>>
>>> The linux-fslc kernel doesn't contain definitions for *-wandboard-revd1.dtb,
>>> therefore:
>>>
>>> | make[3]: *** No rule to make target 'arch/arm/boot/dts/imx6dl-wandboard-revd1.dtb'. Stop.
>>> | arch/arm/Makefile:341: recipe for target 'imx6dl-wandboard-revd1.dtb' failed
>>> | make[2]: *** [imx6dl-wandboard-revd1.dtb] Error 2
>>
>> Indeed. We must remove the imx6dl-wandboard-revd1.dtb when use-mainline-bsp.
>
> Correct. I plan to submit the revd1 dts upstream.
Once you does that, we can backport the patch for our kernel fork and
drop this patch.
Trevor, do you mind sending a patch?
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-10 23:13 ` Otavio Salvador
@ 2017-10-11 12:30 ` Trevor Woerner
2017-10-11 12:54 ` Otavio Salvador
0 siblings, 1 reply; 10+ messages in thread
From: Trevor Woerner @ 2017-10-11 12:30 UTC (permalink / raw)
To: Otavio Salvador
Cc: Fabio Estevam, meta-freescale Mailing List, Otavio Salvador,
Stefano Babic
On Tue, Oct 10, 2017 at 7:13 PM, Otavio Salvador
<otavio.salvador@ossystems.com.br> wrote:
> On Tue, Oct 10, 2017 at 8:11 PM, Fabio Estevam <festevam@gmail.com> wrote:
>>> Indeed. We must remove the imx6dl-wandboard-revd1.dtb when use-mainline-bsp.
>>
>> Correct. I plan to submit the revd1 dts upstream.
>
> Once you does that, we can backport the patch for our kernel fork and
> drop this patch.
>
> Trevor, do you mind sending a patch?
Otavio,
Just to make sure I understand what you'd like to see
1) Fabio is going to send a patch for the 4.13.x+fslc branch of
linux-fslc to add the revd1 dts
2) You'd like a patch so wandboard with use-mainline-bsp continues to
build successfully until Fabio's patch lands upstream?
I'm confused because you talk about needing to remove revd1 (which
would require a patch for meta-freescale-3rdparty), but Fabio talks
about adding it to linux-fslc (at which point what's currently in
meta-freescale-3rdparty should then work)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-11 12:30 ` Trevor Woerner
@ 2017-10-11 12:54 ` Otavio Salvador
0 siblings, 0 replies; 10+ messages in thread
From: Otavio Salvador @ 2017-10-11 12:54 UTC (permalink / raw)
To: Trevor Woerner
Cc: Fabio Estevam, meta-freescale Mailing List, Stefano Babic,
Otavio Salvador
On Wed, Oct 11, 2017 at 9:30 AM, Trevor Woerner <twoerner@gmail.com> wrote:
> On Tue, Oct 10, 2017 at 7:13 PM, Otavio Salvador
> <otavio.salvador@ossystems.com.br> wrote:
>> On Tue, Oct 10, 2017 at 8:11 PM, Fabio Estevam <festevam@gmail.com> wrote:
>>>> Indeed. We must remove the imx6dl-wandboard-revd1.dtb when use-mainline-bsp.
>>>
>>> Correct. I plan to submit the revd1 dts upstream.
>>
>> Once you does that, we can backport the patch for our kernel fork and
>> drop this patch.
>>
>> Trevor, do you mind sending a patch?
>
> Otavio,
>
> Just to make sure I understand what you'd like to see
>
> 1) Fabio is going to send a patch for the 4.13.x+fslc branch of
> linux-fslc to add the revd1 dts
> 2) You'd like a patch so wandboard with use-mainline-bsp continues to
> build successfully until Fabio's patch lands upstream?
Yes, you're right for both questions.
> I'm confused because you talk about needing to remove revd1 (which
> would require a patch for meta-freescale-3rdparty), but Fabio talks
> about adding it to linux-fslc (at which point what's currently in
> meta-freescale-3rdparty should then work)
Sorry for the confusion but you are absolutely right.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-10 23:11 ` Fabio Estevam
2017-10-10 23:13 ` Otavio Salvador
@ 2017-10-14 17:23 ` Fabio Estevam
2017-10-15 13:45 ` Trevor Woerner
1 sibling, 1 reply; 10+ messages in thread
From: Fabio Estevam @ 2017-10-14 17:23 UTC (permalink / raw)
To: Otavio Salvador
Cc: Otavio Salvador, Fabio Estevam, Stefano Babic,
meta-freescale Mailing List, Wandboard Development Mailing List
On Tue, Oct 10, 2017 at 8:11 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Correct. I plan to submit the revd1 dts upstream.
Here is the patch I sent that has been applied to Shawn's tree:
https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/commit/?h=for-next&id=36cfd5b3fb556ea7f818f2669c29d15817942b97
If someone wants to backport it to linux-fslc, feel free to do so.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support
2017-10-14 17:23 ` Fabio Estevam
@ 2017-10-15 13:45 ` Trevor Woerner
0 siblings, 0 replies; 10+ messages in thread
From: Trevor Woerner @ 2017-10-15 13:45 UTC (permalink / raw)
To: Fabio Estevam
Cc: Otavio Salvador, Otavio Salvador, Fabio Estevam, Stefano Babic,
meta-freescale Mailing List, Wandboard Development Mailing List
On Sat, Oct 14, 2017 at 1:23 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Tue, Oct 10, 2017 at 8:11 PM, Fabio Estevam <festevam@gmail.com> wrote:
>
>> Correct. I plan to submit the revd1 dts upstream.
>
> Here is the patch I sent that has been applied to Shawn's tree:
> https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git/commit/?h=for-next&id=36cfd5b3fb556ea7f818f2669c29d15817942b97
>
> If someone wants to backport it to linux-fslc, feel free to do so.
Awesome, thanks!!
https://github.com/Freescale/linux-fslc/pull/16
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2017-10-15 13:45 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 19:22 [3rdparty PATCH 1/2] wandboard: Revert device tree name change Otavio Salvador
2017-10-04 19:22 ` [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support Otavio Salvador
2017-10-10 23:04 ` Trevor Woerner
2017-10-10 23:10 ` Otavio Salvador
2017-10-10 23:11 ` Fabio Estevam
2017-10-10 23:13 ` Otavio Salvador
2017-10-11 12:30 ` Trevor Woerner
2017-10-11 12:54 ` Otavio Salvador
2017-10-14 17:23 ` Fabio Estevam
2017-10-15 13:45 ` Trevor Woerner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.