RE: [PATCH 00/22] imx: add i.MX8MP support

2020-01-05 Thread Peng Fan
> Subject: Re: [PATCH 00/22] imx: add i.MX8MP support > > Hi Peng, > > On Mon, Dec 30, 2019 at 10:31 PM Peng Fan wrote: > > > This is no public AT-F and ddr firmware for this board now. We are at > > early stage currently. until NXP software release, there

Re: [PATCH 00/22] imx: add i.MX8MP support

2020-01-04 Thread Fabio Estevam
Hi Peng, On Mon, Dec 30, 2019 at 10:31 PM Peng Fan wrote: > This is no public AT-F and ddr firmware for this board now. We are at early > stage currently. until NXP software release, there will be public AT-F and > ddr firmware. Ok, understood, but please add a README file when these

RE: [PATCH 00/22] imx: add i.MX8MP support

2019-12-30 Thread Peng Fan
Hi Fabio, > Subject: Re: [PATCH 00/22] imx: add i.MX8MP support > > Hi Peng, > > On Mon, Dec 30, 2019 at 7:08 AM Peng Fan wrote: > > > imx: add i.MX8MP EVK board > > Please add a README file mentioning the exact firmware/AT-F versions that > need to

Re: [PATCH 00/22] imx: add i.MX8MP support

2019-12-30 Thread Fabio Estevam
Hi Peng, On Mon, Dec 30, 2019 at 7:08 AM Peng Fan wrote: > imx: add i.MX8MP EVK board Please add a README file mentioning the exact firmware/AT-F versions that need to be used to boot i.MX8MP EVK board. Otherwise, the end user will face trouble finding the correct components. Thanks

[PATCH 00/22] imx: add i.MX8MP support

2019-12-30 Thread Peng Fan
i.IMX8M Plus is part of the i.MX8M SoC family, targeting industrial and consumer market. It includes an ML and AI accelerator, together with 4 Cortex-A53 core, DSP, GPU, VPU, M7 and etc. This patchset is to add the support. CI: https://travis-ci.org/MrVan/u-boot/builds/630883217 Peng Fan