Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB

2018-10-31 Thread Simon Goldschmidt
an Teki > > Subject: Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash > > above 16MB > > > > On Tue, Oct 30, 2018 at 9:35 PM Simon Goldschmidt > > wrote: > > > > > > On 17.10.2018 13:27, Rajat Srivastava wrote: > > > > Add

Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB

2018-10-31 Thread Rajat Srivastava
> -Original Message- > From: Simon Goldschmidt > Sent: Wednesday, October 31, 2018 1:09 PM > To: Rajat Srivastava ; U-Boot Mailing List b...@lists.denx.de> > Cc: Jagan Teki > Subject: Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash > above 16MB &

Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB

2018-10-31 Thread Simon Goldschmidt
On Wed, Oct 31, 2018 at 9:41 AM Rajat Srivastava wrote: > > > > > -Original Message- > > From: Simon Goldschmidt > > Sent: Wednesday, October 31, 2018 2:06 AM > > To: Rajat Srivastava ; u-boot@lists.denx.de > > Cc: ja...@openedev.com > >

Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB

2018-10-31 Thread Rajat Srivastava
> -Original Message- > From: Simon Goldschmidt > Sent: Wednesday, October 31, 2018 2:06 AM > To: Rajat Srivastava ; u-boot@lists.denx.de > Cc: ja...@openedev.com > Subject: Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash > above 16MB > >

Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB

2018-10-31 Thread Simon Goldschmidt
On Tue, Oct 30, 2018 at 9:35 PM Simon Goldschmidt wrote: > > On 17.10.2018 13:27, Rajat Srivastava wrote: > > Add functionality to read and parse SFDP parameters to auto-detect > > flash size, page size and address width of flash. This enables > > flash access above 16MB using 4-byte addressing

Re: [U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB

2018-10-30 Thread Simon Goldschmidt
On 17.10.2018 13:27, Rajat Srivastava wrote: Add functionality to read and parse SFDP parameters to auto-detect flash size, page size and address width of flash. This enables flash access above 16MB using 4-byte addressing mode. Add driver support to get SFDP information of flash and use it to

[U-Boot] [PATCH 0/3] Read SFDP parameters and access flash above 16MB

2018-10-17 Thread Rajat Srivastava
Add functionality to read and parse SFDP parameters to auto-detect flash size, page size and address width of flash. This enables flash access above 16MB using 4-byte addressing mode. Add driver support to get SFDP information of flash and use it to access flash above 16MB. Enable reading and