All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Where can I find the git repostory for mx51evk
@ 2010-02-26  3:05 Lv Terry-R65388
  0 siblings, 0 replies; 11+ messages in thread
From: Lv Terry-R65388 @ 2010-02-26  3:05 UTC (permalink / raw)
  To: u-boot

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 repostory for mx51evk?
 
    Thanks~~
 
Yours
Terry
 
 
 General Business Information
 Freescale Internal Use Only
 Freescale Confidential Proprietary
 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-03-01  4:48       ` Lv Terry-R65388
  2010-03-01  8:13         ` Wolfgang Denk
  2010-03-01  9:11         ` Stefano Babic
@ 2010-03-01 18:10         ` Ben Warren
  2 siblings, 0 replies; 11+ messages in thread
From: Ben Warren @ 2010-03-01 18:10 UTC (permalink / raw)
  To: u-boot

Terry,

On 2/28/2010 8:48 PM, Lv Terry-R65388 wrote:
> Hi Denk,
>
> 	It seems that "git am" doesn't work for me.
>
> 	The steps are:
>
> 	1. Save the patch as txt file in outlook and copy to u-boot directory.
> 	2. Use git am to apply the patch.
>
> 	r65388 at szx32-17[/home/r65388/uboot-imx]686% git am -i -u --whitespace=strip ./"U-Boot PATCH V4 1111 Add initial support for Freescale mx51evkboard.txt"
>   
I sometimes have problems with Thunderbird whitespace-damaging patches
in Windows, and find that stripping the '\r' carriage-return characters
seems to work. My weapon of choice is 'dos2unix', but you could go
old-school with 'tr' or even change the file type in vim.

HTH,
Ben

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-03-01  4:48       ` Lv Terry-R65388
  2010-03-01  8:13         ` Wolfgang Denk
@ 2010-03-01  9:11         ` Stefano Babic
  2010-03-01 18:10         ` Ben Warren
  2 siblings, 0 replies; 11+ messages in thread
From: Stefano Babic @ 2010-03-01  9:11 UTC (permalink / raw)
  To: u-boot

Lv Terry-R65388 wrote:
> Hi Denk,
>

Hi Terry,

> It seems that "git am" doesn't work for me.
> 
> The steps are:
> 
> 1. Save the patch as txt file in outlook and copy to u-boot
> directory.

Do not do it. Even if it for some strange seems working (it could be for
an  easy patch), you apply a patch different as the one sent to the ML.
The correct step is to save the e-mail as it is. If your e-mail client
does not support it, take another one.

> 2. Use git am to apply the patch.
> /home/r65388/uboot-imx/.git/rebase-apply/patch:72: trailing
> whitespace. # This program is free software; you can redistribute it

This is really caused by your client and tells you that the e-mail was
not correctly saved.

Regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-03-01  4:48       ` Lv Terry-R65388
@ 2010-03-01  8:13         ` Wolfgang Denk
  2010-03-01  9:11         ` Stefano Babic
  2010-03-01 18:10         ` Ben Warren
  2 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2010-03-01  8:13 UTC (permalink / raw)
  To: u-boot

Dear "Lv Terry-R65388",

In message <1AE74F652ECB1440B73DD7C2C20842D1AC6D5C@zch01exm27.fsl.freescale.net> you wrote:
> 
> 	It seems that "git am" doesn't work for me.

Well, I'm afraid there is little we can do to help you with that.
Setting up a basic working tool chain is something you have to do
yourself; we don't know your environment. If you don't succeed
yourself, then ask another, more experienced engineer in your team
for help, or some support guy.

> 	The steps are:
> 
> 	1. Save the patch as txt file in outlook and copy to u-boot directory.
> 	2. Use git am to apply the patch.

Maybe you should try and avoid working in a Windows based environment
here. I have no way how many wonderful ways Outlook knows to mess up
the messages it processes.

> 	What's your git version?
> 	We're using 1.6.0.4.

We are using git versions 1.6.2.5 and 1.6.6 (i. e. what comes with
recent Fedora distributions).

> 	I don't know if it is the git version that cause the problem.

