[PATCH] tools: imx8m_image: Support ddr3 firmware

2021-10-21 Thread sbabic
> Some boards use ddr3, not ddr4, so we need to check ddr3 firmware. > Signed-off-by: Ariel D'Alessandro Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Dir

Re: [PATCH] tools: imx8m_image: Support ddr3 firmware

2021-10-21 Thread Stefano Babic
On 14.10.21 14:14, Ariel D'Alessandro wrote: +Cc Sebastien, Frieder, Baruch, Adding you as you were involved in this file commit log. Any comments on this simple patch? On 9/30/21 10:31 AM, Ariel D'Alessandro wrote: Some boards use ddr3, not ddr4, so we need to check ddr3 firmware. Some boar

Re: [PATCH] tools: imx8m_image: Support ddr3 firmware

2021-10-14 Thread Ariel D'Alessandro
+Cc Sebastien, Frieder, Baruch, Adding you as you were involved in this file commit log. Any comments on this simple patch? On 9/30/21 10:31 AM, Ariel D'Alessandro wrote: > Some boards use ddr3, not ddr4, so we need to check ddr3 firmware. Some boards are still using this script, instead of binm

[PATCH] tools: imx8m_image: Support ddr3 firmware

2021-09-30 Thread Ariel D'Alessandro
Some boards use ddr3, not ddr4, so we need to check ddr3 firmware. Signed-off-by: Ariel D'Alessandro --- tools/imx8m_image.sh | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tools/imx8m_image.sh b/tools/imx8m_image.sh index ba601044435..4ab3116ee00 100755 --- a/tools/imx8m_image.sh ++