[PATCH 2/5] arm: dts: mediatek: add pciesys support for MT7622 SoC

2020-08-10 Thread Chuanjia Liu
This patch adds pciesys support in dts for MediaTek MT7622 SoC. Signed-off-by: Henry Yen Signed-off-by: Chuanjia Liu --- arch/arm/dts/mt7622.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/dts/mt7622.dtsi b/arch/arm/dts/mt7622.dtsi index f9ce0c6c3e..f6919bb706 100644

[PATCH 0/5] Add PCIe and its clock support for mt7622

2020-08-10 Thread Chuanjia Liu
This series patchs add PCIe/clock support for MT7622 change node: v1:add PCIe support for MT7622 Chuanjia Liu (5): clk: mediatek: add pciesys support for MT7622 SoC arm: dts: mediatek: add pciesys support for MT7622 SoC PCI: mediatek: Add PCIe support for MT7622 arm: dts: mediatek: add

[RFC PATCH 0/4] Add 32bit-mode for mt7622

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich official images for bananapi-r64 based on 32bit-uboot and linux-kernels packed into an armhf image i post this series for compatibility reasons it adds ability to build 32bit uboot which can switch to 64bit mode by calling jumparch64-target from mt7622 ATF Frank

[RFC PATCH 4/4] jumparch64: add go64

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich adding a new uboot command go64 which allows booting 64bit kernel-image from 32bit uboot using the jumparch64 target in mt7622 ATF Signed-off-by: Frank Wunderlich --- cmd/boot.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/cmd/boot.c

[RFC PATCH 3/4] jumparch64: insert into bootm

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich if uboot is 32bit and linux-kernel is 64bit packed into armhf mkimage (like official kernels for bpi-r64) call jumparch64 to switch to 64bit mode after unpacking the kernel-image Signed-off-by: Frank Wunderlich --- arch/arm/lib/bootm.c | 10 ++ 1 file changed,

[RFC PATCH 1/4] mt7622: Support to build 32 bits version.

2020-08-10 Thread Frank Wunderlich
From: Oleksandr Rybalko allow building uboot in 32bit-mode for mt7622 to be compatible with bpi-r64 images Signed-off-by: Oleksandr Rybalko Signed-off-by: Frank Wunderlich --- arch/arm/mach-mediatek/Kconfig | 7 ++- arch/arm/mach-mediatek/mt7622/init.c | 6 +- 2 files changed,

[RFC PATCH 2/4] mt7622: add lowlevel_init from 2014-04

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich add low level initialisation to gain access to jumparch64 target in mt7622 ATF from 32bit uboot. jumparch64 allows switching from 32bit to 64bit to load 64bit kernel from 32bit uboot Signed-off-by: Frank Wunderlich --- arch/arm/mach-mediatek/mt7622/Makefile| 4

Question about 0.9V on lsch3

2020-08-10 Thread Martin Kaistra
Hello, the commit 4911948ec73 ("board/freescale,lsch3: Add entry for 0.9v") places the entry for 0.9V at position 11 in the vdd table. However according to the reference manual of LS2088A, for a VDD voltage of 0.9V, VID should be 8 (01000b). Am I missing something in the manual or was the patch

[PATCH 1/5] clk: mediatek: add pciesys support for MT7622 SoC

2020-08-10 Thread Chuanjia Liu
This patch adds pciesys support in clock driver for MediaTek MT7622 SoC. Signed-off-by: Henry Yen Signed-off-by: Chuanjia Liu --- drivers/clk/mediatek/clk-mt7622.c | 54 +++ 1 file changed, 54 insertions(+) diff --git a/drivers/clk/mediatek/clk-mt7622.c

[PATCH 3/5] PCI: mediatek: Add PCIe support for MT7622

2020-08-10 Thread Chuanjia Liu
This patch adds PCIe support for the Mediatek MT7622 SOC. Signed-off-by: Chuanjia Liu Signed-off-by: Henry Yen --- drivers/pci/pcie_mediatek.c | 462 +++- 1 file changed, 459 insertions(+), 3 deletions(-) diff --git a/drivers/pci/pcie_mediatek.c

[PATCH 5/5] configs: mt7622: add PCIe controller related configs

