[U-Boot] [RFC PATCH v3 01/10] mtd: nand: pxa3xx_nand: Increase initial buffer size

2017-12-06 Thread oferh
From: Ofer Heifetz The initial buffer is used for the initial commands used to detect a flash device (STATUS, READID and PARAM). ONFI param page is 256 bytes, and there are three redundant copies to be read. JEDEC param page is 512 bytes, and there are also three redundant copies to be read. Hen

Re: [U-Boot] [RFC PATCH v3 01/10] mtd: nand: pxa3xx_nand: Increase initial buffer size

2017-12-05 Thread Chris Packham
Hi Ofer, On Wed, Dec 6, 2017 at 7:55 PM, wrote: > From: Ofer Heifetz > > The initial buffer is used for the initial commands used to detect > a flash device (STATUS, READID and PARAM). > > ONFI param page is 256 bytes, and there are three redundant copies > to be read. JEDEC param page is 512 b

Re: [U-Boot] [RFC PATCH v3 01/10] mtd: nand: pxa3xx_nand: Increase initial buffer size

2017-12-06 Thread Ofer Heifetz
Hi Chris > -Original Message- > From: Chris Packham [mailto:judge.pack...@gmail.com] > Sent: Wednesday, December 06, 2017 9:49 AM > To: Ofer Heifetz ; Scott Wood ; > Scott Wood ; Tom Rini > Cc: u-boot ; Nadav Haklai ; > Stefan Roese ; Ezequiel Garcia > > Subject: Re: [RFC PATCH v3 01/10]