Re: [PATCH 2/2] riscv: Enable CONFIG_OF_BOARD_FIXUP by default

2020-06-02 Thread Bin Meng
Hi Rick, On Tue, Jun 2, 2020 at 2:04 PM Rick Chen wrote: > > Hi Bin > > > Hi Rick, > > > > On Mon, Jun 1, 2020 at 3:36 PM Rick Chen wrote: > > > > > > Hi Bin > > > > > > > Hi Rick, > > > > > > > > On Thu, May 28, 2020 at 4:17 PM Rick Chen wrote: > > > > > > > > > > Hi Bin > > > > > > > > > > >

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Rasmus Villemoes
On 29/05/2020 19.54, Marek Vasut wrote: > +config ENV_APPEND > + bool "Always append the environment with new data" > + default n > + help > + If defined, the environment hash table is only ever appended with new > + data, but the existing hash table can never be dropped

Re: [PATCH 2/2] riscv: Enable CONFIG_OF_BOARD_FIXUP by default

2020-06-02 Thread Rick Chen
Hi Bin Bin Meng 於 2020年6月2日 週二 下午2:33寫道: > > Hi Rick, > > On Tue, Jun 2, 2020 at 2:16 PM Rick Chen wrote: > > > > Hi Bin > > > > Bin Meng 於 2020年6月2日 週二 下午2:13寫道: > > > > > > Hi Rick, > > > > > > On Tue, Jun 2, 2020 at 2:04 PM Rick Chen wrote: > > > > > > > > Hi Bin > > > > > > > > > Hi Rick,

Re: [PATCH 2/2] riscv: Enable CONFIG_OF_BOARD_FIXUP by default

2020-06-02 Thread Rick Chen
Hi Bin > Hi Rick, > > On Mon, Jun 1, 2020 at 3:36 PM Rick Chen wrote: > > > > Hi Bin > > > > > Hi Rick, > > > > > > On Thu, May 28, 2020 at 4:17 PM Rick Chen wrote: > > > > > > > > Hi Bin > > > > > > > > > From: Bin Meng [mailto:bmeng...@gmail.com] > > > > > Sent: Wednesday, May 20, 2020 3:40

Re: [PATCH 2/2] riscv: Enable CONFIG_OF_BOARD_FIXUP by default

2020-06-02 Thread Rick Chen
Hi Bin Bin Meng 於 2020年6月2日 週二 下午2:13寫道: > > Hi Rick, > > On Tue, Jun 2, 2020 at 2:04 PM Rick Chen wrote: > > > > Hi Bin > > > > > Hi Rick, > > > > > > On Mon, Jun 1, 2020 at 3:36 PM Rick Chen wrote: > > > > > > > > Hi Bin > > > > > > > > > Hi Rick, > > > > > > > > > > On Thu, May 28, 2020 at

Re: [PATCH 2/2] riscv: Enable CONFIG_OF_BOARD_FIXUP by default

2020-06-02 Thread Bin Meng
Hi Rick, On Tue, Jun 2, 2020 at 2:16 PM Rick Chen wrote: > > Hi Bin > > Bin Meng 於 2020年6月2日 週二 下午2:13寫道: > > > > Hi Rick, > > > > On Tue, Jun 2, 2020 at 2:04 PM Rick Chen wrote: > > > > > > Hi Bin > > > > > > > Hi Rick, > > > > > > > > On Mon, Jun 1, 2020 at 3:36 PM Rick Chen wrote: > > > >

Re: [PATCH] Correct sun8i-v3s SRAM size

2020-06-02 Thread Benedikt-Alexander Mokroß
Hi Jagan, I run into some size-related issues regarding my SPL configuration for a custom V3s board (mainly due to using fit images). In fact, the V3s has even more SRAM that could be used for the SPL. However the BROM won't boot anything larger than 32KiB. So I use this 32KiB limit in

Re: [PATCH v3 1/2] mtd: rawnand: ca_nand: add Cortina Access Parallel NAND controller support

2020-06-02 Thread Miquel Raynal
Hi Alex, Alex Nemirovsky wrote on Mon, 1 Jun 2020 14:26:49 -0700: > From: Jason Li > > Supports all CA SoCs which support a parallel nand controller. > It should be noted that some CA Soc also support an separate > SPI serial NAND controller. > > This driver only supports the

Re: U-Boot mainline: Digilent Zybo-Z7 support

2020-06-02 Thread Michal Simek
On 01. 06. 20 16:08, Johannes Krottmayer wrote: > On 01.06.20 at 10:18, Michal Simek wrote: >> SPL is community effort and not supported flow by Xilinx. If you want to >> use it, use it but don't expect any help from Xilinx to help you with >> issues. I take care about it, use it but there is no