The problems you report are not caused by git version differences.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Do not underestimate the value of print statements for debugging.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-02-26 12:33     ` Wolfgang Denk
@ 2010-03-01  4:48       ` Lv Terry-R65388
  2010-03-01  8:13         ` Wolfgang Denk
                           ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Lv Terry-R65388 @ 2010-03-01  4:48 UTC (permalink / raw)
  To: u-boot

Hi Denk,

	It seems that "git am" doesn't work for me.

	The steps are:

	1. Save the patch as txt file in outlook and copy to u-boot directory.
	2. Use git am to apply the patch.

	r65388 at szx32-17[/home/r65388/uboot-imx]686% git am -i -u --whitespace=strip ./"U-Boot PATCH V4 1111 Add initial support for Freescale mx51evkboard.txt"
Commit Body is:
--------------------------
[sbabic at denx.de]
Sent: 2010?2?5???? 22:14
To: u-boot at lists.denx.de
Subject: [U-Boot] [PATCH V4 11/11] Add initial support for Freescale
mx51evkboard

The patch adds initial support for the Freescale mx51evk board.
Network (FEC) and SD controller (fsl_esdhc) are supported.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Fred Fan <fanyefeng@gmail.com>
--------------------------
Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y
Applying: [sbabic at denx.de]
/home/r65388/uboot-imx/.git/rebase-apply/patch:69: trailing whitespace.
# Copyright (C) 2007, Guennadi Liakhovetski <lg@denx.de> # # (C) 
/home/r65388/uboot-imx/.git/rebase-apply/patch:72: trailing whitespace.
# This program is free software; you can redistribute it and/or # 
/home/r65388/uboot-imx/.git/rebase-apply/patch:73: trailing whitespace.
modify it under the terms of the GNU General Public License as # 
/home/r65388/uboot-imx/.git/rebase-apply/patch:74: trailing whitespace.
published by the Free Software Foundation; either version 2 of # the 
/home/r65388/uboot-imx/.git/rebase-apply/patch:77: trailing whitespace.
# This program is distributed in the hope that it will be useful, # but 
fatal: corrupt patch at line 145
Patch failed at 0001.
When you have resolved this problem run "git am -i --resolved".
If you would prefer to skip this patch, instead run "git am -i --skip".
To restore the original branch and stop patching run "git am -i --abort".

	What's your git version?
	We're using 1.6.0.4.
	I don't know if it is the git version that cause the problem.

	Thanks~~

Yours
Terry
	 

-----Original Message-----
From: Wolfgang Denk [mailto:wd at denx.de] 
Sent: 2010?2?26? 20:33
To: Lv Terry-R65388
Cc: u-boot at lists.denx.de
Subject: Re: [U-Boot] Where can I find the git repostory for mx51evk

Dear "Lv Terry-R65388",

In message <1AE74F652ECB1440B73DD7C2C20842D1AC6D29@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/U-Boot/7647
Commit Body is:
--------------------------
Add initial support for Freescale mx51evk board

The patch adds initial support for the Freescale mx51evk board.
Network (FEC) and SD controller (fsl_esdhc) are supported.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Fred Fan <fanyefeng@gmail.com>
--------------------------
Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y
Applying: Add initial support for Freescale mx51evk board
-> 


> 	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.

Eventually the patch gets mangled (white space corrupted) this way.

> 	3. Clone a new u-boot.
> 	4. Try "git apply patch".
>
> 	I encountered errors:
>
> 	r65388 at szx32-17[/home/r65388/uboot-imx]602% git apply patch
> 	error: patch failed: MAINTAINERS:152
> 	error: MAINTAINERS: patch does not apply

Try using "git am", and avoid the copy & paste - save the page as text file instead.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de "It was the Law of the Sea, they said. Civilization ends at  the  wa- terline.  Beyond  that,  we  all enter the food chain, and not always
right at the top."                               - Hunter S. Thompson

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-02-26 12:19     ` Stefano Babic
@ 2010-02-26 12:40       ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2010-02-26 12:40 UTC (permalink / raw)
  To: u-boot

Dear Stefano Babic,

In message <4B87BC50.8000602@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
> merge this file.

There are no merge conflicts. git will happily apply your patch as is;
I just verified this again.  I used 'git-am' though, of course.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I mean, I . . . think to understand you, I just don't know  what  you
are saying ...                        - Terry Pratchett, _Soul Music_

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-02-26 10:28   ` Lv Terry-R65388
  2010-02-26 12:19     ` Stefano Babic
@ 2010-02-26 12:33     ` Wolfgang Denk
  2010-03-01  4:48       ` Lv Terry-R65388
  1 sibling, 1 reply; 11+ messages in thread
From: Wolfgang Denk @ 2010-02-26 12:33 UTC (permalink / raw)
  To: u-boot

Dear "Lv Terry-R65388",

In message <1AE74F652ECB1440B73DD7C2C20842D1AC6D29@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/U-Boot/7647
Commit Body is:
--------------------------
Add initial support for Freescale mx51evk board

The patch adds initial support for the Freescale mx51evk board.
Network (FEC) and SD controller (fsl_esdhc) are supported.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Signed-off-by: Fred Fan <fanyefeng@gmail.com>
--------------------------
Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all y
Applying: Add initial support for Freescale mx51evk board
-> 


> 	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.

