All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] imx8mq_evk/README: fix DDR training firmware path
@ 2019-02-24 18:20 Baruch Siach
  2019-02-24 18:20 ` [U-Boot] [PATCH 2/2] imx8mq_evk/README: add missing firmware extract step Baruch Siach
  2019-02-28  0:55 ` [U-Boot] [PATCH 1/2] imx8mq_evk/README: fix DDR training firmware path Fabio Estevam
  0 siblings, 2 replies; 6+ messages in thread
From: Baruch Siach @ 2019-02-24 18:20 UTC (permalink / raw)
  To: u-boot

Remove a redundant directory level.

Reported-by: Ofer Heifetz <ofer.heifetz@valens.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 board/freescale/imx8mq_evk/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/imx8mq_evk/README b/board/freescale/imx8mq_evk/README
index 1da6eaf24277..e1335293a08f 100644
--- a/board/freescale/imx8mq_evk/README
+++ b/board/freescale/imx8mq_evk/README
@@ -19,7 +19,7 @@ Note: srctree is U-Boot source directory
 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.9.bin
 $ chmod +x firmware-imx-7.9.bin
 $ cp firmware-imx-7.9/firmware/hdmi/cadence/signed_hdmi_imx8m.bin $(srctree)
-$ cp firmware-imx-7.9/firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(srctee)
+$ cp firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(srctee)
 
 Build U-Boot
 ====================
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 2/2] imx8mq_evk/README: add missing firmware extract step
  2019-02-24 18:20 [U-Boot] [PATCH 1/2] imx8mq_evk/README: fix DDR training firmware path Baruch Siach
@ 2019-02-24 18:20 ` Baruch Siach
  2019-02-28  0:55   ` Fabio Estevam
  2019-02-28  0:55 ` [U-Boot] [PATCH 1/2] imx8mq_evk/README: fix DDR training firmware path Fabio Estevam
  1 sibling, 1 reply; 6+ messages in thread
From: Baruch Siach @ 2019-02-24 18:20 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 board/freescale/imx8mq_evk/README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/freescale/imx8mq_evk/README b/board/freescale/imx8mq_evk/README
index e1335293a08f..2529f7da3d98 100644
--- a/board/freescale/imx8mq_evk/README
+++ b/board/freescale/imx8mq_evk/README
@@ -18,6 +18,7 @@ Get the ddr and hdmi firmware
 Note: srctree is U-Boot source directory
 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.9.bin
 $ chmod +x firmware-imx-7.9.bin
+$ ./firmware-imx-7.9.bin
 $ cp firmware-imx-7.9/firmware/hdmi/cadence/signed_hdmi_imx8m.bin $(srctree)
 $ cp firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(srctee)
 
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 2/2] imx8mq_evk/README: add missing firmware extract step
  2019-02-24 18:20 ` [U-Boot] [PATCH 2/2] imx8mq_evk/README: add missing firmware extract step Baruch Siach
@ 2019-02-28  0:55   ` Fabio Estevam
  2019-02-28  4:26     ` Baruch Siach
  0 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2019-02-28  0:55 UTC (permalink / raw)
  To: u-boot

Hi Baruch,

On Sun, Feb 24, 2019 at 3:21 PM Baruch Siach <baruch@tkos.co.il> wrote:
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  board/freescale/imx8mq_evk/README | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/board/freescale/imx8mq_evk/README b/board/freescale/imx8mq_evk/README
> index e1335293a08f..2529f7da3d98 100644
> --- a/board/freescale/imx8mq_evk/README
> +++ b/board/freescale/imx8mq_evk/README
> @@ -18,6 +18,7 @@ Get the ddr and hdmi firmware
>  Note: srctree is U-Boot source directory
>  $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.9.bin
>  $ chmod +x firmware-imx-7.9.bin
> +$ ./firmware-imx-7.9.bin

I would suggest making this one the first patch of this series.

Tested-by: Fabio Estevam <festevam@gmail.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 1/2] imx8mq_evk/README: fix DDR training firmware path
  2019-02-24 18:20 [U-Boot] [PATCH 1/2] imx8mq_evk/README: fix DDR training firmware path Baruch Siach
  2019-02-24 18:20 ` [U-Boot] [PATCH 2/2] imx8mq_evk/README: add missing firmware extract step Baruch Siach
@ 2019-02-28  0:55 ` Fabio Estevam
  1 sibling, 0 replies; 6+ messages in thread
From: Fabio Estevam @ 2019-02-28  0:55 UTC (permalink / raw)
  To: u-boot

On Sun, Feb 24, 2019 at 3:22 PM Baruch Siach <baruch@tkos.co.il> wrote:
>
> Remove a redundant directory level.
>
> Reported-by: Ofer Heifetz <ofer.heifetz@valens.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Tested-by: Fabio Estevam <festevam@gmail.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 2/2] imx8mq_evk/README: add missing firmware extract step
  2019-02-28  0:55   ` Fabio Estevam
@ 2019-02-28  4:26     ` Baruch Siach
  2019-02-28 10:43       ` Fabio Estevam
  0 siblings, 1 reply; 6+ messages in thread
From: Baruch Siach @ 2019-02-28  4:26 UTC (permalink / raw)
  To: u-boot

Hi Fabio, Stefano,

On Thu, Feb 28 2019, Fabio Estevam wrote:
> On Sun, Feb 24, 2019 at 3:21 PM Baruch Siach <baruch@tkos.co.il> wrote:
>> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
>> ---
>>  board/freescale/imx8mq_evk/README | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/board/freescale/imx8mq_evk/README b/board/freescale/imx8mq_evk/README
>> index e1335293a08f..2529f7da3d98 100644
>> --- a/board/freescale/imx8mq_evk/README
>> +++ b/board/freescale/imx8mq_evk/README
>> @@ -18,6 +18,7 @@ Get the ddr and hdmi firmware
>>  Note: srctree is U-Boot source directory
>>  $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.9.bin
>>  $ chmod +x firmware-imx-7.9.bin
>> +$ ./firmware-imx-7.9.bin
>
> I would suggest making this one the first patch of this series.

Should I post v2 with that change?

> Tested-by: Fabio Estevam <festevam@gmail.com>

Thanks,
baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH 2/2] imx8mq_evk/README: add missing firmware extract step
  2019-02-28  4:26     ` Baruch Siach
@ 2019-02-28 10:43       ` Fabio Estevam
  0 siblings, 0 replies; 6+ messages in thread
From: Fabio Estevam @ 2019-02-28 10:43 UTC (permalink / raw)
  To: u-boot

Hi Baruch,

On Thu, Feb 28, 2019 at 1:26 AM Baruch Siach <baruch@tkos.co.il> wrote:

> Should I post v2 with that change?

That would be nice, if possible.

Thanks

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-02-28 10:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-24 18:20 [U-Boot] [PATCH 1/2] imx8mq_evk/README: fix DDR training firmware path Baruch Siach
2019-02-24 18:20 ` [U-Boot] [PATCH 2/2] imx8mq_evk/README: add missing firmware extract step Baruch Siach
2019-02-28  0:55   ` Fabio Estevam
2019-02-28  4:26     ` Baruch Siach
2019-02-28 10:43       ` Fabio Estevam
2019-02-28  0:55 ` [U-Boot] [PATCH 1/2] imx8mq_evk/README: fix DDR training firmware path Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.