2020-08-10 Thread Chuanjia Liu
Add PCIe command and related configs Signed-off-by: Chuanjia Liu Signed-off-by: Henry Yen --- configs/mt7622_rfb_defconfig | 4 1 file changed, 4 insertions(+) diff --git a/configs/mt7622_rfb_defconfig b/configs/mt7622_rfb_defconfig index 9ab621da15..fa2b4f9f52 100644 ---

[PATCH 4/5] arm: dts: mediatek: add PCIe node for MT7622

2020-08-10 Thread Chuanjia Liu
This patch adds PCIe node in dts for Mediatek MT7622 Soc. Signed-off-by: Chuanjia Liu Signed-off-by: Henry Yen --- arch/arm/dts/mt7622-rfb.dts | 31 arch/arm/dts/mt7622.dtsi| 72 + 2 files changed, 103 insertions(+) diff --git

Re: Revert "ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()

2020-08-10 Thread Wolfgang Grandegger
Hello Ley Foon, Am 10.08.20 um 10:30 schrieb Tan, Ley Foon: > > >> -Original Message- >> From: Marek Vasut >> Sent: Friday, August 7, 2020 7:53 PM >> To: Wolfgang Grandegger ; U-Boot Mailing List >> >> Cc: Simon Goldschmidt ; Nguyen, Dinh >> ; Tan, Ley Foon >> Subject: Re: Revert

Re: [PATCH v2 00/10] riscv: Add SPI support for Kendryte K210

2020-08-10 Thread Eugeniy Paltsev
Hi Sean, do you have any public git branch with this patch series? I want to test these changes on our board with DW SPI controller. Thanks. --- Eugeniy Paltsev From: Sean Anderson Sent: Friday, August 7, 2020 17:43 To: u-boot@lists.denx.de;

Re: [PATCH v2 00/10] riscv: Add SPI support for Kendryte K210

2020-08-10 Thread Sean Anderson
On 8/10/20 6:49 AM, Eugeniy Paltsev wrote: > Hi Sean, > > do you have any public git branch with this patch series? > I want to test these changes on our board with DW SPI controller. https://github.com/Forty-Bot/u-boot/tree/maix_spi --Sean

Re: [PATCH v4 6/6] test/py: Add tests for the SquashFS commands

2020-08-10 Thread Joao Marcos Costa
Hello! On Sat, 8 Aug 2020 10:41:38 -0400 Tom Rini wrote: > On Sat, Aug 08, 2020 at 08:31:06AM -0400, Tom Rini wrote: > > On Thu, Jul 30, 2020 at 03:33:52PM +0200, Joao Marcos Costa wrote: > > > > > Add Python scripts to test 'ls' and 'load' commands. The scripts > > > generate a SquashFS

[PATCH] test/py: fix SquashFS tests

2020-08-10 Thread Joao Marcos Costa
Use "cons.config.build_dir" instead of writing to the source directory (read-only). This will fix the test failures in Azure. Signed-off-by: Joao Marcos Costa --- test/py/tests/test_fs/test_squashfs/sqfs_common.py | 12 ++-- .../py/tests/test_fs/test_squashfs/test_sqfs_load.py | 9

Aw: [PATCH 0/5] Add PCIe and its clock support for mt7622

2020-08-10 Thread Frank Wunderlich
Chuanjia Liu schrieb am 10.08.20 um 10:17: > This series patchs add PCIe/clock support for MT7622 > > change node: > v1:add PCIe support for MT7622 > Chuanjia Liu (5): >clk: mediatek: add pciesys support for MT7622 SoC >arm: dts: mediatek: add pciesys support for MT7622 SoC >PCI:

[PATCH 2/2] dts: r64: add r64 dts

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich add a separate DTS for BananaPi R64 because it has 1GB RAM and SATA-Support Signed-off-by: Frank Wunderlich --- arch/arm/dts/Makefile | 1 + arch/arm/dts/mt7622-bpi-r64.dts | 206 2 files changed, 207 insertions(+) create

[PATCH 1/2] arm: dts: add watchdog-node for mt7622

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich adding a watchdog-node to mt7622 dtsi Signed-off-by: Frank Wunderlich --- arch/arm/dts/mt7622.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/mt7622.dtsi b/arch/arm/dts/mt7622.dtsi index f9ce0c6c3e..558b9f5ffc 100644 ---

