[U-Boot] U-boot's stack space on a Sequoia board

2012-09-15 Thread Corey Ashford
Hello, I recently spent quite a lot of time finding a problem where U-boot was overwriting part of its stack onto my kernel that I had downloaded via tftpboot. The board I am using is a Sequoia, powerpc 440EPx board running U-boot 1.2.0-gc0c292b2 (Jun 5 2007 - 07:16:12). I found that when I boo

Re: [U-Boot] [PATCH 3/6] arm: exynos4: Fix exynos4_fb structure

2012-09-15 Thread Minkyu Kang
Dear Donghwa, On 13 September 2012 16:45, Piotr Wilczek wrote: > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > arch/arm/include/asm/arch-exynos/fb.h |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/include/as

Re: [U-Boot] U-boot's stack space on a Sequoia board

2012-09-15 Thread Wolfgang Denk
Dear Corey Ashford, In message <5053ccb5.3070...@linux.vnet.ibm.com> you wrote: > > The board I am using is a Sequoia, powerpc 440EPx board running U-boot > 1.2.0-gc0c292b2 (Jun 5 2007 - 07:16:12). Frankly: we don't really care any longer about 5 years old code. The Sequoia board is well suppor

Re: [U-Boot] [PATCH 6/6] arm: exynos4: universal_C210: add display support

2012-09-15 Thread Minkyu Kang
Dear Piotr, On 13 September 2012 16:45, Piotr Wilczek wrote: > This patch add support for display on Universal C210 board. > Width of displayed logo must be not bigger than 480 pixel and > is limited by width of the screen. > Tizen logo size is 520x120 pixels should be reseized to be > displayed

Re: [U-Boot] [PATCH] arm:exynos4:universal_c210: implement software SPI

2012-09-15 Thread Minkyu Kang
Dear Piotr, On 29 August 2012 17:15, Piotr Wilczek wrote: > This patch implements software SPI for the universal C210 board. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > CC: Wolfgang Denk > CC: Jean-Christophe PLAGNIOL-VILLARD > --- > board/samsung/uni

Re: [U-Boot] [PATCH 2/2] IPL: Remove remains of OneNAND IPL

2012-09-15 Thread Minkyu Kang
Dear Marek Vasut, On 6 September 2012 12:09, Marek Vasut wrote: > After removing the Apollon board, remove the OneNAND IPL too. > There are no users for it any more. > > Signed-off-by: Marek Vasut > Cc: Albert Aribaud > Cc: Minkyu Kang > Cc: Tom Rini > --- > .gitignore