Eventually the patch gets mangled (white space corrupted) this way.

> 	3. Clone a new u-boot.
> 	4. Try "git apply patch".
>
> 	I encountered errors:
>
> 	r65388 at szx32-17[/home/r65388/uboot-imx]602% git apply patch
> 	error: patch failed: MAINTAINERS:152
> 	error: MAINTAINERS: patch does not apply 

Try using "git am", and avoid the copy & paste - save the page as
text file instead.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"It was the Law of the Sea, they said. Civilization ends at  the  wa-
terline.  Beyond  that,  we  all enter the food chain, and not always
right at the top."                               - Hunter S. Thompson

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-02-26 10:28   ` Lv Terry-R65388
@ 2010-02-26 12:19     ` Stefano Babic
  2010-02-26 12:40       ` Wolfgang Denk
  2010-02-26 12:33     ` Wolfgang Denk
  1 sibling, 1 reply; 11+ messages in thread
From: Stefano Babic @ 2010-02-26 12:19 UTC (permalink / raw)
  To: u-boot

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.

> 	r65388 at szx32-17[/home/r65388/uboot-imx]602% git apply patch
> 	error: patch failed: MAINTAINERS:152
> 	error: MAINTAINERS: patch does not apply 

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
merge this file.

Regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-02-26 10:08 ` Wolfgang Denk
@ 2010-02-26 10:28   ` Lv Terry-R65388
  2010-02-26 12:19     ` Stefano Babic
  2010-02-26 12:33     ` Wolfgang Denk
  0 siblings, 2 replies; 11+ messages in thread
From: Lv Terry-R65388 @ 2010-02-26 10:28 UTC (permalink / raw)
  To: u-boot

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".

	I encountered errors:

	r65388 at szx32-17[/home/r65388/uboot-imx]602% git apply patch
	error: patch failed: MAINTAINERS:152
	error: MAINTAINERS: patch does not apply 

	Thanks~~

Yours
Terry

-----Original Message-----
From: Wolfgang Denk [mailto:wd at denx.de] 
Sent: 2010?2?26? 18:09
To: Lv Terry-R65388
Cc: u-boot at lists.denx.de
Subject: Re: [U-Boot] Where can I find the git repostory for mx51evk

Dear "Lv Terry-R65388",

In message <1AE74F652ECB1440B73DD7C2C20842D1AC6D28@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 work yet, so this repository is very old.

> [PATCH V4 11/11] Add initial support for Freescale mx51evk board" for 
> a test.
> 
>     But the patch can't be appled.

Patches submitted on the mailing list are supposed to be applied against mainline (master branch). Did you try that?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
        Ordnung ist die Lust der Vernunft,
        aber Unordnung die Wonne der Phantasie         - Paul Claudel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
  2010-02-26  8:45 Lv Terry-R65388
@ 2010-02-26 10:08 ` Wolfgang Denk
  2010-02-26 10:28   ` Lv Terry-R65388
  0 siblings, 1 reply; 11+ messages in thread
From: Wolfgang Denk @ 2010-02-26 10:08 UTC (permalink / raw)
  To: u-boot

Dear "Lv Terry-R65388",

In message <1AE74F652ECB1440B73DD7C2C20842D1AC6D28@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 work yet, so this repository is
very old.

> [PATCH V4 11/11] Add initial support for Freescale mx51evk board" for a
> test.
> 
>     But the patch can't be appled.

Patches submitted on the mailing list are supposed to be applied
against mainline (master branch). Did you try that?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
        Ordnung ist die Lust der Vernunft,
        aber Unordnung die Wonne der Phantasie         - Paul Claudel

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Where can I find the git repostory for mx51evk
@ 2010-02-26  8:45 Lv Terry-R65388
  2010-02-26 10:08 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Lv Terry-R65388 @ 2010-02-26  8:45 UTC (permalink / raw)
  To: u-boot

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 repostory for mx51evk?
 
    Thanks~~
 
Yours
Terry
 
 
 General Business Information
 Freescale Internal Use Only
 Freescale Confidential Proprietary
 

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-03-01 18:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-26  3:05 [U-Boot] Where can I find the git repostory for mx51evk Lv Terry-R65388
2010-02-26  8:45 Lv Terry-R65388
2010-02-26 10:08 ` Wolfgang Denk
2010-02-26 10:28   ` Lv Terry-R65388
2010-02-26 12:19     ` Stefano Babic
2010-02-26 12:40       ` Wolfgang Denk
2010-02-26 12:33     ` Wolfgang Denk
2010-03-01  4:48       ` Lv Terry-R65388
2010-03-01  8:13         ` Wolfgang Denk
2010-03-01  9:11         ` Stefano Babic
2010-03-01 18:10         ` Ben Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.