[U-Boot] [PATCH v2 1/2] cosmetic: command, log: Coding Style cleanup

2012-02-19 Thread Heiko Schocher
Signed-off-by: Heiko Schocher Acked-by: Detlev Zundel --- - changes for v2: add cosmetic prefix as Detlev Zundel suggested. common/cmd_log.c | 98 - 1 files changed, 52 insertions(+), 46 deletions(-) diff --git a/common/cmd_log.c b/commo

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-19 Thread Albert ARIBAUD
Hi Stefano, Le 20/02/2012 08:10, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 4608adb8f66f3a70379fcc108755f88454af0d08: integrator: update the Integrator/CP config (2012-02-18 16:44:39 +0100) are available in the git repository

Re: [U-Boot] [PATCH 1/2] command, log: Coding Style cleanup

2012-02-19 Thread Heiko Schocher
Hello Detlev, Detlev Zundel schrieb: > Hi f, > >> Signed-off-by: Heiko Schocher > > Our wiki[1] explicitely encourages such white-space only changes to be > marked as "cosmetic: " to make review easier. Argh.. of course forget that. Make a v2. > Apart from that: > > Acked-by: Detlev Zundel

Re: [U-Boot] [PATCH 0/2] i.mx28: Elimintated magic numbers for scratch register addresses

2012-02-19 Thread Matthias Fuchs
Marek, Stefano, what kept you from accepting these patches? There was no objection on these. Matthias On 07.02.2012 15:08, rob...@delien.nl wrote: > From: Robert Delien > > This patch eliminates the use of magic numbers for the scratch register > addresses. The registers in the DIGCTL sections

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-19 Thread Albert ARIBAUD
Le 20/02/2012 08:40, Marek Vasut a écrit : On 19/02/2012 10:23, Albert ARIBAUD wrote: Hi Robert, Le 15/02/2012 11:29, Robert@domain.unknown a écrit : From: Robert Delien This set of patches fixes ref_cpu clock setup. Robert Delien (4): Renamed mx28_register to mx28_register_32 to prepare

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-19 Thread Marek Vasut
> On 19/02/2012 10:23, Albert ARIBAUD wrote: > > Hi Robert, > > > > Le 15/02/2012 11:29, Robert@domain.unknown a écrit : > >> From: Robert Delien > >> > >> This set of patches fixes ref_cpu clock setup. > >> > >> Robert Delien (4): > >>Renamed mx28_register to mx28_register_32 to prepare for

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-19 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 4608adb8f66f3a70379fcc108755f88454af0d08: integrator: update the Integrator/CP config (2012-02-18 16:44:39 +0100) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master Helmut Ra

Re: [U-Boot] [PATCH v2] EXYNOS: SMDK5250: Support all 4 UARTs

2012-02-19 Thread Chander Kashyap
On 13 February 2012 23:08, Doug Anderson wrote: > This properly configures the mux to enable all UARTs. > > This also fixes things so that we don't configure balls XUCTSN_1 and > XURTSN_1 as UART1 configuration (RTS/CTS), since they aren't > connected. > > Signed-off-by: Doug Anderson > --- > Cha

[U-Boot] how to controll pixel clock

2012-02-19 Thread siddharth baisane
Hello all, I am working on am3517 processor and using am3517 evm boot files for my customized board. I am getting constantly 6MHz pixel clock on processor pin. What changes I should do in u-boot code order to vary this clock ??? Thank you ___ U-Boo

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-19 Thread Stefano Babic
On 19/02/2012 10:23, Albert ARIBAUD wrote: > Hi Robert, > > Le 15/02/2012 11:29, Robert@domain.unknown a écrit : >> From: Robert Delien >> >> This set of patches fixes ref_cpu clock setup. >> >> Robert Delien (4): >>Renamed mx28_register to mx28_register_32 to prepare for >> mx28_register

Re: [U-Boot] [PATCH] integrator: rewrite the AP PCI driver

2012-02-19 Thread Linus Walleij
Le 18/02/2012 6:50 PM, Albert ARIBAUD a écrit: > Le 18/02/2012 16:27, Albert ARIBAUD a écrit : >> Le 18/02/2012 16:26, Albert ARIBAUD a écrit : >> >>> Note: for some reason this patch appears twice in patchwork, with >>> identical content and only different submission dates. I have rejected >>> ht

Re: [U-Boot] [PATCH 1/2] at91: modified NAND flash timing on meesc board

2012-02-19 Thread Daniel Gorsulowski
Hi Albert, Albert ARIBAUD wrote: > Hi Daniel, > > Le 25/01/2012 14:19, Daniel Gorsulowski a écrit : >> Signed-off-by: Daniel Gorsulowski >> --- >> board/esd/meesc/meesc.c |8 >> 1 files changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/board/esd/meesc/meesc.c b/board/esd

Re: [U-Boot] [PATCH] Ethernut 5: fix build error for board_mmc_getcd()

2012-02-19 Thread Prabhakar Lad
Albert, On Sun, Feb 19, 2012 at 3:19 PM, Albert ARIBAUD wrote: > Hi Prabhakar, > > Le 06/02/2012 13:49, Prabhakar Lad a écrit : > > Fix build error for ethernut5 and mx6qarm2 board due >> to prototype change for function board_mmc_getcd() >> ethernut5.c:238: error: conflicting types for 'board_

