Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Albert ARIBAUD
Hi Aneesh, Le 17/02/2012 12:09, Aneesh V a écrit : Hi Albert, On Wednesday 15 February 2012 07:27 PM, Aneesh V wrote: This is done using the following directive preceding each function definition: .type, %function This marks the symbol as a function in the object header which in turn helps t

Re: [U-Boot] [PATCH v2 3/6] cm-t35: add EEPROM module and pass Linux a serial number

2012-02-18 Thread Albert ARIBAUD
Le 17/02/2012 18:10, Tom Rini a écrit : On 02/17/2012 02:50 AM, Albert ARIBAUD wrote: Hi Igor, Le 07/02/2012 09:01, Igor Grinberg a écrit : Hi Albert, On 02/07/12 00:56, Albert ARIBAUD wrote: Le 09/01/2012 09:30, Nikita Kiryanov a écrit : On 01/05/2012 04:56 PM, Wolfgang Denk wrote: Dear I

Re: [U-Boot] [PATCH] microblaze: fix build failure due to undefined reference to `get_ticks'

2012-02-18 Thread Stephan Linz
Oops, I've given a wrong sender. Please drop the patch. I'll resend ... br, Stephan Am Samstag, den 18.02.2012, 11:41 +0100 schrieb y: > From: Stephan Linz > > after http://patchwork.ozlabs.org/patch/136415/ was applied. > The Microblaze generic build fails with below error > > common/libcom

[U-Boot] [PATCH] microblaze: fix build failure due to undefined reference to `get_ticks'

2012-02-18 Thread Stephan Linz
after http://patchwork.ozlabs.org/patch/136415/ was applied. The Microblaze generic build fails with below error common/libcommon.o: In function `cread_line': /devel/u-boot/common/main.c:717: undefined reference to `get_ticks' /devel/u-boot/common/main.c:717: undefined reference to `get_tbclk' /de

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Aneesh V
On Friday 17 February 2012 10:43 PM, Mike Frysinger wrote: On Wednesday 15 February 2012 08:57:31 Aneesh V wrote: This is done using the following directive preceding each function definition: .type, %function This marks the symbol as a function in the object header which in turn helps the lin

Re: [U-Boot] [PATCH] arm:fix:cleanup: Volatile keyword removal

2012-02-18 Thread Albert ARIBAUD
Hi Lukasz, Le 18/10/2011 16:25, Lukasz Majewski a écrit : Volatile keyword removal from ./arch/arm/include/asm/bitops.h Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park --- arch/arm/include/asm/bitops.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/

Re: [U-Boot] [PATCH] integrator: stop calling pci_init() twice

2012-02-18 Thread Albert ARIBAUD
Hi Linus, Le 22/01/2012 00:13, Linus Walleij a écrit : The U-Boot startup infrastructure already makes sure pci_init() is called at a proper time, calling it again from within the board setup code will not make things better. Signed-off-by: Linus Walleij --- board/armltd/integrator/integrator

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Albert ARIBAUD
Hi Aneesh, Le 18/02/2012 12:12, Aneesh V a écrit : On Friday 17 February 2012 10:43 PM, Mike Frysinger wrote: On Wednesday 15 February 2012 08:57:31 Aneesh V wrote: This is done using the following directive preceding each function definition: .type, %function This marks the symbol as a func

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

2012-02-18 Thread Albert ARIBAUD
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 word-aligned. Note: It does not seem to be possible to get objcopy to honour its --section-alignment flag, which would other

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

2012-02-18 Thread Albert ARIBAUD
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/meesc/meesc.c index 4882ffc..9dd4375 100644 --- a/boar

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Aneesh V
Hi Albert, On Saturday 18 February 2012 03:43 PM, Albert ARIBAUD wrote: Hi Aneesh, Le 17/02/2012 12:09, Aneesh V a écrit : Hi Albert, On Wednesday 15 February 2012 07:27 PM, Aneesh V wrote: This is done using the following directive preceding each function definition: .type, %function This

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Albert ARIBAUD
Hi Aneesh, Le 18/02/2012 14:24, Aneesh V a écrit : Hi Albert, On Saturday 18 February 2012 03:43 PM, Albert ARIBAUD wrote: Hi Aneesh, Le 17/02/2012 12:09, Aneesh V a écrit : Hi Albert, On Wednesday 15 February 2012 07:27 PM, Aneesh V wrote: This is done using the following directive preced

Re: [U-Boot] [PATCH v2] Change kernel address in dataflash to match u-boot's size

2012-02-18 Thread Albert ARIBAUD
Le 29/01/2012 22:37, Alexandre Belloni a écrit : On at91sam platforms, u-boot grew larger than the allocated size in dataflash, the layout was: bootstrap 0x ubootenv 0x4200 uboot 0x8400 kernel 0x00042000 u-boot with the defconfig doesn't seem to fit in 0x42000 - 0x840

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

