Re: [U-Boot] [PATCH 4/7] powerpc/p1021: Add P1021MDS board support

2010-08-17 Thread Wolfgang Denk
Dear Haiying Wang, In message <1282025889.2814.80.ca...@localhost.localdomain> you wrote: > > > Please avoid adding a new header file just for this single prototype. > This was copied from mpc8568mds/mpc8569mds. If it is not allowed anymore, I > can remove it. Please do. Ideally provide a clean

Re: [U-Boot] [PATCH 4/7] powerpc/p1021: Add P1021MDS board support

2010-08-16 Thread Haiying Wang
On Mon, 2010-16-08 at 12:33 +0200, Wolfgang Denk wrote: > > --- /dev/null > > +++ b/board/freescale/p1021mds/bcsr.h > > @@ -0,0 +1,18 @@ > > +/* > > + * Copyright (C) 2010 Freescale Semiconductor, Inc. > > + * > > + * This program is free software; you can redistribute it and/or modify it > > + * u

Re: [U-Boot] [PATCH 4/7] powerpc/p1021: Add P1021MDS board support

2010-08-16 Thread Wolfgang Denk
Dear Haiying Wang, In message <1281945949.24612.19.ca...@localhost.localdomain> you wrote: > This patch supports P1021MDS NAND boot with the following features: > * Boot from NAND flash with SRAM BOOT support.(No NOR flash on this board) > * SPD DDR Initialization > > Signed-off-by: Haiying Wang

[U-Boot] [PATCH 4/7] powerpc/p1021: Add P1021MDS board support

2010-08-16 Thread Haiying Wang
This patch supports P1021MDS NAND boot with the following features: * Boot from NAND flash with SRAM BOOT support.(No NOR flash on this board) * SPD DDR Initialization Signed-off-by: Haiying Wang Signed-off-by: Mohit Kumar Signed-off-by: Yu.Liu --- MAKEALL