* [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware
@ 2019-01-25 17:06 Lucas Stach
2019-01-25 17:06 ` [PATCH 2/3] Documentation: imx8mq-evk: add instructions for HDMITX firmware Lucas Stach
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Lucas Stach @ 2019-01-25 17:06 UTC (permalink / raw)
To: barebox
There were some updates to the i.MX8MQ DDR training firmware, so better
point to the current version.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
Documentation/boards/imx/nxp-imx8mq-evk.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/boards/imx/nxp-imx8mq-evk.rst b/Documentation/boards/imx/nxp-imx8mq-evk.rst
index dfe004e0e434..ba8cf01452d6 100644
--- a/Documentation/boards/imx/nxp-imx8mq-evk.rst
+++ b/Documentation/boards/imx/nxp-imx8mq-evk.rst
@@ -16,9 +16,9 @@ uses several binary firmware blobs that are distributed under a
separate EULA and cannot be included in Barebox. In order to obtain
them do the following::
- wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.2.bin
- chmod +x firmware-imx-7.2.bin
- ./firmware-imx-7.2.bin
+ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin
+ chmod +x firmware-imx-8.0.bin
+ ./firmware-imx-8.0.bin
Executing that file should produce a EULA acceptance dialog as well as
result in the following files:
@@ -36,7 +36,7 @@ As a last step of this process those files need to be placed in
lpddr4_pmu_train_2d_dmem.bin \
lpddr4_pmu_train_2d_imem.bin; \
do \
- cp firmware-imx-7.2/firmware/ddr/synopsys/${f} \
+ cp firmware-imx-8.0/firmware/ddr/synopsys/${f} \
firmware/imx/${f}; \
done
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2/3] Documentation: imx8mq-evk: add instructions for HDMITX firmware
2019-01-25 17:06 [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware Lucas Stach
@ 2019-01-25 17:06 ` Lucas Stach
2019-01-25 17:06 ` [PATCH 3/3] ARM: nxp-imx8mq-evk: include the HDMI firmware in the image Lucas Stach
2019-01-28 8:57 ` [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware Sascha Hauer
2 siblings, 0 replies; 5+ messages in thread
From: Lucas Stach @ 2019-01-25 17:06 UTC (permalink / raw)
To: barebox
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
Documentation/boards/imx/nxp-imx8mq-evk.rst | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/Documentation/boards/imx/nxp-imx8mq-evk.rst b/Documentation/boards/imx/nxp-imx8mq-evk.rst
index ba8cf01452d6..250e51743842 100644
--- a/Documentation/boards/imx/nxp-imx8mq-evk.rst
+++ b/Documentation/boards/imx/nxp-imx8mq-evk.rst
@@ -8,8 +8,8 @@ Board comes with:
Not including booting via serial, the device can boot from either SD or eMMC.
-Downloading DDR PHY Firmware
-----------------------------
+Downloading DDR PHY and HDMI/eDP Firmware
+-----------------------------------------
As a part of DDR intialization routine NXP i.MX8MQ EVK requires and
uses several binary firmware blobs that are distributed under a
@@ -40,6 +40,16 @@ As a last step of this process those files need to be placed in
firmware/imx/${f}; \
done
+You will also need to copy the HDMITX controller firmware in order to
+use the HDMI and/or eDP display output::
+
+ for f in signed_dp_imx8m.bin \
+ signed_hdmi_imx8m.bin; \
+ do \
+ cp firmware-imx-8.0/firmware/hdmi/cadence/${f} \
+ firmware/imx/${f}; \
+ done
+
DDR Configuration Code
======================
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 3/3] ARM: nxp-imx8mq-evk: include the HDMI firmware in the image
2019-01-25 17:06 [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware Lucas Stach
2019-01-25 17:06 ` [PATCH 2/3] Documentation: imx8mq-evk: add instructions for HDMITX firmware Lucas Stach
@ 2019-01-25 17:06 ` Lucas Stach
2019-01-29 8:00 ` Sascha Hauer
2019-01-28 8:57 ` [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware Sascha Hauer
2 siblings, 1 reply; 5+ messages in thread
From: Lucas Stach @ 2019-01-25 17:06 UTC (permalink / raw)
To: barebox
The board has a HDMI output by default, so it makes sense to include
the necessary firmware for this.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
| 1 +
1 file changed, 1 insertion(+)
--git a/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg b/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg
index aff8321b9ad6..b0016372314a 100644
--- a/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg
+++ b/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg
@@ -3,3 +3,4 @@ soc imx8mq
loadaddr 0x007E1000
max_load_size 0x3F000
dcdofs 0x400
+signed_hdmi_firmware firmware/imx/signed_hdmi_imx8m.bin
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 3/3] ARM: nxp-imx8mq-evk: include the HDMI firmware in the image
2019-01-25 17:06 ` [PATCH 3/3] ARM: nxp-imx8mq-evk: include the HDMI firmware in the image Lucas Stach
@ 2019-01-29 8:00 ` Sascha Hauer
0 siblings, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2019-01-29 8:00 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Fri, Jan 25, 2019 at 06:06:40PM +0100, Lucas Stach wrote:
> The board has a HDMI output by default, so it makes sense to include
> the necessary firmware for this.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg b/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg
> index aff8321b9ad6..b0016372314a 100644
> --- a/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg
> +++ b/arch/arm/boards/nxp-imx8mq-evk/flash-header-imx8mq-evk.imxcfg
> @@ -3,3 +3,4 @@ soc imx8mq
> loadaddr 0x007E1000
> max_load_size 0x3F000
> dcdofs 0x400
> +signed_hdmi_firmware firmware/imx/signed_hdmi_imx8m.bin
The HDMI firmware is not part of this commit, so this breaks the build.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware
2019-01-25 17:06 [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware Lucas Stach
2019-01-25 17:06 ` [PATCH 2/3] Documentation: imx8mq-evk: add instructions for HDMITX firmware Lucas Stach
2019-01-25 17:06 ` [PATCH 3/3] ARM: nxp-imx8mq-evk: include the HDMI firmware in the image Lucas Stach
@ 2019-01-28 8:57 ` Sascha Hauer
2 siblings, 0 replies; 5+ messages in thread
From: Sascha Hauer @ 2019-01-28 8:57 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Fri, Jan 25, 2019 at 06:06:38PM +0100, Lucas Stach wrote:
> There were some updates to the i.MX8MQ DDR training firmware, so better
> point to the current version.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> Documentation/boards/imx/nxp-imx8mq-evk.rst | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/Documentation/boards/imx/nxp-imx8mq-evk.rst b/Documentation/boards/imx/nxp-imx8mq-evk.rst
> index dfe004e0e434..ba8cf01452d6 100644
> --- a/Documentation/boards/imx/nxp-imx8mq-evk.rst
> +++ b/Documentation/boards/imx/nxp-imx8mq-evk.rst
> @@ -16,9 +16,9 @@ uses several binary firmware blobs that are distributed under a
> separate EULA and cannot be included in Barebox. In order to obtain
> them do the following::
>
> - wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.2.bin
> - chmod +x firmware-imx-7.2.bin
> - ./firmware-imx-7.2.bin
> + wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin
> + chmod +x firmware-imx-8.0.bin
> + ./firmware-imx-8.0.bin
>
> Executing that file should produce a EULA acceptance dialog as well as
> result in the following files:
> @@ -36,7 +36,7 @@ As a last step of this process those files need to be placed in
> lpddr4_pmu_train_2d_dmem.bin \
> lpddr4_pmu_train_2d_imem.bin; \
> do \
> - cp firmware-imx-7.2/firmware/ddr/synopsys/${f} \
> + cp firmware-imx-8.0/firmware/ddr/synopsys/${f} \
> firmware/imx/${f}; \
> done
>
> --
> 2.20.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-29 8:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 17:06 [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware Lucas Stach
2019-01-25 17:06 ` [PATCH 2/3] Documentation: imx8mq-evk: add instructions for HDMITX firmware Lucas Stach
2019-01-25 17:06 ` [PATCH 3/3] ARM: nxp-imx8mq-evk: include the HDMI firmware in the image Lucas Stach
2019-01-29 8:00 ` Sascha Hauer
2019-01-28 8:57 ` [PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox