From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vovk Konstantin Date: Mon, 19 Jan 2009 13:44:36 +0200 Subject: [U-Boot] U-Boot-v2009.01-rc2 w90p710 ARM support PATCH References: <002b01c977fb$537a9950$0201a8c0@main> <20090117100932.GA32614@game.jcrosoft.org> Message-ID: <003e01c97a2b$516e8630$0201a8c0@main> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Maybe is the stupid queston. How I can do it? My sequence is: 1. I correct all w90p710 sources for respect to U-Boot coding style. 2. Next I clone U-Boot repository with git clone command 3. Create the new branch w90p710 with git branch command 4. Checkout to the new branch 5. Add corrected sources to the new branch with git add command 6. Commit this changes with git commit -a command 7. Next I create the patch betwen two branches with git diff master w90p710 What I do in the next step: Post the patch on the mail list or pull my brunch to the server with git pull origin w90p710:w90p710 Sorry for inconvenience... Best regards, Konstantin Vovk. ----- Original Message ----- From: "Jean-Christophe PLAGNIOL-VILLARD" To: "Vovk Konstantin" Cc: Sent: Saturday, January 17, 2009 12:09 PM Subject: Re: [U-Boot] U-Boot-v2009.01-rc2 w90p710 ARM support PATCH > On 18:52 Fri 16 Jan , Vovk Konstantin wrote: >> This patch will add W90P710 ARM7 SoC to u-boot-v2009-rc2. >> >> Best regards >> Konstantin Vovk >> KSL Embdedded Ltd >> www.kslemb.com >> >> w90p710-v2009.01-rc2.diff: >> Size: 92K > please generate a correct patch > with commit message and Signed-off-by > and try to use git to generate the patch > please also note your patch is corrupter by your mailer > and your patch does not respect our coding style as tab for indenting > etc... > > Best Regards, > J. >