[PATCH 5/5] dts: r64: add sata- and asm_sel nodes

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich asm_sel is for switching between sata and pcie mode on r64 there is GPIO90 connected to ASM1480 which switches RX/TX pairs to PCIe/SATA connector output-low means sata-controller is active with 2020-10 now reg is also needed for the phy itself Signed-off-by: Frank

[PATCH 2/5] phy: mtk-tphy: add PHY_TYPE_SATA

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich add support for PHY_TYPE_SATA to Mediateks TPHY driver Signed-off-by: Frank Wunderlich --- drivers/phy/phy-mtk-tphy.c | 105 + 1 file changed, 105 insertions(+) diff --git a/drivers/phy/phy-mtk-tphy.c b/drivers/phy/phy-mtk-tphy.c

[PATCH 0/2] Add DTS for BananaPi-R64

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich Bananapi-R64 has 1GB RAM and SATA-Support compared to mt7622-rfb so add a separated DTS for it Frank Wunderlich (2): arm: dts: add watchdog-node for mt7622 dts: r64: add r64 dts arch/arm/dts/Makefile | 1 + arch/arm/dts/mt7622-bpi-r64.dts | 206

[PATCH v1] arm: socfpga: soc64: Add timeout waiting for NOC idle ACK

2020-08-10 Thread Chee Hong Ang
Add timeout waiting for NOC idle ACK during FPGA bridge disable/enable. Signed-off-by: Chee Hong Ang --- arch/arm/mach-socfpga/reset_manager_s10.c | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/arch/arm/mach-socfpga/reset_manager_s10.c

[PATCH 0/5] add SATA/AHCI support for BananaPi R64

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich BananaPi R64 has an SATA socket where an HDD can be connected. I have ported Linux Driver to Uboot and can access my harddrive BPI-R64> scsi scan scanning bus for devices... Target spinup took 0 ms. AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode flags: ncq stag

[PATCH 4/5] ahci: mediatek: add ahci driver

2020-08-10 Thread Frank Wunderlich
add AHCI driver ported from linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci_mtk.c Signed-off-by: Frank Wunderlich --- drivers/ata/Kconfig| 8 ++ drivers/ata/Makefile | 1 + drivers/ata/mtk_ahci.c | 194

[PATCH 1/5] arm: dts: mt7622: add SATA reset constants

2020-08-10 Thread Frank Wunderlich
add reset constants used for SATA to header file Signed-off-by: Frank Wunderlich --- include/dt-bindings/reset/mt7629-reset.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/dt-bindings/reset/mt7629-reset.h b/include/dt-bindings/reset/mt7629-reset.h index

[PATCH 3/5] reset: add basic reset controller for pciesys

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich bind reset controller to pciesys Signed-off-by: Frank Wunderlich --- drivers/clk/mediatek/clk-mt7622.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/clk/mediatek/clk-mt7622.c b/drivers/clk/mediatek/clk-mt7622.c index

[PATCH v2 3/5] reset: add basic reset controller for pciesys

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich bind reset controller to pciesys Signed-off-by: Frank Wunderlich --- drivers/clk/mediatek/clk-mt7622.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/drivers/clk/mediatek/clk-mt7622.c b/drivers/clk/mediatek/clk-mt7622.c index

[PATCH v2 4/5] ahci: mediatek: add ahci driver

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich add AHCI driver ported from linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci_mtk.c Signed-off-by: Frank Wunderlich --- drivers/ata/Kconfig| 8 ++ drivers/ata/Makefile | 1 + drivers/ata/mtk_ahci.c | 196

[PATCH v2 2/5] phy: mtk-tphy: add PHY_TYPE_SATA

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich add support for PHY_TYPE_SATA to Mediateks TPHY driver Signed-off-by: Frank Wunderlich --- drivers/phy/phy-mtk-tphy.c | 105 + 1 file changed, 105 insertions(+) diff --git a/drivers/phy/phy-mtk-tphy.c b/drivers/phy/phy-mtk-tphy.c

[PATCH v2 5/5] dts: r64: add sata- and asm_sel nodes

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich asm_sel is for switching between sata and pcie mode on r64 there is GPIO90 connected to ASM1480 which switches RX/TX pairs to PCIe/SATA connector output-low means sata-controller is active with 2020-10 now reg is also needed for the phy itself Signed-off-by: Frank

[PATCH v2] armv8: layerscape: don't remove crypto node if just partially disabled

2020-08-10 Thread Michael Walle
On all newer Layerscape SoCs, the crypto module is just partially 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. Just remove it for older SoCs, where the module is indeed completely disabled on non-E parts.

Re: [PATCH v2 00/10] riscv: Add SPI support for Kendryte K210

2020-08-10 Thread Eugeniy Paltsev
FYI: I've tested on commit aa68b00a8259aa026591475f21a5c51311252ef2 (current branch head) and I don't see any build/runtime issues. Tested-by Eugeniy Paltsev --- Eugeniy Paltsev From: Sean Anderson Sent: Monday, August 10, 2020 14:13 To: Eugeniy

[PATCH v2 1/5] arm: dts: mt7622: add SATA reset constants

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich add reset constants used for SATA to header file Signed-off-by: Frank Wunderlich --- include/dt-bindings/reset/mt7629-reset.h | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/dt-bindings/reset/mt7629-reset.h

[PATCH v2 0/5] add SATA/AHCI support for BananaPi R64

2020-08-10 Thread Frank Wunderlich
From: Frank Wunderlich BananaPi R64 has an SATA socket where an HDD can be connected. I have ported Linux Driver to Uboot and can access my harddrive BPI-R64> scsi scan scanning bus for devices... Target spinup took 0 ms. AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode flags: ncq stag

Re: [ANN] U-Boot v2020.10-rc2 released

2020-08-10 Thread Tom Rini
On Mon, Aug 10, 2020 at 03:45:41PM -0400, Tom Rini wrote: > Hey all, > > It's release day and I've tagged v2020.10-rc2. At this point out we > should be seeing stabilization, clean-up and localized new features. > > Once again, for a changelog, > git log --merges v2020.10-rc1..v2020.07-rc2 >

Memory POST Test - Timing

2020-08-10 Thread Brownlie, Lewis
Hello all, >From everything I have read, the memory POST test runs before U-Boot relocates >to RAM. For example, README.POST states the following (emphasis added by me): Also, all tests will be discriminated by the moment they run at. Specifically, the following groups will be

[ANN] U-Boot v2020.10-rc2 released

2020-08-10 Thread Tom Rini
Hey all, It's release day and I've tagged v2020.10-rc2. At this point out we should be seeing stabilization, clean-up and localized new features. Once again, for a changelog, git log --merges v2020.10-rc1..v2020.07-rc2 and as always, I ask for more details in the PRs people send me so I can

Re: OpenBSI and U-Boot

2020-08-10 Thread Rick Chen
Hi Heinrich > Am 9. August 2020 22:08:23 MESZ schrieb Atish Patra : > >On Sat, Aug 8, 2020 at 9:17 AM Heinrich Schuchardt > >wrote: > >> > >> On 8/8/20 5:32 PM, Sean Anderson wrote: > >> > On 8/8/20 10:59 AM, Heinrich Schuchardt wrote: > >> >> Hello Anup, > >> >> > >> >> I have looking at you

RE: [PATCH v1 3/3] arm: socfpga: agilex: Enable FPGA Full Reconfiguration support

