[U-Boot] Subject: [PATCH] Fix for bug in memory sizing code

2012-09-10 Thread Iwo Mergler
The original memory sizing code in get_ram_size clobbers the word at the base address, but forgets to restore it. Signed-off-by: Iwo Mergler --- common/memsize.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/common/memsize.c b/common/memsize.c index 963e4f3..74cf075 1

Re: [U-Boot] Pull request u-boot-blackfin.git (sf branch)

2012-09-10 Thread Bo Shen
Hi Mike Frysinger, On 9/5/2012 9:54, Bo Shen wrote: Hi Mike Frysinger, On 9/1/2012 21:17, Andreas Bießmann wrote: Dear Mike Frysinger, On 14.08.2012 17:47, Mike Frysinger wrote: The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127: zfs: Add ZFS filesystem support (

Re: [U-Boot] Problem booting i.MX6 from parallel NOR flash

2012-09-10 Thread Dirk Behme
On 07.09.2012 20:41, Carolyn Smith wrote: Hello, I have a custom i.MX6 board that is configured to boot from 16-bit parallel NOR flash using non-multiplexed I/O with the data on the upper half of the data bus. I.e. chip select 0 of the EIM bus should be configured so that MUM = 0 and DSZ = 010b.

Re: [U-Boot] [PATCH 2/2] ARM: at91sam9x5: enable MCI0 support for 9x5ek board.

2012-09-10 Thread Bo Shen
Hi Josh, On 9/7/2012 18:39, Josh Wu wrote: Signed-off-by: Josh Wu --- arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 13 + board/atmel/at91sam9x5ek/at91sam9x5ek.c | 16 include/configs/at91sam9x5ek.h |8 3 files

Re: [U-Boot] [PATCH v2] ubifs: Fix ubifsload when using ZLIB

2012-09-10 Thread Stefan Roese
On 09/05/2012 05:05 PM, Veli-Pekka Peltola wrote: > Using ZLIB compression with UBIFS fails if last data node is not a size of > UBIFS_BLOCK_SIZE (4096 bytes). > > Easiest way to test this is trying to read a file smaller than 4k: > => ubifsload 4100 /etc/fstab > Loading file '/etc/fstab' to a

[U-Boot] [PATCH] powerpc mpc85xx: Only clear TSR:WIS in watchdog_reset.

2012-09-10 Thread Mark Marshall
We should only write TSR_WIS to the SPRN_TSR register in reset_85xx_watchdog. The old code would cause the timer interrupt to be acknowledged when the watchdog was reset, and we would then get no more timer interrupts. This bug would affect all mpc85xx boards that have the watchdog enabled. Sign

[U-Boot] ext2load inside api

2012-09-10 Thread Conzelmann, Dirk
Is it possible to extend the UBoot API for being able to load a file like using the command 'ext2load'? Looking at the cmd_ext2.c file this seems to be a big intervention. Sincerely Dirk Conzelmann [cid:teaser_html_ila2012.gif@e86423a752f14204964e90ab5523b683] CADCON Ingenieurgesellschaft mbH

[U-Boot] Please pull u-boot-ubi/master

2012-09-10 Thread Stefan Roese
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-ubi.git master for you to fetch changes up to 8044c1387f7f8

[U-Boot] [PATCH] atmel_nand: fix the U-Boot output information about nand flash with PMECC enable.

2012-09-10 Thread Josh Wu
Before the patch, it looks like: |U-Boot 2012.07-00441-gd578d6f-dirty (Sep 10 2012 - 16:11:06) | |CPU: AT91SAM9G35 |Crystal frequency: 12 MHz |CPU clock: 400 MHz |Master clock : 133.333 MHz |DRAM: 128 MiB |WARN

Re: [U-Boot] [NEXT PATCH v1 2/7] NAND: added NAND type to nand_ids

2012-09-10 Thread Stefano Babic
On 07/09/2012 20:56, Scott Wood wrote: Hi Scott, >>> > drivers/mtd/nand/nand_ids.c |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c > index 3953549..fe75686 100644 > --- a/drivers/mtd/nand/nand_ids.c >

Re: [U-Boot] [NEXT PATCH v1 5/7] SPL: Added MLO for mx35 SOC to SPL Makefile

2012-09-10 Thread Thomas Petazzoni
Hello, Le Thu, 06 Sep 2012 23:57:08 +0200, stefano babic a écrit : > > Agreed. I guess what I'm asking is, in the TI case the ROM reads FAT > > and must find 'MLO'. Does mx35 do the same or > > No. And not only the MX35, but also the MX5/MX6. > > > is the post-build step > > "dd if=MLO of=/d

Re: [U-Boot] [NEXT PATCH v1 5/7] SPL: Added MLO for mx35 SOC to SPL Makefile

2012-09-10 Thread Stefano Babic
On 10/09/2012 14:27, Thomas Petazzoni wrote: > Hello, > Hi Thomas, >> Exactly. The ROM does not understand a filesystem, and the SPL must be >> stored at a fixed address in the SD card. The filename does not matter, >> and the SPL is not seen as file, but as a raw image. >> >>> I'm fine >>> wit

Re: [U-Boot] [NEXT PATCH v1 5/7] SPL: Added MLO for mx35 SOC to SPL Makefile

2012-09-10 Thread Tom Rini
On Mon, Sep 10, 2012 at 5:44 AM, Stefano Babic wrote: > On 10/09/2012 14:27, Thomas Petazzoni wrote: >> Hello, >> > > Hi Thomas, > >>> Exactly. The ROM does not understand a filesystem, and the SPL must be >>> stored at a fixed address in the SD card. The filename does not matter, >>> and the SPL

[U-Boot] About environment variables

2012-09-10 Thread Paolo Palmieri
Hi, on my STB I've a problem related to the environment variables, they seem corrupted and I'm not able to restore it. Can you help me? Here the output of the printenv/saveenv cmds trying to save a new variable: PDK7105> printenv ---> A LOT OF 0x <--- stdin=serial stdout=serial stderr=seri

[U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Tom Warren
With Simon Glass's include/nand.h alignment changes, some mxs builds were generating errors. Fix is to ensure asm/cache.h is included before linux/mtd/nand.h. Moving common.h to top of include list does that. Signed-off-by: Tom Warren --- drivers/mtd/nand/mxs_nand.c |2 +- 1 files changed, 1

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Simon Glass
On Mon, Sep 10, 2012 at 8:55 AM, Tom Warren wrote: > With Simon Glass's include/nand.h alignment changes, some mxs builds > were generating errors. Fix is to ensure asm/cache.h is included before > linux/mtd/nand.h. Moving common.h to top of include list does that. > > Signed-off-by: Tom Warren

Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-10 Thread Tom Rini
On Sun, Sep 9, 2012 at 11:01 PM, wrote: > Hello, > >> Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress >> auto negotiation if needed >> >> On Fri, Sep 7, 2012 at 1:08 AM, Prabhakar Lad >> wrote: >> > Hi Bastian, >> > >> > Thanks for the patch. >> > >> > On Thu, Sep 6, 2012 at

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Marek Vasut
Dear Tom Warren, > With Simon Glass's include/nand.h alignment changes, some mxs builds > were generating errors. Fix is to ensure asm/cache.h is included before > linux/mtd/nand.h. Moving common.h to top of include list does that. > > Signed-off-by: Tom Warren Acked-by: Marek Vasut Ccing Ste

[U-Boot] Boot U-Boot from UBI volume

2012-09-10 Thread Vikram Narayanan
Hello, I'd like know about the progress of this proposal http://elinux.org/Boot_U-Boot_from_UBI_volume Someone is working on it currently? Regards, Vikram ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00

2012-09-10 Thread Marc Dietrich
This enables I2C on PAZ00. Signed-off-by: Marc Dietrich --- include/configs/paz00.h |8 1 file changed, 8 insertions(+) diff --git a/include/configs/paz00.h b/include/configs/paz00.h index 24cda48..7e21e66 100644 --- a/include/configs/paz00.h +++ b/include/configs/paz00.h @@ -38,6

[U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00

2012-09-10 Thread Marc Dietrich
This enables LP0 to support suspend / resume on PAZ00. Signed-off-by: Marc Dietrich --- board/compal/paz00/Makefile |6 -- include/configs/paz00.h |8 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/board/compal/paz00/Makefile b/board/compal/paz00/Makefil

Re: [U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00

2012-09-10 Thread Stephen Warren
On 09/10/2012 12:51 PM, Marc Dietrich wrote: > This enables I2C on PAZ00. Really? You need to edit board/compal/dts/tegra20-paz00.dts to enable the I2C ports, don't you? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u

Re: [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00

2012-09-10 Thread Stephen Warren
On 09/10/2012 12:51 PM, Marc Dietrich wrote: > This enables LP0 to support suspend / resume on PAZ00. Ooh. Did you test this out with the AC100 kernel, and have it work? That'd be pretty cool... > diff --git a/board/compal/paz00/Makefile b/board/compal/paz00/Makefile > -COBJS:= $(BOARD).

Re: [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00

2012-09-10 Thread Tom Warren
Marc, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, September 10, 2012 12:08 PM > To: Marc Dietrich > Cc: u-boot@lists.denx.de; Tom Warren > Subject: Re: [PATCH 2/2] tegra: enable lp0 on paz00 > > On 09/10/2012 12:51 PM, Marc Dietrich wrote: >

Re: [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00

2012-09-10 Thread Marc Dietrich
On Monday 10 September 2012 13:07:43 Stephen Warren wrote: > On 09/10/2012 12:51 PM, Marc Dietrich wrote: > > This enables LP0 to support suspend / resume on PAZ00. > > Ooh. Did you test this out with the AC100 kernel, and have it work? > That'd be pretty cool... yeah, it would. Unfortunately, I

Re: [U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00

2012-09-10 Thread Marc Dietrich
On Monday 10 September 2012 13:04:42 Stephen Warren wrote: > On 09/10/2012 12:51 PM, Marc Dietrich wrote: > > This enables I2C on PAZ00. > > Really? You need to edit board/compal/dts/tegra20-paz00.dts to enable > the I2C ports, don't you? yes, together with the regulator node. Should this be spli

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread Tom Warren
Marek/Simon, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Monday, September 10, 2012 9:19 AM > To: Tom Warren; s...@chromium.org > Cc: u-boot@lists.denx.de; scottw...@freescale.com; Tom Warren; > sba...@denx.de > Subject: Re: [PATCH] NAND: MXS: include common.h f

Re: [U-Boot] Boot U-Boot from UBI volume

2012-09-10 Thread Wolfgang Denk
Dear Vikram Narayanan, In message <504e1341.60...@gmail.com> you wrote: > > I'd like know about the progress of this proposal > http://elinux.org/Boot_U-Boot_from_UBI_volume > > Someone is working on it currently? As far as I know, there has no activity been in this area yet. Best regards, Wo

[U-Boot] [STATUS] Going on Sabbatical...

2012-09-10 Thread Wolfgang Denk
Dear Friends, my prolonged silence here probably was indication enough that something must have happened. This "something" was that my wife was afflicted with cancer, which resulted in her death last Friday. Suddenly I find myself being a single father with a school age daughter, facing an overwh

Re: [U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00

2012-09-10 Thread Stephen Warren
On 09/10/2012 01:57 PM, Marc Dietrich wrote: > On Monday 10 September 2012 13:04:42 Stephen Warren wrote: >> On 09/10/2012 12:51 PM, Marc Dietrich wrote: >>> This enables I2C on PAZ00. >> >> Really? You need to edit board/compal/dts/tegra20-paz00.dts to enable >> the I2C ports, don't you? > > yes,

[U-Boot] Please pull u-boot-tegra/master into ARM/master

2012-09-10 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into ARM/master. ./MAKEALL -a arm is clean except for yaffs and ohci-hcd errors that were present before. Thanks! The following changes since commit 057df193b40d31799d41d43bc832a972f658bfe4: Albert ARIBAUD (1): Merge remote-tracking branch 'u-boot

Re: [U-Boot] [u-boot-release] [PATCH 4/5] powerpc/85xx: Add P5040 processor support

2012-09-10 Thread Kim Phillips
On Fri, 31 Aug 2012 15:25:35 -0500 Timur Tabi wrote: > Add support for the Freescale P5040 SOC, which is similar to the P5020. > Features of the P5040 are: > > Four P5040 single-threaded e5500 cores built > Up to 2.4 GHz with 64-bit ISA support > Three levels of instruction: user, superv

Re: [U-Boot] [NEXT PATCH v1 2/7] NAND: added NAND type to nand_ids

2012-09-10 Thread Scott Wood
On 09/10/2012 07:09 AM, Stefano Babic wrote: > On 07/09/2012 20:56, Scott Wood wrote: >> What kind of chip is this? Is the datasheet publicly available? >> >> These threads seem relevant: >> http://patchwork.ozlabs.org/patch/60042/ >> http://old.nabble.com/-U-Boot--Add-new-NAND-flash-td29858370.ht

Re: [U-Boot] [u-boot-release] [PATCH 4/5] powerpc/85xx: Add P5040 processor support

2012-09-10 Thread Tabi Timur-B04825
Kim Phillips wrote: >> Cryptography acceleration (SEC 5.0) at up to 40 Gbps SerDes > > it's a SEC 5.2, but... Ok. >> Dual four channel >> Support for hardware virtualization and partitioning enforcement >> Extra privileged level for hypervisor support >> QorIQ Trust Architecture 1

Re: [U-Boot] MIPS: 1Mb U-Boot?

2012-09-10 Thread David Downey
Hi Stefan, Thank you for your quick and thorough reply! On Fri, 2012-09-07 at 08:33 +0200, Stefan Roese wrote: > Hi David, > > On 09/07/2012 12:31 AM, Downey, David (c) wrote: > > I'm David Downey, a software engineer at MIPS Technologies. > > > > Currently, our Malta and SEAD-3 dev boards use

[U-Boot] [Patch] make reset_cpu nonreturn.

2012-09-10 Thread Pavel Machek
Hi! > > From: Dinh Nguyen > > > > Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. > > > > Applied on top of trini/WIP/spl-improvements v6 > [...] > > __noreturn attribute to reset_cpu() is still missing, but that's a minor > thing. Hmm, I thought about it, but I guess the right

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-10 Thread Pavel Machek
Hi! > > From: Dinh Nguyen > > > > Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. > > > > Applied on top of trini/WIP/spl-improvements v6 > [...] > > __noreturn attribute to reset_cpu() is still missing, but that's a > minor thing. Plus, I guess these should be deleted. We alread

Re: [U-Boot] [PATCH] mx6qsabresd: Add basic support

2012-09-10 Thread Fabio Estevam
Hi Stefano, On Thu, Apr 12, 2012 at 7:52 AM, Stefano Babic wrote: > This file is identical to imximage.cfg for the mx6qsabrelite board. I > can imagine this is derived board. Why cannot we implement it as a > variant of the original one ? We have several example in u-boot, for > example the efik

Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-10 Thread Prabhakar Lad
Hi Bastian, On Monday 10 September 2012 09:38 PM, Tom Rini wrote: > On Sun, Sep 9, 2012 at 11:01 PM, wrote: >> Hello, >> >>> Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress >>> auto negotiation if needed >>> >>> On Fri, Sep 7, 2012 at 1:08 AM, Prabhakar Lad >>> wrote: H

Re: [U-Boot] [PATCH] mx6qsabresd: Add basic support

2012-09-10 Thread stefano babic
Am 11/09/2012 05:56, schrieb Fabio Estevam: > Hi Stefano, > Hi Fabio, > On Thu, Apr 12, 2012 at 7:52 AM, Stefano Babic wrote: > >> This file is identical to imximage.cfg for the mx6qsabrelite board. I >> can imagine this is derived board. Why cannot we implement it as a >> variant of the origi

Re: [U-Boot] [PATCH] NAND: MXS: include common.h first so cache.h is included in correct order

2012-09-10 Thread stefano babic
Am 10/09/2012 22:20, schrieb Tom Warren: > Marek/Simon, > Hi Tom, >> -Original Message- >> From: Marek Vasut [mailto:ma...@denx.de] >> Sent: Monday, September 10, 2012 9:19 AM >> To: Tom Warren; s...@chromium.org >> Cc: u-boot@lists.denx.de; scottw...@freescale.com; Tom Warren; >> sba...

Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress auto negotiation if needed

2012-09-10 Thread Bastian . Ruppert
Hello, Prabhakar, hello Tom > On Monday 10 September 2012 09:38 PM, Tom Rini wrote: > > On Sun, Sep 9, 2012 at 11:01 PM, wrote: > >> Hello, > >> > >>> Re: [U-Boot] [PATCH v3 5/6] da850/omap-l138: davinci_emac: Suppress > >>> auto negotiation if needed > >>> > >>> On Fri, Sep 7, 2012 at 1:08 AM,

Re: [U-Boot] [PATCH] mx6qsabresd: Add basic support

2012-09-10 Thread Dirk Behme
On 11.09.2012 05:56, Fabio Estevam wrote: Hi Stefano, On Thu, Apr 12, 2012 at 7:52 AM, Stefano Babic wrote: This file is identical to imximage.cfg for the mx6qsabrelite board. I can imagine this is derived board. Why cannot we implement it as a variant of the original one ? We have several ex

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-10 Thread Stefan Roese
Hi Pavel, On 09/11/2012 02:21 AM, Pavel Machek wrote: >>> From: Dinh Nguyen >>> >>> Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. >>> >>> Applied on top of trini/WIP/spl-improvements v6 >> [...] >> >> __noreturn attribute to reset_cpu() is still missing, but that's a >> minor thing

[U-Boot] [PATCH 0/3] i2c for R-mobile

2012-09-10 Thread Tetsuyuki Kobayashi
Hi, Iwamatsu-san I managed to work i2c on KZM-A9-GT board. Now "i2c md" and "i2c mw" for i2c channel 0 work properly. I think this modification is common for R-mobile, but I have SH73A0 document only. Iwamatu-san, plese review this. This patch set is based on arm/rmobile branch of u-boot-sh.git

[U-Boot] [PATCH 2/3] i2c: sh_i2c.c: correct BUSY bit define in ICSR

2012-09-10 Thread Tetsuyuki Kobayashi
Correct BUSY bit define in ICSR from (1<<3) to (1<<4). Signed-off-by: Tetsuyuki Kobayashi --- Iwamatsu-san, I guess this was mistake. But I don't have technical document other than SH73A0. Could you verify? drivers/i2c/sh_i2c.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[U-Boot] [PATCH 3/3] i2c: sh_i2c.c: adjust for SH73A0

2012-09-10 Thread Tetsuyuki Kobayashi
Adjust i2c_raw_read() in sh_i2c.c to work for SH73A0. After this patch, "i2c md" and "i2c mw" command on U-Boot work properly on KZM-A9-GT board. Signed-off-by: Tetsuyuki Kobayashi --- drivers/i2c/sh_i2c.c|4 include/configs/kzm9g.h |2 +- 2 files changed, 5 insertions(+), 1 de

[U-Boot] [PATCH 1/3] i2c: sh_i2c.c: support iccl and icch extension

2012-09-10 Thread Tetsuyuki Kobayashi
R-mobile SoC (at least SH73A0) has extension bits to store 8th bit of iccl and icch. This patch add support for the extentin bits. Signed-off-by: Tetsuyuki Kobayashi --- drivers/i2c/sh_i2c.c | 32 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/