Re: [U-Boot] [PATCH v5] Marvell MV88F6281GTW_GE Board support

2009-05-03 Thread Prafulla Wadaskar
+ * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + */ + +#include common.h +#include ../drivers/net/phy/mv88e61xx.h If this header is

Re: [U-Boot] [PATCH v5] Marvell MV88F6281GTW_GE Board support

2009-05-03 Thread Ben Warren
Hi Prafulla, On Sun, May 3, 2009 at 10:27 AM, Prafulla Wadaskar prafu...@marvell.comwrote: + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA + */ +

Re: [U-Boot] [PATCH v5] Marvell MV88F6281GTW_GE Board support

2009-05-03 Thread Prafulla Wadaskar
+#include common.h +#include ../drivers/net/phy/mv88e61xx.h If this header is meant to be public it should be in include. Sorry I didn't catch that earlier. snip This header has some public and some driver specific

Re: [U-Boot] [PATCH v5] Marvell MV88F6281GTW_GE Board support

2009-05-03 Thread Ben Warren
On Sun, May 3, 2009 at 8:45 PM, Prafulla Wadaskar prafu...@marvell.comwrote: +#include common.h +#include ../drivers/net/phy/mv88e61xx.h If this header is meant to be public it should be in include. Sorry I didn't catch that

[U-Boot] [PATCH v5] Marvell MV88F6281GTW_GE Board support

2009-05-02 Thread Prafulla Wadaskar
From: prafulla_wadaskar prafu...@marvell.com This is Marvell's 88F6281_A0 based custom board developed for wireless access point product This patch is tested for- 1. Boot from DRAM/SPI flash/NFS 2. File transfer using tftp and loadb 3. SPI flash read/write/erase 4. Booting Linux kernel and RFS

Re: [U-Boot] [PATCH v5] Marvell MV88F6281GTW_GE Board support

2009-05-02 Thread Ben Warren
Hi Prafulla, On Sat, May 2, 2009 at 9:36 PM, Prafulla Wadaskar prafu...@marvell.comwrote: From: prafulla_wadaskar prafu...@marvell.com This is Marvell's 88F6281_A0 based custom board developed for wireless access point product This patch is tested for- 1. Boot from DRAM/SPI flash/NFS 2.