Re: [U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-15 Thread Jerry Van Baren
On 09/05/2012 02:34 AM, Marek Vasut wrote: > In case the "fdt addr" command wasn't ran yet and any other "fdt" > subcommand was issued, the system crashed due to NULL pointer being > used. > > This is caused by "fdt addr" command setting up a pointer to the > FDT memory location. Prior issuing "fd

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

2012-09-15 Thread Jerry Van Baren
Dear Tom, Please pull u-boot-fdt. This contains the FDT null address bug fix from Marek. Thanks, gvb P.S. Tom - Resent because I sent to the list from the wrong email account. The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.den

Re: [U-Boot] A little introduction

2012-09-15 Thread Tom Cubie
I just noticed this mail today, sorry for the late reply. Thanks Henrik for introducing this in the u-boot mail list. I am Tom Cubie, a former engineer at Allwinner. Allwinner Tech is a 5-years-old Chinese company making low cost ARM soc. I joined Allwinner last year, and have been working on the

Re: [U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property

2012-09-15 Thread Jerry Van Baren
On 08/27/2012 08:38 PM, Kim Phillips wrote: > From: Minghuan Lian > > Some properties may contain multiple values, these values may need > to be added to the property respectively. this patch provides this > functionality. The main purpose of fdt_append_prop() is to append > the values to a exist

Re: [U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property

2012-09-15 Thread Tabi Timur-B04825
On Sat, Sep 15, 2012 at 9:36 AM, Jerry Van Baren wrote: > Queued up 2 of 2 patches to the u-boot-fdt "next" branch. I'll issue a > pull request when the merge window opens. I thought libfdt patches were suppose to go to dtc.git? -- Timur Tabi Linux kernel developer at Freescale __

Re: [U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property

2012-09-15 Thread Jerry Van Baren
On 09/15/2012 11:00 AM, Tabi Timur-B04825 wrote: > On Sat, Sep 15, 2012 at 9:36 AM, Jerry Van Baren wrote: > >> Queued up 2 of 2 patches to the u-boot-fdt "next" branch. I'll issue a >> pull request when the merge window opens. > > I thought libfdt patches were suppose to go to dtc.git? That i

Re: [U-Boot] [PATCH 2/2] IPL: Remove remains of OneNAND IPL

2012-09-15 Thread Marek Vasut
Dear Minkyu Kang, > Dear Marek Vasut, > > On 6 September 2012 12:09, Marek Vasut wrote: > > After removing the Apollon board, remove the OneNAND IPL too. > > There are no users for it any more. > > > > Signed-off-by: Marek Vasut > > Cc: Albert Aribaud > > Cc: Minkyu Kang > > Cc: Tom Rini >

Re: [U-Boot] [PATCH v2 01/11] ARM: fix relocation on ARM926EJS

2012-09-15 Thread Marek Vasut
Dear José Miguel Gonçalves, > Jumping to board_init_r is not performed due to a bug on address > computation. Is your CONFIG_SYS_TEXT_BASE configured correctly? I don't detect any misbehavior on my arm926 boards. > Relocation offsets are not needed when building SPL. Do they cause any trouble?

[U-Boot] [PATCH] mx28evk: extend default environment

2012-09-15 Thread Otavio Salvador
The environment has been based on mx53loco and m28evk but keeping the possibility to easy change the default console device as Freescale and mainline kernels differ on the device name. Signed-off-by: Otavio Salvador --- include/configs/mx28evk.h | 82 ---

Re: [U-Boot] AR8031 Ethernet on mx6

2012-09-15 Thread Fabio Estevam
Hi Dirk, On Sat, Sep 15, 2012 at 2:32 AM, Dirk Behme wrote: > I think a coworker has an ARM2, so I'll try to ask him on Monday. Thanks for your help. > > But while talking about ethernet on MX6: There seems to be a lot of issues > with 1GB ethernet. Or is it just confusion? As I'm no expert on

Re: [U-Boot] AR8031 Ethernet on mx6

2012-09-15 Thread Marek Vasut
Dear Fabio Estevam, > Hi Dirk, > > On Sat, Sep 15, 2012 at 2:32 AM, Dirk Behme wrote: > > I think a coworker has an ARM2, so I'll try to ask him on Monday. > > Thanks for your help. > > > But while talking about ethernet on MX6: There seems to be a lot of > > issues with 1GB ethernet. Or is it

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-15 Thread Marek Vasut
Dear Thierry Reding, > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote: > > Hi, > > > > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote: > > > Dear Stephen Warren, > > > > > >> On 09/12/2012 04:38 PM, Marek Vasut wrote: > > >> > Dear Stephen Warren, > > >> > > > >> >> On 09/12/2

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-15 Thread Thierry Reding
On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote: > Hi, > > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote: > > Dear Stephen Warren, > > > >> On 09/12/2012 04:38 PM, Marek Vasut wrote: > >> > Dear Stephen Warren, > >> > > >> >> On 09/12/2012 10:19 AM, Tom Warren wrote: > >> >>> Fol

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-15 Thread Thierry Reding
On Sat, Sep 15, 2012 at 10:01:47PM +0200, Thierry Reding wrote: > I think I traced this to the copying of CSD a while back. The problem is > that the transferred buffer is 8 bytes, so there's no way to make it > aligned properly. Unfortunately the entailing discussion did not yield a > solution at

Re: [U-Boot] AR8031 Ethernet on mx6

2012-09-15 Thread Eric Nelson
Hi all, On 09/15/2012 12:26 PM, Marek Vasut wrote: Dear Fabio Estevam, Hi Dirk, On Sat, Sep 15, 2012 at 2:32 AM, Dirk Behme wrote: I think a coworker has an ARM2, so I'll try to ask him on Monday. Thanks for your help. But while talking about ethernet on MX6: There seems to be a lot of

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-15 Thread Thierry Reding
On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote: > Dear Thierry Reding, > > > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote: > > > Hi, > > > > > > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote: > > > > Dear Stephen Warren, > > > > > > > >> On 09/12/2012 04:38 PM,

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-15 Thread Marek Vasut
Dear Thierry Reding, > On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote: > > Dear Thierry Reding, > > > > > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote: > > > > Hi, > > > > > > > > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote: > > > > > Dear Stephen Warren, > >

Re: [U-Boot] [PATCH v4 2/2] ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h

2012-09-15 Thread Pavel Machek
Hi! > > From: Dinh Nguyen > > > > include/common.h has the reset_cpu defined already. No need to > > re-define here. > > > > Signed-off-by: Dinh Nguyen > > Signed-off-by: Pavel Machek > > --- > > arch/arm/include/asm/arch-kirkwood/cpu.h |1 - > > arch/arm/include/asm/arch-orion5x/cpu.h

[U-Boot] Limit of kernel size

2012-09-15 Thread J.Hwan Kim
Hi, everyone Is there limitation of the kernel size which u-boot loads? My kernel is very big, because I included the ramdisk into the kernel. My kernel size is over 40MB. When I load the kernel through u-boot, the prcedure hangs in the boot step. The step is "Uncompressing Linux done, bootin

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-15 Thread Simon Glass
Hi, On Sat, Sep 15, 2012 at 1:41 PM, Thierry Reding wrote: > On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote: >> Dear Thierry Reding, >> >> > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote: >> > > Hi, >> > > >> > > On Wed, Sep 12, 2012 at 4:42 PM, Marek Vasut wrote: >> >

Re: [U-Boot] Limit of kernel size

2012-09-15 Thread Heiko Schocher
Hello J.Hwan, On 16.09.2012 01:40, J.Hwan Kim wrote: Hi, everyone Is there limitation of the kernel size which u-boot loads? Only as I know the maximum RAM size (minus the size U-Boot needs) My kernel is very big, because I included the ramdisk into the kernel. My kernel size is over 40MB.

Re: [U-Boot] [PATCH] common, hush [BUG]: exit not work in hush shell

2012-09-15 Thread Heiko Schocher
Hello Wolfgang, On 14.09.2012 20:31, Wolfgang Denk wrote: Dear Heiko Schocher, In message<1347645856-3326-1-git-send-email...@denx.de> you wrote: running the following script in u-boot: setenv error 'if true; then echo ERROR exit; fi' I think I once tried to fix

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-15 Thread Thierry Reding
On Sat, Sep 15, 2012 at 07:45:30PM -0700, Simon Glass wrote: > Hi, > > On Sat, Sep 15, 2012 at 1:41 PM, Thierry Reding > wrote: > > On Sat, Sep 15, 2012 at 10:11:54PM +0200, Marek Vasut wrote: > >> Dear Thierry Reding, > >> > >> > On Fri, Sep 14, 2012 at 08:53:32AM -0700, Simon Glass wrote: > >>