[meta-freescale] [PATCH 1/3] uefi: inherit fsl-eula-unpack class

2018-08-21 Thread chunrong . guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/uefi/uefi_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index ce022b9..f157d03 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/

[meta-freescale] [PATCH 2/3] rcw-bin: remove

2018-08-21 Thread chunrong . guo
From: Chunrong Guo *rcw-bin merge to rcw Signed-off-by: Chunrong Guo --- recipes-bsp/rcw/rcw-bin_git.bb | 32 1 file changed, 32 deletions(-) delete mode 100644 recipes-bsp/rcw/rcw-bin_git.bb diff --git a/recipes-bsp/rcw/rcw-bin_git.bb b/recipes-bsp/rcw/rcw-b

[meta-freescale] [PATCH 3/3] rcw: inherit fsl-eula-unpack class

2018-08-21 Thread chunrong . guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/rcw/rcw_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 02754cb..8789961 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_

[meta-freescale] Unaligned memory accesses exception

2018-08-21 Thread Fernando AE
Hello all, I'm bringing up U-Boot for an iMX6UL board, and I've encountered unaligned memory accesses exceptions while I was trying to test the ETH commands (e.g., 'ping'). After investigation, I found out that the iMX6UL processor traps unaligned memory accesses by default. As a workaround, I di

[meta-freescale] [3rdparty][PATCH][rocko] imx-uuc: bump to latest revision

2018-08-21 Thread Fabio Berton
From: Marc Ferland Includes: * multi UDC support * linuxrc script fixes * use soc_uid as usb gadget serial number Signed-off-by: Marc Ferland Signed-off-by: Otavio Salvador Signed-off-by: Fabio Berton (cherry picked from commit d19564addafb1f7744a7a71c05392eb368f3ac5f) --- recipes-bsp/imx-u

Re: [meta-freescale] Unaligned memory accesses exception

2018-08-21 Thread Fabio Estevam
Hi Fernando, On Tue, Aug 21, 2018 at 9:19 AM, Fernando AE wrote: > Hello all, > > I'm bringing up U-Boot for an iMX6UL board, and I've encountered > unaligned memory accesses exceptions while I was trying to test the > ETH commands (e.g., 'ping'). > > After investigation, I found out that the iMX

Re: [meta-freescale] [3rdparty][PATCH][rocko] imx-uuc: bump to latest revision

2018-08-21 Thread Otavio Salvador
On Tue, Aug 21, 2018 at 10:04 AM Fabio Berton wrote: > > From: Marc Ferland > > Includes: > > * multi UDC support > * linuxrc script fixes > * use soc_uid as usb gadget serial number > > Signed-off-by: Marc Ferland > Signed-off-by: Otavio Salvador > Signed-off-by: Fabio Berton > (cherry picked