[U-Boot] [PATCH] tools/mkenvimage.c: fix basename(3) usage

2012-06-28 Thread Andreas Bießmann
Use the POSIX variant of basename due to BSD systems (e.g. OS X) do not provide GNU version of basename(3). It is save to use the POSIX variant here cause we do never use argv[0] later on which may be modified by the basename(3) POSIX variant. On systems providing GNU variant the GNU variant

[U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-28 Thread alex
Hi: I have one board which hardware copied from mx28evk board, and compiled the source code cloned from u-boot mainline git. The rom in mx28 print 0x80508008, that is NAND DMA timed out. I compile the source from u-boot-testing, and it's no any wrong print, and the start is OK. I don't know

[U-Boot] U-boot support for versatile express cortex a-15

2012-06-28 Thread Kumar Sourav
Does u-boot support the arm board versatile express cortex A-15(V2P-CA15x2)?If not is there anyway to port it to this board? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] U-boot support for versatile express cortex a-15

2012-06-28 Thread Kumar Sourav
Does u-boot support the arm board versatile express cortex A-15(V2P-CA15x2)?If not is there anyway to port it to this board? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-28 Thread Michal Simek
On 06/28/2012 07:57 AM, Simon Glass wrote: Hi Michal, On Wed, Jun 27, 2012 at 10:50 PM, Michal Simek mon...@monstr.eu mailto:mon...@monstr.eu wrote: Hi Simon, On 06/28/2012 03:10 AM, Simon Glass wrote: Hi Michal, On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek

Re: [U-Boot] [PATCH] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-06-28 Thread Nobuhiro Iwamatsu
Hi, Wolfgang. 2012/6/27 Wolfgang Denk w...@denx.de: Dear Nobuhiro Iwamatsu, In message cabmqnv+raovbxagnmv9vo2hyjqz7uz2-tox91qaynrwx4pq...@mail.gmail.com you wrote: ... --- /dev/null +++ b/board/kmc/kzm/lowlevel_init.S ... +     and_write32     LIFEC_SEC_SRC, 0xFFE7 + +    

[U-Boot] arm, da850: lcd initialization via spi

2012-06-28 Thread Gabriele Filosofi
Hi all, I've ported the code from da850 evm to a AM1808-based custom board. The original u-boot version is u-boot-2011.12-rc1. The board has a LCD 240x320. Its controller is a ILI9340 and must be initialized via SPI1 interface, chip select #2, 9-bits per word. Please note that I do not need to

[U-Boot] [RFC PATCH] net: emaclite: Support OF initialization

2012-06-28 Thread Michal Simek
Support new CONFIG_OF_CONTROL option where device probing is done based on device tree description. Signed-off-by: Michal Simek mon...@monstr.eu --- drivers/net/xilinx_emaclite.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git

[U-Boot] [Patch v3 2/2] AT91: at91sam9m10g45ek : Enable EHCI instead OHCI

2012-06-28 Thread Bo Shen
Enable EHCI support instead OHCI Signed-off-by: Bo Shen voice.s...@atmel.com --- include/configs/at91sam9m10g45ek.h | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index

[U-Boot] [Patch v3 1/2] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Bo Shen
Some Atmel SoC support USB EHCI, add the EHCI driver to support it. To enable the USB EHCI, add the following configuration options into board relative configuration file and remove USB OHCI options. #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_ATMEL #define

[U-Boot] [Patch v3 0/2] Add EHCI driver for Atmel SoC

2012-06-28 Thread Bo Shen
This patch series is to add EHCI driver for Atmel SoC, and enable EHCI support in at91sam9m10g45ek board Bo Shen (2): Atmel : usb : add EHCI driver for Atmel SoC AT91: at91sam9m10g45ek : Enable EHCI instead OHCI drivers/usb/host/Makefile |1 + drivers/usb/host/ehci-atmel.c

Re: [U-Boot] [Patch v3 2/2] AT91: at91sam9m10g45ek : Enable EHCI instead OHCI

2012-06-28 Thread Andreas Bießmann
Dear Bo Shen, On 28.06.2012 09:24, Bo Shen wrote: Enable EHCI support instead OHCI Signed-off-by: Bo Shen voice.s...@atmel.com I've already acked the v2. Will pick this one ASAP and push to u-boot-atmel. Best regards Andreas Bießmann ___ U-Boot

Re: [U-Boot] [Patch v3 2/2] AT91: at91sam9m10g45ek : Enable EHCI instead OHCI

2012-06-28 Thread Bo Shen
Hi Andreas, On 6/28/2012 15:40, Andreas Bießmann wrote: Dear Bo Shen, On 28.06.2012 09:24, Bo Shen wrote: Enable EHCI support instead OHCI Signed-off-by: Bo Shen voice.s...@atmel.com I've already acked the v2. Will pick this one ASAP and push to u-boot-atmel. OK! Thanks. Best regards

[U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Bo Shen
Some Atmel SoC support USB EHCI, add the EHCI driver to support it. To enable the USB EHCI, add the following configuration options into board relative configuration file and remove USB OHCI options. #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_ATMEL #define

Re: [U-Boot] [PATCH v2] skat91: add support for SK-AT91SAM9/SIM508 board

2012-06-28 Thread Andreas Bießmann
Dear Vladimir Zapolskiy, I'm willing to pick this into 2012.07. But I have some questions. On 12.01.2012 00:12, Vladimir Zapolskiy wrote: This change adds complete support for Starterkit SK-AT91SAM9/SIM508 board. Signed-off-by: Vladimir Zapolskiy v...@mleia.com Cc: Albert ARIBAUD

Re: [U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-28 Thread Marek Vasut
Dear alex, Hi: I have one board which hardware copied from mx28evk board, and compiled the source code cloned from u-boot mainline git. The rom in mx28 print 0x80508008, that is NAND DMA timed out. I compile the source from u-boot-testing, and it's no any wrong print, and the start is OK.

Re: [U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Marek Vasut
Dear Bo Shen, Some Atmel SoC support USB EHCI, add the EHCI driver to support it. To enable the USB EHCI, add the following configuration options into board relative configuration file and remove USB OHCI options. #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_ATMEL #define

[U-Boot] [PATCH v2] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-06-28 Thread Tetsuyuki Kobayashi
save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- Changes for v2: - include linux/compiler.h and use __naked instead of __attribute__((naked)) arch/arm/cpu/armv7/cpu.c |4

Re: [U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Andreas Bießmann
Dear Marek Vasut, On 28.06.2012 12:51, Marek Vasut wrote: Dear Bo Shen, Some Atmel SoC support USB EHCI, add the EHCI driver to support it. To enable the USB EHCI, add the following configuration options into board relative configuration file and remove USB OHCI options. #define

[U-Boot] [PATCH v2] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-06-28 Thread Tetsuyuki Kobayashi
save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- Changes for v2: - include linux/compiler.h and use __naked instead of __attribute__((naked)) arch/arm/cpu/armv7/cpu.c |4

Re: [U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Marek Vasut
Dear Andreas Bießmann, Dear Marek Vasut, On 28.06.2012 12:51, Marek Vasut wrote: Dear Bo Shen, Some Atmel SoC support USB EHCI, add the EHCI driver to support it. To enable the USB EHCI, add the following configuration options into board relative configuration file and remove

Re: [U-Boot] [PATCH v2] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-06-28 Thread Tetsuyuki Kobayashi
I'm sorry. This post is missing In-Reply-To. I sent again. Discard this. (2012/06/28 20:17), Tetsuyuki Kobayashi wrote: save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). Signed-off-by: Tetsuyuki Kobayashik...@kmckk.co.jp ---

Re: [U-Boot] [PATCH] Fix: AT91SAM9263 nor flash usage Fix: board doesn't boot from norflash Fix: environment can't write to flash (end address/start address not on sector boundary)

2012-06-28 Thread Andreas Bießmann
Dear Jens Scharsig, On 19.03.2012 15:26, Jens Scharsig (BuS Elektronik) wrote: Signed-off-by: Jens Scharsig (BuS Elektronik) e...@bus-elektronik.de --- include/configs/at91sam9263ek.h |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH] Fix: brocken boot message at serial line on AT91SAM9263-EK board

2012-06-28 Thread Andreas Bießmann
Dear Jens Scharsig, On 19.03.2012 15:25, Jens Scharsig (BuS Elektronik) wrote: Signed-off-by: Jens Scharsig (BuS Elektronik) e...@bus-elektronik.de --- board/atmel/at91sam9263ek/at91sam9263ek.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Andreas Bießmann
Dear Bo Shen, On 28.06.2012 09:58, Bo Shen wrote: Some Atmel SoC support USB EHCI, add the EHCI driver to support it. To enable the USB EHCI, add the following configuration options into board relative configuration file and remove USB OHCI options. #define CONFIG_USB_EHCI

Re: [U-Boot] [Patch v3 2/2] AT91: at91sam9m10g45ek : Enable EHCI instead OHCI

2012-06-28 Thread Andreas Bießmann
Dear Bo Shen, On 28.06.2012 09:24, Bo Shen wrote: Enable EHCI support instead OHCI Signed-off-by: Bo Shen voice.s...@atmel.com --- include/configs/at91sam9m10g45ek.h | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) applied to u-boot-atmel/master, thanks!

Re: [U-Boot] [Patch v3 1/2] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Andreas Bießmann
Dear Bo Shen, On 28.06.2012 09:24, Bo Shen wrote: Some Atmel SoC support USB EHCI, add the EHCI driver to support it. To enable the USB EHCI, add the following configuration options into board relative configuration file and remove USB OHCI options. #define CONFIG_USB_EHCI

[U-Boot] [PATCH 1/2] at91sam9263ek: enable useful commands

2012-06-28 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com cc: Stelian Pop stel...@popies.net --- include/configs/at91sam9263ek.h |2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index f2163f1..2d46502 100644 ---

Re: [U-Boot] Is it possible to boot the U-boot from the another U-boot from the flash area

2012-06-28 Thread Ishwar Saunshi
Thanks Wolfgang, I have gone through the FAQ section, this FAQ only talks about the condition where the other Uboot is in RAM but what I am thinking is to boot the Uboot from the flash location by another running Uboot. for example if my board flash starts from 0xC000_ to 0xCFFF_ and the

[U-Boot] [PATCH] Makefile: change LIB to LIB-y

2012-06-28 Thread Daniel Schwierzeck
Use LIB-y and LIB-$(xxx) for appending libraries. Also allow appending to LIB-y in sub-makefiles. The top Makefile and the SPL Makefile have lines like those: ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),) LIBS-y += $(CPUDIR)/omap-common/libomap-common.o endif

[U-Boot] [PATCH] ehci-atmel: fix compiler warning

2012-06-28 Thread Andreas Bießmann
Commit f61483c539439d32278faec62753811734737cce intoduced following warning: ---8--- ehci-atmel.c: In function 'ehci_hcd_init': ehci-atmel.c:49:2: warning: suggest parentheses around comparison in operand of '' [-Wparentheses] ehci-atmel.c: In function 'ehci_hcd_stop': ehci-atmel.c:79:2: warning:

[U-Boot] i.MX6Q SabreLite: Ethernet does not work at Gigabit speed

2012-06-28 Thread Wolfgang Grandegger
Hi, I just realized that I cannot download files on a Gitabit Ethernet network. I'm getting timeouts: MX6QSABRELITE U-Boot boot Using FEC device TFTP from server 172.16.0.1; our IP address is 172.16.0.100 Filename 'wolf/uImage-mx6q-mainline'. Load address: 0x1080 Loading: error

Re: [U-Boot] [PATCH 0/8] EXT2 cleanup

2012-06-28 Thread Jason Cooper
Marek, On Sun, Jun 17, 2012 at 05:12:32PM +0200, Marek Vasut wrote: Dear Wolfgang Denk, So, I cleaned up the ext2 filesystem code a bit. I tried to separate the changes to increase the reviewability. Marek Vasut (8): EXT2: Indent cleanup of dev.c EXT2: Indent cleanup ext2fs.c

[U-Boot] [PATCH 2/2] ARM: increase lmb stack space reservation to 4KB

2012-06-28 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com The bootm initrd image copy to ram can collide with the stack in cases where the print buffer size is large (i.e. 1K). The result is intermittent initrd decompression errors depending on the initrd size MOD 4KB since the initrd start address is 4KB

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-28 Thread Ilya Yanok
Dear Marek, 28.06.2012 02:48, Marek Vasut wrote: Sorry for missing this discussion. I think compile-time disabling of the cache is too brutal. ehci-hcd cache handling is broken anyway: doing unaligned flushes/invalidates is a bug, and we know for sure that upper layers don't care about

Re: [U-Boot] [PATCH v4 0/9] feature additions and fixes for da850/omap-l138

2012-06-28 Thread Christian Riesch
Hi Tom, hi Prabhakar, On Mon, Jun 25, 2012 at 6:46 PM, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/25/2012 12:35 AM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com This series adds MMC/SD, NAND and NOR SPL support for Logic PD's

[U-Boot] [PATCH] i2c: deblock i2c bus also if accessed before realocation

2012-06-28 Thread Holger Brunck
If we switch to a different i2c bus in changing the mux config for the i2c mux, we have to be sure to deblock the bus also before realocation. Signed-off-by: Holger Brunck holger.bru...@keymile.com cc: Heiko Schocher h...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com ---

Re: [U-Boot] [PATCH 0/8] EXT2 cleanup

2012-06-28 Thread Marek Vasut
Dear Jason Cooper, Marek, On Sun, Jun 17, 2012 at 05:12:32PM +0200, Marek Vasut wrote: Dear Wolfgang Denk, So, I cleaned up the ext2 filesystem code a bit. I tried to separate the changes to increase the reviewability. Marek Vasut (8): EXT2: Indent cleanup of dev.c

Re: [U-Boot] [PATCH 0/8] EXT2 cleanup

2012-06-28 Thread Marek Vasut
Dear Jason Cooper, On Thu, Jun 28, 2012 at 04:35:24PM +0200, Marek Vasut wrote: Dear Jason Cooper, Marek, On Sun, Jun 17, 2012 at 05:12:32PM +0200, Marek Vasut wrote: Dear Wolfgang Denk, So, I cleaned up the ext2 filesystem code a bit. I tried to separate the

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-28 Thread Ilya Yanok
Dear Marek, 28.06.2012 18:37, Marek Vasut wrote: Really? Don't forget my old patch [1] then ;) Still I think we should rip off all the cache stuff from ehci-hcd until all patches for upper layers are included. Again, this stuff doesn't do proper things now anyway and USB won't work with dcache

Re: [U-Boot] [PATCH v2] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-06-28 Thread Tom Rini
On 06/28/2012 04:35 AM, Tetsuyuki Kobayashi wrote: save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- Changes for v2: - include linux/compiler.h and use __naked instead of

Re: [U-Boot] [PATCH v3] ATMEL/PIO: Enable new feature of PIO on Atmel device

2012-06-28 Thread Andreas Bießmann
Dear Bo Shen, On 21.05.2012 03:50, Bo Shen wrote: Enable new PIO feature supported by Atmel SoC. Using CPU_HAS_PIO3 micro to enable PIO new feature. Signed-off-by: Bo Shen voice.s...@atmel.com --- Changes since v1: - remove the legacy interface. Changes since v2: - keep the legacy

Re: [U-Boot] [PATCH] Makefile: change LIB to LIB-y

2012-06-28 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message 1340887200-535-1-git-send-email-daniel.schwierz...@gmail.com you wrote: Use LIB-y and LIB-$(xxx) for appending libraries. Also allow appending to LIB-y in sub-makefiles. The top Makefile and the SPL Makefile have lines like those: ifneq

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-28 Thread Marek Vasut
Dear Ilya Yanok, Dear Marek, 28.06.2012 18:37, Marek Vasut wrote: Really? Don't forget my old patch [1] then ;) Still I think we should rip off all the cache stuff from ehci-hcd until all patches for upper layers are included. Again, this stuff doesn't do proper things now anyway and

[U-Boot] [PATCH] beagle: add eeprom expansion board info for bct brettl4

2012-06-28 Thread Peter Meerwald
this is for a prototyping board vendor/product ids have been added to http://elinux.org/BeagleBoardPinMux#List_of_Vendor_and_Device_IDs Signed-off-by: Peter Meerwald p.meerw...@bct-electronic.com --- board/ti/beagle/beagle.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

Re: [U-Boot] [PATCH v2] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-06-28 Thread koba
On 2012/06/28, at 23:57, Tom Rini wrote: On 06/28/2012 04:35 AM, Tetsuyuki Kobayashi wrote: save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- Changes for v2: - include

[U-Boot] [PATCH 1/3] Makefile: allow appending to LIB in sub-makefiles

2012-06-28 Thread Daniel Schwierzeck
The top Makefile and the SPL Makefile have lines like those: ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),) LIBS += $(CPUDIR)/omap-common/libomap-common.o endif ifeq ($(SOC),mx5) LIBS += $(CPUDIR)/imx-common/libimx-common.o endif This should be done in the

