Re: [U-Boot] [PATCH v4 11/12] SPEAr : Support added for SPEAr310 board

2010-01-16 Thread Vipin Kumar
On Sat, Jan 16, 2010 at 8:40 PM, Tom tom@windriver.com wrote: Vipin Kumar wrote: Hello Tom, snip +#include asm/arch/spr_defs.h +#include asm/arch/spr_misc.h +#include asm/arch/spr_nand.h + +int board_init(void) +{ +    return spear_board_init(MACH_TYPE_SPEAR300); Does this need a

Re: [U-Boot] [PATCH v4 11/12] SPEAr : Support added for SPEAr310 board

2010-01-16 Thread Tom
Vipin Kumar wrote: On Sat, Jan 16, 2010 at 8:40 PM, Tom tom@windriver.com wrote: Vipin Kumar wrote: Hello Tom, snip +#include asm/arch/spr_defs.h +#include asm/arch/spr_misc.h +#include asm/arch/spr_nand.h + +int board_init(void) +{ +return

Re: [U-Boot] [PATCH v4 11/12] SPEAr : Support added for SPEAr310 board

2010-01-15 Thread Vipin Kumar
Hello Tom, snip +#include asm/arch/spr_defs.h +#include asm/arch/spr_misc.h +#include asm/arch/spr_nand.h + +int board_init(void) +{ +    return spear_board_init(MACH_TYPE_SPEAR300); Does this need a new mach type ? I see there isn't a SPEAR310 define in mach-types. Actually,

Re: [U-Boot] [PATCH v4 11/12] SPEAr : Support added for SPEAr310 board

2010-01-14 Thread Vipin KUMAR
Hello Tom, snip +#include asm/arch/spr_defs.h +#include asm/arch/spr_misc.h +#include asm/arch/spr_nand.h + +int board_init(void) +{ +return spear_board_init(MACH_TYPE_SPEAR300); Does this need a new mach type ? I see there isn't a SPEAR310 define in mach-types. Actually,

Re: [U-Boot] [PATCH v4 11/12] SPEAr : Support added for SPEAr310 board

2010-01-14 Thread Tom
Vipin KUMAR wrote: Hello Tom, snip +#include asm/arch/spr_defs.h +#include asm/arch/spr_misc.h +#include asm/arch/spr_nand.h + +int board_init(void) +{ +return spear_board_init(MACH_TYPE_SPEAR300); Does this need a new mach type ? I see there isn't a SPEAR310 define in

[U-Boot] [PATCH v4 11/12] SPEAr : Support added for SPEAr310 board

2010-01-13 Thread Tom
SPEAr310 SoC support contains basic spear310 support along with the usage of following drivers - serial driver(UART) - i2c driver - smi driver - nand driver(FSMC) - usbd driver - emi driver(cfi support) Signed-off-by: Vipin vipin.ku...@st.com --- MAKEALL |1 + snip

[U-Boot] [PATCH v4 11/12] SPEAr : Support added for SPEAr310 board

2010-01-11 Thread Vipin KUMAR
SPEAr310 SoC support contains basic spear310 support along with the usage of following drivers - serial driver(UART) - i2c driver - smi driver - nand driver(FSMC) - usbd driver - emi driver(cfi support) Signed-off-by: Vipin vipin.ku...@st.com --- MAKEALL |1 +