Re: [U-Boot] UBIFS fails on SheevaPlug

2012-10-28 Thread Dimax
HI, So you say I have to rebuild u-boot with expanded CONFIG_SYS_MALLOC_LEN. So far I have used rebuild images from: http://people.debian.org/~tbm/u-boot/2011.12-3/sheevaplug/u-boot.kwb I see following files in the parrent directory: [image: [ ]] u-boot_2012.04.01-2.debian.tar.gz

Re: [U-Boot] UBIFS fails on SheevaPlug

2012-10-28 Thread Andreas Bießmann
Dear Dimax, On 29.10.12 07:38, Dimax wrote: > Tried latest available version for SheevaPlug: > > Marvell>> version > U-Boot 2012.04.01 (Jun 01 2012 - 02:27:06) > Marvell-Sheevaplug - eSATA - SD/MMC > gcc (Debian 4.6.3-5) 4.6.3 > GNU ld (GNU Binutils for Debian) 2.22 > > Same result. > Do you kno

Re: [U-Boot] UBIFS fails on SheevaPlug

2012-10-28 Thread Dimax
Tried latest available version for SheevaPlug: Marvell>> version U-Boot 2012.04.01 (Jun 01 2012 - 02:27:06) Marvell-Sheevaplug - eSATA - SD/MMC gcc (Debian 4.6.3-5) 4.6.3 GNU ld (GNU Binutils for Debian) 2.22 Same result. Do you know if u-boot has a functionality to recover ubifs partitions? O

[U-Boot] [PATCH 6/6 V8] EXYNOS5: Enable SPI booting.

2012-10-28 Thread Hatim Ali
From: Rajeshwari Shinde This patch enables SPI Booting for EXYNOS5 Signed-off-by: Rajeshwari Shinde --- Changes since v4: No Change Changes since v5: No Change Changes since v6: No Change Changes since v7: No Change diff --git a/board/samsung/smdk5250/Makefile b

[U-Boot] [PATCH 5/6 V8] EXYNOS5: Enable SPI

2012-10-28 Thread Hatim Ali
This patch enables SPI driver for EXYNOS5. Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git Changes since v5: No change Changes since v6: Removed unused define from the config file Chang

[U-Boot] [PATCH 4/6 V8] SPI: Add SPI Driver for EXYNOS.

2012-10-28 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds SPI driver for EXYNOS. Signed-off-by: Simon Glass Signed-off-by: Padmavathi Venna Signed-off-by: Gabe Black Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Mike Frysinger Acked-by: Simon Glass Tested-by: jy0922.s...@samsung.com -

[U-Boot] [PATCH 3/6 V8] EXYNOS5: Add base address for SPI.

2012-10-28 Thread Hatim Ali
From: Rajeshwari Shinde Add base address definition for SPI device on Exynos. Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes since v4: - Rebased on u-boot-samsung.git - Added Acked-by Simon Glass Changes since v5: No Change Changes since v6:

[U-Boot] [PATCH 2/6 V8] EXYNOS: Add clock for SPI

2012-10-28 Thread Hatim Ali
Add api to calculate and set the clock for SPI channels Signed-off-by: James Miller Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: Added Signed-off-by of James Miller Changes since v5: Incorporat

[U-Boot] [PATCH 1/6 V8] EXYNOS5: Add pinmux support for SPI

2012-10-28 Thread Hatim Ali
From: Rajeshwari Shinde This patch adds pinmux support for SPI channels Signed-off-by: Rajeshwari Shinde Signed-off-by: Hatim Ali Acked-by: Simon Glass --- Changes since v4: Fixed minor nits suggested by Simon Glass Changes since v5: No change Changes since v6: Incorpo

[U-Boot] [PATCH 0/6 V8] EXYNOS5: Enable SPI support

2012-10-28 Thread Hatim Ali
This patch set adds SPI driver for EXYNOS5 and enables same. This patch set is based on latest u-boot-samsung.git tree. Changes in V2: - Correted the Commit message. Changes in V3: - Removed SPI_SLAVE Flag. - Corrected warning messages. Changes in V4: - Rebased on m

Re: [U-Boot] UBIFS fails on SheevaPlug

2012-10-28 Thread Dimax
Hi. 1) Is this an upstream u-boot? Marvell>> version U-Boot 2011.12 (Jan 08 2012 - 21:53:47) Marvell-Sheevaplug - eSATA - SD/MMC gcc (Debian 4.6.2-9) 4.6.2 GNU ld (GNU Binutils for Debian) 2.22 I will try latest one today. 2) Can you NAND (driver) do subpage writes ? How can I know it? On Mon

Re: [U-Boot] [PATCH] s3c64xx: fix the compiler error and warning

