[U-Boot] Commit 7ae47f6b causes a warning

2015-03-14 Thread Albert ARIBAUD
Hello Hannes, On Tue, 3 Feb 2015 13:22:34 +0100, Hannes Petermaier oe5...@oevsv.at wrote: diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h index e9d5d01..d7ea1c9 100644 --- a/include/configs/bur_am335x_common.h +++

Re: [U-Boot] bav335x support broken

2015-03-14 Thread Albert ARIBAUD
Hello Anish, (apologies for any duplicates. My mail server and the U-Boot ML are playing tricks with my sanity.) On Sat, 14 Mar 2015 23:25:03 +0530, Anish Khurana anish.khurana130...@gmail.com wrote: Hi Gilles, This u-boot version is having lot of changes , they have enabled Kconfig similar

Re: [U-Boot] [PATCH] mmc: fsl_esdhc fix register offset

2015-03-14 Thread Peng Fan
Hi, On 3/11/2015 9:00 PM, Fabio Estevam wrote: On Tue, Mar 10, 2015 at 4:35 AM, Peng Fan peng@freescale.com wrote: Commit f022d36e8a4517b2a9d25ff2d75bd2459d0c68b1 introduces error register offset. Change the char reserved3[59] to char reserved3[56]. Signed-off-by: Peng Fan

[U-Boot] Pull request: u-boot-uniphier

2015-03-14 Thread Masahiro Yamada
Hi Tom, The following changes since commit b79dadf846e5e140e261bbfa4decd024357702d7: Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-03-10 19:09:18 -0400) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 2/2] git-mailrc: update Masahiro's email address

2015-03-14 Thread Masahiro Yamada
2015-03-11 13:01 GMT+09:00 Masahiro Yamada yamada.masah...@socionext.com: I have transferred to Socionext Inc. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___

Re: [U-Boot] [PATCH] ARM: UniPhier: adjust device trees for business transfer

2015-03-14 Thread Masahiro Yamada
2015-03-11 15:54 GMT+09:00 Masahiro Yamada yamada.masah...@socionext.com: Panasonic's System LSI products, UniPhier SoC family, have been transferred to Socionext Inc. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com Applied to u-boot-uniphier/master. -- Best Regards Masahiro

Re: [U-Boot] [PATCH 1/2] MAINTAINERS: update Masahiro's email address

2015-03-14 Thread Masahiro Yamada
2015-03-11 13:01 GMT+09:00 Masahiro Yamada yamada.masah...@socionext.com: I have transferred to Socionext Inc. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com Applied to u-boot-uniphier/master. -- Best Regards Masahiro Yamada ___

[U-Boot] [PATCH] imx: mx6sx fix pad property macro definition

2015-03-14 Thread Peng Fan
Fix PAD_CTL_SPEED_LOW pad property macro definition. PAT_CTL_SPEED_LOW occupies the 6th and 7th bit. To mx6sx: 0 0 | 50MHZ — Low(50 MHz) 0 1 | 100MHZ — Medium (100 MHz) 1 0 | 100MHZ — Medium (100 MHz) 1 1 | 200MHZ — Maximum (200 MHz) To Other mx6 socs: 0 0 | RESERVED0 — Reserved 0 1 | 50MHZ — Low

[U-Boot] bav335x support broken

2015-03-14 Thread Gilles
Folks, I posted a patch to add support for bav335x boards (a322aad99de4). The patch was tested against v2015.04-rc1 and worked perfectly but somehow, something was introduced since then which breaks the board support. There are two main errors I need to fix before posting another patch but

Re: [U-Boot] [PATCH v5 0/8] Extend LPC32xx functionality and add LPC32xx-based work_92015 board

2015-03-14 Thread Albert ARIBAUD
Hi Simon, Le Fri, 13 Mar 2015 18:33:51 -0600, Simon Glass s...@chromium.org a écrit : Hi Albert, On 13 March 2015 at 02:04, Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr wrote: This series extends functionality for the LPC32xx platform and introduces the WORK Microwave work_92105 board

Re: [U-Boot] [PATCH v5 2/8] lpc32xx: mtd: nand: add MLC NAND controller

2015-03-14 Thread Albert ARIBAUD
Bonjour Scott, Le Fri, 13 Mar 2015 16:57:33 -0500, Scott Wood scottw...@freescale.com a écrit : On Fri, 2015-03-13 at 09:04 +0100, Albert ARIBAUD (3ADEV) wrote: + /* go through all four small pages */ + for (i = 0; i 4; i++) { + /* start auto decode (reads 528 NAND bytes)

Re: [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts

2015-03-14 Thread Minkyu Kang
On 12 March 2015 at 17:58, Lukasz Majewski l.majew...@samsung.com wrote: Hi Tom, The build break was caused by one of my previous commit: 'odroid: defconfig: disable memset at malloc init' It removes the dts from odroid defconfig - rebase mistake. Signed-off-by: Przemyslaw Marczak

Re: [U-Boot] bav335x support broken

2015-03-14 Thread Anish Khurana
Hi Gilles, This u-boot version is having lot of changes , they have enabled Kconfig similar to Kernel and having GUI support ( make menuconfig) . so if you are gettting error as you mentioned , try to add Device model configurations and SYS malloc() as : Steps 1 make birdland_bav335x config