From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angelo Dureghello Date: Wed, 10 Aug 2011 22:25:21 +0200 Subject: [U-Boot] [PATCH 1/3] add mcf5307 support In-Reply-To: References: <4E42CC65.4070003@gmail.com> Message-ID: <4E42E931.7080003@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Detlev, i don't have big experience with git, generally i use cvs/svn. I am posting changes/additions i have here in my local tree, since i am not an u-boot developer i don't think i am allowed to commit anything in the server repository. so "git format-patch -n --cover-letter" don't give any output. On 10/08/2011 21:41, Detlev Zundel wrote: > Hi Angelo, > >> Cpu architecture files. >> >> # new file: arch/m68k/cpu/mcf530x/Makefile >> # new file: arch/m68k/cpu/mcf530x/config.mk >> # new file: arch/m68k/cpu/mcf530x/cpu.c >> # new file: arch/m68k/cpu/mcf530x/cpu.h >> # new file: arch/m68k/cpu/mcf530x/cpu_init.c >> # new file: arch/m68k/cpu/mcf530x/interrupts.c >> # new file: arch/m68k/cpu/mcf530x/speed.c >> # new file: arch/m68k/cpu/mcf530x/start.S >> >> Signed-off-by: Angelo Dureghello > > Which files are added is a detail already contained in the patch itself, > it does not need to be included additionally. > > To find out how other people handle commits, simply use "git log" in the > u-boot directory and give some consideration to its output. > > Cheers > Detlev >