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
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
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
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
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
> 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
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
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
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
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
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/
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
25 matches
Mail list logo