Re: [U-Boot] [RFC PATCH] mmc: sdhci: add support for switching to UHS-I modes on ZynqMP Platform

2019-10-08 Thread Michal Simek
On 11. 09. 19 15:49, Michal Simek wrote: > From: T Karthik Reddy > > This patch adds support for switching to UHS-I modes on ZynqMP platform. > There is one issue with the ZynqMP ZCU102 where it is not able to power > cycle the SD card. Due to this once the card is initialized in UHS-I > mode it

Re: [U-Boot] [PATCH] arm64: zynqmp: Define default SPL_TEXT_BASE address in Kconfig

2019-10-08 Thread Michal Simek
Hi, st 11. 9. 2019 v 8:54 odesílatel Michal Simek napsal: > > Define default address via Kconfig. There is no need to change this address > for most of the boards but it is also possible. This one line save a lot of > lines in defconfigs that's why make sense to do it. > > The similar change has

Re: [U-Boot] [PATCH 1/2] xilinx: Add qspi boot command script for reference

2019-10-08 Thread Michal Simek
Hi, st 11. 9. 2019 v 9:03 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > Thsi patch adds qspiboot command script for reference. > This can be converetd into uboot script using mkimage and > use for booting. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by:

Re: [U-Boot] [PATCH 2/2] xilinx: Add sd boot command script for reference

2019-10-08 Thread Michal Simek
Hi, st 11. 9. 2019 v 9:03 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch adds sdboot command script for reference. > This can be converetd into uboot script using mkimage and > use for booting. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: M

Re: [U-Boot] [PATCH] arm64: zynqmp: Enable gpio hog support for zcu102

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:06 odesílatel Michal Simek napsal: > > Gpio hogs are used for GT mux setup after power up. > > Signed-off-by: Michal Simek > --- > > configs/xilinx_zynqmp_zcu102_rev1_0_defconfig | 1 + > configs/xilinx_zynqmp_zcu102_revA_defconfig | 1 + > configs/xilinx_zynqmp_zcu102_revB_

Re: [U-Boot] [PATCH] arm64: zynqmp: Add u-boot, dm-pre-reloc to clk300 node

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:08 odesílatel Michal Simek napsal: > > This node is used by qspi driver for supporting qspi boot mode in SPL. > > Similar changes have beeen done by commit a9022b017a90 > ("ARM64: zynqmp: Add u-boot,dm-pre-reloc to clk nodes") > > Signed-off-by: Michal Simek > --- > > arch/arm

Re: [U-Boot] [PATCH] arm64: zynqmp: Enable SPI support in SPL for zcu104

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:10 odesílatel Michal Simek napsal: > > It is enabling this mode but full boot is not validated yet. > > Signed-off-by: Michal Simek > --- > > configs/xilinx_zynqmp_zcu104_revC_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configs/xilinx_zynqmp_zcu104_re

Re: [U-Boot] [PATCH] arm64: versal: Define board_late_init for versal

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:16 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > Define board_late_init which performs bootmode detection > and prepares corresponding distro boot commaand sequence. > > Also disable it for mini platforms because simply there is no need to have > it e

Re: [U-Boot] [PATCH v2] arm64: versal: Also record versal name to versal fragment

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 14:13 odesílatel Michal Simek napsal: > > Just to make sure that also drivers with versal name are assigned to proper > fragment. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Avoid reporting myself with any universal platfrom - reported by Heinrich > > MAINTAINER

Re: [U-Boot] [PATCH] arm64: versal: fpga: Add PL bit stream load support

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:22 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch adds PL bitstream load support for Versal platform. The PL > bitstream is loaded by making an SMC to ATF which in turn communicates > with platform firmware which configures and loads PL bits

