* [meta-fsl-arm][PATCH 1/2] linux-fslc: Update to 3.17 release
@ 2014-10-10 22:22 Otavio Salvador
2014-10-10 22:22 ` [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release Otavio Salvador
0 siblings, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2014-10-10 22:22 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
This updates to the 3.17 release. No changes are applied on the
patches-3.17 branch at this moment so it is essentially the hash of
the v3.17 tag.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
recipes-kernel/linux/linux-fslc/defconfig | 10 ++++++++--
recipes-kernel/linux/linux-fslc/mxs/defconfig | 1 +
.../linux/{linux-fslc_3.16.bb => linux-fslc_3.17.bb} | 6 +++---
3 files changed, 12 insertions(+), 5 deletions(-)
rename recipes-kernel/linux/{linux-fslc_3.16.bb => linux-fslc_3.17.bb} (84%)
diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig
index e2e1fc5..16cfec4 100644
--- a/recipes-kernel/linux/linux-fslc/defconfig
+++ b/recipes-kernel/linux/linux-fslc/defconfig
@@ -1,6 +1,6 @@
-# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_KERNEL_LZO=y
CONFIG_SYSVIPC=y
+CONFIG_FHANDLE=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_LOG_BUF_SHIFT=18
@@ -32,11 +32,12 @@ CONFIG_MACH_IMX35_DT=y
CONFIG_MACH_PCM043=y
CONFIG_MACH_MX35_3DS=y
CONFIG_MACH_VPR200=y
-CONFIG_MACH_IMX51_DT=y
+CONFIG_SOC_IMX51=y
CONFIG_SOC_IMX50=y
CONFIG_SOC_IMX53=y
CONFIG_SOC_IMX6Q=y
CONFIG_SOC_IMX6SL=y
+CONFIG_SOC_IMX6SX=y
CONFIG_SOC_VF610=y
CONFIG_PCI=y
CONFIG_PCI_IMX6=y
@@ -68,6 +69,8 @@ CONFIG_IP_PNP_DHCP=y
# CONFIG_INET_LRO is not set
CONFIG_IPV6=y
CONFIG_NETFILTER=y
+CONFIG_CAN=y
+CONFIG_CAN_FLEXCAN=y
CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_RFKILL=y
@@ -161,6 +164,7 @@ CONFIG_SPI=y
CONFIG_SPI_IMX=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_MC9S08DZ60=y
+CONFIG_GPIO_STMPE=y
# CONFIG_HWMON is not set
CONFIG_WATCHDOG=y
CONFIG_IMX2_WDT=y
@@ -243,6 +247,7 @@ CONFIG_RTC_DRV_SNVS=y
CONFIG_DMADEVICES=y
CONFIG_IMX_SDMA=y
CONFIG_MXS_DMA=y
+CONFIG_FSL_EDMA=y
CONFIG_STAGING=y
CONFIG_DRM_IMX=y
CONFIG_DRM_IMX_FB_HELPER=y
@@ -289,6 +294,7 @@ CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_UTF8=y
+CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_FS=y
CONFIG_MAGIC_SYSRQ=y
# CONFIG_SCHED_DEBUG is not set
diff --git a/recipes-kernel/linux/linux-fslc/mxs/defconfig b/recipes-kernel/linux/linux-fslc/mxs/defconfig
index 8ccedc7..64cd52d 100644
--- a/recipes-kernel/linux/linux-fslc/mxs/defconfig
+++ b/recipes-kernel/linux/linux-fslc/mxs/defconfig
@@ -1,4 +1,5 @@
CONFIG_SYSVIPC=y
+CONFIG_FHANDLE=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_TASKSTATS=y
diff --git a/recipes-kernel/linux/linux-fslc_3.16.bb b/recipes-kernel/linux/linux-fslc_3.17.bb
similarity index 84%
rename from recipes-kernel/linux/linux-fslc_3.16.bb
rename to recipes-kernel/linux/linux-fslc_3.17.bb
index f7193ba..f42505d 100644
--- a/recipes-kernel/linux/linux-fslc_3.16.bb
+++ b/recipes-kernel/linux/linux-fslc_3.17.bb
@@ -9,9 +9,9 @@ upstreaming."
include linux-fslc.inc
-PV = "3.16+git${SRCPV}"
+PV = "3.17+git${SRCPV}"
-SRCBRANCH = "patches-3.16"
-SRCREV = "bf3b99e657c8dd2ab198c4dc936c630074bfa114"
+SRCBRANCH = "patches-3.17"
+SRCREV = "bfe01a5ba2490f299e1d2d5508cbbbadd897bbe9"
COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"
--
2.1.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release
2014-10-10 22:22 [meta-fsl-arm][PATCH 1/2] linux-fslc: Update to 3.17 release Otavio Salvador
@ 2014-10-10 22:22 ` Otavio Salvador
2014-10-10 22:52 ` Fabio Estevam
0 siblings, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2014-10-10 22:22 UTC (permalink / raw)
To: meta-freescale Mailing List; +Cc: Otavio Salvador
This updates the U-Boot to the 2014.10 based branch. On top of the
original code we still have following changes applied:
4ff5894 wandboard: Use 32bit color depth for Fusion LCD
5db5530 mx6sabresd: Use LDO dtb file until PMIC support is added
ce8c91c mx6slevk: Use LDO dtb file until PMIC support is added
8feb5bb mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
...-boot-fslc-mxsboot_2014.07.bb => u-boot-fslc-mxsboot_2014.10.bb} | 6 +++---
recipes-bsp/u-boot/u-boot-fslc_2014.07.bb | 6 ------
recipes-bsp/u-boot/u-boot-fslc_2014.10.bb | 6 ++++++
3 files changed, 9 insertions(+), 9 deletions(-)
rename recipes-bsp/u-boot/{u-boot-fslc-mxsboot_2014.07.bb => u-boot-fslc-mxsboot_2014.10.bb} (86%)
delete mode 100644 recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2014.10.bb
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb
similarity index 86%
rename from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
rename to recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb
index 76a8409..b312b1f 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.10.bb
@@ -5,10 +5,10 @@ SECTION = "bootloader"
DEPENDS = "openssl"
PROVIDES = "u-boot-mxsboot"
-PV = "v2014.07"
+PV = "v2014.10+git${SRCPV}"
-SRCREV = "e36968af0a033e9d66535928886103370620cb4d"
-SRCBRANCH = "patches-2014.07"
+SRCREV = "4ff58941880231c3e14e5c9287c4b4dc619ab7e6"
+SRCBRANCH = "patches-2014.10"
SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
deleted file mode 100644
index 6991baa..0000000
--- a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-include u-boot-fslc.inc
-
-PV = "v2014.07"
-
-SRCREV = "e36968af0a033e9d66535928886103370620cb4d"
-SRCBRANCH = "patches-2014.07"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb
new file mode 100644
index 0000000..d965832
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc_2014.10.bb
@@ -0,0 +1,6 @@
+include u-boot-fslc.inc
+
+PV = "v2014.10+git${SRCPV}"
+
+SRCREV = "4ff58941880231c3e14e5c9287c4b4dc619ab7e6"
+SRCBRANCH = "patches-2014.10"
--
2.1.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release
2014-10-10 22:22 ` [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release Otavio Salvador
@ 2014-10-10 22:52 ` Fabio Estevam
2014-10-11 15:21 ` Otavio Salvador
0 siblings, 1 reply; 9+ messages in thread
From: Fabio Estevam @ 2014-10-10 22:52 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On Fri, Oct 10, 2014 at 7:22 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> This updates the U-Boot to the 2014.10 based branch. On top of the
> original code we still have following changes applied:
>
> 4ff5894 wandboard: Use 32bit color depth for Fusion LCD
> 5db5530 mx6sabresd: Use LDO dtb file until PMIC support is added
It would be better to say "until LDO bypass support is added"
> ce8c91c mx6slevk: Use LDO dtb file until PMIC support is added
Same here.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release
2014-10-10 22:52 ` Fabio Estevam
@ 2014-10-11 15:21 ` Otavio Salvador
2014-10-14 11:56 ` Daiane Angolini
0 siblings, 1 reply; 9+ messages in thread
From: Otavio Salvador @ 2014-10-11 15:21 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale Mailing List
On Fri, Oct 10, 2014 at 7:52 PM, Fabio Estevam <festevam@gmail.com> wrote:
> On Fri, Oct 10, 2014 at 7:22 PM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
>> This updates the U-Boot to the 2014.10 based branch. On top of the
>> original code we still have following changes applied:
>>
>> 4ff5894 wandboard: Use 32bit color depth for Fusion LCD
>> 5db5530 mx6sabresd: Use LDO dtb file until PMIC support is added
>
> It would be better to say "until LDO bypass support is added"
>
>> ce8c91c mx6slevk: Use LDO dtb file until PMIC support is added
>
> Same here.
I amended it and pushed to master-next for testing.
--
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] 9+ messages in thread
* Re: [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release
2014-10-11 15:21 ` Otavio Salvador
@ 2014-10-14 11:56 ` Daiane Angolini
2014-10-14 12:22 ` Fabio Estevam
0 siblings, 1 reply; 9+ messages in thread
From: Daiane Angolini @ 2014-10-14 11:56 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale Mailing List
On Sat, Oct 11, 2014 at 12:21 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Fri, Oct 10, 2014 at 7:52 PM, Fabio Estevam <festevam@gmail.com> wrote:
>> On Fri, Oct 10, 2014 at 7:22 PM, Otavio Salvador
>> <otavio@ossystems.com.br> wrote:
>>> This updates the U-Boot to the 2014.10 based branch. On top of the
>>> original code we still have following changes applied:
>>>
>>> 4ff5894 wandboard: Use 32bit color depth for Fusion LCD
>>> 5db5530 mx6sabresd: Use LDO dtb file until PMIC support is added
>>
>> It would be better to say "until LDO bypass support is added"
>>
>>> ce8c91c mx6slevk: Use LDO dtb file until PMIC support is added
>>
>> Same here.
>
> I amended it and pushed to master-next for testing.
This is still on master-next only?
When are you planning to have it merged on master?
I'm going to need this version ^.^
Daiane
>
> --
> 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
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release
2014-10-14 11:56 ` Daiane Angolini
@ 2014-10-14 12:22 ` Fabio Estevam
2014-10-14 12:32 ` Otavio Salvador
2014-10-14 12:34 ` Gary Thomas
0 siblings, 2 replies; 9+ messages in thread
From: Fabio Estevam @ 2014-10-14 12:22 UTC (permalink / raw)
To: Daiane Angolini; +Cc: meta-freescale Mailing List, Otavio Salvador
On Tue, Oct 14, 2014 at 8:56 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
> This is still on master-next only?
>
> When are you planning to have it merged on master?
>
>
> I'm going to need this version ^.^
Maybe we can go to 2014.10 now as it came out today.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release
2014-10-14 12:22 ` Fabio Estevam
@ 2014-10-14 12:32 ` Otavio Salvador
2014-10-14 12:34 ` Gary Thomas
1 sibling, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2014-10-14 12:32 UTC (permalink / raw)
To: Fabio Estevam; +Cc: meta-freescale Mailing List
On Tue, Oct 14, 2014 at 9:22 AM, Fabio Estevam <festevam@gmail.com> wrote:
> On Tue, Oct 14, 2014 at 8:56 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
>
>> This is still on master-next only?
>>
>> When are you planning to have it merged on master?
>>
>>
>> I'm going to need this version ^.^
>
> Maybe we can go to 2014.10 now as it came out today.
I pushed it to master-next with it based on today's tag.
--
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] 9+ messages in thread
* Re: [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release
2014-10-14 12:22 ` Fabio Estevam
2014-10-14 12:32 ` Otavio Salvador
@ 2014-10-14 12:34 ` Gary Thomas
2014-10-14 12:37 ` Otavio Salvador
1 sibling, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2014-10-14 12:34 UTC (permalink / raw)
To: meta-freescale
On 2014-10-14 06:22, Fabio Estevam wrote:
> On Tue, Oct 14, 2014 at 8:56 AM, Daiane Angolini <daiane.list@gmail.com> wrote:
>
>> This is still on master-next only?
>>
>> When are you planning to have it merged on master?
>>
>>
>> I'm going to need this version ^.^
>
> Maybe we can go to 2014.10 now as it came out today.
>
This time, please don't remove the existing branch. During the
last U-Boot version change, your repo dropped the patches-2014.04
branch which broke [at least my] recipes that forced an older
branch.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release
2014-10-14 12:34 ` Gary Thomas
@ 2014-10-14 12:37 ` Otavio Salvador
0 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2014-10-14 12:37 UTC (permalink / raw)
To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org
On Tue, Oct 14, 2014 at 9:34 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2014-10-14 06:22, Fabio Estevam wrote:
>>
>> On Tue, Oct 14, 2014 at 8:56 AM, Daiane Angolini <daiane.list@gmail.com>
>> wrote:
>>
>>> This is still on master-next only?
>>>
>>> When are you planning to have it merged on master?
>>>
>>>
>>> I'm going to need this version ^.^
>>
>>
>> Maybe we can go to 2014.10 now as it came out today.
>>
>
> This time, please don't remove the existing branch. During the
> last U-Boot version change, your repo dropped the patches-2014.04
> branch which broke [at least my] recipes that forced an older
> branch.
The patches-2014.04 has been removed as we ended jumping to 2014.07
and it was not merged. The 2014.07 branch has been merged so it is
kept there.
--
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] 9+ messages in thread
end of thread, other threads:[~2014-10-14 12:37 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-10 22:22 [meta-fsl-arm][PATCH 1/2] linux-fslc: Update to 3.17 release Otavio Salvador
2014-10-10 22:22 ` [meta-fsl-arm][PATCH 2/2] u-boot-fslc: Update to 2014.10 upcoming release Otavio Salvador
2014-10-10 22:52 ` Fabio Estevam
2014-10-11 15:21 ` Otavio Salvador
2014-10-14 11:56 ` Daiane Angolini
2014-10-14 12:22 ` Fabio Estevam
2014-10-14 12:32 ` Otavio Salvador
2014-10-14 12:34 ` Gary Thomas
2014-10-14 12:37 ` Otavio Salvador
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.