Re: [PATCH 08/13] test/py: efi_secboot: remove all "re.search"

2020-06-02 Thread Heinrich Schuchardt
On 02.06.20 07:58, AKASHI Takahiro wrote: > On Sat, May 30, 2020 at 09:04:11AM +0200, Heinrich Schuchardt wrote: >> On 5/29/20 8:41 AM, AKASHI Takahiro wrote: >>> Currently, we don't use any regular expression in matching outputs from >>> U-Boot. Since its use is just redundant, we can remove all.

ddr: Rework errata A008109, A008378, 009942 workaround

2020-06-02 Thread Priyanka Jain
From: Jaiprakash Singh Move errata A008109, A008378, 009942 workaround implementation from compute_fsl_memctl_config_regs() to fsl_ddr_set_memctl_regs() and add register write after each workaround implementation. Signed-off-by: Jaiprakash Singh Signed-off-by: Priyanka Jain --- Tested on

RE: [PATCH 07/24] arm: Remove configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig board

2020-06-02 Thread Priyanka Jain (OSS)
>-Original Message- >From: U-Boot On Behalf Of Tom Rini >Sent: Monday, June 1, 2020 5:13 PM >To: Priyanka Jain >Cc: Jagan Teki ; Simon Glass >; u-boot@lists.denx.de; linux- >amar...@amarulasolutions.com >Subject: Re: [PATCH 07/24] arm: Remove configs/P1010RDB-

Re: [PATCH v2 06/10] rtc: add rtc command