Re: [U-Boot] [PATCH 2/2] arm64: zynqmp: Provide a Kconfig option to disable OCM and TCM MMU mapping

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:43 odesílatel Michal Simek napsal: > > This patch provides an option to enable/disable OCM and TCM memory into MMU > table with corresponding memory attributes. > > The same change was done for ZynqMP by commit 189bec47ab1f > ("arm64: zynqmp: Provide a Kconfig option to define O

Re: [U-Boot] [PATCH 0/2] arm64: Setting up initrd_hi at run time

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:28 odesílatel Michal Simek napsal: > > Hi, > > we are running one u-boot configurations on various boards with different > amount of memory that setting up initrd_high is problematic. There > shouldn't be a problem to setup initrd_high at run time based on DDR size > detection.

Re: [U-Boot] [PATCH] zynqmp: firmware: Add Xilinx ZynqMP firmware driver

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:47 odesílatel Michal Simek napsal: > > From: Rajan Vaja > > Add simple ZynqMP firmware drive to populate child nodes under > zynqmp_firmware DT node. > > Signed-off-by: Rajan Vaja > Signed-off-by: Michal Simek > --- > > drivers/clk/Kconfig| 1 + > drivers/fi

Re: [U-Boot] [PATCH] arm64: versal: Add platform detection code to versal_virt

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:51 odesílatel Michal Simek napsal: > > Detect which platform U-Boot is running at and based on that choose DTS > file which U-Boot uses for own configuration. > > Signed-off-by: Michal Simek > --- > > arch/arm/mach-versal/cpu.c | 18 +--- > arch/arm/mach-

Re: [U-Boot] [PATCH 0/4] arm64: versal: Extend distro boot

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 9:56 odesílatel Michal Simek napsal: > > Hi, > > these patches are extending current distribution boot for Xilinx Versal. > USB DFU and jtag with one change for spi boot mode. > > Thanks, > Michal > > > Siva Durga Prasad Paladugu (2): > arm64: versal: Define configs related to U

Re: [U-Boot] [PATCH] arm64: zynqmp: Update scriptaddr value to 512MB

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:07 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch updates scriptaddr value to 512MB as having it at 32MB has high > chance of script corruption incase of bigger kernel. > > Be aware that 512MB is used for SPL malloc area that's why images s

Re: [U-Boot] [PATCH] arm64: zynqmp: Add new jtag distro boot command

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:08 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch adds new jtag distro boot command to look for bootscript file in > DDR and execute it first incase of jtag bootmode. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Si

Re: [U-Boot] [PATCH] net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driver

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:10 odesílatel Michal Simek napsal: > > GD is not used anywhere that's why there is no reason to have this macro > in the driver. > > Signed-off-by: Michal Simek > --- > > drivers/net/zynq_gem.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/net/zynq_gem.c b

Re: [U-Boot] [PATCH] net: zynq_gem: Add new versal compatible string

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:10 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch adds new versal compatible string to GEM driver for Versal > platform. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek > --- > > drivers/net/zynq_gem.c | 1 + >

Re: [U-Boot] [PATCH] clk: versal: Add clock driver support

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:23 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch adds clock driver support for Versal platform. The clock driver > queries and performs clock operations using PLM firmware by communicating > with it using SMC calls. > > Signed-off-by: Siva

Re: [U-Boot] [PATCH] net: zynq_gem: Remove check for Versal

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:42 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch removes check for Versal platform > in gem driver as it now supports clock setting > through clock framework. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek >

Re: [U-Boot] [PATCH] mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:44 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch moves CONFIG_ZYNQ_HISPD_BROKEN to Kconfig > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek > --- > > That config_whitelist.txt change doesn't need to be the part

Re: [U-Boot] [PATCH] fpga: zynqmp: Fix second local variable declaration

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:44 odesílatel Michal Simek napsal: > > No reason to define new_buf again. > > Signed-off-by: Michal Simek > --- > > drivers/fpga/zynqmppl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/fpga/zynqmppl.c b/drivers/fpga/zynqmppl.c > index 22bfd

Re: [U-Boot] [PATCH] ARM: zynq: Do not enable NETBSD support by default

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:47 odesílatel Michal Simek napsal: > > This option is disable in Xilinx tree for quite a long time that's why > let's disable it in mainline. If there is anybody who requires this options > then it should be moved to Kconfig first and should be removed from this > config. > > S

Re: [U-Boot] [PATCH] ARM: zynq: Increase init ram size by 4K

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:49 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > Increase init ram size by 4K such that more stack space will be available > during initialization as the present stackspace is not sufficient if DEBUG > option is enabled and causes system hang. Increa

Re: [U-Boot] [PATCH] ARM: zynq: Increase input buffer console size to 2k

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:50 odesílatel Michal Simek napsal: > > ZynqMP and Versal is using 2k that's why aligned all platform together to > be able to use the same scripts. > > Signed-off-by: Michal Simek > --- > > include/configs/zynq-common.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a

Re: [U-Boot] [PATCH] arm64: versal: Fix for OCM overwriting issue

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:52 odesílatel Michal Simek napsal: > > From: Ashok Reddy Soma > > This patch reduces the console buffer size from 2048 to 1024, thus fixes > OCM overwriting issue. > > Differences are in bss section as is shown from output: > xilinx_versal_mini: all -2056 bss -2048 text -8 >

Re: [U-Boot] [PATCH] ARM: zynq: Align model name with DT

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:56 odesílatel Michal Simek napsal: > > Use model property to distinguish different configurations. > > Signed-off-by: Michal Simek > --- > > arch/arm/dts/zynq-cse-qspi-single.dts | 4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/dts/zynq-cse-qspi-single.dt

Re: [U-Boot] [PATCH] arm64: zynqmp: Add idcodes for new RFSoC silicons ZU48DR and ZU49DR

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:54 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > Add zu48dr and zu49dr to the list of zynqmp devices. The zu48dr and zu49dr > are the new RFSoC silicons with id values of 0x7b and 0x7e. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by:

Re: [U-Boot] [PATCH] ARM: zynq: dts: Added alias for usb node

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 10:57 odesílatel Michal Simek napsal: > > From: Vipul Kumar > > This patch added alias for usb node in dts file. > > Signed-off-by: Vipul Kumar > Signed-off-by: Michal Simek > --- > > Vipul left Xilinx but he is origin author of this patch that's why I am > keeping him here. >

Re: [U-Boot] [PATCH] net: phy: Define init routine and register generic phy driver

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 11:15 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch define init routine for generic phy driver and registers it > using phy_register as this generic phy driver also needs to be relocated > incase of manual reloc. > > Signed-off-by: Siva Durga

Re: [U-Boot] [PATCH 0/5] ARM: zynq: Boot variables cleanup

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 13:28 odesílatel Michal Simek napsal: > > Hi, > > for quite a long time Xilinx was using private boot method. Pretty long time > ago we have enabled distribution boot method and provided time to do > transition to it. Right now it is good time to remove old methods and move > to d

Re: [U-Boot] [PATCH v3] net: phy: Add gmiitorgmii converter support

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 14:08 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch adds support for gmiitorgmii converter. > This converter sits between the MAC and the external phy > MAC <==> GMII2RGMII <==> RGMII_PHY. > The ethernet driver probes this bridge and this bri

Re: [U-Boot] [PATCH] arm64: zynqmp: Switch spi-flash to jedec, spi-nor compatible

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 15:45 odesílatel Michal Simek napsal: > > Change has been done across the whole tree only zynqmp-mini-qspi hasn't > been fixed. > Origin changed done by commit ffd4c7c2ecb7 > ("dts: switch spi-flash to jedec, spi-nor compatible") > > Signed-off-by: Michal Simek > --- > > arch/ar

Re: [U-Boot] [PATCH] mmc: zynq_sdhci: Remove check for DM_MMC config

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 15:47 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > The zynq_sdhci drivers depends on DM_MMC in Kconfig so no need to check for > DM_MMC in the driver so this patch removes it. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek

Re: [U-Boot] [PATCH v2] doc: README.xilinx: Add dt bindings

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 16:10 odesílatel Michal Simek napsal: > > From: T Karthik Reddy > > Devicetree bindings are already specified in Linux kernel documentation. > Instead of maintaining same dt bindings in U-Boot doc specify path to dt > bindings in Linux kernel & documenting specific changes that a

Re: [U-Boot] [PATCH] arm64: zynqmp: Enable 2 NAND chips support for zynqmp_mini_nand

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 16:45 odesílatel Michal Simek napsal: > > From: T Karthik Reddy > > This patch enables 2 nand chips support for zynqmp mini nand > > Signed-off-by: T Karthik Reddy > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek > --- > > configs/xilinx_zynqmp_mini_n

Re: [U-Boot] [PATCH] env: Kconfig: Add environment default offset in versal

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 16:46 odesílatel Michal Simek napsal: > > From: T Karthik Reddy > > This patch adds default offset & sector size values for environment > variables to save in qspi/ospi flash for versal. > > Signed-off-by: T Karthik Reddy > Signed-off-by: Michal Simek > --- > > env/Kconfig | 5

Re: [U-Boot] [PATCH] drivers: usb: dwc3: setup phy before dwc3 core soft reset

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 16:45 odesílatel Michal Simek napsal: > > From: T Karthik Reddy > > Phy setup should be done before dwc3 soft core reset as it is done > in linux & this fixes unreliable detection of usb cable on host side. > > Signed-off-by: T Karthik Reddy > Signed-off-by: Siva Durga Prasad Pa

Re: [U-Boot] [PATCH] arm64: versal: mini_emmc: Enable fatwrite support

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 16:47 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch enable fatwrite support for mini emmc configurations. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek > --- > > configs/xilinx_versal_mini_emmc0_defconfig | 1

Re: [U-Boot] [PATCH] arm64: versal: Remove unneeded configs for mini configurations

2019-10-08 Thread Michal Simek
st 11. 9. 2019 v 16:49 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > The PSCI_RESET and EXPERT are not needed for mini configurations so remove > them to save space. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek > --- > > configs/xilinx_

Re: [U-Boot] [PATCH] gpio: fix issue in set gpio output direction

2019-10-08 Thread Michal Simek
čt 12. 9. 2019 v 12:32 odesílatel Michal Simek napsal: > > From: Ashok Reddy Soma > > This patch fixes zynq_gpio_direction() to call driver specific > zynq_gpio_set_value function rather than top level gpio_set_value. > > Signed-off-by: Ashok Reddy Soma > Signed-off-by: Michal Simek > --- > >

Re: [U-Boot] [PATCH] net: xilinx_axiemac: Fill the phy node pointer in phydev

2019-10-08 Thread Michal Simek
čt 12. 9. 2019 v 12:45 odesílatel Michal Simek napsal: > > From: Siva Durga Prasad Paladugu > > This patch assings the phynode pointer to the phydev node as it is needed > later in the corresponding phy driver to read phy properties from DT. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed

Re: [U-Boot] [PATCH 0/3] arm64: zynqmp: Add support for Versal system controller

2019-10-08 Thread Michal Simek
čt 19. 9. 2019 v 10:14 odesílatel Michal Simek napsal: > > Hi, > > these patches are adding support for System controller on Versal board > which is capable to monitor and talk to Versal device. > > Thanks, > Michal > > > Michal Simek (3): > arm64: zynqmp: Add generic a2197 system controller con

Re: [U-Boot] [PATCH] configs: apalis-tk1: Do not define CONFIG_SYS_BOOT_RAMDISK_HIGH again

2019-10-08 Thread Michal Simek
st 25. 9. 2019 v 11:16 odesílatel Michal Simek napsal: > > CONFIG_SYS_BOOT_RAMDISK_HIGH is already defined in > arch/arm/include/asm/config.h:10:#define CONFIG_SYS_BOOT_RAMDISK_HIGH > that's why there is no reason to define it again in board file. > > Signed-off-by: Michal Simek > --- > > includ

Re: [U-Boot] [PATCH 2/2] arm64: zynqmp: Define default SYS_PROMPT

2019-10-08 Thread Michal Simek
st 25. 9. 2019 v 12:38 odesílatel Michal Simek napsal: > > All boards are using the same prompt that's why add it as default value to > Kconfig to simplify defconfigs. > > Signed-off-by: Michal Simek > --- > > cmd/Kconfig| 1 + > configs/avnet_

Re: [U-Boot] [PATCH 00/10] microblaze: External initrd support

2019-10-08 Thread Michal Simek
st 25. 9. 2019 v 13:42 odesílatel Michal Simek napsal: > > Hi, > > Microblaze is not changing a lot but there was a real pain for not > supporting external initrd. That's why several patches in the series are > fixing this issue. The rest of patches are just cleanup which I found > when I was tryi

Re: [U-Boot] [PATCH] arm64: versal: Enable clock driver

2019-10-08 Thread Michal Simek
pá 4. 10. 2019 v 15:05 odesílatel Michal Simek napsal: > > Enable clock driver for Versal. > > Signed-off-by: Michal Simek > --- > > configs/xilinx_versal_virt_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/xilinx_versal_virt_defconfig > b/configs/xilinx_versal_virt_

Re: [U-Boot] [PATCH v2 00/13] arm64: zynqmp: Clean communication with PMUFW

2019-10-08 Thread Michal Simek
st 2. 10. 2019 v 15:39 odesílatel Michal Simek napsal: > > Hi, > > This patch series using ZynqMP firmware driver to provide a interface to > communicate with the PMU Firmware. As part of the series a mailbox driver > is also implemented to handle communication through ipi interface. > > There are

Re: [U-Boot] [PATCH 0/5] xilinx: Introduce Zynq/ZynqMP virtual defconfig

2019-10-08 Thread Michal Simek
čt 3. 10. 2019 v 12:33 odesílatel Michal Simek napsal: > > Hi, > > The following patch series implements a common function to get the dtb > for of_board configuration. Additionally provides a virtual defconfig > for Zynq and ZynqMP architectures with of_board configuration enabled. > > In future t

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-08 Thread Parthiban Nallathambi
Hi Stefano, On 10/7/19 6:06 PM, Stefano Babic wrote: > Hi Parthiban, > > On 23/08/19 18:19, Parthiban Nallathambi wrote: >> Firmware Configuration Block(FCB) for imx6ul(l) needs to be >> BCH encoded. This patch depends on [1]. >> >> [1]: https://patchwork.ozlabs.org/project/uboot/list/?series=113

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-08 Thread Stefano Babic
On 08/10/19 10:12, Parthiban Nallathambi wrote: > Hi Stefano, > > On 10/7/19 6:06 PM, Stefano Babic wrote: >> Hi Parthiban, >> >> On 23/08/19 18:19, Parthiban Nallathambi wrote: >>> Firmware Configuration Block(FCB) for imx6ul(l) needs to be >>> BCH encoded. This patch depends on [1]. >>> >>> [1]:

[U-Boot] Please pull u-boot-x86

2019-10-08 Thread Bin Meng
Hi Tom, This PR includes the following changes for v2020.01: - Rename existing FSP code to fsp1 - Add fsp2 directory in preparation to support FSP 2.0 - Various x86 platform codes update - Various bug fixes and updates in dm core, sandbox and spl GitLab CI passed https://gitlab.denx.de/u-boot/cu

Re: [U-Boot] [u-boot-imx/next] WaRP7 & Pico-Pi i.MX7 NOK

2019-10-08 Thread Stefano Babic
On 07/10/19 22:26, Pierre-Jean Texier wrote: > Hi Stefano, > > Le 07/10/2019 à 21:58, Stefano Babic a écrit : >> Hi Pierre-Jen, >> >> On 07/10/19 20:44, Pierre-Jean Texier wrote: >>> Stefano, Peng, >>> >>> I just compiled a fresh U-Boot with u-boot-imx/next and It looks >>> like commit 34f2feb ("i

Re: [U-Boot] [PATCH] cmd: avoid decimal conversion

2019-10-08 Thread Michal Simek
Hi Tom, On 19. 09. 19 15:28, Michal Simek wrote: > On 13. 09. 19 17:09, Tom Rini wrote: >> On Wed, Sep 11, 2019 at 03:39:53PM +0200, Michal Simek wrote: >> >>> From: T Karthik Reddy >>> >>> This patch uses auto instead of decimal in simple_strtoul(). >>> >>> Signed-off-by: T Karthik Reddy >>> Si

[U-Boot] [PATCH] microblaze: defconfig: Enable devtmps and tmpfs

2019-10-08 Thread Michal Simek
From: Manjukumar Matha Currently dropbear does not run in background because devtmps and tmpfs is not enabled by default. Enable devtmps and tmpfs to fix this issue. Signed-off-by: Manjukumar Matha Signed-off-by: Michal Simek --- arch/microblaze/configs/mmu_defconfig | 3 +++ 1 file changed,

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Peter Robinson
> On Thu, Sep 26, 2019 at 05:07:21PM -0300, Fabio Estevam wrote: > > Hi Vagrant, > > > > On Thu, Sep 26, 2019 at 4:16 PM Vagrant Cascadian > > wrote: > > > > > > I just tested mx6cuboxi with 2019.10-rc4, and it fails to load > > > u-boot.img from MMC: > > > > > > 1 2019-09-26_17:31:27.63089 U-Boo

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Stefano Babic
Hi everybody, thanks for deep analyses (I just jump at the end): On 08/10/19 12:03, Peter Robinson wrote: >> On Thu, Sep 26, 2019 at 05:07:21PM -0300, Fabio Estevam wrote: >>> Hi Vagrant, >>> >>> On Thu, Sep 26, 2019 at 4:16 PM Vagrant Cascadian >>> wrote: I just tested mx6cuboxi with

Re: [U-Boot] [PATCH v2] watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig

2019-10-08 Thread Stefan Roese
On 30.09.19 09:33, Heiko Schocher wrote: move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix all board defconfigs. Signed-off-by: Heiko Schocher Reviewed-by: Stefan Roese Acked-by: Lukasz Majewski Acked-by: Martyn Welch --- Patchseries build fine on travis see: https://travis-ci.org/hsdenx/u-boo

[U-Boot] Please pull u-boot-marvell/master (watchdog related)

2019-10-08 Thread Stefan Roese
Hi Tom, please pull the following watchdog related patches: - Move WATCHDOG_TIMEOUT_MSECS to Kconfig (Heiko) Here the Travis build, without any issues: https://trav

Re: [U-Boot] [PATCH v2 3/3] ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdr

2019-10-08 Thread Heiko Schocher
Hello Stefan, Am 17.09.2019 um 09:17 schrieb Stefan Roese: U-Boot now supports the "skip_check" flag to optionally skip the CRC check at open time. Currently its only possible to set this bit upon UBI volume creation. But it might be very useful to also set this bit on already installed systems

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Adam Ford
On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote: > > Hi everybody, > > thanks for deep analyses (I just jump at the end): > > On 08/10/19 12:03, Peter Robinson wrote: > >> On Thu, Sep 26, 2019 at 05:07:21PM -0300, Fabio Estevam wrote: > >>> Hi Vagrant, > >>> > >>> On Thu, Sep 26, 2019 at 4:16 P

Re: [U-Boot] [PATCH RFT v2 1/3] spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*

2019-10-08 Thread Simon Goldschmidt
On Fri, Sep 27, 2019 at 6:43 AM Vignesh Raghavendra wrote: > > Older variants of n25q256* and n25q512* do not support 4 Byte stateless > addressing opcodes. Therefore drop SPI_NOR_4B_OPCODES flag from these > entries. > > Signed-off-by: Vignesh Raghavendra Tested-by: Simon Goldschmidt I tested

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Stefano Babic
On 08/10/19 12:42, Adam Ford wrote: > On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote: >> >> Hi everybody, >> >> thanks for deep analyses (I just jump at the end): >> >> On 08/10/19 12:03, Peter Robinson wrote: On Thu, Sep 26, 2019 at 05:07:21PM -0300, Fabio Estevam wrote: > Hi Vagrant

Re: [U-Boot] [PATCH RFT v2 2/3] spi-nor: spi-nor-ids: Add entries for mt25q variants

2019-10-08 Thread Simon Goldschmidt
On Fri, Sep 27, 2019 at 6:43 AM Vignesh Raghavendra wrote: > > Newer variants of mt25q* flashes support 4 Byte addressing opcodes. Add > entries for the same. These flashes have bit 6 set in 5th byte of READ ID > response. > > Signed-off-by: Vignesh Raghavendra Tested-by: Simon Goldschmidt I te

Re: [U-Boot] [PATCH v4 0/3] env: Add CONFIG_ENV_FULL_SUPPORT

2019-10-08 Thread Wolfgang Denk
Dear Tom, In message <20191007223650.GR6716@bill-the-cat> you wrote: > > > Do I understand correctly that all of this is obsolete and no longer > > needed after Tom's commit d90fc9c3de ``Revert "env: solve > > compilation error in SPL"'' ? > > So, I think there's a new topic here. I seem to reca

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Adam Ford
On Tue, Oct 8, 2019 at 6:04 AM Stefano Babic wrote: > > On 08/10/19 12:42, Adam Ford wrote: > > On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote: > >> > >> Hi everybody, > >> > >> thanks for deep analyses (I just jump at the end): > >> > >> On 08/10/19 12:03, Peter Robinson wrote: > On Thu

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Peter Robinson
On Tue, Oct 8, 2019 at 12:43 PM Adam Ford wrote: > > On Tue, Oct 8, 2019 at 6:04 AM Stefano Babic wrote: > > > > On 08/10/19 12:42, Adam Ford wrote: > > > On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote: > > >> > > >> Hi everybody, > > >> > > >> thanks for deep analyses (I just jump at the en

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Adam Ford
On Tue, Oct 8, 2019 at 6:45 AM Peter Robinson wrote: > > On Tue, Oct 8, 2019 at 12:43 PM Adam Ford wrote: > > > > On Tue, Oct 8, 2019 at 6:04 AM Stefano Babic wrote: > > > > > > On 08/10/19 12:42, Adam Ford wrote: > > > > On Tue, Oct 8, 2019 at 5:19 AM Stefano Babic wrote: > > > >> > > > >> Hi

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Peter Robinson
> > > > >> I just tested mx6cuboxi with 2019.10-rc4, and it fails to load > > > > >> u-boot.img from MMC: > > > > >> > > > > >> 1 2019-09-26_17:31:27.63089 U-Boot SPL 2019.10-rc4+dfsg-1 (Sep > > > > >> 24 2019 - > > > > >> 08:03:23 +) > > > > >> 2 2019-09-26_17:31:2

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Michal Simek
On 07. 10. 19 23:15, Tom Rini wrote: > Hey all, > > It's release day and while we've once again had some last minute > regression fixes, I feel things are as stable as they are likely to get > so I've tagged and released v2019.07 and I would like to thank all of > our contributor for their efforts

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Tom Rini
On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote: > On 07. 10. 19 23:15, Tom Rini wrote: > > Hey all, > > > > It's release day and while we've once again had some last minute > > regression fixes, I feel things are as stable as they are likely to get > > so I've tagged and released v20

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Michal Simek
On 08. 10. 19 14:35, Tom Rini wrote: > On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote: >> On 07. 10. 19 23:15, Tom Rini wrote: >>> Hey all, >>> >>> It's release day and while we've once again had some last minute >>> regression fixes, I feel things are as stable as they are likely to

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Bin Meng
On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wrote: > > On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote: > > On 07. 10. 19 23:15, Tom Rini wrote: > > > Hey all, > > > > > > It's release day and while we've once again had some last minute > > > regression fixes, I feel things are as stable

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Tom Rini
On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote: > On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wrote: > > > > On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote: > > > On 07. 10. 19 23:15, Tom Rini wrote: > > > > Hey all, > > > > > > > > It's release day and while we've once again h

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Tom Rini
On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote: > On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote: > > On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wrote: > > > > > > On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wrote: > > > > On 07. 10. 19 23:15, Tom Rini wrote: > > > > >

[U-Boot] [PATCH] Revert "spl: imx6: Let spl_boot_device return USDHC1 or USDHC2"

2019-10-08 Thread Adam Ford
Apologies to everyone whose board I broke by attempting to return MMC1 or MMC2. I misunderstood how the MMC indexing worked. This reverts commit 14d319b1856b86e593e01abd0a1e3c2d63b52a8a. Signed-off-by: Adam Ford diff --git a/arch/arm/mach-imx/spl.c b/arch/arm/mach-imx/spl.c index 1f230aca33..9f

Re: [U-Boot] [PATCH v2 1/4] dm: spi: Return 0 if driver does not implement ops->cs_info

2019-10-08 Thread Bin Meng
On Sun, Sep 29, 2019 at 4:04 PM Bin Meng wrote: > > Hi Jagan, > > On Mon, Sep 9, 2019 at 9:00 PM Bin Meng wrote: > > > > If an SPI controller driver does not implement ops->cs_info, that > > probably means any chip select number could be valid, hence let's > > return 0 for spi_cs_info(). > > > >

[U-Boot] [PATCH] ARM: imx6q_logic: Fix MMC2 booting

2019-10-08 Thread Adam Ford
With the reverting of a previous change to spl_boot_device, this board needs a new solution to determining if we're booting from MMC1 or MMC2. This patch creates board_boot_order function which overrides the standard, and returns not only MMC1, or MMC2, but also can fall back to NAND or the serial

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Adam Ford
On Tue, Oct 8, 2019 at 6:51 AM Peter Robinson wrote: > > > > > > >> I just tested mx6cuboxi with 2019.10-rc4, and it fails to load > > > > > >> u-boot.img from MMC: > > > > > >> > > > > > >> 1 2019-09-26_17:31:27.63089 U-Boot SPL 2019.10-rc4+dfsg-1 (Sep > > > > > >> 24 2019 -

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Simon Goldschmidt
On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote: > > On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote: > > On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote: > > > On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wrote: > > > > > > > > On Tue, Oct 08, 2019 at 02:20:40PM +0200, Michal Simek wr

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Tom Rini
On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote: > On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote: > > > > On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote: > > > On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote: > > > > On Tue, Oct 8, 2019 at 8:36 PM Tom Rini wro

Re: [U-Boot] mx6cuboxi fails to load u-boot.img

2019-10-08 Thread Stefano Babic
On 08/10/19 15:05, Adam Ford wrote: > On Tue, Oct 8, 2019 at 6:51 AM Peter Robinson wrote: >> I just tested mx6cuboxi with 2019.10-rc4, and it fails to load u-boot.img from MMC: 1 2019-09-26_17:31:27.63089 U-Boot SPL 2019.10-rc4+dfsg-1 (Sep 24 >

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Michal Simek
On 08. 10. 19 15:25, Tom Rini wrote: > On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote: >> On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote: >>> >>> On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote: On Tue, Oct 08, 2019 at 08:42:58PM +0800, Bin Meng wrote: > On Tue,

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Tom Rini
On Tue, Oct 08, 2019 at 03:56:41PM +0200, Michal Simek wrote: > On 08. 10. 19 15:25, Tom Rini wrote: > > On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote: > >> On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote: > >>> > >>> On Tue, Oct 08, 2019 at 08:50:17AM -0400, Tom Rini wrote: > >>

Re: [U-Boot] Question [U-Boot,v2] nand: fix up badblock skipping

2019-10-08 Thread Stefano Babic
On 08/10/19 15:50, Ing. Jiří Valek wrote: > Hello, > can I ask what's wrong with my patch v2 ? > It's quite long time no answer.. > https://patchwork.ozlabs.org/patch/1037203/ > > Regards Jiri Valek I do not know - patch is set to "Changes Requested", see : https://patchwork.ozlabs.org/patch/103

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Michal Simek
On 08. 10. 19 16:02, Tom Rini wrote: > On Tue, Oct 08, 2019 at 03:56:41PM +0200, Michal Simek wrote: >> On 08. 10. 19 15:25, Tom Rini wrote: >>> On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote: On Tue, Oct 8, 2019 at 2:54 PM Tom Rini wrote: > > On Tue, Oct 08, 2019 a

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Tom Rini
On Tue, Oct 08, 2019 at 04:17:08PM +0200, Michal Simek wrote: > On 08. 10. 19 16:02, Tom Rini wrote: > > On Tue, Oct 08, 2019 at 03:56:41PM +0200, Michal Simek wrote: > >> On 08. 10. 19 15:25, Tom Rini wrote: > >>> On Tue, Oct 08, 2019 at 03:15:32PM +0200, Simon Goldschmidt wrote: > On Tue, Oc

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Peter Robinson
> It's release day and while we've once again had some last minute > regression fixes, I feel things are as stable as they are likely to get > so I've tagged and released v2019.07 and I would like to thank all of > our contributor for their efforts. > > To repeat something I posted about in the pre

[U-Boot] [PATCH] arc: emsdp/iotdk: Switch to DM_MMC

2019-10-08 Thread Alexey Brodkin
Somehow EMSDP & IoT DK boards were skipped on ARC boads conversion to DM MMC. So doing it now. Signed-off-by: Alexey Brodkin --- arch/arc/dts/emsdp.dts | 23 ++ arch/arc/dts/iot_devkit.dts| 22 ++ board/synopsys/emsdp/emsdp.c

[U-Boot] [PATCH] arc: emsdp: Increase max FAT cluster size

2019-10-08 Thread Alexey Brodkin
Some especially large SD-cards come from stock formatted with larger FAT cluster size so to accommodate those we just increase what we expect to have here in U-Boot given we have a plenty of space on EM SDP (16 MiB). Signed-off-by: Alexey Brodkin --- configs/emsdp_defconfig | 2 +- 1 file change

Re: [U-Boot] [ANN] U-Boot v2019.10 released

2019-10-08 Thread Tom Rini
On Tue, Oct 08, 2019 at 04:36:08PM +0100, Peter Robinson wrote: > > It's release day and while we've once again had some last minute > > regression fixes, I feel things are as stable as they are likely to get > > so I've tagged and released v2019.07 and I would like to thank all of > > our contribu

[U-Boot] [PATCH v2] arc: emsdp/iotdk: Switch to DM_MMC

2019-10-08 Thread Alexey Brodkin
Somehow EMSDP & IoT DK boards were skipped on ARC boads conversion to DM MMC. So doing it now. Signed-off-by: Alexey Brodkin --- Changes v1 -> v2: * FIFO size on IoTDK is 128 bytes as compared to 256 on EM SDP. That gave us timeouts on data read with some cards. Fixed now. arch/arc/dts/em

Re: [U-Boot] [PATCH v2 1/3] buildman: Perform tests in a temporary directory

2019-10-08 Thread Stephen Warren
On 10/7/19 3:17 PM, Tom Rini wrote: We may not always be able to write to the default output directory so have a temporary directory for our output be created. Reviewed-by: Stephen Warren ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.den

[U-Boot] [PATCH] travis.yml: Switch to bionic for the host distribution

2019-10-08 Thread Tom Rini
To match what we're doing in GitLab, move to 'bionic' for these builds as well. Signed-off-by: Tom Rini --- .travis.yml | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ce09e35b7c6..c48b711659e9 100644 --- a/.travis.yml +++ b/.travis.y

Re: [U-Boot] [PATCH 0/3] arm: dts: ti: sync cpsw/mdio/phy with latest linux 1 - drop phy_id

2019-10-08 Thread Grygorii Strashko
Hi Tom, All, On 04/09/2019 11:38, Lokesh Vutla wrote: On 31/08/19 1:00 PM, Grygorii Strashko wrote: Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated phy_id property with phy-handle. For the series: Reviewed-by: Lokesh Vutla Are there anything else I need to do t

[U-Boot] [PATCH 2/2] MAINTAINERS: add info about ARC HSDK reset driver

2019-10-08 Thread Eugeniy Paltsev
Signed-off-by: Eugeniy Paltsev --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e752e4b3de0..4cecbb6d134 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -94,6 +94,13 @@ L: uboot-snps-...@synopsys.com F: doc/device-tree-bindings/gpio/s

[U-Boot] [PATCH 1/2] ARC: HSDK: introduce reset driver

2019-10-08 Thread Eugeniy Paltsev
Introduce reset driver for Synopsys ARC HSDK SoC Signed-off-by: Eugeniy Paltsev --- drivers/reset/Kconfig | 7 ++ drivers/reset/Makefile | 1 + drivers/reset/reset-hsdk.c | 116 include/dt-bindings/reset/snps,hs

[U-Boot] [PATCH] ARC: [plat-axs101]: migrate to DM_MMC

2019-10-08 Thread Eugeniy Paltsev
Signed-off-by: Eugeniy Paltsev --- configs/axs101_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig index 0bfb532fc74..38c8ae998fd 100644 --- a/configs/axs101_defconfig +++ b/configs/axs101_defconfig @@ -35,7 +35,9 @@ CONFIG_DM=y

Re: [U-Boot] [PATCH 4/8] ARM: socfpga: arria10: Add generic handoff devicetree include

2019-10-08 Thread Dalon L Westergreen
On Mon, 2019-10-07 at 16:45 +0200, Simon Goldschmidt wrote: > There's something wrong with your mailer: indentation of replies doesn't > seemto work. It gets kind of hard to read who wrote what... > On Mon, Oct 7, 2019 at 4:34 PM Dalon L Westergreen< > dalon.westergr...@linux.intel.com> wrote: > >

  1   2   >