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: 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 > --- > >

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

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 + >

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 +--- >

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

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

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

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

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. > >

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

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] 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

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

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

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 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 > >

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] 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

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

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.

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

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. >

[U-Boot] [PULL] u-boot-atmel-2020.01-a

2019-10-08 Thread Eugen.Hristev
Hello Tom, Please pull tag u-boot-atmel-2020.01-a , the first set of new features for the 2020.01 release The feature set includes support for two new boards from Microchip AT91: The sama5d27_wlsom1_ek , an evaluation kit which includes the SAMA5D2 SOC packaged in a 256 MB LPDDR2 SIP, on a

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 >

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:

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 + >

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:

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 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

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

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

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

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 > --- > >

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

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 > --- > >

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

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]. >>> >>>

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 |

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

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

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: 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 > --- > >

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 + >

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 >

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

[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

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 >>>

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 > --- > >

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 >

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 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

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]:

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

[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

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

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:

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] [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

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

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

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

[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:

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

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

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

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

[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] [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

[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

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

[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 +++

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

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

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 :

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

Re: [U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case

2019-10-08 Thread Igor Opaniuk
Hi Marek, On Mon, Jun 24, 2019 at 8:08 PM Marek Vasut wrote: > > The EHCI iMX6 driver is only partly converted to DT probing and > still uses a tremendous amount of hard-coded addresses. Worse, > the driver uses hard-coded SoC-model-specific base addresses, which > are derived from values

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

[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

[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:

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] 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 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] [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,

[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

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

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: > >

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

[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.

[U-Boot] [PATCH 2/2] ARM: imx6q_logic: Enable I2C for PMIC functionality

2019-10-08 Thread Adam Ford
The pfuze100 is the PMIC connected to the I2C bus. Currently, the I2C driver is disabled which prevents the PMIC from operating. This patch enables the I2C which also enables the PMIC in U-Boot. This also keeps the PMIC and I2C disabled in SPL due to size constraints of SPL. Signed-off-by: Adam

[U-Boot] [PATCH 1/2] ARM: dts: imx6q-logicpd: Keep GEN3V3 alive

2019-10-08 Thread Adam Ford
The schematic shows Gen3V3 is driven by sw2_reg on the pfuze100 PMIC. Linux doesn't appear to have an issue keeping this rail up, but U-Boot shuts it down for some reason. This patch sets 'regulator-always-on' for sw2_reg to keept this rail powered. Signed-off-by: Adam Ford diff --git

[U-Boot] IS_ERR_VALUE failing on socfpga gen5

2019-10-08 Thread Simon Goldschmidt
In a series I'm currently preparing, I've stumbled accross the fact that IS_ERR_VALUE() doesn't reliably work on socfpga SPL as the onchip SRAM begins at 0x and the heap is at the end of the 32 bit range. Being like that, the current test for error (value >= -4095) which equals 'value

Re: [U-Boot] [PATCH 1/2] ARM: dts: imx6q-logicpd: Keep GEN3V3 alive

2019-10-08 Thread Fabio Estevam
Hi Adam, On Tue, Oct 8, 2019 at 3:32 PM Adam Ford wrote: > > The schematic shows Gen3V3 is driven by sw2_reg on the pfuze100 > PMIC. Linux doesn't appear to have an issue keeping this rail > up, but U-Boot shuts it down for some reason. > > This patch sets 'regulator-always-on' for sw2_reg to

[U-Boot] [PATCH] rockchip: dts: rk3328: rock64: Add same-as-spl order

2019-10-08 Thread Emmanuel Vadot
rk3328 can use same-as-spl option so next loaders are loaded from the same medium. Add the boot order in the rock64 dts otherwise booting from sdcard will result in u-boot looking into the eMMC. Signed-off-by: Emmanuel Vadot --- arch/arm/dts/rk3328-rock64-u-boot.dtsi | 5 + 1 file changed,

[U-Boot] [PATCH v1] Makefile: Skip symbolic links to files for cscope

2019-10-08 Thread Andy Shevchenko
cscope complains that it can't find files that appears to be symbolic links cscope: cannot find file tools/binman/test/u_boot_binman_syms_bad.c cscope: cannot find file tools/version.h `find -L` tests properties, but name, and cscope can't cope with symbolic links (a lot of bugs in upstream were

Re: [U-Boot] [PATCH 1/2] ARM: dts: imx6q-logicpd: Keep GEN3V3 alive

2019-10-08 Thread Adam Ford
On Tue, Oct 8, 2019 at 1:40 PM Fabio Estevam wrote: > > Hi Adam, > > On Tue, Oct 8, 2019 at 3:32 PM Adam Ford wrote: > > > > The schematic shows Gen3V3 is driven by sw2_reg on the pfuze100 > > PMIC. Linux doesn't appear to have an issue keeping this rail > > up, but U-Boot shuts it down for

  1   2   >