Re: [U-Boot] [PATCH V3 00/14] ARM: AM43xx: Update support for AM4372 SoC

2013-12-15 Thread Vaibhav Bedia
Hi Lokesh, On Tue, Dec 10, 2013 at 4:32 AM, Lokesh Vutla wrote: > This Patch series updates support for AM4372 EPOS and GP EVM boards. > AM4372 is a low cost Cortex-A9 based application processor targeted at > existing > ARM9/ARM11 base of customers that need more processing capabilities. > Curr

Re: [U-Boot] [PATCH 1/2] snowball: Add networking support

2013-12-15 Thread Roy Spliet
Dear Jagan, Thanks for the feedback. I will check the patch and split it up in two. This fix is derived from the igloocommunity github u-boot repository, but their implementation was a bit too ad-hoc for my taste, using #ifdef CONFIG_SNOWBALL to override the alignment of the smc911x driver. I a

Re: [U-Boot] [PATCH 2/4] arm: pxa: always init ethaddr for LP-8x4x

2013-12-15 Thread Sergei Ianovich
On Sun, 2013-12-15 at 06:17 +0100, Marek Vasut wrote: > On Sunday, December 15, 2013 at 12:53:18 AM, Sergei Ianovich wrote: > > It may even make sense to remove the code that initializes eth1, right? > > Which code? I mean: lp8x4x_eth1_mac_init() in board/icpdas/lp8x4x/lp8x4x.c and its invocati

Re: [U-Boot] [PATCH 1/4] ARM: pxa: prevent PXA270 occasional reboot freezes

2013-12-15 Thread Sergei Ianovich
On Sun, 2013-12-15 at 06:17 +0100, Marek Vasut wrote: > On Sunday, December 15, 2013 at 12:51:44 AM, Sergei Ianovich wrote: > > Nevertheless, I've put a patched U-Boot with a single write to MDREFR to > > test (reset every 2 sec). After several hours, it will be clear, if a > > single write works.

Re: [U-Boot] [PATCH 4/4] arm: pxa: update LP-8x4x to boot DTS kernel

2013-12-15 Thread Sergei Ianovich
On Sat, 2013-12-14 at 18:05 +0100, Marek Vasut wrote: > On Saturday, December 14, 2013 at 04:41:30 PM, Sergei Ianovich wrote: > > Factory flash partition layout is just 256 kiB for the U-Boot. I am not > > associated with the producer, so I cannot fix this. > > I see, understood. I won't bug you h

Re: [U-Boot] [PATCH 2/2] vexpress: Add vexpress qemu variant

2013-12-15 Thread Ian Campbell
Ping? On Sun, 2013-11-17 at 15:17 +, Ian Campbell wrote: > The main purpose of this is to disable the use of the virtualisation > extensions > which Qemu does not emulate. > > Also enable a few additional commands and the u-boot API. > > This works for me with: > $ dd if=/dev/zero of=pflash

Re: [U-Boot] [PATCH 2/2] vexpress: Add vexpress qemu variant

2013-12-15 Thread Michael Trimarchi
Hi Ian On Sun, Dec 15, 2013 at 6:08 PM, Ian Campbell wrote: > Ping? > > On Sun, 2013-11-17 at 15:17 +, Ian Campbell wrote: >> The main purpose of this is to disable the use of the virtualisation >> extensions >> which Qemu does not emulate. >> >> Also enable a few additional commands and th

Re: [U-Boot] [PATCH 4/4] arm: pxa: update LP-8x4x to boot DTS kernel

2013-12-15 Thread Marek Vasut
On Sunday, December 15, 2013 at 10:57:55 AM, Sergei Ianovich wrote: > On Sat, 2013-12-14 at 18:05 +0100, Marek Vasut wrote: > > On Saturday, December 14, 2013 at 04:41:30 PM, Sergei Ianovich wrote: > > > Factory flash partition layout is just 256 kiB for the U-Boot. I am not > > > associated with t

Re: [U-Boot] [PATCH 1/4] ARM: pxa: prevent PXA270 occasional reboot freezes