2012-10-28 Thread Minkyu Kang
2012. 10. 26. 19:12 Marek Vasut 작성: > Dear Jaehoon Chung, > >> From: Minkyu Kang >> >> This patch is fixing the following errors > [...] > > Acked-by: Marek Vasut > > Best regards, > Marek Vasut > ___ > U-Boot mailing list > U-Boot@lists.denx.de > htt

Re: [U-Boot] [U-Boot, 2/6] fdt: Limit printed hex in fdt print and list commands

2012-10-28 Thread Jerry Van Baren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tom, Joe, On 10/25/2012 04:59 PM, Tom Rini wrote: > On Fri, Aug 17, 2012 at 10:34:36AM -, Joe Hershberger wrote: > >> Prevent printing the entire image in a itb. It is most likely >> unhelpful to have the hex of the entire image scroll for mi

[U-Boot] [PATCH v10] Add dmmalloc module for DM.

2012-10-28 Thread Tomas Hlavacek
Add pointer to the first early heap into GD structure. Implement simple early_malloc and early_free functions. Prepare for additional heaps and automated heap initialization. Add temporary early_malloc_active function (to be replaced in future by more coarse DM init flags). Add DM specific malloc c

Re: [U-Boot] UBIFS fails on SheevaPlug

2012-10-28 Thread Marek Vasut
Dear Dimax, > HI, > After power short u-boot fails to mount UBIFS and board stuck. Below is a > trace of u-boot > > Marvell>> boot > > UBI: mtd1 is detached from ubi0 > > Creating 1 MTD partitions on "nand0": > > 0x0050-0x2000 : "mtd=2" > > UBI: attaching mtd1 to ubi0 > > UBI

[U-Boot] Pull request: u-boot-mpc8xx/master

2012-10-28 Thread Wolfgang Denk
Dear tom, the following changes since commit 5bb3505fa867ded03cbee83f7722ab5182930637: Merge branch 'master' of git://git.denx.de/u-boot-arm (2012-10-26 15:44:31 -0700) are available in the git repository at: git://git.denx.de/u-boot-mpc8xx.git master for you to fetch changes up to 28aa2

Re: [U-Boot] ping failed; host 192.168.1.101 is not alive

2012-10-28 Thread Wolfgang Denk
Dear akdas75, In message <34610904.p...@talk.nabble.com> you wrote: > > I generate a macid from uboot/tools/gen_eth_addr. > Still the ping says "host not alive" > > I have attached the uboot log > and also the wireshark snapshot on the host > > host : 192.168.1.101 > development board : 192.168

[U-Boot] [PATCH v2] powerpc/mpc85xx: Temporary fix for spin table backward compatibility

2012-10-28 Thread York Sun
Once u-boot sets the spin table to cache-enabled memory, old kernel which uses cache-inhibit mapping without coherence will not work properly. We use this temporary fix until kernel has updated its spin table code. For now this fix is activated by default. To disable this fix for new kernel, set en

Re: [U-Boot] mips port

2012-10-28 Thread Dmytro Milinevskyy
Jerry, thanks for your answer. So far nobody commented my remark regarding the address of board_init_r after the relocation so I would like to raise it again. Maybe it's my fault as I forgot to attach the patch. In the patch the address is correctly computed which allows u-boot to run after relocat

[U-Boot] UBIFS fails on SheevaPlug

2012-10-28 Thread Dimax
HI, After power short u-boot fails to mount UBIFS and board stuck. Below is a trace of u-boot Marvell>> boot UBI: mtd1 is detached from ubi0 Creating 1 MTD partitions on "nand0": 0x0050-0x2000 : "mtd=2" UBI: attaching mtd1 to ubi0 UBI: physical eraseblock size: 131072 bytes

Re: [U-Boot] [PATCH 1/2] mmc: add bcm2835 driver

2012-10-28 Thread Vikram Narayanan
On 10/28/2012 8:58 AM, Stephen Warren wrote: On 10/26/2012 05:33 AM, Vikram Narayanan wrote: Some nitpicks. On 10/24/2012 10:20 AM, Stephen Warren wrote: +static u8 bcm2835_sdhci_readb(struct sdhci_host *host, int reg) +{ +u32 val = bcm2835_sdhci_raw_readl(host, (reg& ~3)); +val =

Re: [U-Boot] [PATCH] common/spl: Mark arguments as unused

2012-10-28 Thread Vikram Narayanan
On 10/24/2012 10:41 PM, Scott Wood wrote: On 10/23/2012 11:14:34 PM, Vikram Narayanan wrote: On 10/24/2012 7:22 AM, Scott Wood wrote: On 10/23/2012 12:15:11 PM, Vikram Narayanan wrote: On 10/23/2012 9:15 PM, Tom Rini wrote: On Tue, Oct 23, 2012 at 12:26:53PM +0200, Stefan Roese wrote: On 10/

Re: [U-Boot] [PATCH V3 5/5] ARM: tegra: don't request GPIO from Seaboard's SPL

2012-10-28 Thread Albert ARIBAUD
Hi Stephen, On Sat, 27 Oct 2012 20:09:20 -0600, Stephen Warren wrote: > On 10/27/2012 03:15 AM, Albert ARIBAUD wrote: > > Hi Stephen, > > > > On Mon, 22 Oct 2012 10:19:36 -0600, Stephen Warren > > wrote: > > > >> From: Stephen Warren > >> > >> Seaboard has a GPIO that switches an external mu

Re: [U-Boot] [PATCH 1/5] mx53loco: Allow booting a zImage kernel

2012-10-28 Thread Stefano Babic
On 24/10/2012 21:44, Fabio Estevam wrote: > From: Fabio Estevam > > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- > include/configs/mx53loco.h |1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h > index 06

Re: [U-Boot] [PATCH 5/5] mx6qsabre_common: Allow booting a zImage kernel

2012-10-28 Thread Stefano Babic
On 24/10/2012 21:44, Fabio Estevam wrote: > From: Fabio Estevam > > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engi

Re: [U-Boot] [PATCH 4/5] mx35pdk: Allow booting a zImage kernel

2012-10-28 Thread Stefano Babic
On 24/10/2012 21:44, Fabio Estevam wrote: > From: Fabio Estevam > > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Enginee

Re: [U-Boot] [PATCH 3/5] mx51evk: Allow booting a zImage kernel

2012-10-28 Thread Stefano Babic
On 24/10/2012 21:44, Fabio Estevam wrote: > From: Fabio Estevam > > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engin

Re: [U-Boot] [PATCH 2/5] mx25pdk: Allow booting a zImage kernel

2012-10-28 Thread Stefano Babic
On 24/10/2012 21:44, Fabio Estevam wrote: > From: Fabio Estevam > > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- > include/configs/mx25pdk.h |1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h > index bd000

Re: [U-Boot] [PATCH v3 1/6] mx25pdk: Include CONFIG_MX25

2012-10-28 Thread Stefano Babic
On 23/10/2012 18:34, Fabio Estevam wrote: > It is necessary to include CONFIG_MX25 as several i.mx drivers handle the SoC > differences based on the this config option. > > Signed-off-by: Fabio Estevam > --- > Changes since v2: > - No changes > Changes since v1: > - No changes > include/configs/

Re: [U-Boot] [PATCH V3 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog

2012-10-28 Thread Stefano Babic
On 23/10/2012 03:19, Troy Kisky wrote: > Use a common watchdog driver for all these cpus. > > Signed-off-by: Troy Kisky > > --- > v2: add README.watchdog > include mx31/mx35 watchdogs > move to drivers/watchdog > > v3: change drivers/watchdog/Makefile to list relevant soc's > Pl

[U-Boot] x86: Anyone willing to take over the reigns

2012-10-28 Thread Graeme Russ
Hi All, I think it's finally time I admitted that I simply have too much on my plate and need to give a few things up. Work and family life have got to the point where I can only manage to grab a quick hour here and there at my desk at home and I simply do not have enough time (or energy) to keep

Re: [U-Boot] ping failed; host 192.168.1.101 is not alive

2012-10-28 Thread akdas75
hi Anatolij I tried your suggestion I generate a macid from uboot/tools/gen_eth_addr. Still the ping says "host not alive" I have attached the uboot log and also the wireshark snapshot on the host host : 192.168.1.101 development board : 192.168.1.100 Ajoy http://old.nabble.com/file/p34610904

[U-Boot] [PATCH] OMAP3: igep0020: Add pad config for WIFI/BT GPIOs

2012-10-28 Thread Anders Hedlund
This adds support for WIFI/BT GPIOs which were previously missing. Signed-off-by: Anders Hedlund Cc: Enric Balletbo i Serra Cc: Jonas Zetterberg --- board/isee/igep0020/igep0020.h |6 ++ 1 file changed, 6 insertions(+) diff --git a/board/isee/igep0020/igep0020.h b/board/isee/igep0020/

Re: [U-Boot] [RFC] common/lcd: use lcd_setcolreg() in bitmap_plot

2012-10-28 Thread Nikita Kiryanov
Hi Andreas, I think this change can also be applied to lcd_display_bitmap(), and then configuration_get_cmap() can be eliminated. -- Regards, Nikita. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot