[U-Boot] cfb_console and dcache on i.MX6

2013-05-04 Thread Eric Nelson
Hi Anatolij, Now that the SD card driver is working properly with cache, we'd like to enable dcache on our boards, and found that this patch is still lingering without comment: http://patchwork.ozlabs.org/patch/186173/ The initial comments were here: http://patchwork.ozlabs.org/p

Re: [U-Boot] u-boot UBI support

2013-05-04 Thread Paul B. Henson
On Wed, May 01, 2013 at 09:31:29AM -0400, Tom Rini wrote: > Would you mind patching doc/README.ubi ? Attached. Would you rather I send it to the list as a separate message? >From 532cc340712c0542526be601c3f9f886e7054e5c Mon Sep 17 00:00:00 2001 From: "Paul B. Henson" Date: Sat, 4 May 2013 17:44:

[U-Boot] Netconsole in u-Boot-2013.01 seems to be broken.

2013-05-04 Thread bodhi
Netconsole in u-Boot-2013.01 seems to be broken. The 2nd character in a command somehow got dropped, and u-boot sees it as a wrong command. Here is the log: U-Boot 2013.01 (May 03 2013 - 23:04:51) Seagate GoFlex Net gcc (Debian 4.6.3-1) 4.6.3 GNU ld (GNU Binutils for Debian) 2.22 Hit any key to

Re: [U-Boot] Compiling U-BOOT bootloader on x86

2013-05-04 Thread Wolfgang Denk
Dear Ravi Kant Tiwari, In message you wrote: > I have download and extracted u-boot-1.1.6 on Linux ubuntu. I just want to > compile the source code using GCC(not targeting cross compilation for any > embedded platform). First: U-Boot 1.1.6 is prehistoric (more than 7 years old). If you intend t

[U-Boot] Compiling U-BOOT bootloader on x86

2013-05-04 Thread ravi tiwari
Hi All, I am new to bootloader. I have download and extracted u-boot-1.1.6 on Linux ubuntu. I just want to compile the source code using GCC(not targeting cross compilation for any embedded platform). I tried running provided MAKEALL makefile but "powerpc-linux-gcc : Not Found" is happening. My

[U-Boot] Compiling U-BOOT bootloader on x86

2013-05-04 Thread Ravi Kant Tiwari
I have download and extracted u-boot-1.1.6 on Linux ubuntu. I just want to compile the source code using GCC(not targeting cross compilation for any embedded platform). I tried running provided MAKEALL makefile but "powerpc-linux-gcc : Not Found" is happening. My understanding is irrespective of

Re: [U-Boot] freescale i.MX28 mxsboot NAND booting on mx28evk bad blocks

2013-05-04 Thread Marek Vasut
Dear Trent Piepho, > On Fri, May 3, 2013 at 5:08 PM, Marek Vasut wrote: > > > On 4/25/2013 6:13 PM, Marek Vasut wrote: > > > > I didn't really track the thread and I'm plenty busy, besides I had > > > > quite > > > > > > a clash with Trent in another thread, sorry about me being plenty > > > >

[U-Boot] [PATCH v3 0/9] Bring in new I2C framework

2013-05-04 Thread Heiko Schocher
It seems the timing is coming, to bring this finally in mainline and move boards over to the new i2c framework. Changes for v3 series: - Compiler collects the used i2c adapters in _u_boot_list_i2c, so no need for defining the used i2c adpaters in the board config file. -> drop CONFIG_SYS_NUM_

[U-Boot] [PATCH v3 8/9] tegra: i2c: Enable new CONFIG_SYS_I2C framework

2013-05-04 Thread Heiko Schocher
From: Simon Glass This enables CONFIG_SYS_I2C on Tegra, updating existing boards and the Tegra i2c driver to support this. Signed-off-by: Simon Glass Signed-off-by: Heiko Schocher --- - changes for v2: new in v2 posted from Simon Glass here: http://patchwork.ozlabs.org/patch/195568/ a

[U-Boot] [PATCH v3 7/9] tegra: i2c: Add function to know about current bus

2013-05-04 Thread Heiko Schocher
From: Simon Glass Rather than using a variable in various places, add a single function, tegra_i2c_get_bus(), which returns a pointer to information about a bus. This will make it easier to move to the new i2c framework. Signed-off-by: Simon Glass --- - changes for v2: new in v2 posted fr

[U-Boot] [PATCH v3 6/9] i2c, multibus, keymile: get rid of EEprom_ivm envvariable

2013-05-04 Thread Heiko Schocher
as the keymile boards use now the new i2c multibus/multiadapter framework, remove the EEprom_ivm Environmentvar, as not longer needed. Signed-off-by: Heiko Schocher Cc: Holger Brunck --- - changes for v2: new in v2 --- board/keymile/common/ivm.c | 7 ++- include/configs/km/km83x

[U-Boot] [PATCH v3 2/9] i2c: common changes for multibus/multiadapter support

2013-05-04 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Signed-off-by: Simon Glass Cc: Henrik Nordström --- - changes for v2: add comment from Henrik Nordström remove wrong line in README - rebase against current mainline 178d0cc1a4c73c3341afbeb2a93b172de8c96bd1 - changes for v3: - adapt to the new introduced U

[U-Boot] [PATCH v3 1/9] i2c: add i2c_core and prepare for new multibus support

2013-05-04 Thread Heiko Schocher
This Patch introduce the new i2c_core file, which holds the I2C core functions, for the rework of the multibus/ multiadapter support. Also adds changes in i2c.h for the new I2C multibus/multiadapter support. This new support can be activated with the CONFIG_SYS_I2C define. Signed-off-by: Heiko Sch

[U-Boot] [PATCH v3 5/9] i2c, multibus: get rid of CONFIG_I2C_MUX

2013-05-04 Thread Heiko Schocher
CONFIG_I2C_MUX is replaced through the new i2c multibus/multiadapter framework, configured through CONFIG_SYS_I2C. As CONFIG_I2C_MUX is only used on the keymile boards, and they are now completely moved to the new framework, remove CONFIG_I2C_MUX. Signed-off-by: Heiko Schocher Cc: Holger Brunck

[U-Boot] [PATCH 1/2 v12] Enable Btrfs support in mx53loco config

2013-05-04 Thread Adnan Ali
From: Adnan Ali Enable btrfs support in mx53loco config Signed-off-by: Adnan Ali --- include/configs/mx53loco.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index a4b610f..bf361a3 100644 --- a/include/configs/

[U-Boot] [PATCH 2/2 v12] Introduced btrfs file-system with btrload command

2013-05-04 Thread Adnan Ali
From: Adnan Ali Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d. v12: Warnings removed. v11: Mirro

[U-Boot] [PATCH 0/2 v12] Btrfs filesystem port to U-boot

2013-05-04 Thread Adnan Ali
Adnan Ali (2): Enable btrfs support in mx53loco config Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1347 ++

[U-Boot] [PATCH 0/2 v12] Btrfs filesystem port to U-boot

2013-05-04 Thread Adnan Ali
Adnan Ali (2): Enable btrfs support in mx53loco config Introduced btrfs file-system with btrload command Makefile |1 + common/Makefile|1 + common/cmd_btr.c | 65 +++ fs/btrfs/Makefile | 51 ++ fs/btrfs/btrfs.c | 1347 ++

Re: [U-Boot] [PATCH] spi: mxc_spi: Fix pre and post divider calculation

2013-05-04 Thread Dirk Behme
Am 03.05.2013 22:47, schrieb Troy Kisky: On 5/2/2013 10:58 PM, Dirk Behme wrote: Do you want to say you propose post_div = pre_div / 16; pre_div = 16; ? yes, that's what I said If so: First, I agree that we have to use the same dividers in both lines. But, second, this would mean that you