Hi Denx,
I have cloned u-boot-imx and want to apply the patch "[U-Boot]
[PATCH V4 11/11] Add initial support for Freescale mx51evk board" for a
test.
But the patch can't be appled.
error: patch failed: MAINTAINERS:152
error: MAINTAINERS: patch does not apply
How can I get the re
Hi Tom
Pls pull the following
The following changes since commit 1b063b552e815f90a6a880e78fc40cc309dd52ad:
Anders Darander (1):
Add bootcount to AT91
are available in the git repository at:
http://git.denx.de/u-boot/u-boot-marvell.git master branch
Heiko Schocher (1):
arm: add
Hello u-boot list
i have an Eval-Board RD-6281 from Marvell for which i
found u-boot support on latest version "U-Boot 2009.11.1"
i need a different bootloader than the one installed.
so i tried to develop a private one by loading it to RAM.
So i modified the TEXT_BASE = 0x0040
to not collide
Dear "Lv Terry-R65388",
In message
<1ae74f652ecb1440b73dd7c2c20842d1ac6...@zch01exm27.fsl.freescale.net> you wrote:
>
> I have cloned u-boot-imx and want to apply the patch "[U-Boot]
Why did you do that? u-boot-imx is currently in a pretty poor state,
as the new custodian has nor picked up
Dear Juergen Schindele,
In message <201002261056.32502.schind...@nentec.de> you wrote:
>
> i need a different bootloader than the one installed.
> so i tried to develop a private one by loading it to RAM.
> So i modified the TEXT_BASE = 0x0040
> to not collide with the installed one.
This is
Hi Denk,
I have tried to apply the patch on mainline.
The steps are:
1. Copy patch from
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/74754.
2. Paste it to local text file patch.
3. Clone a new u-boot.
4. Try "git apply patch".
Am Freitag, 26. Februar 2010 schrieb Wolfgang Denk:
> Dear Juergen Schindele,
>
> In message <201002261056.32502.schind...@nentec.de> you wrote:
> >
> > i need a different bootloader than the one installed.
> > so i tried to develop a private one by loading it to RAM.
> > So i modified the TEXT_BA
From: Naveen Krishna CH
Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand,
NAND Flash, DDRs.
smc.h is a common place for the register description of Memory subsystem
of S5PC100.
Note: Only SROM related registers are descibed now.
Signed-off-by: Naveen Krishna Ch
---
Changes since
From: Naveen Krishna CH
Nand Flash, Ethernet, other features might need to configure the
SROMC registers accordingly.
The config_sromc() functions helps with this.
Signed-off-by: Naveen Krishna Ch
---
Changes since V1:
1. Funtion config_sromc() is renamed to s5pc1xx_config_sromc().
Comments fr
From: Naveen Krishna CH
Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be
loaded over tftp.
The preinit function will configure GPIO (GPK0CON) & SROMC to look
for environment in SROM Bank 3.
Signed-off-by: Naveen Krishna Ch
---
Changes since V1:
1. The CONFIG_BOOTP* and Net co
Dear All,
we are using MPC8548 based custom board, with DDR2 memory. we have successfully
ported U-boot 1.3.1 and linux 2.6.19.
but sometimes the board is hanging at the following conditions
- afer relocating to RAM
U-Boot 1.3.1 (Aug 21 2009 - 16:42:56)
CPU: 8548_E, Version: 2.1, (0x80390
Dear Juergen,
On Fri, Feb 26, 2010 at 12:16:22PM +0100, Juergen Schindele wrote:
> Am Freitag, 26. Februar 2010 schrieb Wolfgang Denk:
> > Dear Juergen Schindele,
> >
> > In message <201002261056.32502.schind...@nentec.de> you wrote:
> > >
> > > i need a different bootloader than the one installe
Hi Frans,
[...@pollux u-boot-testing (master)]$ git am ~/p1
Applying: cmd_i2c.c: added i2c read to memory function
/work/dzu/git/u-boot-testing/.git/rebase-apply/patch:95: trailing
whitespace.
#if defined(CONFIG_I2C_MUX)
error: patch failed: common/cmd_i2c.c:1272
error: common/cmd_i
Lv Terry-R65388 wrote:
> Hi Denk,
>
Hi Terry,
> 4. Try "git apply patch".
I think the normal way to do is to use "git am" getting the whole
e-mail, but this is not your problem now.
> r65...@szx32-17[/home/r65388/uboot-imx]602% git apply patch
> error: patch failed: MAINTAINE
Hi Frans,
> Signed-off-by: Frans Meulenbroeks
> ---
> common/cmd_itest.c |8
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/common/cmd_itest.c b/common/cmd_itest.c
> index 58c5e7b..78a4082 100644
> --- a/common/cmd_itest.c
> +++ b/common/cmd_itest.c
> @@ -69,6 +
Dear "Lv Terry-R65388",
In message
<1ae74f652ecb1440b73dd7c2c20842d1ac6...@zch01exm27.fsl.freescale.net> you wrote:
>
> I have tried to apply the patch on mainline.
You must be doing something wrong, then.
I re-tested it, it applies cleanly:
-> git-am -3 -i -u --whitespace=strip ~/Mail
Hi Frans,
> Resubmitted the patch (see previous message) as I noticed a \n in the
> help was missing.
> Apologies for any inconvenience.
Then you actually submitted a Version 2 of the patch and should have
expressed that with a "--subject-prefix="PATCH v2" argument to git
format-patch.
Cheers
Hi Frans,
> This patch add functionality to use memory addresses and environment
> variables in
> expressions. This increases the power of expressions substantially
>
> It adheres to the standard convemtions: memory addresses can be given in the
> format
> *address (e.g. *1000), environment vari
Dear "Ravi Prakash Reddy M",
In message <52105.59.163.88.129.1267184035.squir...@mail.bel.co.in> you wrote:
>
> we are using MPC8548 based custom board, with DDR2 memory. we have
> successfully ported U-boot 1.3.1 and linux 2.6.19.
Hm... U-Boot 1.3.1 is more than 2 years old; Linux 2.6.19 is mo
Dear Stefano Babic,
In message <4b87bc50.8000...@denx.de> you wrote:
>
> The patch was sent some times ago, based on the u-boot master branch at
> the time it was sent. Of course, other boards went to the mainline in
> the meantime, patching the MAINTAINERS file again - you have probably to
> merg
Hi Detlev,
Wrt the whitespace: I'll take more care next time.
wrt the patch not applying: did you apply the patches 1 to 4 first?
I'm especially triggered by the fact that you are applying p1, but
this is patch 5.
Also your testing tree does not show that the others have been applied
(but of cour
Dear Detlev Zundel,
In message you wrote:
> Hi Frans,
>
> > Signed-off-by: Frans Meulenbroeks
> > ---
> > common/cmd_itest.c |8
> > 1 files changed, 8 insertions(+), 0 deletions(-)
> >
> > diff --git a/common/cmd_itest.c b/common/cmd_itest.c
> > index 58c5e7b..78a4082 100644
> >
2010/2/26 Detlev Zundel :
> Hi Frans,
>
>> This patch add functionality to use memory addresses and environment
>> variables in
>> expressions. This increases the power of expressions substantially
>>
>> It adheres to the standard convemtions: memory addresses can be given in the
>> format
>> *ad
This patch add functionality to use memory addresses in expressions.
This increases the power of expressions substantially
It adheres to the standard convemtions: memory addresses can be given in the
format
*address (e.g. *1000)
Rationale for this change is that it allows masking off bits from a
Hi Frans,
> Wrt the whitespace: I'll take more care next time.
No problem.
> wrt the patch not applying: did you apply the patches 1 to 4 first?
> I'm especially triggered by the fact that you are applying p1, but
> this is patch 5.
Yes, my bad, sorry - disregard this part of my mail. I was lo
Am Freitag, 26. Februar 2010 schrieben Sie:
> Dear Juergen,
>
> On Fri, Feb 26, 2010 at 12:16:22PM +0100, Juergen Schindele wrote:
> > Am Freitag, 26. Februar 2010 schrieb Wolfgang Denk:
> > > Dear Juergen Schindele,
> > >
> > > In message <201002261056.32502.schind...@nentec.de> you wrote:
> > >
Dear Naveen Krishna CH,
On 26 February 2010 20:47, wrote:
> From: Naveen Krishna CH
>
> Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be
> loaded over tftp.
>
> The preinit function will configure GPIO (GPK0CON) & SROMC to look
> for environment in SROM Bank 3.
>
> Signed-off-b
ep93xx timer: Make get_ticks() consistent with get_tbclk(), returning
a value with CONFIG_SYS_HZ resolution. This fix obsoletes the function
clk_to_systicks(), leading to a simplification of the timer code. Further
a variable in usecs_to_ticks() is promoted to a 64-bit value, to avoid
overflows of
Email me at this address for a catalog of all our US lists:
alton.ell...@xxcvbgre.co.cc
Also, ask about our sale pricing for more than one list.
By emailing rem...@xxcvbgre.co.cc you will have your email taken off
___
U-Boot mailing list
U-Bo
Hi Denx,
I have cloned u-boot-imx and want to apply the patch "[U-Boot]
[PATCH V4 11/11] Add initial support for Freescale mx51evk board" for a
test.
But the patch can't be appled.
error: patch failed: MAINTAINERS:152
error: MAINTAINERS: patch does not apply
How can I get the re
30 matches
Mail list logo