[U-Boot] [PATCH 2/3] Makefile: replace LIBS by LIBS-y

2012-06-28 Thread Daniel Schwierzeck
Synchronize with ALL-y handling and code in spl/Makefile. Signed-off-by: Daniel Schwierzeck daniel.schwierz...@gmail.com --- Makefile | 134 +++ 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/Makefile b/Makefile index

[U-Boot] [PATCH 3/3] Makefile: cosmetic: optimize usage of LIBS-y

2012-06-28 Thread Daniel Schwierzeck
Signed-off-by: Daniel Schwierzeck daniel.schwierz...@gmail.com --- Makefile | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 2bde73c..cf3c56d 100644 --- a/Makefile +++ b/Makefile @@ -225,15 +225,15 @@ endif OBJS := $(addprefix

[U-Boot] [PATCH 0/3] replace LIBS by LIBS-y and allow appending to it in sub-makefiles

2012-06-28 Thread Daniel Schwierzeck
The top Makefile and the SPL Makefile have lines like those: ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),) LIBS += $(CPUDIR)/omap-common/libomap-common.o endif ifeq ($(SOC),mx5) LIBS += $(CPUDIR)/imx-common/libimx-common.o endif This should be done in the

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-28 Thread Tom Rini
On 06/28/2012 07:37 AM, Marek Vasut wrote: Dear Ilya Yanok, Dear Marek, 28.06.2012 02:48, Marek Vasut wrote: Sorry for missing this discussion. I think compile-time disabling of the cache is too brutal. ehci-hcd cache handling is broken anyway: doing unaligned flushes/invalidates is a

