* [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2
@ 2014-10-08 18:18 Eric Nelson
2014-10-09 21:35 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Eric Nelson @ 2014-10-08 18:18 UTC (permalink / raw)
To: meta-freescale; +Cc: troy.kisky
Updates in this release include:
- update Broadcom driver to support per-chip firmware files
(see commit 5ee7d28 in meta-fsl-arm-extra)
- add support for ADV7391 Composite/Component Video output driver
- backport PCIe fixes from mainline kernel
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
For master/master-next, since Broadcom patch 5ee7d28 isn't on daisy.
recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
index b7822af..4bf535a 100644
--- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
LOCALVERSION = "-1.0.1_ga+yocto"
SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
-SRCREV = "50c5697b77294672adc48e80e45864edf35c680b"
+SRCREV = "5e35d1b2f46c0c2b1da226cbb828e5c40b5068b3"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(mx6)"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2
2014-10-08 18:18 [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2 Eric Nelson
@ 2014-10-09 21:35 ` Otavio Salvador
2014-10-09 23:04 ` Eric Nelson
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2014-10-09 21:35 UTC (permalink / raw)
To: Eric Nelson; +Cc: meta-freescale@yoctoproject.org, Troy Kisky
On Wed, Oct 8, 2014 at 3:18 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> Updates in this release include:
> - update Broadcom driver to support per-chip firmware files
> (see commit 5ee7d28 in meta-fsl-arm-extra)
> - add support for ADV7391 Composite/Component Video output driver
> - backport PCIe fixes from mainline kernel
>
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> ---
> For master/master-next, since Broadcom patch 5ee7d28 isn't on daisy.
I applied this to master; however I think your statement is not fully
correct. In daisy, as the linux-firmware uses an older revision, the
firmware names does not match so the change applied[1] has been
modified to comply with this difference.
1. https://github.com/Freescale/meta-fsl-arm-extra/commit/5ee7d28984232229e922f9ba3a246c32e2640e84
So I am ready to backport it but I'd like you to review it and confirm
it does makes sense for you.
--
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] 5+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2
2014-10-09 21:35 ` Otavio Salvador
@ 2014-10-09 23:04 ` Eric Nelson
2014-10-10 0:35 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Eric Nelson @ 2014-10-09 23:04 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org, Troy Kisky
Hi Otavio,
On 10/09/2014 02:35 PM, Otavio Salvador wrote:
> On Wed, Oct 8, 2014 at 3:18 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> Updates in this release include:
>> - update Broadcom driver to support per-chip firmware files
>> (see commit 5ee7d28 in meta-fsl-arm-extra)
>> - add support for ADV7391 Composite/Component Video output driver
>> - backport PCIe fixes from mainline kernel
>>
>> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
>> ---
>> For master/master-next, since Broadcom patch 5ee7d28 isn't on daisy.
>
> I applied this to master; however I think your statement is not fully
> correct. In daisy, as the linux-firmware uses an older revision, the
> firmware names does not match so the change applied[1] has been
> modified to comply with this difference.
>
> 1. https://github.com/Freescale/meta-fsl-arm-extra/commit/5ee7d28984232229e922f9ba3a246c32e2640e84
>
> So I am ready to backport it but I'd like you to review it and confirm
> it does makes sense for you.
>
I believe this patch and the following one (bump to 5e35d1b2) should
both be applied to daisy, master, and master-next.
I didn't originally catch that John's patch was applied on Daisy:
https://github.com/Freescale/meta-fsl-arm-extra/commit/ca89600
Regards,
Eric
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2
2014-10-09 23:04 ` Eric Nelson
@ 2014-10-10 0:35 ` Otavio Salvador
0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2014-10-10 0:35 UTC (permalink / raw)
To: Eric Nelson; +Cc: meta-freescale@yoctoproject.org, Troy Kisky
On Thu, Oct 9, 2014 at 8:04 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> On 10/09/2014 02:35 PM, Otavio Salvador wrote:
>> On Wed, Oct 8, 2014 at 3:18 PM, Eric Nelson
>> <eric.nelson@boundarydevices.com> wrote:
>>> Updates in this release include:
>>> - update Broadcom driver to support per-chip firmware files
>>> (see commit 5ee7d28 in meta-fsl-arm-extra)
>>> - add support for ADV7391 Composite/Component Video output driver
>>> - backport PCIe fixes from mainline kernel
>>>
>>> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
>>> ---
>>> For master/master-next, since Broadcom patch 5ee7d28 isn't on daisy.
>>
>> I applied this to master; however I think your statement is not fully
>> correct. In daisy, as the linux-firmware uses an older revision, the
>> firmware names does not match so the change applied[1] has been
>> modified to comply with this difference.
>>
>> 1. https://github.com/Freescale/meta-fsl-arm-extra/commit/5ee7d28984232229e922f9ba3a246c32e2640e84
>>
>> So I am ready to backport it but I'd like you to review it and confirm
>> it does makes sense for you.
>>
>
> I believe this patch and the following one (bump to 5e35d1b2) should
> both be applied to daisy, master, and master-next.
>
> I didn't originally catch that John's patch was applied on Daisy:
> https://github.com/Freescale/meta-fsl-arm-extra/commit/ca89600
This was my guess :-) Will push it now.
--
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] 5+ messages in thread
* [meta-fsl-arm-extra][PATCH 3/4] linux-firmware: add bbappend to modify firmware file names
@ 2014-07-15 20:01 John Weber
2014-10-06 17:36 ` [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2 Eric Nelson
0 siblings, 1 reply; 5+ messages in thread
From: John Weber @ 2014-07-15 20:01 UTC (permalink / raw)
To: meta-freescale
Upstream changes to the brcmfmac driver require a change to the firmware
file names to match the devid and interface type of the Broadcom chipset.
This also makes it easier for one machine to support multiple chipets in
Yocto.
Signed-off-by: John Weber <rjohnweber@gmail.com>
---
.../linux-firmware/linux-firmware_git.bbappend | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 recipes-kernel/linux-firmware/linux-firmware_git.bbappend
diff --git a/recipes-kernel/linux-firmware/linux-firmware_git.bbappend b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
new file mode 100644
index 0000000..84b5fab
--- /dev/null
+++ b/recipes-kernel/linux-firmware/linux-firmware_git.bbappend
@@ -0,0 +1,32 @@
+BRCM_FWDIR = "/lib/firmware/brcm"
+
+do_install_append () {
+ # rename downloaded files so that we can create alternative
+ # links
+
+ cd ${D}${BRCM_FWDIR}
+
+ mv brcmfmac4329-sdio.bin brcmfmac4329-sta-sdio.bin
+ mv brcmfmac4330-sdio.bin brcmfmac4330-sta-sdio.bin
+
+ # Create original file links, so that the base recipe sees the installed files
+ ln -sf brcmfmac4329-sta-sdio.bin brcmfmac4329-sdio.bin
+ ln -sf brcmfmac4330-sta-sdio.bin brcmfmac4330-sdio.bin
+}
+
+FILES_${PN}-bcm4329 += " \
+ ${BRCM_FWDIR}/brcmfmac4329-sta-sdio.bin \
+"
+
+FILES_${PN}-bcm4330 += " \
+ ${BRCM_FWDIR}/brcmfmac4330-sta-sdio.bin \
+"
+
+ALTERNATIVE_linux-firmware-bcm4329 += " brcmfmac4329-sdio.bin"
+ALTERNATIVE_LINK_NAME[brcmfmac4329-sdio.bin] = "${BRCM_FWDIR}/brcmfmac4329-sdio.bin"
+ALTERNATIVE_TARGET_linux-firmware-bcm4329[brcmfmac4329-sdio.bin] = "${BRCM_FWDIR}/brcmfmac4329-sta-sdio.bin"
+
+ALTERNATIVE_linux-firmware-bcm4330 += " brcmfmac4330-sdio.bin"
+ALTERNATIVE_LINK_NAME[brcmfmac4330-sdio.bin] = "${BRCM_FWDIR}/brcmfmac4330-sdio.bin"
+ALTERNATIVE_TARGET_linux-firmware-bcm4330[brcmfmac4330-sdio.bin] = "${BRCM_FWDIR}/brcmfmac4330-sta-sdio.bin"
+
--
2.0.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2
2014-07-15 20:01 [meta-fsl-arm-extra][PATCH 3/4] linux-firmware: add bbappend to modify firmware file names John Weber
@ 2014-10-06 17:36 ` Eric Nelson
0 siblings, 0 replies; 5+ messages in thread
From: Eric Nelson @ 2014-10-06 17:36 UTC (permalink / raw)
To: meta-freescale; +Cc: otavio
Updates in this release include:
- update Broadcom driver to support per-chip firmware files
(see commit 5ee7d28 in meta-fsl-arm-extra)
- add support for ADV7391 Composite/Component Video output driver
- backport PCIe fixes from mainline kernel
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
For master/master-next, since Broadcom patch 5ee7d28 isn't on daisy.
recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
index b7822af..4bf535a 100644
--- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
LOCALVERSION = "-1.0.1_ga+yocto"
SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
-SRCREV = "50c5697b77294672adc48e80e45864edf35c680b"
+SRCREV = "5e35d1b2f46c0c2b1da226cbb828e5c40b5068b3"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(mx6)"
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-10 0:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08 18:18 [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2 Eric Nelson
2014-10-09 21:35 ` Otavio Salvador
2014-10-09 23:04 ` Eric Nelson
2014-10-10 0:35 ` Otavio Salvador
-- strict thread matches above, loose matches on Subject: below --
2014-07-15 20:01 [meta-fsl-arm-extra][PATCH 3/4] linux-firmware: add bbappend to modify firmware file names John Weber
2014-10-06 17:36 ` [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Bump SRCREV to 5e35d1b2 Eric Nelson
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.