Re: [U-Boot] [PATCH v2 23/35] nand: Add zynq nand controller driver support

2013-12-19 Thread Michal Simek
On 12/18/2013 08:07 PM, Jagan Teki wrote: > On Wed, Dec 18, 2013 at 9:07 PM, Marek Vasut wrote: >> On Wednesday, December 18, 2013 at 04:30:08 PM, Jagannadha Sutradharudu Teki >> wrote: >>> Added support for Zynq Nand controller driver. >>> >>> Signed-off-by: Jagannadha Sutradharudu Teki >>> CC:

Re: [U-Boot] [PATCH v3 1/8] wandboard: add Future Eletronics 7" WVGA LCD extension board

2013-12-19 Thread Stefano Babic
Hi Otavio, one minor point. On 16/12/2013 23:43, Otavio Salvador wrote: > +int board_video_skip(void) > +{ > + int i; > + int ret; > + int detected = 0; > + char const *panel = getenv("panel"); > + if (!panel) { > + for (i = 0; i < ARRAY_SIZE(displays); i++) { > +

Re: [U-Boot] [PATCH v3 3/8] imx: Easy enabling of SION per-pin using MUX_MODE_SION helper macro

2013-12-19 Thread Stefano Babic
Hi Otavio, On 16/12/2013 23:44, Otavio Salvador wrote: > The macro allows easy setting in per-pin, as for example: > > , > | imx_iomux_v3_setup_pad(MX6_PAD_NANDF_D1__GPIO_2_1 | MUX_MODE_SION); > ` > > The IOMUX_CONFIG_SION allows for reading PAD value from PSR register. > > The followin

Re: [U-Boot] [PATCH v2 07/13] lib: tizen: change Tizen logo with the new one.

2013-12-19 Thread Przemyslaw Marczak
Hello Hyungwon, On 12/19/2013 06:40 AM, 황형원 wrote: > Hi, Marczak. > > Is this logo image what I sent you before? > > It's a little different what we use, > and also the logo image is not aligned center horizontally. > > Best regards, > Hyungwon Hwang > This is not a logo which you sent me. Yo

Re: [U-Boot] [PATCH v3 4/8] mx28evk: Use 512k for fdt partition to align it

2013-12-19 Thread Stefano Babic
On 16/12/2013 23:44, Otavio Salvador wrote: > Using 512k for fdt partition allow it to be aligned with the other > small partitions and 512k erase block size. > > Signed-off-by: Otavio Salvador > --- > Changes in v3: None > Changes in v2: None > > include/configs/mx28evk.h | 2 +- > 1 file chan

Re: [U-Boot] [PATCH v3 5/8] mx28evk: Add 'nandboot' environment command

2013-12-19 Thread Stefano Babic
CC Fabio: On 16/12/2013 23:44, Otavio Salvador wrote: > This reads the kernel, ftd and boot into ubifs filesystem. While on > that, the SD firmware filename definition has been moved next to the > other SD related commands. > > Signed-off-by: Otavio Salvador > --- > Changes in v3: None > Changes

Re: [U-Boot] [PATCH v3 7/8] ARM: mx6: Change the FDT loading address to avoid overlaping

2013-12-19 Thread Stefano Babic
Hi Otavio, On 16/12/2013 23:44, Otavio Salvador wrote: > This patch fixes allow for the DeviceTree and initrd relocation fixing > the boot of FSL 3.10.9-1.0.0-alpha kernel. > > This changes following boards: > > - mx6sabreauto > - mx6sabresd > - wandboard > - udoo > - nitrogen6x > - cgtqmx

Re: [U-Boot] [PATCH v3 8/8] ARM: mx6: Allow enablement of FEC Anatop based clock for all MX6

2013-12-19 Thread Stefano Babic
Hi Otavio, On 16/12/2013 23:44, Otavio Salvador wrote: > The enable_fec_anatop_clock method should be available for all MX6 > variant as it is not MX6 SoloLite specific. This moves the code out of > the #ifdef/#endif and we make it conditional to CONFIG_FEC_MXC > instead. > > Signed-off-by: Otavi

Re: [U-Boot] [PATCH v3 5/8] mx28evk: Add 'nandboot' environment command

2013-12-19 Thread Fabio Estevam
On Mon, Dec 16, 2013 at 8:44 PM, Otavio Salvador wrote: > This reads the kernel, ftd and boot into ubifs filesystem. While on > that, the SD firmware filename definition has been moved next to the > other SD related commands. > > Signed-off-by: Otavio Salvador Reviewed-by: Fabio Estevam ___

Re: [U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support

2013-12-19 Thread Sourav Poddar
On Thursday 19 December 2013 02:50 PM, Jagan Teki wrote: On Thu, Dec 19, 2013 at 2:28 PM, Sourav Poddar wrote: On Thursday 19 December 2013 02:21 PM, Jagan Teki wrote: On Thu, Dec 19, 2013 at 2:17 PM, Sourav Poddar wrote: On Thursday 19 December 2013 12:49 PM, Jagan Teki wrote: On Thu, Dec 1

[U-Boot] [PATCH] Add lzmadec command

2013-12-19 Thread Patrice B
Hi, I needed to be able to uncompress lzma files. I did this command based on unzip command and propose it if it could help. Hopping the patch is correctly done... Best regards. Patrice Signed-off-by: Patrice Bouchand --- common/Makefile | 3 +++ common/cmd_lzmadec.c | 54 ++

[U-Boot] [PATCH] common, env: optimize boottime

2013-12-19 Thread Heiko Schocher
when creating the hashtable, for each environmentvariable getenv(ENV_CALLBACK_VAR) and getenv(ENV_FLAGS_VAR) is called, which costs at this point a lot of time. So call this two getenv() calls only once. Boottime on the ids8313 board without this patch: 2013-12-19 13:38:22,894: NAND: 128 MiB 20

Re: [U-Boot] Please pull u-boot-ti/master

2013-12-19 Thread Dan Murphy
Tom On 12/18/2013 02:07 PM, Tom Rini wrote: > Hey, > > The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac: > > ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 > -0500) > > are available in the git repository at: > > git://git.denx.de/u-boot-t

Re: [U-Boot] [PATCH] spi/cadence: Adding Cadence SPI driver support for SOCFPGA

2013-12-19 Thread Gerhard Sittig
On Wed, Dec 18, 2013 at 14:05 -0600, Chin Liang See wrote: > > To add the Cadence SPI driver support for Altera SOCFPGA. It > required information such as clocks and timing from platform's > configuration header file within include/configs folder > > Signed-off-by: Chin Liang See > Cc: Jagannadh

[U-Boot] [PATCH] board:trats2: fix default partitions and mmc env

2013-12-19 Thread Piotr Wilczek
This patch add uuid disk to defualt partions necessary to restore gpt partitions and fixes mmcdev environmental variable. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- include/configs/trats2.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/confi

Re: [U-Boot] Please pull u-boot-ti/master

2013-12-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/19/2013 08:14 AM, Dan Murphy wrote: > > Tom > > On 12/18/2013 02:07 PM, Tom Rini wrote: >> Hey, >> >> The following changes since commit d2c7074b9593d822e2359a09c21747248fdf5fac: >> >> ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013

Re: [U-Boot] [PATCH v16 02/10] cmd_pxe: remove compiling warnings

2013-12-19 Thread FengHua
> On Sat, Dec 14, 2013 at 9:17 AM, wrote: > > From: David Feng > > > > Signed-off-by: David Feng > > --- > > common/cmd_pxe.c |4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c > > index db6b156..c27ec35 100644 > > --- a/c

Re: [U-Boot] [PATCH] spi/cadence: Adding Cadence SPI driver support for SOCFPGA

2013-12-19 Thread Chin Liang See
Hi Gerhard, On Thu, 2013-12-19 at 14:50 +0100, Gerhard Sittig wrote: > On Wed, Dec 18, 2013 at 14:05 -0600, Chin Liang See wrote: > > > > To add the Cadence SPI driver support for Altera SOCFPGA. It > > required information such as clocks and timing from platform's > > configuration header file w

[U-Boot] [RFC PATCH 0/2] OMAP4/5: Add alternative method for HSIC USB devices reset

2013-12-19 Thread Lubomir Popov
This patch introduces an alternative method for resetting HSIC-attached USB devices on OMAP4/5, needed for working around the fail to connect with some types. The solution implemented by Dan Murphy for the OMAP5432 uEVM (reset via a callback in the board file, invoked from within usb_hub.c) does wo

[U-Boot] [RFC PATCH 1/2] ARM: OMAP4/5: Add alternative method for HSIC USB devices reset

2013-12-19 Thread Lubomir Popov
Add option for individual reset of HSIC-connected USB devices by the ehci-hcd.c driver upon applying port power, with per-device configurable reset hold and delay times. This may replace the reset functionality via usb_hub.c and board file (which does not work on some boards). Make HSIC work on al

[U-Boot] [RFC PATCH 2/2] ARM: omap5_uevm: Example usage of alternative HSIC USB device reset

2013-12-19 Thread Lubomir Popov
This patch demonstrates the usage of the alternative method for HSIC devices reset (via the ehci-hcd and omap-ehci drivers, where this method is implemented through a separate patch; must be applied prior to this one). Board functionality is not altered; a minor improvement is the removal of the se

[U-Boot] [PATCH] ARM: omap5_uevm: Enable 8-bit eMMC access

2013-12-19 Thread Lubomir Popov
All prerequisites are already available, so why not enable 8-bit access - it is a matter of a define in the board file only. Signed-off-by: Lubomir Popov --- include/configs/omap5_uevm.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_u

Re: [U-Boot] [PATCH] board:trats1:trats2: fix adapter number

2013-12-19 Thread Piotr Wilczek
Dear Minkyu Kang, > -Original Message- > From: Piotr Wilczek [mailto:p.wilc...@samsung.com] > Sent: Wednesday, December 18, 2013 3:44 PM > To: u-boot@lists.denx.de > Cc: Minkyu Kang; Kyungmin Park; Piotr Wilczek; Lukasz Majewski > Subject: [PATCH] board:trats1:trats2: fix adapter number >

[U-Boot] [RFC PATCH V2 1/2] ARM: OMAP4/5: Add alternative method for HSIC USB devices reset

2013-12-19 Thread Lubomir Popov
Add option for individual reset of HSIC-connected USB devices by the ehci-hcd.c driver upon applying port power, with per-device configurable reset hold and delay times. This may replace the reset functionality via usb_hub.c and board file (which does not work on some boards). Make HSIC work on al

[U-Boot] [PATCH] sf: Updated Makefile to group generic files

2013-12-19 Thread Jagannadha Sutradharudu Teki
Signed-off-by: Jagannadha Sutradharudu Teki Cc: Masahiro Yamada --- drivers/mtd/spi/Makefile | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi/Makefile b/drivers/mtd/spi/Makefile index 26483a2..fd8f8a4 100644 --- a/drivers/mtd/spi/Makefile +++ b/driv

Re: [U-Boot] [PATCH] spi/cadence: Adding Cadence SPI driver support for SOCFPGA

2013-12-19 Thread Jagan Teki
Thanks for your patch. Please see the typical driver code suggestions on below thread. http://u-boot.10912.n7.nabble.com/Suggestions-for-SPI-driver-pusher-td161008.html Try to avoid the header files make sure to code everything in single .c file. Also add some documents as well as test log on do

[U-Boot] [RFC PATCH V3 1/2] ARM: OMAP4/5: Add alternative method for HSIC USB devices reset

2013-12-19 Thread Lubomir Popov
Add option for individual reset of HSIC-connected USB devices by the ehci-hcd.c driver upon applying port power, with per-device configurable reset hold and delay times. This may replace the reset functionality via usb_hub.c and board file (which does not work on some boards). Make HSIC work on al

Re: [U-Boot] [PATCH] sf: Updated Makefile to group generic files

2013-12-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/19/2013 10:57 AM, Jagannadha Sutradharudu Teki wrote: > Signed-off-by: Jagannadha Sutradharudu Teki > Cc: Masahiro Yamada > --- > drivers/mtd/spi/Makefile | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/dr

Re: [U-Boot] [PATCH] spi/cadence: Adding Cadence SPI driver support for SOCFPGA

2013-12-19 Thread Chin Liang See
Hi Jagan, On Thu, 2013-12-19 at 21:39 +0530, Jagan Teki wrote: > Thanks for your patch. > > Please see the typical driver code suggestions on below thread. > http://u-boot.10912.n7.nabble.com/Suggestions-for-SPI-driver-pusher-td161008.html > > Try to avoid the header files make sure to code ever

<    1   2