Re: [U-Boot] [PATCH 1/2] bcm: Add GPIO driver for BCM2835 SoC

2012-06-28 Thread Stephen Warren
On 06/27/2012 08:59 PM, Vikram Narayanan wrote: On 6/27/2012 11:36 PM, Stephen Warren wrote: On 06/27/2012 11:32 AM, Vikram Narayanan wrote: ... Do you have a hosted repo somewhere for this rpi_b stuff? If so, please post it here or we shall have one, which has all the patches queued in for

Re: [U-Boot] i.MX6Q SabreLite: Ethernet does not work at Gigabit speed

2012-06-28 Thread Troy Kisky
On 6/28/2012 8:33 AM, Eric Nelson wrote: On 06/28/2012 06:50 AM, Wolfgang Grandegger wrote: Hi, I just realized that I cannot download files on a Gitabit Ethernet network. I'm getting timeouts: MX6QSABRELITE U-Boot boot Using FEC device TFTP from server 172.16.0.1; our IP address is

[U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021 phy accessible

2012-06-28 Thread Troy Kisky
Micrel accidentally used the same part number for the KS8721 and KSZ9021. So, both cannot be in the same build of u-boot. Add a config option to handle this. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com Acked-by: Vladimir Zapolskiy v...@mleia.com --- v2: add ack ---

Re: [U-Boot] [PATCH v3 0/4] Add support new arch: c6x

2012-06-28 Thread Tom Rini
On Thu, Jun 28, 2012 at 09:43:57PM +0400, Dmitry Bondar wrote: On Mon, 25/06/2012 at 15:31 -0700, Tom Rini wrote: On Mon, Jun 25, 2012 at 10:02:37PM +0400, Dmitry Bondar wrote: C6X (C6000) is family of fixed and floating-point DSPs manufactured by Texas Instruments. --- Changes

Re: [U-Boot] [PATCH 2/8] EXT2: Indent cleanup ext2fs.c

2012-06-28 Thread Jason Cooper
On Fri, Jun 08, 2012 at 07:31:47PM +0200, Marek Vasut wrote: * Mostly cleanup problems reported by checkpatch.pl -f * Minor tweaks where it simplified the code Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de --- fs/ext2/ext2fs.c | 264

[U-Boot] [PATCH v2 0/1] fsl_elbc support for 4k devices and factory badblock migration

2012-06-28 Thread Rafael Beims
This is my implementation of the factory badblock migration process for the fsl_elbc driver using the hack to support nand devices with page sizes bigger than 2048k. The migrated pattern is in test mode. I really don't know what is the convention for something like this, and would like to hear

[U-Boot] [PATCH v2] nand: Hack to support 4k page in fsl_elbc_nand

2012-06-28 Thread Rafael Beims
Freescale FCM controller has a 2K size limitation of buffer RAM. In order to support the Nand flash chip with pagesize larger than 2K bytes, we read/write 2k data repeatedly by issuing FIR_OP_RB/FIR_OP_WB and save them to a large buffer. Because of this, the in flash layout of the oob is different

[U-Boot] [PATCH 1/5] [PATCH 1/5] Add missing constant to mx27

2012-06-28 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org --- arch/arm/cpu/arm926ejs/mx27/asm-offsets.c | 34 arch/arm/include/asm/arch-mx27/imx-regs.h | 11 - arch/arm/include/asm/arch-mx27/mxc_nand.h | 83

[U-Boot] [PATCH 2/5] [PATCH 2/5] Add support for the armadeus APF27 board

2012-06-28 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org Signed-off-by: Nicolas Colombain nicolas.colomb...@armadeus.com --- board/armadeus/apf27/Makefile| 52 ++ board/armadeus/apf27/apf27.c | 310

[U-Boot] [PATCH 3/5] [PATCH 3/5] Add nand_spl support for the apf27

2012-06-28 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org --- nand_spl/board/armadeus/apf27/Makefile | 79 + nand_spl/board/armadeus/apf27/config.mk | 45 +++ nand_spl/board/armadeus/apf27/start.S| 548 ++

[U-Boot] [PATCH 4/5] [PATCH 4/5] Add FPGA support for the apf27 board

2012-06-28 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr Signed-off-by: Eric Jarrige eric.jarr...@armadeus.org --- board/armadeus/apf27/Makefile |2 +- board/armadeus/apf27/apf27.c | 16 +++ board/armadeus/apf27/fpga.c | 272 + board/armadeus/apf27/fpga.h

[U-Boot] [PATCH 5/5] [PATCH 5/5] Add config file for the apf27

2012-06-28 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@yahoo.fr --- include/configs/apf27.h | 916 +++ 1 files changed, 916 insertions(+), 0 deletions(-) create mode 100644 include/configs/apf27.h diff --git a/include/configs/apf27.h b/include/configs/apf27.h new

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-28 Thread Marek Vasut
Dear Tom Rini, On 06/28/2012 07:37 AM, Marek Vasut wrote: Dear Ilya Yanok, Dear Marek, 28.06.2012 02:48, Marek Vasut wrote: Sorry for missing this discussion. I think compile-time disabling of the cache is too brutal. ehci-hcd cache handling is broken anyway: doing unaligned

Re: [U-Boot] [PATCH 2/8] EXT2: Indent cleanup ext2fs.c

2012-06-28 Thread Marek Vasut
Dear Jason Cooper, On Fri, Jun 08, 2012 at 07:31:47PM +0200, Marek Vasut wrote: * Mostly cleanup problems reported by checkpatch.pl -f * Minor tweaks where it simplified the code Signed-off-by: Marek Vasut ma...@denx.de Cc: Wolfgang Denk w...@denx.de --- fs/ext2/ext2fs.c |

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-28 Thread Marek Vasut
Dear Tom Rini, On Fri, Jun 29, 2012 at 12:01:58AM +0200, Marek Vasut wrote: Dear Tom Rini, On 06/28/2012 07:37 AM, Marek Vasut wrote: Dear Ilya Yanok, Dear Marek, 28.06.2012 02:48, Marek Vasut wrote: Sorry for missing this discussion. I think compile-time

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-28 Thread Tom Rini
On 06/28/2012 03:36 PM, Marek Vasut wrote: Dear Tom Rini, On Fri, Jun 29, 2012 at 12:01:58AM +0200, Marek Vasut wrote: Dear Tom Rini, On 06/28/2012 07:37 AM, Marek Vasut wrote: Dear Ilya Yanok, Dear Marek, 28.06.2012 02:48, Marek Vasut wrote: Sorry for missing this discussion. I think

Re: [U-Boot] [PATCH v4 3/6] mcx: Disable DCACHE since USB EHCI is enabled

2012-06-28 Thread Marek Vasut
Dear Tom Rini, On 06/28/2012 03:36 PM, Marek Vasut wrote: Dear Tom Rini, On Fri, Jun 29, 2012 at 12:01:58AM +0200, Marek Vasut wrote: Dear Tom Rini, On 06/28/2012 07:37 AM, Marek Vasut wrote: Dear Ilya Yanok, Dear Marek, 28.06.2012 02:48, Marek Vasut wrote: Sorry for

Re: [U-Boot] [PATCH 2/4] net: sh_eth: add SH_ETH_TYPE_ condition

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: At the moment, the driver supports the following CPUs:  - GETHER (Gigabit Ethernet) : SH7763, SH7734  -

Re: [U-Boot] [PATCH 1/4] net: sh_eth: clean up for the SH7757's code

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: The SH7757's ETHER can work using the SH7724's setting. So, the patch modifies it. Signed-off-by:

Re: [U-Boot] [PATCH 3/4] net: sh_eth: modify the definitions of regsiter

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: The previous code had many similar definitions in each CPU. This patch borrows from the sh_eth driver of

Re: [U-Boot] [PATCH 4/4] net: sh_eth: add support for SH7757's GETHER

2012-06-28 Thread Nobuhiro Iwamatsu
Tested-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com Acked-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com 2012/6/27 Shimoda, Yoshihiro yoshihiro.shimoda...@renesas.com: SH7757 has 2 ETHERs and 2 GETHERs. This patch supports the SH7757's GETHER. If CONFIG_SH_ETHER_USE_GETHER

Re: [U-Boot] [PATCH v2] nand: Hack to support 4k page in fsl_elbc_nand

2012-06-28 Thread Rafael Beims
On Thu, Jun 28, 2012 at 10:36 PM, Scott Wood scottw...@freescale.com wrote: On 06/28/2012 03:47 PM, Rafael Beims wrote: Freescale FCM controller has a 2K size limitation of buffer RAM. In order to support the Nand flash chip with pagesize larger than 2K bytes, we read/write 2k data repeatedly

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-06-28 Thread Simon Glass
Hi, On Wed, Jun 27, 2012 at 11:49 PM, Michal Simek mon...@monstr.eu wrote: On 06/28/2012 07:57 AM, Simon Glass wrote: Hi Michal, On Wed, Jun 27, 2012 at 10:50 PM, Michal Simek mon...@monstr.eu mailto: mon...@monstr.eu wrote: Hi Simon, On 06/28/2012 03:10 AM, Simon Glass wrote:

Re: [U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-28 Thread alex
No network on my board, so nand_update_full can't be run. I use command kobs-ng init u-boot.sb to update(default: /dev/mtd0) or mfgtools from freescale. I just add support NAND to mx28evk configs file copied from m28evk configs. Sub-page size of nand flash is 2048bytes with oob size is 64byte,

Re: [U-Boot] NAND DMA timed out with i.mx boot source code.

2012-06-28 Thread alex
No sd support on my board. I use the the latest code. update by command kobs-ng init u-boot.sb, and give error as below: mtd: erase stepping bounds mtd: Failed to erase block @0x1e mtd: Failed to write BS#1 FAILED to commit structures At 2012-06-29 10:51:58,Fabio Estevam