Re: [U-Boot] [PATCH v10 1/8] nds32: add header files support for nds32

2011-08-31 Thread Mike Frysinger
(just picking this e-mail because there is no patch summary to reply to) your nds32 port doesnt update the top level README or doc/README.standalone or add a doc/README.nds32. please add some documentation for your port ;). -mike signature.asc Description: This is a digitally signed message pa

Re: [U-Boot] [PATCH v10 1/8] nds32: add header files support for nds32

2011-08-31 Thread Mike Frysinger
On Wednesday, August 31, 2011 06:25:53 Macpaul Lin wrote: > --- /dev/null > +++ b/arch/nds32/include/asm/unaligned.h > @@ -0,0 +1,31 @@ > +/* > + * Copyright (C) 2016 Andes Technology Corporation > + * Copyright (C) 2011 Macpaul Lin (macp...@andestech.com) > + * > + * This file is subject to the te

[U-Boot] [PATCH v10 1/8] nds32: add header files support for nds32

2011-08-31 Thread Macpaul Lin
Add generic header files support for nds32 architecture. Cache, ptregs, data type and other definitions are included. Signed-off-by: Macpaul Lin --- Changes for v1-v4: - Code cleanup and style formatting. Changes for v5-v6: - This patch also updated the following changes against the ch