Re: [U-Boot] [PATCH 00/17] Network support for spear platform and spear1300 support

2010-04-21 Thread Vipin KUMAR
On 4/21/2010 5:24 PM, Peter Tyser wrote: > Hi Vipin, > >> cpu/arm926ejs/spear/cpu_info.c | 76 ++ >> cpu/arm_cortexa8/spear13xx/Makefile| 52 ++ >> cpu/arm_cortexa8/spear13xx/cache.S | 112 +++ >> cpu/arm_cortexa8/spear13xx/cpu_info.c | 105 +++ >> cpu/arm_c

Re: [U-Boot] [PATCH 00/17] Network support for spear platform and spear1300 support

2010-04-21 Thread Peter Tyser
Hi Vipin, > cpu/arm926ejs/spear/cpu_info.c | 76 ++ > cpu/arm_cortexa8/spear13xx/Makefile| 52 ++ > cpu/arm_cortexa8/spear13xx/cache.S | 112 +++ > cpu/arm_cortexa8/spear13xx/cpu_info.c | 105 +++ > cpu/arm_cortexa8/spear13xx/reset.c | 47 ++ > cpu

[U-Boot] [PATCH 00/17] Network support for spear platform and spear1300 support

2010-04-21 Thread Vipin KUMAR
The following set of patches contain 1. Network driver support for designware IP 2. FSMC(Flexible static memory controller) support for ST IP. 3. I2C driver support for designware IP 4. SMI driver support for ST IP 5. spear1300 SoC and board support 6. misc changes in spear platform and board relat