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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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.
.
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
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
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
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo