
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 sysamfw@gmail.com
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