2020-08-10 Thread Tan, Ley Foon
> -Original Message- > From: Ang, Chee Hong > Sent: Friday, August 7, 2020 11:50 AM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Simon Goldschmidt > ; Tom Rini ; See, > Chin Liang ; Tan, Ley Foon > ; Ang, Chee Hong ; > Chee, Tien Fong ; Lim, Elly Siew Chin > > Subject: [PATCH v1

Re: [PATCH] Revert "mmc: disable UHS modes if Vcc cannot be switched on and off"

2020-08-10 Thread Faiz Abbas
Pali, Peng, On 10/08/20 6:25 am, Peng Fan wrote: > Faiz, Jean > >> Subject: [PATCH] Revert "mmc: disable UHS modes if Vcc cannot be switched >> on and off" > > Got time to take a look? > When this issue was reported in the last thread, Pali said that he was unable to get prints because of

RE: [PATCH v1 1/3] fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM Mailbox

2020-08-10 Thread Tan, Ley Foon
> -Original Message- > From: Ang, Chee Hong > Sent: Friday, August 7, 2020 11:50 AM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Simon Goldschmidt > ; Tom Rini ; See, > Chin Liang ; Tan, Ley Foon > ; Ang, Chee Hong ; > Chee, Tien Fong ; Lim, Elly Siew Chin > > Subject: [PATCH v1

Re: [RFC PATCH 1/4] mt7622: Support to build 32 bits version.

2020-08-10 Thread Sam Shih
On Mon, 2020-08-10 at 16:26 +0200, Frank Wunderlich wrote: > From: Oleksandr Rybalko > > allow building uboot in 32bit-mode for mt7622 to > be compatible with bpi-r64 images > > Signed-off-by: Oleksandr Rybalko > Signed-off-by: Frank Wunderlich > --- > arch/arm/mach-mediatek/Kconfig |

RE: [PATCH v1 2/3] fpga: intel_sdm_mb: Add watchdog reset

2020-08-10 Thread Tan, Ley Foon
> -Original Message- > From: Ang, Chee Hong > Sent: Friday, August 7, 2020 11:50 AM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Simon Goldschmidt > ; Tom Rini ; See, > Chin Liang ; Tan, Ley Foon > ; Ang, Chee Hong ; > Chee, Tien Fong ; Lim, Elly Siew Chin > > Subject: [PATCH v1

[PATCH 1/1] riscv: don't jump to 0x0 in handle_ipi()

2020-08-10 Thread Heinrich Schuchardt
At least on the Kendryte K210: gd->arch.available_harts= 0x0003 gd->arch.ipi[0].addr= 0x gd->arch.ipi[0].arg0= 0x gd->arch.ipi[0].arg1= 0x gd->arch.ipi[1].addr= 0x gd->arch.ipi[1].arg0= 0x

u-boot tarball downloads via https

2020-08-10 Thread Chris Packham
Hi Tom, Wolfgang, Today I found myself in need of a u-boot source tarball (usually I just use git). I notice the link on http://www.denx.de/wiki/U-Boot/SourceCode points to ftp://ftp.denx.de/pub/u-boot/ but it appears that the same content is available via https://ftp.denx.de/pub/u-boot/ I know

Pull request for UEFI sub-system for efi-2020-10-rc3

2020-08-10 Thread Heinrich Schuchardt
The following changes since commit b904d79e4809bf35cf53c2e5fee0f73647bab07a: Makefile: sunxi: Don't use binman to build ATF image (2020-08-08 08:31:52 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2020-10-rc3 for you to

Re: OpenBSI and U-Boot

2020-08-10 Thread Heinrich Schuchardt
On 8/11/20 3:55 AM, Rick Chen wrote: > Hi Heinrich > >> Am 9. August 2020 22:08:23 MESZ schrieb Atish Patra : >>> On Sat, Aug 8, 2020 at 9:17 AM Heinrich Schuchardt >>> wrote: On 8/8/20 5:32 PM, Sean Anderson wrote: > On 8/8/20 10:59 AM, Heinrich Schuchardt wrote: >> Hello Anup,

RE: Revert "ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()

2020-08-10 Thread Tan, Ley Foon
> -Original Message- > From: Marek Vasut > Sent: Friday, August 7, 2020 7:53 PM > To: Wolfgang Grandegger ; U-Boot Mailing List > > Cc: Simon Goldschmidt ; Nguyen, Dinh > ; Tan, Ley Foon > Subject: Re: Revert "ARM: socfpga: Remove > socfpga_sdram_apply_static_cfg() > > On 8/7/20 1:22

Re: [PATCH 3/4] arm: mvebu: armada-388-gp.dts: Fix dtc warnings

2020-08-10 Thread Chris Packham
On Mon, 10 Aug 2020, 8:17 PM Stefan Roese, wrote: > Fix these dtc warnings: > Warning (reg_format) > Warning (avoid_default_addr_size) > > Signed-off-by: Stefan Roese > Cc: Chris Packham > Looks good to me Reviewed-by: Chris Packham --- > arch/arm/dts/armada-388-gp.dts | 2 ++ > 1 file

Re: [PATCH v4 07/27] rockchip: Enable building a SPI ROM image on bob

2020-08-10 Thread Kever Yang
Hi Simon, On 2020/8/8 下午9:28, Simon Glass wrote: +#ifdef CONFIG_ROCKCHIP_SPI_IMAGE + { + rom { + filename = "u-boot.rom"; + size = <0x40>; + pad-byte = <0xff>; + + mkimage { + args = "-n rk3399 -T rkspi"; +

[PATCH 4/4] arm: mvebu: armada-3720-turris-mox.dts: Fix dtc warning

2020-08-10 Thread Stefan Roese
Fix this dtc warning: Warning (avoid_default_addr_size) Signed-off-by: Stefan Roese Cc: Marek Behún --- arch/arm/dts/armada-3720-turris-mox.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/armada-3720-turris-mox.dts b/arch/arm/dts/armada-3720-turris-mox.dts index

[PATCH 2/4] arm: mvebu: armada-xp-maxbcm.dts: Fix dtc warning

2020-08-10 Thread Stefan Roese
Fix this dtc warning: Warning (avoid_default_addr_size) Signed-off-by: Stefan Roese --- arch/arm/dts/armada-xp-maxbcm.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/dts/armada-xp-maxbcm.dts b/arch/arm/dts/armada-xp-maxbcm.dts index 921eb70862..d2b07f74cf 100644 ---

[PATCH 3/4] arm: mvebu: armada-388-gp.dts: Fix dtc warnings

2020-08-10 Thread Stefan Roese
Fix these dtc warnings: Warning (reg_format) Warning (avoid_default_addr_size) Signed-off-by: Stefan Roese Cc: Chris Packham --- arch/arm/dts/armada-388-gp.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/armada-388-gp.dts b/arch/arm/dts/armada-388-gp.dts index

[PATCH 1/4] arm: mvebu: armada-xp-theadorable.dts: Fix dtc warning

2020-08-10 Thread Stefan Roese
Fix this dtc warning: Warning (avoid_default_addr_size) Signed-off-by: Stefan Roese --- arch/arm/dts/armada-xp-theadorable.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts index 5b18d62c3c..6a1df870ab

Re: [PATCH] ram: rockchip: Disable debug output of RAM init by default

2020-08-10 Thread Michael Walle
Hi Kever, Am 2020-08-08 11:40, schrieb Kever Yang: Hi Michael,     I think there do have some information are really help people identify what's happen for TPL fail, that's why rockchip's dram binary always keep some DRAM info print for all the boards.     I would like to keep it as is for

RE: [PATCH] common/board_f: make sure to call fix_fdt() before reserve_fdt()

2020-08-10 Thread Pragnesh Patel
Hi Atish, >-Original Message- >From: Atish Patra >Sent: 10 August 2020 01:51 >To: Pragnesh Patel >Cc: Atish Patra ; Bin Meng ; U- >Boot Mailing List ; Anup Patel ; >Sagar Kadam ; Rick Chen ; >Paul Walmsley ( Sifive) ; Simon Glass >; Ovidiu Panait ; Stephen Warren >; Patrick Delaunay ;

RE: [PATCH v2] arm: socfpga: soc64: Document down boot_scratch_cold register usage

2020-08-10 Thread Tan, Ley Foon
> -Original Message- > From: Lim, Elly Siew Chin > Sent: Monday, August 10, 2020 10:56 AM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Tan, Ley Foon > ; See, Chin Liang ; > Simon Goldschmidt ; Ang, Chee Hong > ; Chee, Tien Fong ; > Lim, Elly Siew Chin > Subject: [PATCH v2] arm:

Re: I2C on imx8qm - Failed to enable ipg clk

2020-08-10 Thread Oliver Graute
On 05/08/20, Anatolij Gustschin wrote: > Hi Oliver, > > On Wed, 5 Aug 2020 15:47:07 +0200 > Oliver Graute oliver.gra...@gmail.com wrote: > > > Hello, > > > > I try to get my I2C working on imx8qm. But I run into this issue: > > > > => i2c bus > > Bus 3: i2c@5a83 > > => i2c dev 3 > >