2020-06-02 Thread Rasmus Villemoes
On 31/05/2020 16.07, Simon Glass wrote: > Hi Rasmus, > > On Tue, 19 May 2020 at 16:01, Rasmus Villemoes > wrote: >> >> +static int do_rtc_read(struct udevice *dev, int argc, char * const argv[]) >> +{ >> + u8 buf[MAX_RTC_BYTES]; >> + int reg, len, ret; >> + u8 *addr; >> + >> +

Re: [PATCH 1/2] riscv: sbi: Remove sbi_spec_version

2020-06-02 Thread Rick Chen
Hi Bin Bin Meng 於 2020年6月1日 週一 下午5:06寫道: > > Hi Rick, > > On Mon, Jun 1, 2020 at 4:14 PM Rick Chen wrote: > > > > Hi Bin > > > > > From: Bin Meng [mailto:bmeng...@gmail.com] > > > Sent: Wednesday, May 27, 2020 5:05 PM > > > To: Rick Jian-Zhi Chen(陳建志); U-Boot Mailing List > > > Cc: Atish Patra;

Re: [PATCH v2 10/10] test: dm: rtc: add tests of rtc shell command

2020-06-02 Thread Rasmus Villemoes
On 31/05/2020 16.07, Simon Glass wrote: > On Tue, 19 May 2020 at 16:01, Rasmus Villemoes > wrote: >> >> Signed-off-by: Rasmus Villemoes >> --- >> test/dm/rtc.c | 61 +++ >> 1 file changed, 61 insertions(+) >> > > Reviewed-by: Simon Glass > >

[PATCHv2 01/36] dm: spi: Convert Freescale ESPI driver to driver model

2020-06-02 Thread Zhiqiang Hou
From: Chuanhua Han Modify the Freescale ESPI driver to support the driver model. Also resolved the following problems: = WARNING == This board does not use CONFIG_DM_SPI. Please update the board before v2019.04 for no dm conversion and v2019.07 for

[PATCHv2 26/36] dts: T104x: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for T104x. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t104x.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t104x.dtsi

[PATCHv2 36/36] configs: P1010RDB: Enable eSPI controller and SPI flash DM driver

2020-06-02 Thread Zhiqiang Hou
From: Hou Zhiqiang Enable the DM_SPI and DM_SPI_FLASH in P1010RDB defconfigs except SECBOOT defconfigs. Signed-off-by: Hou Zhiqiang --- V2: - New patch to add support for P1010RDB. configs/P1010RDB-PA_36BIT_NAND_defconfig | 2 ++ configs/P1010RDB-PA_36BIT_NOR_defconfig | 2 ++

[PATCHv2 28/36] configs: T1042D4RDB: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in T1042D4RDB defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/T1042D4RDB_NAND_defconfig | 2 ++ configs/T1042D4RDB_SDCARD_defconfig | 2 ++

[PATCHv2 32/36] dts: T4240RDB: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for T4240RDB. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t4240rdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/powerpc/dts/t4240rdb.dts

[PATCHv2 29/36] dts: T2080RDB: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for T2080RDB. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t2080rdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/powerpc/dts/t2080rdb.dts

[PATCHv2 31/36] dts: T4240: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for T4240. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t4240.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t4240.dtsi

[PATCHv2 34/36] dts: P1010: Add eSPI controller DT node

2020-06-02 Thread Zhiqiang Hou
From: Hou Zhiqiang Add eSPI controller DT node for P1010. Signed-off-by: Hou Zhiqiang --- V2: - New patch to add support for P1010RDB. arch/powerpc/dts/p1010si-post.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/powerpc/dts/p1010si-post.dtsi

[PATCHv2 30/36] configs: T2080RDB: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in T2080RDB defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/T2080RDB_NAND_defconfig | 2 ++ configs/T2080RDB_SDCARD_defconfig | 2 ++

[PATCHv2 35/36] dts: P1010RDB: Add eSPI slave DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Hou Zhiqiang Add DT nodes for eSPI slave device SPI flash. Signed-off-by: Hou Zhiqiang --- V2: - New patch to add support for P1010RDB. arch/powerpc/dts/p1010rdb-pa.dts | 1 + arch/powerpc/dts/p1010rdb-pa_36b.dts | 1 + arch/powerpc/dts/p1010rdb.dtsi | 17 +

[PATCHv2 33/36] configs: T4240RDB: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in T4240RDB defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/T4240RDB_SDCARD_defconfig | 2 ++ configs/T4240RDB_defconfig| 2 ++ 2 files changed, 4 insertions(+)

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Tom Rini
On Tue, Jun 02, 2020 at 02:47:12PM +0200, Marek Vasut wrote: > On 6/2/20 2:44 PM, Tom Rini wrote: > > On Tue, Jun 02, 2020 at 02:05:39PM +0200, Rasmus Villemoes wrote: > >> On 02/06/2020 13.04, Marek Vasut wrote: > >>> On 6/2/20 8:42 AM, Rasmus Villemoes wrote: > On 29/05/2020 19.54, Marek

Re: [PATCH] rockchip: Add delay after link-training

2020-06-02 Thread Kurt Miller
On Tue, 2020-06-02 at 10:23 +0800, Shawn Lin wrote: > > 在 2020/6/2 9:59, Kever Yang 写道: > > > > Hi Kurt, > > > > On 2020/6/2 上午4:30, Kurt Miller wrote: > > > > > > On at least the RockPro64, many cards will trip a > > > synchronous abort when first accessing PCIe config space > > > during bus

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Tom Rini
On Tue, Jun 02, 2020 at 05:55:25PM +0200, Marek Vasut wrote: > On 6/2/20 4:38 PM, Tom Rini wrote: > > On Tue, Jun 02, 2020 at 02:47:12PM +0200, Marek Vasut wrote: > >> On 6/2/20 2:44 PM, Tom Rini wrote: > >>> On Tue, Jun 02, 2020 at 02:05:39PM +0200, Rasmus Villemoes wrote: > On 02/06/2020

[PATCH] doc: board: xilinx: zynq.rst: add description how to flash a SD card

2020-06-02 Thread Johannes Krottmayer
Add a short description in the ZYNQ documentation how to prepare a SD card and copy the related images to SD card. I think, it's necessary for the documentation to avoid such user questions (like mine) in this list. Okay? Signed-off-by: Johannes Krottmayer --- doc/board/xilinx/zynq.rst | 19

Re: [PATCH] Correct sun8i-v3s SRAM size

2020-06-02 Thread Maxime Ripard
On Tue, Jun 02, 2020 at 09:10:08AM +0200, Benedikt-Alexander Mokroß wrote: > Hi Jagan, > > I run into some size-related issues regarding my SPL configuration for > a custom V3s board (mainly due to using fit images). In fact, the V3s > has even more SRAM that could be used for the SPL. However

Re: [PATCH v1 1/2] net: cortina_ni: Addd eth support for Cortina Access CAxxxx SoCs

2020-06-02 Thread Tom Rini
On Mon, Jun 01, 2020 at 07:44:25PM -0700, Alex Nemirovsky wrote: > From: Aaron Tseng > > Add Cortina Access Ethernet device driver for CA SoCs. > This driver supports both legacy and DM_ETH network models. > > Signed-off-by: Aaron Tseng > Signed-off-by: Alex Nemirovsky > > CC: Joe

[PATCHv2 02/36] powerpc: dts: t2080: add espi controller node support

2020-06-02 Thread Zhiqiang Hou
From: Chuanhua Han Add espi controller node to support t2080. Signed-off-by: Chuanhua Han Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t2080.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git

[PATCHv2 00/36] spi: fsl-espi: Convert eSPI driver to DM

2020-06-02 Thread Zhiqiang Hou
From: Hou Zhiqiang Merged the following 2 series and added P1010RDB boards into the support list. https://patchwork.ozlabs.org/project/uboot/list/?series=126119=both=%2a https://patchwork.ozlabs.org/project/uboot/list/?series=138873 Depends on:

[PATCHv2 03/36] powerpc: dts: t2080qds: add espi slave nodes support

2020-06-02 Thread Zhiqiang Hou
From: Chuanhua Han Add espi slave nodes to support t2080qds. Signed-off-by: Chuanhua Han Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t2080qds.dts | 33 + 1 file changed, 33

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Marek Vasut
On 6/2/20 2:44 PM, Tom Rini wrote: > On Tue, Jun 02, 2020 at 02:05:39PM +0200, Rasmus Villemoes wrote: >> On 02/06/2020 13.04, Marek Vasut wrote: >>> On 6/2/20 8:42 AM, Rasmus Villemoes wrote: On 29/05/2020 19.54, Marek Vasut wrote: > +config ENV_APPEND > + bool "Always append the

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Marek Vasut
On 6/2/20 2:05 PM, Rasmus Villemoes wrote: > On 02/06/2020 13.04, Marek Vasut wrote: >> On 6/2/20 8:42 AM, Rasmus Villemoes wrote: >>> On 29/05/2020 19.54, Marek Vasut wrote: +config ENV_APPEND + bool "Always append the environment with new data" + default n + help +

Re: [PATCH v2 06/10] rtc: add rtc command

2020-06-02 Thread Rasmus Villemoes
On 02/06/2020 15.22, Simon Glass wrote: > Hi Rasmus, > > On Tue, 2 Jun 2020 at 03:13, Rasmus Villemoes > wrote: >> >> On 31/05/2020 16.07, Simon Glass wrote: >>> Hi Rasmus, >>> >>> On Tue, 19 May 2020 at 16:01, Rasmus Villemoes >>> wrote: > > [..] > +int do_rtc(cmd_tbl_t *cmdtp, int

[PATCH] armv8: layerscape: don't remove crypto node on LS1028A

2020-06-02 Thread Michael Walle
At least on the LS1028A the crypto module is always there, but has some functions disabled on non-E parts. Thus it doesn't make sense to completely remove the node. Linux will figure out what is there and what is not. Please note, this patch is certainly not ideal. But I don't know which

Re: [PATCH 1/1] sunxi: CONFIG_INIT_SP_RELATIVE=y for Pine64 LTS

2020-06-02 Thread Tom Rini
On Sun, May 31, 2020 at 10:43:00AM +, Heinrich Schuchardt wrote: > Booting pine64-lts_defconfig with either of CONFIG_RSA=y or CONFIG_LOG=y > fails if CONFIG_INIT_SP_RELATIVE is not set. > > Signed-off-by: Heinrich Schuchardt > --- > configs/pine64-lts_defconfig | 3 +++ > 1 file changed,

Re: [PATCH v2 1/2] arm: dts: bcm283x: Allow UARTs to work before relocation

2020-06-02 Thread Simon Glass
Hi Matthias, On Thu, 14 May 2020 at 07:49, Simon Glass wrote: > > Hi Matthias, > > On Thu, 14 May 2020 at 02:56, Matthias Brugger wrote: > > > > > > > > On 15/04/2020 21:59, Tom Rini wrote: > > > On Tue, Apr 14, 2020 at 08:23:10PM -0600, Simon Glass wrote: > > >> Hi, > > >> > > >> On Sun, 22

Re: [PATCH v2 01/12] drivers: Descend to drivers/soc unconditionally

2020-06-02 Thread Simon Glass
Hi Tom, On Mon, 3 Feb 2020 at 22:40, Vignesh Raghavendra wrote: > > Descend to drivers/soc directory unconditionally for SPL and U-Boot > builds. Individual drivers can have their own config to check what needs > to be built for SPL. There should be no increase in SPL code size > due to this

Re: [ANN] U-Boot v2020.07-rc3 released

2020-06-02 Thread Tom Rini
On Tue, May 26, 2020 at 11:13:30AM +0100, Peter Robinson wrote: > > It's release day and I've tagged v2020.07-rc3. We're moving along > > nicely and should continue with prioritizing stabilization and obviously > > correct updates / migrations at this time. > > > > Once again, for a changelog, >

[PATCHv2 08/36] dts: P2020: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for P2020. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p2020-post.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p2020-post.dtsi

[PATCHv2 09/36] dts: P2020RDB: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for P2020RDB. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p2020rdb-pc.dts | 15 +++ arch/powerpc/dts/p2020rdb-pc_36b.dts | 15 +++ 2 files changed,

[PATCHv2 10/36] configs: P2020RDB: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in P2020RDB defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/P2020RDB-PC_36BIT_NAND_defconfig | 2 ++ configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 2 ++

[PATCHv2 12/36] dts: P2041RDB: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for P2041RDB. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p2041rdb.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/powerpc/dts/p2041rdb.dts

[PATCHv2 07/36] configs: P1020RDB: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in P1020RDB defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/P1020RDB-PC_36BIT_NAND_defconfig | 2 ++ configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 2 ++

[PATCHv2 05/36] dts: P1020: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for P1020. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p1020-post.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p1020-post.dtsi

[PATCHv2 06/36] dts: P1020RDB: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for P1020RDB. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p1020rdb-pc.dts | 15 +++ arch/powerpc/dts/p1020rdb-pc_36b.dts | 15 +++

[PATCHv2 04/36] configs: enable espi device module in T2080QDS

2020-06-02 Thread Zhiqiang Hou
From: Chuanhua Han This patch is to enable espi DM for T2080QDS in uboot Signed-off-by: Chuanhua Han Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/T2080QDS_NAND_defconfig | 2 ++ configs/T2080QDS_SDCARD_defconfig

Re: [PATCH] RFC: tiny-dm: Proposal for using driver model in SPL

2020-06-02 Thread Tom Rini
On Mon, Jun 01, 2020 at 05:55:31PM -0300, Walter Lozano wrote: > Hi Simon, > > On 26/5/20 15:39, Walter Lozano wrote: > > Hi Simon, > > > > On 25/5/20 18:40, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 25 May 2020 at 14:57, Tom Rini wrote: > > > > On Mon, May 25, 2020 at 02:34:20PM

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Tom Rini
On Tue, Jun 02, 2020 at 02:09:57PM +0200, Marek Vasut wrote: > On 6/2/20 2:05 PM, Rasmus Villemoes wrote: > > On 02/06/2020 13.04, Marek Vasut wrote: > >> On 6/2/20 8:42 AM, Rasmus Villemoes wrote: > >>> On 29/05/2020 19.54, Marek Vasut wrote: > +config ENV_APPEND > +bool "Always

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-06-02 Thread Stefan Roese
On 02.06.20 15:29, Rasmus Villemoes wrote: On 16/03/2020 16.52, Rasmus Villemoes wrote: On 14/03/2020 13.04, Stefan Roese wrote: On 13.03.20 17:04, Rasmus Villemoes wrote: That at least solves half my problems and might be useful to others as well. Then I'll have to figure out the

[PATCHv2 13/36] configs: P2041RDB: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in P2041RDB defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/P2041RDB_NAND_defconfig | 2 ++ configs/P2041RDB_SDCARD_defconfig | 2 ++

[PATCHv2 15/36] dts: P3041DS: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for P3041DS. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p3041ds.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/powerpc/dts/p3041ds.dts

[PATCHv2 11/36] dts: P2041: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for P2041. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p2041.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p2041.dtsi

[PATCHv2 14/36] dts: P3041: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for P3041. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p3041.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p3041.dtsi

[PATCHv2 18/36] dts: P4080DS: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for P4080DS. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p4080ds.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/powerpc/dts/p4080ds.dts

[PATCHv2 19/36] configs: P4080DS: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in P4080DS defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/P4080DS_SDCARD_defconfig | 2 ++ configs/P4080DS_SPIFLASH_defconfig | 2 ++ configs/P4080DS_defconfig

[PATCHv2 17/36] dts: P4080: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for P4080. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p4080.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p4080.dtsi

[PATCHv2 16/36] configs: P3041DS: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in P3041DS defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/P3041DS_NAND_defconfig | 2 ++ configs/P3041DS_SDCARD_defconfig | 2 ++ configs/P3041DS_SPIFLASH_defconfig

Re: [PATCH v1 04/15] arm: dts: ns3: add gpio node

2020-06-02 Thread Rayagonda Kokatanur
Hi Simon, On Mon, May 25, 2020 at 7:44 AM Simon Glass wrote: > > Hi Rayagonda, > > On Sun, 17 May 2020 at 02:20, Rayagonda Kokatanur > wrote: > > > > Add IPROC GPIO node for NS3. > > > > Signed-off-by: Rayagonda Kokatanur > > --- > > arch/arm/dts/ns3-board.dts | 1 + > >

U-BOOT build for t1024rdb

2020-06-02 Thread Uğur Şen
Hello I am using QORIQ sdk v2.0 to build u-boot for T1024RDB and I succesfully build u-boot via below commands. -make T1024RDB_defconfig -make CROSS_COMPILE=powerpc-fsl-linux- all I would like to remove some files and folders that I don't need. For example under git\board there is synopsis

[PATCHv2 27/36] dts: T1042D4RDB: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for T1042D4RDB. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t1042d4rdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/powerpc/dts/t1042d4rdb.dts

[PATCHv2 24/36] dts: T1024RDB: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for T1024RDB. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t1024rdb.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/powerpc/dts/t1024rdb.dts

[PATCHv2 23/36] dts: T102x: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for T102x. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/t102x.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/t102x.dtsi

[PATCHv2 20/36] dts: P5040: Add ESPI DT nodes

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI controller DT node for P5040. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p5040.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/powerpc/dts/p5040.dtsi

[PATCHv2 21/36] dts: P5040DS: Add ESPI slave device node

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Add ESPI slave node for P5040DS. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. arch/powerpc/dts/p5040ds.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/powerpc/dts/p5040ds.dts

[PATCHv2 25/36] configs: T1024RDB: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in T1024RDB defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/T1024RDB_NAND_defconfig | 2 ++ configs/T1024RDB_SDCARD_defconfig | 2 ++

[PATCHv2 22/36] configs: P5040DS: Enable ESPI driver

2020-06-02 Thread Zhiqiang Hou
From: Xiaowei Bao Enable the DM ESPI driver in P5040DS defconfig. Signed-off-by: Xiaowei Bao Signed-off-by: Hou Zhiqiang --- V2: - Rebase the patch, no change intended. configs/P5040DS_NAND_defconfig | 2 ++ configs/P5040DS_SDCARD_defconfig | 2 ++ configs/P5040DS_SPIFLASH_defconfig

Re: [PATCH v4 2/5] arm: provide a function for boards init code to modify MMU virtual-physical map

2020-06-02 Thread Tom Rini
On Tue, Jun 02, 2020 at 02:04:20PM +0200, Marek Szyprowski wrote: > Provide function for setting arbitrary virtual-physical MMU mapping for the > given region. > > Signed-off-by: Marek Szyprowski > Change-Id: If10b06cc6edbdff311a1b6302112e8cd0bb5313f > --- > arch/arm/include/asm/mmu.h| 8

Re: [PATCH v4 1/5] powerpc: move ADDR_MAP to Kconfig

2020-06-02 Thread Tom Rini
On Tue, Jun 02, 2020 at 02:04:19PM +0200, Marek Szyprowski wrote: > Move ADDR_MAP related config options from include/configs/*.h to the > proper place in lib/Kconfig. This has been done using > ./tools/moveconfig.py and manual inspection of the generated changes. > This is a preparation to use

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-06-02 Thread Rasmus Villemoes
On 02/06/2020 16.53, Stefan Roese wrote: > On 02.06.20 15:29, Rasmus Villemoes wrote: >> On 16/03/2020 16.52, Rasmus Villemoes wrote: >>> On 14/03/2020 13.04, Stefan Roese wrote: On 13.03.20 17:04, Rasmus Villemoes wrote: >>> > That at least solves half my problems and > might be

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Marek Vasut
On 6/2/20 4:38 PM, Tom Rini wrote: > On Tue, Jun 02, 2020 at 02:47:12PM +0200, Marek Vasut wrote: >> On 6/2/20 2:44 PM, Tom Rini wrote: >>> On Tue, Jun 02, 2020 at 02:05:39PM +0200, Rasmus Villemoes wrote: On 02/06/2020 13.04, Marek Vasut wrote: > On 6/2/20 8:42 AM, Rasmus Villemoes

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Marek Vasut
On 6/2/20 4:43 PM, Tom Rini wrote: > On Tue, Jun 02, 2020 at 02:09:57PM +0200, Marek Vasut wrote: >> On 6/2/20 2:05 PM, Rasmus Villemoes wrote: >>> On 02/06/2020 13.04, Marek Vasut wrote: On 6/2/20 8:42 AM, Rasmus Villemoes wrote: > On 29/05/2020 19.54, Marek Vasut wrote: >> +config

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Marek Vasut
On 6/2/20 6:00 PM, Tom Rini wrote: > On Tue, Jun 02, 2020 at 05:55:25PM +0200, Marek Vasut wrote: >> On 6/2/20 4:38 PM, Tom Rini wrote: >>> On Tue, Jun 02, 2020 at 02:47:12PM +0200, Marek Vasut wrote: On 6/2/20 2:44 PM, Tom Rini wrote: > On Tue, Jun 02, 2020 at 02:05:39PM +0200, Rasmus

[PATCH v4 1/5] powerpc: move ADDR_MAP to Kconfig

2020-06-02 Thread Marek Szyprowski
Move ADDR_MAP related config options from include/configs/*.h to the proper place in lib/Kconfig. This has been done using ./tools/moveconfig.py and manual inspection of the generated changes. This is a preparation to use ADDR_MAP helper on ARM 32bit Raspberry Pi4 board for mapping the PCIe XHCI

[PATCH v4 0/5] ARM: arbitrary virtual-physical mappings for RPi4 XHCI support

2020-06-02 Thread Marek Szyprowski
Hi All, This patchset adds support for creating a mapping for the arbitrary physical address at the given virtual address. This is needed to enable support for XHCI USB controller on PCIe bridge on Raspberry Pi 4 board, on which the USB controller's MMIO area 0x6 has to be remapped

[PATCH v4 4/5] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)

2020-06-02 Thread Marek Szyprowski
Create a non-cacheable mapping for the 0x6 physical memory region, where MMIO registers for the PCIe XHCI controller are instantiated by the PCIe bridge. Due to 32bit limit in the CPU virtual address space in ARM 32bit mode, this region is mapped at 0xff80 CPU virtual address.

[PATCH v4 5/5] config: Enable support for the XHCI controller on RPI4 board

2020-06-02 Thread Marek Szyprowski
This requires enabling BRCMSTB PCIe and XHCI_PCI drivers as well as PCI and USB commands. To get it working one has to call the following commands: "pci enum; usb start;", thus such commands have been added to the default "preboot" environment variable. One has to update their environment if it is

[PATCH v4 2/5] arm: provide a function for boards init code to modify MMU virtual-physical map

2020-06-02 Thread Marek Szyprowski
Provide function for setting arbitrary virtual-physical MMU mapping for the given region. Signed-off-by: Marek Szyprowski Change-Id: If10b06cc6edbdff311a1b6302112e8cd0bb5313f --- arch/arm/include/asm/mmu.h| 8 arch/arm/include/asm/system.h | 11 +++

[PATCH v4 3/5] mmc: bcm283x: fix int to pointer cast

2020-06-02 Thread Marek Szyprowski
From: Seung-Woo Kim On build with 32 bit, there is a warning for int-to-pointer-cast. Fix the int to pointer cast by using uintptr_t. Signed-off-by: Seung-Woo Kim Signed-off-by: Marek Szyprowski Change-Id: I590d32437763e6e60f216379e4fb55814d0b1bb2 --- drivers/mmc/bcm2835_sdhci.c | 2 +- 1

Re: [PATCH v3 1/2] mtd: rawnand: ca_nand: add Cortina Access Parallel NAND controller support

2020-06-02 Thread Tom Rini
On Tue, Jun 02, 2020 at 09:20:27AM +0200, Miquel Raynal wrote: > Hi Alex, > > Alex Nemirovsky wrote on Mon, 1 > Jun 2020 14:26:49 -0700: > > > From: Jason Li > > > > Supports all CA SoCs which support a parallel nand controller. > > It should be noted that some CA Soc also support an

Re: [PATCH v3 0/2] Basic Kontron SMARC-sAL28 board support

2020-06-02 Thread Michael Walle
Am 2020-05-10 01:20, schrieb Michael Walle: Add basic board support for the Kontron SMARC-sAL28 board. Please note, that this board doesn't support TF-a (yet). Therefore, the u-boot SPL is the first code which is run and it has to set up the RAM. ping? :) changes since v3: - add variant

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Marek Vasut
On 6/2/20 8:42 AM, Rasmus Villemoes wrote: > On 29/05/2020 19.54, Marek Vasut wrote: >> +config ENV_APPEND >> +bool "Always append the environment with new data" >> +default n >> +help >> + If defined, the environment hash table is only ever appended with new >> + data, but

Re: [PATCH u-boot] eth/r8152: update the firmware

2020-06-02 Thread Marek Vasut
On 6/2/20 5:17 AM, Hayes Wang wrote: > Marek Vasut [mailto:ma...@denx.de] >> Sent: Tuesday, June 02, 2020 12:46 AM >>> Update the firmware to improve compatibility for none-intel USB >>> host controller. >> >> Can you be more specific about the problem you are fixing here ? >> What is the problem

Re: [PATCH u-boot] eth/r8152: update the firmware

2020-06-02 Thread Marek Vasut
On 6/2/20 1:48 PM, Hayes Wang wrote: > Marek Vasut [mailto:ma...@denx.de] >> Sent: Tuesday, June 02, 2020 7:02 PM > [...] Can you be more specific about the problem you are fixing here ? What is the problem ? >>> >>> There is low probability that the device may be lost when rebooting.

[PATCHv4 1/3] spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)

2020-06-02 Thread Zhiqiang Hou
From: Lukasz Majewski This patch fixes issue with defining the DM_SPI_FLASH in the configs/include/ instead of enabling this option in Kconfig. The problem is that CONFIG_IS_ENABLED(DM_SPI_FLASH) shows false as there is no DM_SPI_FLASH=y in .config (but the define is set in u-boot.cfg). As a

[PATCHv4 3/3] spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*

2020-06-02 Thread Zhiqiang Hou
From: Lukasz Majewski This change allows more fine tuning of driver model based SPI support in SPL and TPL. It is now possible to explicitly enable/disable the DM_SPI support in SPL and TPL via Kconfig option. Before this change it was necessary to use: /* SPI Flash Configs */ #if

[PATCHv4 0/3] spi: Split CONFIG_DM_SPI* to CONFIG_{SPL_TPL}DM_SPI*

2020-06-02 Thread Zhiqiang Hou
From: Hou Zhiqiang Rebased the patch set below, and fixed build warning on ls1046a by removing SPL_DM_SPI from target ls1046 boards. https://patchwork.ozlabs.org/project/uboot/list/?series=129069=both=* Lukasz Majewski (3): spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) spi: Move

[PATCHv4 2/3] spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX)

2020-06-02 Thread Zhiqiang Hou
From: Lukasz Majewski This patch moves the CONFIG_DM_SPI_FLASH and CONFIG_SPI_FLASH_DATAFLASH to be defined in Kconfig, not in board specific header file (include/configs/.h). Before this change the CONFIG_DM_SPI_FLASH was not set in .config (so it was not possible to use

RE: [PATCH u-boot] eth/r8152: update the firmware

2020-06-02 Thread Hayes Wang
Marek Vasut [mailto:ma...@denx.de] > Sent: Tuesday, June 02, 2020 7:02 PM [...] > >> Can you be more specific about the problem you are fixing here ? > >> What is the problem ? > > > > There is low probability that the device may be lost when rebooting. > > Should I submit v2 to reword the commit

Re: [PATCHv4 3/3] spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*

2020-06-02 Thread Jagan Teki
On Tue, Jun 2, 2020 at 6:47 PM Zhiqiang Hou wrote: > > From: Lukasz Majewski > > This change allows more fine tuning of driver model based SPI support in > SPL and TPL. It is now possible to explicitly enable/disable the DM_SPI > support in SPL and TPL via Kconfig option. > > Before this change

[PATCH 0/2] omap4: panda: convert to device model

2020-06-02 Thread Tero Kristo
Hi, As there is looming death to OMAP4 Panda board u-boot support, I decided to take a shot and convert it to device model myself. With these patches it boots up fine, and there are no DM_SPL conversion complaints during compile time anymore. I think USB ethernet does not work anymore with this,

Re: [PATCH v2 06/10] rtc: add rtc command

2020-06-02 Thread Simon Glass
Hi Rasmus, On Tue, 2 Jun 2020 at 03:13, Rasmus Villemoes wrote: > > On 31/05/2020 16.07, Simon Glass wrote: > > Hi Rasmus, > > > > On Tue, 19 May 2020 at 16:01, Rasmus Villemoes > > wrote: > >> [..] > >> +int do_rtc(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) > >> +{ > >> +

Re: [PATCH v2 00/12] mips: Add initial Octeon MIPS64 base support

2020-06-02 Thread Stefan Roese
Hi Daniel, On 26.05.20 14:23, Stefan Roese wrote: Hi Daniel, On 14.05.20 11:59, Stefan Roese wrote: This patch adds very basic support for the Octeon III SoCs. Only CFI parallel UART, reset and NOR flash are supported for now. Please note that the basic Octeon port does not include the

[PATCH 2/2] omap4: panda: convert to device model

2020-06-02 Thread Tero Kristo
Convert omap4 panda to device model. Signed-off-by: Tero Kristo --- arch/arm/dts/Makefile | 4 arch/arm/dts/omap4-u-boot.dtsi | 39 ++ board/ti/panda/panda.c | 12 +++ configs/omap4_panda_defconfig | 8 +++ 4 files changed, 63

Re: [PATCH] env: Add option to only ever append environment

2020-06-02 Thread Rasmus Villemoes
On 02/06/2020 13.04, Marek Vasut wrote: > On 6/2/20 8:42 AM, Rasmus Villemoes wrote: >> On 29/05/2020 19.54, Marek Vasut wrote: >>> +config ENV_APPEND >>> + bool "Always append the environment with new data" >>> + default n >>> + help >>> + If defined, the environment hash table is only

Re: [PATCH 0/3] watchdog: honour hw_margin_ms property

2020-06-02 Thread Rasmus Villemoes
On 16/03/2020 16.52, Rasmus Villemoes wrote: > On 14/03/2020 13.04, Stefan Roese wrote: >> On 13.03.20 17:04, Rasmus Villemoes wrote: > >>> That at least solves half my problems and >>> might be useful to others as well. Then I'll have to figure out the >>> time-stands-still problem in some other

  1   2   3   >