Re: [U-Boot] [PATCH v4 04/20] arm: fdt: Ensure that an embedded fdt is word-aligned

2012-02-19 Thread Albert ARIBAUD
Hi Simon, Le 19/02/2012 17:23, Simon Glass a écrit : Sorry I had that wrong - it's not the link step I am bothered by, it is the objcopy step. What I would like to do is mark the input section, created by objcopy, with a particular alignment so that the linker does the right thing. This featur

Re: [U-Boot] [PATCH v4 04/20] arm: fdt: Ensure that an embedded fdt is word-aligned

2012-02-19 Thread Simon Glass
Hi Albert, On Feb 19, 2012 12:27 AM, "Albert ARIBAUD" wrote: > > Hi Simon, > > Le 18/02/2012 19:09, Simon Glass a écrit : > >> Hi Albert, >> >> On Feb 18, 2012 3:51 AM, "Albert ARIBAUD" wrote: >>> >>> >>> Hi Simon, >>> >>> Le 12/01/2012 05:32, Simon Glass a écrit : >>> By putting the fdt bl

[U-Boot] [PATCH] cfi: fix the incomplete erased status check in buffer write

2012-02-19 Thread htbegin
Without the fix, flash_write_cfibuffer will return timeout error instead of not-erased error when all bytes in the first word of a sector are 0xFF and other words are not. Signed-off-by: htbegin Cc: Stefan Roese --- drivers/mtd/cfi_flash.c |4 ++-- 1 files changed, 2 insertions(+), 2 deleti

[U-Boot] Atmel spi flash

2012-02-19 Thread Ran Shalit
Hello, I am using U-boot with Atmel SPI flash AT45DB321D. After erase command (using sf erase) and reading the first page (sf read) in the block, I see that the whole page is filled with 0x... ( just as expected) But then on writing any byte in any offset in the page (using sf write) and read

Re: [U-Boot] [PATCH V3] ARM: fix s3c2410 timer code

2012-02-19 Thread Albert ARIBAUD
Le 22/12/2011 12:16, David Müller a écrit : This patch fixes the s3c24x0 timer code to work with the ARM relocation feature. Signed-off-by: David Mueller --- arch/arm/cpu/arm920t/s3c24x0/timer.c | 64 ++--- 1 files changed, 20 insertions(+), 44 deletions(-) Mi

Re: [U-Boot] [PATCH] Ethernut 5: fix build error for board_mmc_getcd()

2012-02-19 Thread Albert ARIBAUD
Hi Prabhakar, Le 06/02/2012 13:49, Prabhakar Lad a écrit : Fix build error for ethernut5 and mx6qarm2 board due to prototype change for function board_mmc_getcd() ethernut5.c:238: error: conflicting types for 'board_mmc_getcd' u-boot/include/mmc.h:318: note: previous declaration of 'board_mmc_g

Re: [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-02-19 Thread Thomas Weber
Hello Tom, hello Rachna, I don't know if this is related to the i2c changes or mmc changes? When I boot from nand and then make "mmc rescan" the card is not detected. When booting with boot_key on Devkit8000 directly from sd-card everything is okay. Thomas Log below: U-Boot SPL 2011.12-003

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-19 Thread Albert ARIBAUD
Hi Robert, Le 15/02/2012 11:29, Robert@domain.unknown a écrit : From: Robert Delien This set of patches fixes ref_cpu clock setup. Robert Delien (4): Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8 Introducing 8-bit wide register, mx28_register_8 Fix erro

Re: [U-Boot] [PATCH v6 0/7] Change ARM926EJ-S startup code, hawkboard and calimain

2012-02-19 Thread Albert ARIBAUD
Le 02/02/2012 11:44, Christian Riesch a écrit : Hi, In this patchset I tried to put everything from the discussion in http://lists.denx.de/pipermail/u-boot/2012-January/115212.html Although this is the second version of this patchset, the version number is v6 since Sughosh's patches were alread

Re: [U-Boot] [PATCH v6 1/7] arm, davinci: Add lowlevel_init for SoCs other than DM644X

2012-02-19 Thread Albert ARIBAUD
Hi Christian, Le 02/02/2012 11:44, Christian Riesch a écrit : The low level initialization code in arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S was written for DM644X SoCs only. This patch makes the lowlevel_init function in this file a dummy function for SoCs other than DM644X. Signed-off-by

Re: [U-Boot] [PATCH 1/2 V3] arm926: Flush the data cache before disabling it

2012-02-19 Thread Albert ARIBAUD
Hi Christian, Le 18/02/2012 19:51, Christian Riesch a écrit : Hi Albert, On Saturday, February 18, 2012, Albert ARIBAUD wrote: Le 14/01/2012 15:02, Sughosh Ganu a écrit : The current implementation invalidates the cache instead of flushing it. This causes problems on platforms where the spl/

Re: [U-Boot] [PATCH v4 04/20] arm: fdt: Ensure that an embedded fdt is word-aligned

2012-02-19 Thread Albert ARIBAUD
Hi Simon, Le 18/02/2012 19:09, Simon Glass a écrit : Hi Albert, On Feb 18, 2012 3:51 AM, "Albert ARIBAUD" wrote: Hi Simon, Le 12/01/2012 05:32, Simon Glass a écrit : By putting the fdt blob into a distinctive area we can ensure that it appears at the start of the data section and is wor