Re: [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-09 Thread Stefan Roese
On 09.09.20 01:32, Chris Packham wrote: On 7/09/20 3:05 pm, Pratyush Yadav wrote: On 06/09/20 08:34PM, Chris Packham wrote: On 5/09/20 3:39 am, Pratyush Yadav wrote: Chris, On 04/09/20 09:04PM, Pratyush Yadav wrote: The SPI NOR core will get Octal DTR in following commits. This has presente

Re: [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-08 Thread Chris Packham
On 7/09/20 3:05 pm, Pratyush Yadav wrote: > On 06/09/20 08:34PM, Chris Packham wrote: >> On 5/09/20 3:39 am, Pratyush Yadav wrote: >>> Chris, >>> >>> On 04/09/20 09:04PM, Pratyush Yadav wrote: The SPI NOR core will get Octal DTR in following commits. This has presented a significant chal

Re: [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-06 Thread Pratyush Yadav
On 06/09/20 08:34PM, Chris Packham wrote: > > On 5/09/20 3:39 am, Pratyush Yadav wrote: > > Chris, > > > > On 04/09/20 09:04PM, Pratyush Yadav wrote: > >> The SPI NOR core will get Octal DTR in following commits. This has > >> presented a significant challenge of keeping the SPL size in check on >

Re: [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-06 Thread Chris Packham
On 7/09/20 11:07 am, Chris Packham wrote: > Hi Pratyush, > > On 5/09/20 3:39 am, Pratyush Yadav wrote: >> Chris, >> >> On 04/09/20 09:04PM, Pratyush Yadav wrote: >>> The SPI NOR core will get Octal DTR in following commits. This has >>> presented a significant challenge of keeping the SPL size in

Re: [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-06 Thread Chris Packham
Hi Pratyush, On 5/09/20 3:39 am, Pratyush Yadav wrote: > Chris, > > On 04/09/20 09:04PM, Pratyush Yadav wrote: >> The SPI NOR core will get Octal DTR in following commits. This has >> presented a significant challenge of keeping the SPL size in check on >> the x530 platform. >> >> On a previous it

Re: [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-06 Thread Chris Packham
On 5/09/20 3:34 am, Pratyush Yadav wrote: > The SPI NOR core will get Octal DTR in following commits. This has > presented a significant challenge of keeping the SPL size in check on > the x530 platform. I don't think it's just the x530. There are a bunch of other Armada-385 based platforms that b

Re: [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-06 Thread Chris Packham
On 5/09/20 3:39 am, Pratyush Yadav wrote: > Chris, > > On 04/09/20 09:04PM, Pratyush Yadav wrote: >> The SPI NOR core will get Octal DTR in following commits. This has >> presented a significant challenge of keeping the SPL size in check on >> the x530 platform. >> >> On a previous iteration of th

Re: [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-04 Thread Pratyush Yadav
Chris, On 04/09/20 09:04PM, Pratyush Yadav wrote: > The SPI NOR core will get Octal DTR in following commits. This has > presented a significant challenge of keeping the SPL size in check on > the x530 platform. > > On a previous iteration of the series, adding a set of compile-time > switches go

[PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR

2020-09-04 Thread Pratyush Yadav
The SPI NOR core will get Octal DTR in following commits. This has presented a significant challenge of keeping the SPL size in check on the x530 platform. On a previous iteration of the series, adding a set of compile-time switches got the build working. But rebasing on the latest master breaks t