Re: [U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-09-27 Thread Adam Ford
On Fri, Sep 27, 2019 at 7:53 AM Stefano Babic wrote: > > On 27/09/19 14:32, Adam Ford wrote: > > On Fri, Sep 27, 2019 at 7:31 AM Fabio Estevam wrote: > >> > >> On Fri, Sep 27, 2019 at 9:17 AM Adam Ford wrote: > >> > >>> It's been over a month. Is there any reason this cannot be applied? > >> >

Re: [U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-09-27 Thread Stefano Babic
On 27/09/19 14:32, Adam Ford wrote: > On Fri, Sep 27, 2019 at 7:31 AM Fabio Estevam wrote: >> >> On Fri, Sep 27, 2019 at 9:17 AM Adam Ford wrote: >> >>> It's been over a month. Is there any reason this cannot be applied? >> >> It has been applied in Stefano's tree: >> https://gitlab.denx.de/u-bo

Re: [U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-09-27 Thread Adam Ford
On Fri, Sep 27, 2019 at 7:31 AM Fabio Estevam wrote: > > On Fri, Sep 27, 2019 at 9:17 AM Adam Ford wrote: > > > It's been over a month. Is there any reason this cannot be applied? > > It has been applied in Stefano's tree: > https://gitlab.denx.de/u-boot/custodians/u-boot-imx/commit/90fb571d61a8

Re: [U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-09-27 Thread Fabio Estevam
On Fri, Sep 27, 2019 at 9:17 AM Adam Ford wrote: > It's been over a month. Is there any reason this cannot be applied? It has been applied in Stefano's tree: https://gitlab.denx.de/u-boot/custodians/u-boot-imx/commit/90fb571d61a8967f5e56c5b03db5e44889325bde _

Re: [U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-09-27 Thread Adam Ford
On Mon, Aug 26, 2019 at 8:00 AM Adam Ford wrote: > > On Thu, Aug 8, 2019 at 1:36 PM Adam Ford wrote: > > > > On Thu, Aug 8, 2019 at 1:14 PM Robert Hancock wrote: > > > > > > Previously the SPL size on all iMX6 platforms was restricted to 68KB > > > because the OCRAM size on iMX6SL/DL parts is on

Re: [U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-26 Thread Adam Ford
On Thu, Aug 8, 2019 at 1:36 PM Adam Ford wrote: > > On Thu, Aug 8, 2019 at 1:14 PM Robert Hancock wrote: > > > > Previously the SPL size on all iMX6 platforms was restricted to 68KB > > because the OCRAM size on iMX6SL/DL parts is only 128KB. However, the > > other iMX6 variants have 256KB of OCR

Re: [U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-08 Thread Adam Ford
On Thu, Aug 8, 2019 at 1:14 PM Robert Hancock wrote: > > Previously the SPL size on all iMX6 platforms was restricted to 68KB > because the OCRAM size on iMX6SL/DL parts is only 128KB. However, the > other iMX6 variants have 256KB of OCRAM. Add an option > CONFIG_MX6_OCRAM_256KB which allows using

[U-Boot] [PATCH v2] ARM: imx: Support larger SPL size on IMX6DQ

2019-08-08 Thread Robert Hancock
Previously the SPL size on all iMX6 platforms was restricted to 68KB because the OCRAM size on iMX6SL/DL parts is only 128KB. However, the other iMX6 variants have 256KB of OCRAM. Add an option CONFIG_MX6_OCRAM_256KB which allows using the full size on boards which don't need to support the SL/DL v