2013-12-15 Thread Marek Vasut
On Sunday, December 15, 2013 at 10:48:16 AM, Sergei Ianovich wrote: > On Sun, 2013-12-15 at 06:17 +0100, Marek Vasut wrote: > > On Sunday, December 15, 2013 at 12:51:44 AM, Sergei Ianovich wrote: > > > Nevertheless, I've put a patched U-Boot with a single write to MDREFR > > > to test (reset every

Re: [U-Boot] [PATCH 2/4] arm: pxa: always init ethaddr for LP-8x4x

2013-12-15 Thread Marek Vasut
On Sunday, December 15, 2013 at 10:44:06 AM, Sergei Ianovich wrote: > On Sun, 2013-12-15 at 06:17 +0100, Marek Vasut wrote: > > On Sunday, December 15, 2013 at 12:53:18 AM, Sergei Ianovich wrote: > > > It may even make sense to remove the code that initializes eth1, right? > > > > Which code? > >

Re: [U-Boot] [PATCH 2/4] arm: pxa: always init ethaddr for LP-8x4x

2013-12-15 Thread Sergei Ianovich
On Sun, 2013-12-15 at 16:05 +0100, Marek Vasut wrote: > Heh, yes. The DT will solve it through the ethernet1 alias, just set the > eth1addr and test it to make sure please. It works. I've updated the dts in kernel for next version of patch series. I will update this patch for v2. __

Re: [U-Boot] [PATCH 4/4] arm: pxa: update LP-8x4x to boot DTS kernel

2013-12-15 Thread Sergei Ianovich
On Sun, 2013-12-15 at 16:06 +0100, Marek Vasut wrote: > On Sunday, December 15, 2013 at 10:57:55 AM, Sergei Ianovich wrote: > > After a clean rebuild, U-Boot with both OF_LIBFDT and CMD_USB, but > > without SYS_LONGHELP is under 256 kiB. I won't disable USB. Instead, > > I'll try to make it actuall

Re: [U-Boot] [PATCH 4/4] arm: pxa: update LP-8x4x to boot DTS kernel

2013-12-15 Thread Marek Vasut
On Sunday, December 15, 2013 at 07:56:35 PM, Sergei Ianovich wrote: > On Sun, 2013-12-15 at 16:06 +0100, Marek Vasut wrote: > > On Sunday, December 15, 2013 at 10:57:55 AM, Sergei Ianovich wrote: > > > After a clean rebuild, U-Boot with both OF_LIBFDT and CMD_USB, but > > > without SYS_LONGHELP is

Re: [U-Boot] [PATCH v6] spi: Add support SH Quad SPI driver

2013-12-15 Thread Nobuhiro Iwamatsu
ping. 2013/12/2 Nobuhiro Iwamatsu : > This patch adds a driver for Renesas SoC's Quad SPI bus. > This supports with 8 bits per transfer to use with SPI flash. > > Signed-off-by: Kouei Abe > Signed-off-by: Nobuhiro Iwamatsu > Signed-off-by: Jagannadha Sutradharudu Teki > --- > > Changes for v6:

Re: [U-Boot] [PATCH v3 1/4] mkexynosspl: fix uninitialized buffer

2013-12-15 Thread Minkyu Kang
Dear Albert ARIBAUD, On 14/12/13 19:14, Albert ARIBAUD wrote: > Hi Minkyu, > > On Sat, 14 Dec 2013 14:07:57 +0900, Minkyu Kang > wrote: > >> Dear Albert, >> >> On 13/12/13 18:00, Albert ARIBAUD wrote: >>> (adding Minkyu as the Samsung custodian) >>> >>> On Mon, 9 Dec 2013 18:09:18 +0100, Alber

Re: [U-Boot] [PATCH 1/7 V4] mmc: Add some usefull macro definition

2013-12-15 Thread haijun.zh...@freescale.com
Hi, Pantelis These are the newest version of this patch set. Expect your advice. Regards & Thanks. -- Haijun > -Original Message- > From: Haijun Zhang [mailto:haijun.zh...@freescale.com] > Sent: Tuesday, December 10, 2013 4:21 PM > To: pa...@antoniou-consulting.com > Cc: u-boot@lists.d

