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

2009-05-20 Thread Prafulla Wadaskar
> > > > > Just a question... Do you really NEED 64 kB or even =20 > > > 128 kB environement size? In my experience, 16 kB is almost=20 > > > always more than sufficient. Keep in mind that the=20 > > > environment size can be smaller than the sector size > which=20 stores > > > th

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

2009-05-20 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <73173d32e9439e4abb5151606c3e19e201cf9e6...@sc-vexch1.marvell.com> you wrote: > > > Just a question... Do you really NEED 64 kB or even =20 > > 128 kB environement size? In my experience, 16 kB is almost=20 > > always more than sufficient. Keep in

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

2009-05-20 Thread Prafulla Wadaskar
> > > + * Environment variables configurations */ #ifdef > > CONFIG_SPI_FLASH > > > +#define CONFIG_ENV_IS_IN_SPI_FLASH 1 > > > +#define CONFIG_ENV_SIZE 0x1 /* spi > > flash block (64k) */ > > > +#define CONFIG_ENV_SECT_SIZE 0x1 /* _64K */ > > > +#else

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

2009-05-20 Thread Prafulla Wadaskar
: Re: [U-Boot] [PATCH v9] Marvell MV88F6281GTW_GE Board support > > Dear Prafulla Wadaskar, > > In message > <1242763432-13693-1-git-send-email-prafu...@marvell.com> you wrote: > > > > This is Marvell's 88F6281_A0 based custo

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

2009-05-20 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <1242763432-13693-1-git-send-email-prafu...@marvell.com> you wrote: > > This is Marvell's 88F6281_A0 based custom board developed > for wireless access point product ... > +/* > + * Environment variables configurations > + */ > +#ifdef CONFIG_SPI_FLASH > +#defi

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

2009-05-19 Thread Prafulla Wadaskar
From: prafulla_wadaskar 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 from SPI flash Review