Re: [U-Boot] how to create patches for mailing

2013-01-24 Thread Eric Bénard
Hi Maxim, Le Thu, 24 Jan 2013 12:21:30 +0400, Maxim Podbereznyy a écrit : > Your instructions are exceptional! However I have a few questions: > 1) why should I generate patches for 1st 3 patch, because I have only one? > 2) if there are 3 patches (only 1 is mine) + a cover which exactly > shoul

Re: [U-Boot] how to create patches for mailing

2013-01-24 Thread Maxim Podbereznyy
Hi Gururaja! Your instructions are exceptional! However I have a few questions: 1) why should I generate patches for 1st 3 patch, because I have only one? 2) if there are 3 patches (only 1 is mine) + a cover which exactly should I send? thanks! 2013/1/24 Hebbar, Gururaja > On Thu, Jan 24, 20

Re: [U-Boot] how to create patches for mailing

2013-01-24 Thread Hebbar, Gururaja
On Thu, Jan 24, 2013 at 13:51:30, Maxim Podbereznyy wrote: > Hi Gururaja! 1st don’t top-most. It breaks the flow. > > > Your instructions are exceptional! However I have a few questions: > > 1) why should I generate patches for 1st 3 patch, because I have only > one? That was just an example.

Re: [U-Boot] how to create patches for mailing

2013-01-24 Thread Hebbar, Gururaja
On Thu, Jan 24, 2013 at 13:10:56, Maxim Podbereznyy wrote: > Hi! > > I want to add a new board support to u-boot. So I did the following: > > 1) git clone git://git.denx.de/u-boot.git u-boot-dev > 2) modified existing files, added new Use "git commit" to commit your changes to tree > 3) built t

[U-Boot] how to create patches for mailing

2013-01-23 Thread Maxim Podbereznyy
Hi! I want to add a new board support to u-boot. So I did the following: 1) git clone git://git.denx.de/u-boot.git u-boot-dev 2) modified existing files, added new 3) built the tree for my board, beagle and overo - OK 4) git format-patch - nothing happens are there any step by step instructions