Re: [U-Boot] booting issue with Atmel SAMA5D31 Evaluation kit

2013-12-15 Thread Bo Shen
Hi Ron Eggler, On 12/14/2013 05:15 AM, Ron Eggler wrote: -- ron eggler | semios | senior software engineer 320 - 887 Great Northern Way | Vancouver, BC | V5T 4T5 T | 604 229 2044 ext 105 C | 778 230 9442 E |regg...@semios.com smart farming

Re: [U-Boot] booting issue with Atmel SAMA5D31 Evaluation kit

2013-12-15 Thread Ron Eggler
Hi Bo, Thanks for your reply! > Hi Ron Eggler, > > On 12/14/2013 05:15 AM, Ron Eggler wrote: > > -- > > [snip] > > On December 13, 2013 11:57:29 AM Andreas Bießmann wrote: > > > Dear Ron Eggler, > > > > > > On 12/12/2013 10:22 PM, Ron Eggler wrote: > > > > Hi, > > > > > > > > > > >

Re: [U-Boot] booting issue with Atmel SAMA5D31 Evaluation kit

2013-12-15 Thread Bo Shen
Hi Ron, On 12/16/2013 11:19 AM, Ron Eggler wrote: > First, please check the console output, it should be BootROM. > Second, which Linux distribution you are using? If use ubuntu 12.04, you > can see a /dev/ttyACMx device, sam-ba will access this device. I'm using Kubuntu 13.10 and I connec

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

2013-12-15 Thread Sonic Zhang
Hi Tom, Please pull the following bug fixing patches from u-boot-blackfin into your tree. Thanks Sonic Zhang The following changes since commit e03c76c30342797a25ef9350e51c8daa0b56f1df: powerpc/mpc85xx: Update CONFIG_SYS_FSL_TBCLK_DIV for T1040 (2013-12-11 11:12:54 -0800) are available in

Re: [U-Boot] booting issue with Atmel SAMA5D31 Evaluation kit

2013-12-15 Thread Ron Eggler
Hi Bo, Okay here we have some more information! Great! On December 16, 2013 11:42:11 AM Bo Shen wrote: > Hi Ron, > > On 12/16/2013 11:19 AM, Ron Eggler wrote: > > > First, please check the console output, it should be BootROM. > > > > > > Second, which Linux distribution you are using? If us

Re: [U-Boot] booting issue with Atmel SAMA5D31 Evaluation kit

2013-12-15 Thread Shen, Voice
Hi Ron, Hi Bo,   Okay here we have some more information! Great!   On December 16, 2013 11:42:11 AM Bo Shen wrote: > Hi Ron, > > On 12/16/2013 11:19 AM, Ron Eggler wrote: > > > First, please check the console output, it should be BootROM. > > > > > > Second, which Linux distribution you are usin

[U-Boot] [PATCH] Makefile: fix the typo error for mrproper

2013-12-15 Thread Bo Shen
Fix the typo error for mrproper from mkproper. Signed-off-by: Bo Shen --- In Makefile, there is no object name is mkproper, so I think this is a typo error. Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7310c4e..ddbaaf0 100644 --- a/Ma

Re: [U-Boot] [PATCH v6] spi: Add support SH Quad SPI driver

2013-12-15 Thread Jagan Teki
On Mon, Dec 2, 2013 at 1:42 PM, Nobuhiro Iwamatsu wrote: > This patch adds a driver for Renesas SoC's Quad SPI bus. > This supports with 8 bits per transfer to use with SPI flash. > > Signed-off-by: Kouei Abe > Signed-off-by: Nobuhiro Iwamatsu > Signed-off-by: Jagannadha Sutradharudu Teki > ---

Re: [U-Boot] [PATCH v3 1/4] mkexynosspl: fix uninitialized buffer

2013-12-15 Thread Rajeshwari Birje
Hi Albert, Please refer the following patch: "SPL: EXYNOS: Prepare for variable size SPL support" http://patchwork.ozlabs.org/patch/298965/ I don't think after this patch is applied, the above patch would be required. Regards, Rajeshwari. On Mon, Dec 16, 2013 at 6:18 AM, Minkyu Kang wrote: