All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Revert "tools: imx8image: set dcd_skip to true"
@ 2019-01-18 13:00 Fabio Estevam
  2019-01-18 13:01 ` Peng Fan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabio Estevam @ 2019-01-18 13:00 UTC (permalink / raw)
  To: u-boot

This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.

This commit breaks the boot on imx8qxp evk and it should only
be re-applied after imx8qxp evk is converted to SPL.

Revert it for now, so that imx8qxp evk can be functional.

Reported-by: Breno Lima <breno.lima@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 tools/imx8image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/imx8image.c b/tools/imx8image.c
index 435f308b99..d93de733ab 100644
--- a/tools/imx8image.c
+++ b/tools/imx8image.c
@@ -968,7 +968,7 @@ int imx8image_copy_image(int outfd, struct image_tool_params *mparams)
 	fprintf(stdout, "CONTAINER SW VERSION:\t0x%04x\n", sw_version);
 
 	build_container(soc, sector_size, emmc_fastboot,
-			img_sp, true, fuse_version, sw_version, outfd);
+			img_sp, false, fuse_version, sw_version, outfd);
 
 	return 0;
 }
-- 
2.17.1

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

* [U-Boot] [PATCH] Revert "tools: imx8image: set dcd_skip to true"
  2019-01-18 13:00 [U-Boot] [PATCH] Revert "tools: imx8image: set dcd_skip to true" Fabio Estevam
@ 2019-01-18 13:01 ` Peng Fan
  2019-01-18 13:23 ` Breno Matheus Lima
  2019-01-30  9:15 ` [U-Boot] " sbabic at denx.de
  2 siblings, 0 replies; 4+ messages in thread
From: Peng Fan @ 2019-01-18 13:01 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: Fabio Estevam [mailto:festevam at gmail.com]
> Sent: 2019年1月18日 21:00
> To: sbabic at denx.de
> Cc: Peng Fan <peng.fan@nxp.com>; u-boot at lists.denx.de; Breno Matheus
> Lima <breno.lima@nxp.com>; dl-uboot-imx <uboot-imx@nxp.com>; Fabio
> Estevam <festevam@gmail.com>
> Subject: [PATCH] Revert "tools: imx8image: set dcd_skip to true"
> 
> This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.
> 
> This commit breaks the boot on imx8qxp evk and it should only be re-applied
> after imx8qxp evk is converted to SPL.
> 
> Revert it for now, so that imx8qxp evk can be functional.
> 
> Reported-by: Breno Lima <breno.lima@nxp.com>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  tools/imx8image.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/imx8image.c b/tools/imx8image.c index
> 435f308b99..d93de733ab 100644
> --- a/tools/imx8image.c
> +++ b/tools/imx8image.c
> @@ -968,7 +968,7 @@ int imx8image_copy_image(int outfd, struct
> image_tool_params *mparams)
>  	fprintf(stdout, "CONTAINER SW VERSION:\t0x%04x\n", sw_version);
> 
>  	build_container(soc, sector_size, emmc_fastboot,
> -			img_sp, true, fuse_version, sw_version, outfd);
> +			img_sp, false, fuse_version, sw_version, outfd);

Thanks for spotting this.
Reviewed-by: Peng Fan <peng.fan@nxp.com>

Thanks,
Peng.

> 
>  	return 0;
>  }
> --
> 2.17.1

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

* [U-Boot] [PATCH] Revert "tools: imx8image: set dcd_skip to true"
  2019-01-18 13:00 [U-Boot] [PATCH] Revert "tools: imx8image: set dcd_skip to true" Fabio Estevam
  2019-01-18 13:01 ` Peng Fan
@ 2019-01-18 13:23 ` Breno Matheus Lima
  2019-01-30  9:15 ` [U-Boot] " sbabic at denx.de
  2 siblings, 0 replies; 4+ messages in thread
From: Breno Matheus Lima @ 2019-01-18 13:23 UTC (permalink / raw)
  To: u-boot

Hi Fabio,

Em sex, 18 de jan de 2019 às 11:00, Fabio Estevam <festevam@gmail.com> escreveu:
>
> This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.
>
> This commit breaks the boot on imx8qxp evk and it should only
> be re-applied after imx8qxp evk is converted to SPL.
>
> Revert it for now, so that imx8qxp evk can be functional.
>
> Reported-by: Breno Lima <breno.lima@nxp.com>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Tested-by: Breno Lima <breno.lima@nxp.com>

Thanks,
Breno Lima

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

* [U-Boot]  Revert "tools: imx8image: set dcd_skip to true"
  2019-01-18 13:00 [U-Boot] [PATCH] Revert "tools: imx8image: set dcd_skip to true" Fabio Estevam
  2019-01-18 13:01 ` Peng Fan
  2019-01-18 13:23 ` Breno Matheus Lima
@ 2019-01-30  9:15 ` sbabic at denx.de
  2 siblings, 0 replies; 4+ messages in thread
From: sbabic at denx.de @ 2019-01-30  9:15 UTC (permalink / raw)
  To: u-boot

> This reverts commit f7e475db4011d18b4ae974154eb022c3af6a4d16.
> This commit breaks the boot on imx8qxp evk and it should only
> be re-applied after imx8qxp evk is converted to SPL.
> Revert it for now, so that imx8qxp evk can be functional.
> Reported-by: Breno Lima <breno.lima@nxp.com>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>
> Tested-by: Breno Lima <breno.lima@nxp.com>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2019-01-30  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 13:00 [U-Boot] [PATCH] Revert "tools: imx8image: set dcd_skip to true" Fabio Estevam
2019-01-18 13:01 ` Peng Fan
2019-01-18 13:23 ` Breno Matheus Lima
2019-01-30  9:15 ` [U-Boot] " sbabic at denx.de

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.