Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-11-16 Thread york sun
On 11/15/2016 07:16 PM, Jagan Teki wrote: > York, > > Please test again? > OK. It is in the queue. York ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-11-15 Thread Jagan Teki
York, Please test again? On Tue, Nov 8, 2016 at 10:59 PM, york sun wrote: > On 11/07/2016 08:52 PM, york@nxp.com wrote: >> On 10/30/2016 10:47 AM, Jagan Teki wrote: >>> INFO macro make flash table entries more adjustable like >>> adding new flash_info attributes, update

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-11-08 Thread york sun
On 11/07/2016 08:52 PM, york@nxp.com wrote: > On 10/30/2016 10:47 AM, Jagan Teki wrote: >> INFO macro make flash table entries more adjustable like >> adding new flash_info attributes, update ID length bytes >> and so on and more over it will sync to Linux way of defining >> flash_info

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-11-07 Thread york sun
On 10/30/2016 10:47 AM, Jagan Teki wrote: > INFO macro make flash table entries more adjustable like > adding new flash_info attributes, update ID length bytes > and so on and more over it will sync to Linux way of defining > flash_info attributes. > > - Add JEDEC_ID > - Add JEDEC_EXT macro > -

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-10-31 Thread Jagan Teki
On Mon, Oct 31, 2016 at 3:13 PM, Vignesh R wrote: > > > On Monday 31 October 2016 03:05 PM, Jagan Teki wrote: >> On Mon, Oct 31, 2016 at 3:02 PM, Vignesh R wrote: >>> >>> >>> On Monday 31 October 2016 02:50 PM, Jagan Teki wrote: On Mon, Oct 31, 2016 at 2:24

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-10-31 Thread Vignesh R
On Monday 31 October 2016 03:05 PM, Jagan Teki wrote: > On Mon, Oct 31, 2016 at 3:02 PM, Vignesh R wrote: >> >> >> On Monday 31 October 2016 02:50 PM, Jagan Teki wrote: >>> On Mon, Oct 31, 2016 at 2:24 PM, Jagan Teki wrote: On Mon, Oct 31, 2016 at 8:48

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-10-31 Thread Jagan Teki
On Mon, Oct 31, 2016 at 3:02 PM, Vignesh R wrote: > > > On Monday 31 October 2016 02:50 PM, Jagan Teki wrote: >> On Mon, Oct 31, 2016 at 2:24 PM, Jagan Teki wrote: >>> On Mon, Oct 31, 2016 at 8:48 AM, Vignesh R wrote: On

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-10-31 Thread Vignesh R
On Monday 31 October 2016 02:50 PM, Jagan Teki wrote: > On Mon, Oct 31, 2016 at 2:24 PM, Jagan Teki wrote: >> On Mon, Oct 31, 2016 at 8:48 AM, Vignesh R wrote: >>> >>> >>> On Sunday 30 October 2016 11:16 PM, Jagan Teki wrote: >>> [...] +

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-10-31 Thread Jagan Teki
On Mon, Oct 31, 2016 at 2:24 PM, Jagan Teki wrote: > On Mon, Oct 31, 2016 at 8:48 AM, Vignesh R wrote: >> >> >> On Sunday 30 October 2016 11:16 PM, Jagan Teki wrote: >> [...] >>> + {"S25FL128P_64K", INFO(0x012018, 0x0301, 64 * 1024, 256, RD_FULL >>>

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-10-31 Thread Jagan Teki
On Mon, Oct 31, 2016 at 8:48 AM, Vignesh R wrote: > > > On Sunday 30 October 2016 11:16 PM, Jagan Teki wrote: > [...] >> + {"S25FL128P_64K", INFO(0x012018, 0x0301, 64 * 1024, 256, RD_FULL | >> WR_QPP) }, >> + {"S25FL032P", INFO(0x010215, 0x4d00, 64 * 1024,

Re: [U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-10-30 Thread Vignesh R
On Sunday 30 October 2016 11:16 PM, Jagan Teki wrote: [...] > + {"S25FL128P_64K", INFO(0x012018, 0x0301, 64 * 1024, 256, RD_FULL | > WR_QPP) }, > + {"S25FL032P", INFO(0x010215, 0x4d00, 64 * 1024,64, RD_FULL | > WR_QPP) }, > + {"S25FL064P", INFO(0x010216, 0x4d00,

[U-Boot] [PATCH v5 01/21] sf: Adopt flash table INFO macro from Linux

2016-10-30 Thread Jagan Teki
INFO macro make flash table entries more adjustable like adding new flash_info attributes, update ID length bytes and so on and more over it will sync to Linux way of defining flash_info attributes. - Add JEDEC_ID - Add JEDEC_EXT macro - Add JEDEC_MFR - spi_flash_params => spi_flash_info - params