[PATCH] ls1043a: Remove "fdt_high" environment variable

2020-02-03 Thread Wen He
Remove "fdt_high" environment variable to use the bootm_size(or set CONFIG_SYS_BOOTMAPSZ) to amount of memory available to safely contain a kernel, device tree and initrd for relocation. Signed-off-by: Wen He --- include/configs/ls1043a_common.h | 1 - 1 file changed, 1 deletion(-)

[U-Boot] [v4] armv8: ls1028a: disable multimedia feature when not supported

2019-11-18 Thread Wen He
property to disabled in dts nodes. Signed-off-by: Tang Yuantian Signed-off-by: Wen He --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/fdt.c b/arch/arm/cpu/armv8/fsl-layerscape/fdt.c index

[U-Boot] [v5] armv8: ls1028ardb: enable DisplayPort Power support

2019-11-17 Thread Wen He
Enable DP_PWR signal to power the DP to HDMI converter cable. Signed-off-by: Wen He --- board/freescale/ls1028a/ls1028a.c | 12 include/configs/ls1028a_common.h | 3 +++ 2 files changed, 15 insertions(+) diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a

Re: [U-Boot] [u-boot] [v4] armv8: ls1028ardb: enable DisplayPort Power support

2019-11-17 Thread Wen He
> -Original Message- > From: Jagdish Gediya > Sent: 2019年11月18日 12:50 > To: Wen He ; u-boot@lists.denx.de; > u-b...@linux.nxdi.nxp.com > Cc: Wen He > Subject: RE: [u-boot] [v4] armv8: ls1028ardb: enable DisplayPort Power > support > > Hi Wen, > > &

[U-Boot] [v3] armv8: ls1028a: disable multimedia feature when not supported

2019-11-14 Thread Wen He
property to disabled in dts nodes. Signed-off-by: Tang Yuantian Signed-off-by: Wen He --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/fdt.c b/arch/arm/cpu/armv8/fsl-layerscape/fdt.c index

[U-Boot] [v2] armv8: ls1028a: disable multimedia feature when not supported

2019-11-13 Thread Wen He
property to disabled in dts nodes. Signed-off-by: Tang Yuantian Signed-off-by: Wen He --- change in v2: - use LS instead of the ls in commit message. arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/cpu/armv8/fsl

[U-Boot] [v2] armv8: ls1043aqds: modify the qspi_bootcmd definition

2019-11-13 Thread Wen He
Fix the kernel offset of qspi_bootcmd scripts, followed the qoriq_memory_layout definition. Signed-off-by: Wen He --- include/configs/ls1043a_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h

[U-Boot] [v4] armv8: ls1028ardb: enable DisplayPort Power support

2019-11-06 Thread Wen He
Enable DP_PWR signal to power the DP to HDMI converter cable. Signed-off-by: Wen He --- board/freescale/ls1028a/ls1028a.c | 14 ++ include/configs/ls1028a_common.h | 3 +++ 2 files changed, 17 insertions(+) diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a

[U-Boot] [v3] armv8: ls1028ardb: enable DisplayPort Power support

2019-07-25 Thread Wen He
Enable DP_PWR signal to power the DP to HDMI converter cable. Signed-off-by: Wen He --- board/freescale/ls1028a/ls1028a.c | 13 + include/configs/ls1028a_common.h | 3 +++ 2 files changed, 16 insertions(+) diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a

[U-Boot] [v2] armv8: ls1028ardb: enable DisplayPort Power support

2019-07-23 Thread Wen He
Enable DP_PWR signal to power the DP to HDMI converter cable. Signed-off-by: Wen He --- board/freescale/ls1028a/ls1028a.c | 13 + 1 file changed, 13 insertions(+) diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a/ls1028a.c index ece91660bf..7d34f92eb5 100644

Re: [U-Boot] [PATCH] armv8: ls1028ardb: enable DisplayPort Power support

2019-07-23 Thread Wen He
> -Original Message- > From: Wen He > Sent: 2019年7月23日 10:06 > To: Andy Tang ; u-boot@lists.denx.de > Cc: Wen He > Subject: [PATCH] armv8: ls1028ardb: enable DisplayPort Power support > > Enable DP_PWR signal to power the DP to HDMI converter cable. &g