2012-02-18 Thread Albert ARIBAUD
Hi Linus, Le 30/01/2012 19:36, Linus Walleij a écrit : The PCI support for the Integrator AP has apparently never been finished and I strongly suspect that it has never worked, so let's fix it. This is a list of the more or less un-splittable changes done in this driver rewrite: - Replace the r

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

2012-02-18 Thread Albert ARIBAUD
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 http://patchwork.ozlabs.org/patch/138700/ and accepted http://patchwork.ozlabs.org/patch/138700/ as rejected. .

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

2012-02-18 Thread Albert ARIBAUD
Hi Sughosh, 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/u-boot is already loaded to the RAM, with caches enabled by a first stage bootloader. Also fix the comments to match c

Re: [U-Boot] [PATCH] integrator: update the Integrator/CP config

2012-02-18 Thread Albert ARIBAUD
Hi Linus, Le 31/01/2012 23:20, Linus Walleij a écrit : The Integrator/CP config file was very outdated and gives a non functional U-Boot. So: - Set the CONFIG_ARCH_CINTEGRATOR arch flag correctly - Add proper core module configuration options - Skip cluttered command lista and just include

Re: [U-Boot] [PATCH 0/6] Highbank platform updates

2012-02-18 Thread Albert ARIBAUD
Hi Rob, Le 02/02/2012 03:57, Rob Herring a écrit : From: Rob Herring This is a collection of updates to Calxeda highbank platform that adds environment in nvram, boot counter, reset and bootcmd selection support. Regards, Rob Jason Hobbs (1): ARM: highbank: change env config to use nvram

Re: [U-Boot] [PATCH v2] Change kernel address in dataflash to match u-boot's size

2012-02-18 Thread Albert ARIBAUD
Hi again Alexandre, Le 18/02/2012 16:13, Albert ARIBAUD a écrit : Le 29/01/2012 22:37, Alexandre Belloni a écrit : On at91sam platforms, u-boot grew larger than the allocated size in dataflash, the layout was: bootstrap 0x ubootenv 0x4200 uboot 0x8400 kernel 0x00042000 u-boot w

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Aneesh V
On Saturday 18 February 2012 06:54 PM, Aneesh V wrote: Hi Albert, On Saturday 18 February 2012 03:43 PM, Albert ARIBAUD wrote: Hi Aneesh, Le 17/02/2012 12:09, Aneesh V a écrit : Hi Albert, On Wednesday 15 February 2012 07:27 PM, Aneesh V wrote: This is done using the following directive pre

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Albert ARIBAUD
Hi Aneesh, Le 18/02/2012 17:34, Aneesh V a écrit : On Saturday 18 February 2012 06:54 PM, Aneesh V wrote: Hi Albert, On Saturday 18 February 2012 03:43 PM, Albert ARIBAUD wrote: Hi Aneesh, Le 17/02/2012 12:09, Aneesh V a écrit : Hi Albert, On Wednesday 15 February 2012 07:27 PM, Aneesh V w

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

2012-02-18 Thread Albert ARIBAUD
Hi again Linus, 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 http://patchwork.ozlabs.org/patch/138700/ and acc

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

2012-02-18 Thread Simon Glass
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 word-aligned. >> >> Note: It does not seem to be p

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

2012-02-18 Thread Christian Riesch
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/u-boot is already >> loaded to the RAM, with caches enab

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Simon Glass
Hi Anesh, On Wed, Feb 15, 2012 at 5:57 AM, Aneesh V wrote: > This is done using the following directive preceding > each function definition: > > .type , %function > > This marks the symbol as a function in the object > header which in turn helps the linker in some cases. > > In particular this w

Re: [U-Boot] [PATCH V13 04/12] devkit8000/spl: init GPMC for dm9000 in SPL

2012-02-18 Thread Thomas Weber
Hello Stefano, On 02/04/2012 11:22 AM, Stefano Babic wrote: From: Simon Schwarz Linux crashes if the GPMC isn't configured for the dm9000. Signed-off-by: Simon Schwarz CC: Tom Rini CC: Stefano Babic CC: Wolfgang Denk --- arch/arm/include/asm/omap_common.h |2 ++ board/timll/devkit8000/d

Re: [U-Boot] [PATCH V13 01/12] Add cmd_spl command

2012-02-18 Thread Thomas Weber
On 02/04/2012 11:22 AM, Stefano Babic wrote: From: Simon Schwarz This adds a spl command to the u-boot. Related config: CONFIG_CMD_CPL activate/deactivate the command CONFIG_CMD_SPL_NAND_OFS Offset in NAND to use Signed-off-by: Simon Schwarz CC: Tom Rini CC: Stefano Babic CC: W

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-18 Thread Mike Frysinger
On Saturday 18 February 2012 17:03:59 Simon Glass wrote: > On Wed, Feb 15, 2012 at 5:57 AM, Aneesh V wrote: > > -.globl reset_cpu > > +.type reset_cpu, %function > > +.globalreset_cpu > > Should we introduce a macro to deal with this rather than writing it > out each time? EXPORT()? we h