
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" plagnioj@jcrosoft.com To: "Vovk Konstantin" ksl@kslemb.com Cc: u-boot@lists.denx.de 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.