From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niklaus Giger Date: Fri, 06 Apr 2007 18:22:28 +0200 Subject: [U-Boot-Users] [PATCH] Add first Netstal board HCU4 References: <200702092137.23677.niklaus.giger@member.fsf.org> <200704041740.00521.sr@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan Here it is. bzipped because of the size limitation. I reworked it slightly and tried harder to follow the Linux kernel coding style. I used the following commands for my workflow (Could not find a clear entry in the WiKi for a simple example tailored to the u-boot). $ git clone http://source.denx.net/git/u-boot.git u-boot.git $ cd u-boot.git Then I added the following lines to .git/config >[user] >name???=???????"Niklaus Giger" >email??=???????"niklaus.giger at netstal.com" $ git add Used "git status" to check whether I added all new files correcty. Used "git diff origin --check" to look for trailing/superfluous whitespaces. Used "git diff origin -p --summary origin" to preview my changes. Once I was satisfied, I preceeded with $ git-commit --all --signoff -m "Add first Netstal board HCU4: Second try" $ git-format-patch origin $ mv 0001-Add-first-Netstal-board-HCU4-Second-try.patch \ Add-first-Netstal-board-HCU4-Second-try.patch $ gzip Add-first-Netstal-board-HCU4-Second-try.patch Is this a good workflow? >>> Stefan Roese 04.04.07 17:40:00 >>> >Hi Niklaus, > >sorry for the delay. Could you please resubmit the HCU4 patch against the >current top-of-git repository? I promise to review it now quickly. I will be absent from office the next two weeks, but will have a look at your comments sooner. Best regards -- Niklaus Giger -------------- next part -------------- A non-text attachment was scrubbed... Name: Add-first-Netstal-board-HCU4-Second-try.patch.gz Type: application/x-gzip Size: 15319 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20070406/9494f8bf/attachment.bin