[U-Boot] [PATCH] armv8: ls1028ardb: enable DisplayPort Power support

2019-07-22 Thread Wen He
Enable DP_PWR signal to power the DP to HDMI converter cable. Signed-off-by: Wen He --- include/configs/ls1028a_common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h index 41ce4a054c..25fc548c99 100644 --- a/include

Re: [U-Boot] [EXT] Re: [v2] board: ls1028a: Add an empty video hw init function

2019-06-28 Thread Wen He
> -Original Message- > From: Bin Meng > Sent: 2019年5月16日 20:15 > To: Wen He ; Simon Glass ; Tom > Rini > Cc: Prabhakar Kushwaha ; Jagdish Gediya > ; u-boot@lists.denx.de > Subject: [EXT] Re: [U-Boot] [v2] board: ls1028a: Add an empty video hw init > funct

[U-Boot] [PATCH] ls1028a: video: hdp: disable CONFIG_VIDEO as to fix build warning

2019-06-24 Thread Wen He
on the LS1028A. Signed-off-by: Wen He --- configs/ls1028aqds_tfa_defconfig | 1 - configs/ls1028ardb_tfa_defconfig | 1 - drivers/video/Kconfig| 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/ls1028aqds_tfa_defconfig b/configs/ls1028aqds_tfa_defconfig

[U-Boot] [v2] board: ls1028a: Add an empty video hw init function

2019-05-16 Thread Wen He
The video driver causes a link failure when config VIDEO built-in, drivers/video/cfb_console.c:2022: undefined reference to `video_hw_init' Adding an empty video hw init to slove the build issue, now the board does not support display anything on U-boot. Signed-off-by: Wen He --- board

[U-Boot] [v1] ls1028a: video: Add a empty video hw init for LS1028A

2019-05-15 Thread Wen He
The video driver causes a link failure when config VIDEO built-in, drivers/video/cfb_console.c:2022: undefined reference to `video_hw_init' Adding a empty video hw init to slove the build issue, now the board does not support display anything on U-boot. Signed-off-by: Wen He --- board

[U-Boot] [v1] ls1028a: hdp: Add support for HDP firmware loading

2019-05-15 Thread Wen He
From: Alison Wang This patch adds a command to load the HDP firmware and supporting libraries. Signed-off-by: Oliver Brown Signed-off-by: Alison Wang Signed-off-by: Wen He --- configs/ls1028aqds_tfa_defconfig| 2 + configs/ls1028ardb_tfa_defconfig| 2 + drivers/video

[U-Boot] [v1] ls1028a: hdp: Add support for HDP firmware loading

2019-05-15 Thread Wen He
From: Alison Wang This patch adds a command to load the HDP firmware and supporting libraries. Signed-off-by: Oliver Brown Signed-off-by: Alison Wang Signed-off-by: Wen He --- configs/ls1028aqds_tfa_defconfig| 2 + configs/ls1028ardb_tfa_defconfig| 2 + drivers/video

Re: [U-Boot] [PATCH 2/2] armv8: ls1043aqds: modify the qspi_bootcmd definition

2018-11-21 Thread Wen He
> -Original Message- > From: York Sun > Sent: 2018年11月21日 0:58 > To: Wen He ; u-boot@lists.denx.de > Cc: Prabhakar Kushwaha ; Alison Wang > > Subject: Re: [PATCH 2/2] armv8: ls1043aqds: modify the qspi_bootcmd > definition > > On 11/20/18 12:55 AM, We

[U-Boot] [PATCH 1/2] armv8: ls1043ardb: Add the nand_bootcmd definition

2018-11-20 Thread Wen He
nand_bootcmd doest not exist, it should be support for nand auto boot up. Signed-off-by: Wen He --- include/configs/ls1043a_common.h | 8 1 file changed, 8 insertions(+) diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 3d6ce2c..795e904 100644

[U-Boot] [PATCH 2/2] armv8: ls1043aqds: modify the qspi_bootcmd definition

2018-11-20 Thread Wen He
Fix the kernel offset of qspi_bootcmd scripts, followed the qoriq_memory_layout definition. Signed-off-by: Wen He --- include/configs/ls1043a_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h