[U-Boot] [PATCH 2/2] Makefile: Build firmware-ivt image type for HAB verification also for mx7

2018-02-27 Thread Eran Matityahu
Create u-boot-ivt.img and u-boot-ivt.img.log when building U-Boot with SPL and Secure Boot enabled for imx7 (like it is done for imx6). See commit d21bd69b6e95ca7824941e7f527871cd5c63c7f7 for more info. Signed-off-by: Eran Matityahu --- Makefile | 4 1 file changed,

[U-Boot] [PATCH 1/2] mx7_common: Fix SPL compilation with secure boot support enabled

2018-02-27 Thread Eran Matityahu
The SPL MISC driver support must be enabled, so that the driver can use OTP fuse to check if HAB is enabled. Signed-off-by: Eran Matityahu --- include/configs/mx7_common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/mx7_common.h

Re: [U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-27 Thread Jaehoon Chung
Hi, On 02/28/2018 03:28 PM, Vipul Kumar wrote: > This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and > enabled it in defconfig. I think that CONFIG_ZYNQ_SDHCI1 is meaningful when CONFIG_ZYNQ_SDHCI0 is enabled. It's used in zynqmp.c and spl.c ..like below.. #if

Re: [U-Boot] [UBOOT PATCH v2 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-02-27 Thread Jagan Teki
On Wed, Feb 28, 2018 at 10:57 AM, Vipul Kumar wrote: > This seris of patch moved spi headers to Kconfig. > These are the configs: > -CONFIG_SYS_ZYNQ_SPI_WAIT > -CONFIG_XILINX_SPI_IDLE_VAL > -CONFIG_SYS_ZYNQ_QSPI_WAIT This make unnecessary of adding Kconfig options for

[U-Boot] [UBOOT PATCH v2 1/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI0

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI0 and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Added depends on MMC_SDHCI_ZYNQ - Branch: u-boot-microblaze/kconfig

[U-Boot] [UBOOT PATCH v2 0/2] arm64: zynqmp: mmc: Moved mmc u-boot headers to the Kconfig

2018-02-27 Thread Vipul Kumar
This series of patch moved mmc u-boot headers to the Kconfig and enabled it in respective defconfig. These are the configs: -CONFIG_ZYNQ_SDHCI0 -CONFIG_ZYNQ_SDHCI1 -Changes in V2: - Added depends on MMC_SDHCI_ZYNQ - Branch: u-boot-microblaze/kconfig Vipul Kumar (2): arm64: zynqmp: mmc: Added

[U-Boot] [UBOOT PATCH v2 2/2] arm64: zynqmp: mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI1

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_ZYNQ_SDHCI1 and enabled it in defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Added depends on MMC_SDHCI_ZYNQ - Branch: u-boot-microblaze/kconfig ---

[U-Boot] [UBOOT PATCH v2 0/2] microblaze: Moved U-boot headers to Kconfig

2018-02-27 Thread Vipul Kumar
This seris of patch moved microblaze u-boot headers to the kconfig and enabled it in respective defconfig. These are the configs: -CONFIG_XILINX_GPIO -CONFIG_XILINX_TB_WATCHDOG - Changes in v2: - Removed "Enable" from description - Added select HW_WATCHDOG - Branch: u-boot-microblaze/kconfig

[U-Boot] [UBOOT PATCH v2 2/2] microblaze: wdt: Added Kconfig support for CONFIG_XILINX_TB_WATCHDOG

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_XILINX_TB_WATCHDOG and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Added select HW_WATCHDOG - Branch: u-boot-microblaze/kconfig

[U-Boot] [UBOOT PATCH v2 1/2] microblaze: Added Kconfig support for CONFIG_XILINX_GPIO

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_XILINX_GPIO and enabled it in respective defconfig. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in v2: - Removed "Enable" from description - Branch:

[U-Boot] [UBOOT PATCH v2 2/2] spi: Added Kconfig support for SYS_ZYNQ_SPI_WAIT and XILINX_SPI_IDLE_VAL

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_ZYNQ_SPI_WAIT and CONFIG_XILINX_SPI_IDLE_VAL and set default value. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- - Changes in V2: - Added depends on XILINX_SPI - Branch:

[U-Boot] [UBOOT PATCH v2 1/2] qspi: Added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT

2018-02-27 Thread Vipul Kumar
This patch added Kconfig support for CONFIG_SYS_ZYNQ_QSPI_WAIT and set it to default value 10 milliseconds. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu --- -Changes in v2: - Added depends on ZYNQ_QSPI - Branch:

[U-Boot] [UBOOT PATCH v2 0/2] spi: Moved spi u-bbot headers to Kconfig

2018-02-27 Thread Vipul Kumar
This seris of patch moved spi headers to Kconfig. These are the configs: -CONFIG_SYS_ZYNQ_SPI_WAIT -CONFIG_XILINX_SPI_IDLE_VAL -CONFIG_SYS_ZYNQ_QSPI_WAIT -Changes in V2: - Added depends on ZYNQ_QSPI - Added depends on XILINX_SPI - Branch: u-boot-microblaze/kconfig Vipul Kumar (2): qspi: Added

[U-Boot] [PATCH] arm: socfpga: gen5: Enabling cache and TLB maintenance broadcast

2018-02-27 Thread chin . liang . see
From: Chin Liang See Enabling cache and TLB maintenance broadcast through ACTLR as required by Linux. Signed-off-by: Chin Liang See --- arch/arm/mach-socfpga/misc_gen5.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff

Re: [U-Boot] [PATCH v9 4/4] common: Generic firmware loader for file system

2018-02-27 Thread Chee, Tien Fong
On Tue, 2018-02-27 at 11:04 +0100, Lothar Waßmann wrote: > Hi, > > On Tue, 27 Feb 2018 13:21:57 +0800 tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > This is file system generic loader which can be used to load > > the file image from the storage

Re: [U-Boot] [PATCH v2 1/1] board: am335x: Set serial# variable

2018-02-27 Thread Tom Rini
On Wed, Feb 28, 2018 at 12:26:15AM +0200, Sam Protsenko wrote: > serial# variable is needed to show the device correctly in "fastboot > devices" output. It's useful when we have several devices (in fastboot > mode) connected to single host and want to choose which one to flash. > > We can't use

Re: [U-Boot] Pull request: u-boot-net.git master

2018-02-27 Thread Tom Rini
On Tue, Feb 27, 2018 at 11:17:42AM -0600, Joe Hershberger wrote: > Hi Tom, > > The following changes since commit 4bafceff0e9e5a36908031e41c69a6b37e82da58: > > Merge git://git.denx.de/u-boot-mmc (2018-02-25 22:28:59 -0500) > > are available in the git repository at: > > >

Re: [U-Boot] U-Boot

2018-02-27 Thread Yang, Wenyou
On 2018/2/28 0:55, Mariano Coromac wrote: Hmmm, by sequential number do you mean the Specification Version? This one is correct. Here's my eMMC info. => mmc info Device: sdio-host@a000 Manufacturer ID: eb OEM: 10d Name: eMMC Tran Speed: 5200 Rd Block Len: 512 MMC version 5.0 High

Re: [U-Boot] [PATCH v2] Kconfig: cmd: Make networking command dependent on NET

2018-02-27 Thread Tom Rini
On Mon, Feb 26, 2018 at 04:01:02PM +0100, Michal Simek wrote: > Enable networking command only when NET is enabled. > And remove selecting NET for CMD_NET > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Check several boards by hand. > > There is a huge

Re: [U-Boot] [U-Boot PATCH 2/2] defconfig: k2l_hs_evm: Add k2l_hs_evm_defconfig

2018-02-27 Thread Tom Rini
On Tue, Feb 27, 2018 at 11:06:32AM +0530, Lokesh Vutla wrote: > +Tom > > On Friday 16 February 2018 11:22 PM, Madan Srinivas wrote: > > Adds a dedicated defconfig to build TI K2L secure > > devices. Created from the k2l_evm_defconfig and > > removes support for SPL, as SPL is not supported > > on

Re: [U-Boot] [PATCH 0/2] am335x_boneblack: Enable fastboot flash support

2018-02-27 Thread Lukasz Majewski
Hi Sam, > On 27 February 2018 at 23:56, Lukasz Majewski wrote: > > Hi Sam, > > > >> Standard and recommended way to upgrade the firmware is DFU. But > >> DFU has extremely low transmission speed (around 150 KiB/sec), > >> thus it's a bad fit for flashing big images (like

Re: [U-Boot] [PATCH v2 13/13] configs: ls1012a: add pfe configuration for LS1012A

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > Add configurations for PFE. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi > --- > Changes in v2: > -Moved SYS_LS_PFE_FW_ADDR from pfe

Re: [U-Boot] [PATCH v2 06/13] board: freescale: ls1012aqds: enable network support on ls1012aqds

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > This patch enables ethernet support for ls1012aqds. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi > --- > Changes in v2: > -split from

Re: [U-Boot] [PATCH 0/2] am335x_boneblack: Enable fastboot flash support

2018-02-27 Thread Sam Protsenko
On 27 February 2018 at 23:56, Lukasz Majewski wrote: > Hi Sam, > >> Standard and recommended way to upgrade the firmware is DFU. But DFU >> has extremely low transmission speed (around 150 KiB/sec), thus it's >> a bad fit for flashing big images (like rootfs). Low DFU speed is >>

Re: [U-Boot] [PATCH v2 1/1] board: am335x: Set serial# variable

2018-02-27 Thread Tom Rini
On Wed, Feb 28, 2018 at 12:26:15AM +0200, Sam Protsenko wrote: > serial# variable is needed to show the device correctly in "fastboot > devices" output. It's useful when we have several devices (in fastboot > mode) connected to single host and want to choose which one to flash. > > We can't use

Re: [U-Boot] [PATCH] board: am335x: Set serial# variable

2018-02-27 Thread Sam Protsenko
Please review v2. Thanks. On 28 February 2018 at 00:03, Tom Rini wrote: > On Wed, Feb 28, 2018 at 12:02:13AM +0200, Sam Protsenko wrote: >> On 27 February 2018 at 22:08, Tom Rini wrote: >> > On Tue, Feb 27, 2018 at 10:05:43PM +0200, Sam Protsenko wrote:

[U-Boot] [PATCH v2 1/1] board: am335x: Set serial# variable

2018-02-27 Thread Sam Protsenko
serial# variable is needed to show the device correctly in "fastboot devices" output. It's useful when we have several devices (in fastboot mode) connected to single host and want to choose which one to flash. We can't use omap_die_id_serial() for this, because AM335x lacks DIE_ID, as can be seen

Re: [U-Boot] [PATCH] net: sun8i_emac: Fix PHY initialization

2018-02-27 Thread Joe Hershberger
On Sat, Jan 27, 2018 at 11:53 PM, Samuel Holland wrote: > The previous code tried to update the PHY parameters without waiting for > autonegotiation to complete. This caused wrong values to be written to > the EMAC in sun8i_adjust_link(). As a result, any commands that called

Re: [U-Boot] spi: Zapping non-dm drivers, deadline: v2018.09

2018-02-27 Thread Angelo Dureghello
Hi Jagan, On Tue, Feb 27, 2018 at 10:36:46PM +0530, Jagan Teki wrote: > On Tue, Feb 27, 2018 at 9:28 PM, York Sun wrote: > > On 02/26/2018 09:25 AM, Tom Rini wrote: > >> On Mon, Feb 26, 2018 at 08:28:45PM +0530, Jagan Teki wrote: > >> > >>> Due to adding various new

Re: [U-Boot] spi: Zapping non-dm drivers, deadline: v2018.09

2018-02-27 Thread Tom Rini
On Tue, Feb 27, 2018 at 11:02:38PM +0100, Angelo Dureghello wrote: > Hi Jagan, > > On Tue, Feb 27, 2018 at 10:36:46PM +0530, Jagan Teki wrote: > > On Tue, Feb 27, 2018 at 9:28 PM, York Sun wrote: > > > On 02/26/2018 09:25 AM, Tom Rini wrote: > > >> On Mon, Feb 26, 2018 at

Re: [U-Boot] [PATCH] board: am335x: Set serial# variable

2018-02-27 Thread Tom Rini
On Wed, Feb 28, 2018 at 12:02:13AM +0200, Sam Protsenko wrote: > On 27 February 2018 at 22:08, Tom Rini wrote: > > On Tue, Feb 27, 2018 at 10:05:43PM +0200, Sam Protsenko wrote: > > > >> serial# variable is needed to show device correctly in "fastboot > >> devices" output.

Re: [U-Boot] [PATCH] board: am335x: Set serial# variable

2018-02-27 Thread Sam Protsenko
On 27 February 2018 at 22:08, Tom Rini wrote: > On Tue, Feb 27, 2018 at 10:05:43PM +0200, Sam Protsenko wrote: > >> serial# variable is needed to show device correctly in "fastboot >> devices" output. It's useful when we have several devices (in fastboot >> mode) connected to

Re: [U-Boot] [PATCH 2/2] configs: am335x_boneblack: Enable fastboot flash capability

2018-02-27 Thread Tom Rini
On Tue, Feb 27, 2018 at 11:45:04PM +0200, Sam Protsenko wrote: > Signed-off-by: Sam Protsenko Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list

Re: [U-Boot] [PATCH 1/2] omap: Fix AM335x build with enabled fastboot flash

2018-02-27 Thread Tom Rini
On Tue, Feb 27, 2018 at 11:45:03PM +0200, Sam Protsenko wrote: > When enabling CONFIG_FASTBOOT_FLASH in am335x_boneblack_defconfig, next > build errors and warnings occur: > > arch/arm/mach-omap2/utils.c: In function ‘omap_set_fastboot_cpu’: > arch/arm/mach-omap2/utils.c:26:16: warning:

Re: [U-Boot] [PATCH 2/2] configs: am335x_boneblack: Enable fastboot flash capability

2018-02-27 Thread Lukasz Majewski
On Tue, 27 Feb 2018 23:45:04 +0200 Sam Protsenko wrote: > Signed-off-by: Sam Protsenko > --- > configs/am335x_boneblack_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/am335x_boneblack_defconfig >

Re: [U-Boot] [PATCH 0/2] am335x_boneblack: Enable fastboot flash support

2018-02-27 Thread Lukasz Majewski
Hi Sam, > Standard and recommended way to upgrade the firmware is DFU. But DFU > has extremely low transmission speed (around 150 KiB/sec), thus it's > a bad fit for flashing big images (like rootfs). Low DFU speed is > mostly due to next reasons (kudos to Ruslan Bilovol for > investigation): 1.

Re: [U-Boot] [PATCH 1/2] omap: Fix AM335x build with enabled fastboot flash

2018-02-27 Thread Lukasz Majewski
On Tue, 27 Feb 2018 23:45:03 +0200 Sam Protsenko wrote: > When enabling CONFIG_FASTBOOT_FLASH in am335x_boneblack_defconfig, > next build errors and warnings occur: > > arch/arm/mach-omap2/utils.c: In function ‘omap_set_fastboot_cpu’: >

[U-Boot] [PATCH 2/2] configs: am335x_boneblack: Enable fastboot flash capability

2018-02-27 Thread Sam Protsenko
Signed-off-by: Sam Protsenko --- configs/am335x_boneblack_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/am335x_boneblack_defconfig b/configs/am335x_boneblack_defconfig index ed430e7130..f45e40956c 100644 ---

[U-Boot] [PATCH 1/2] omap: Fix AM335x build with enabled fastboot flash

2018-02-27 Thread Sam Protsenko
When enabling CONFIG_FASTBOOT_FLASH in am335x_boneblack_defconfig, next build errors and warnings occur: arch/arm/mach-omap2/utils.c: In function ‘omap_set_fastboot_cpu’: arch/arm/mach-omap2/utils.c:26:16: warning: implicit declaration of function ‘omap_revision’

[U-Boot] [PATCH 0/2] am335x_boneblack: Enable fastboot flash support

2018-02-27 Thread Sam Protsenko
Standard and recommended way to upgrade the firmware is DFU. But DFU has extremely low transmission speed (around 150 KiB/sec), thus it's a bad fit for flashing big images (like rootfs). Low DFU speed is mostly due to next reasons (kudos to Ruslan Bilovol for investigation): 1. DFU works only via

Re: [U-Boot] [PATCH] armv8: sec_firmware: Remove JR3 from device tree node in all cases

2018-02-27 Thread York Sun
On 02/09/2018 01:11 AM, Ruchika Gupta wrote: > JR3 was getting removed from device tree only if random number generation > was successful. However, if SEC firmware is present,JR3 should be removed > from device tree node irrespective of the random seed generation as > SEC firmware reserves it for

Re: [U-Boot] [PATCH v2 13/13] configs: ls1012a: add pfe configuration for LS1012A

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > Add configurations for PFE. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi > --- > Changes in v2: > -Moved SYS_LS_PFE_FW_ADDR from pfe

Re: [U-Boot] [PATCH] board: am335x: Set serial# variable

2018-02-27 Thread Tom Rini
On Tue, Feb 27, 2018 at 10:05:43PM +0200, Sam Protsenko wrote: > serial# variable is needed to show device correctly in "fastboot > devices" output. It's useful when we have several devices (in fastboot > mode) connected to single host and want to choose which one to flash. > > Reuse

Re: [U-Boot] [PATCH v2 12/13] armv8: layerscape: csu: enable ns access to PFE registers

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > Enable all types of non-secure access to PFE block registers. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH v2 11/13] armv8: fsl-lsch2: configure pfe's DDR and HDBUS interfaces and ECC

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > 1. Set AWCACHE0 attribute of PFE DDR and HDBUS master interfaces > to bufferable. > 2. Set RD/WR QoS for PFE DDR and HDBUS AXI master interfaces. > 3. Disable ECC detection for PFE. > > Signed-off-by: Calvin Johnson

Re: [U-Boot] spi: Zapping non-dm drivers, deadline: v2018.09

2018-02-27 Thread Marek Vasut
On 02/27/2018 07:31 AM, Jagan Teki wrote: > On Tue, Feb 27, 2018 at 12:59 AM, Marek Vasut wrote: >> On 02/26/2018 06:25 PM, Tom Rini wrote: >>> On Mon, Feb 26, 2018 at 08:28:45PM +0530, Jagan Teki wrote: >>> Due to adding various new functionalities with SPI and SPI-FLASH

Re: [U-Boot] [PATCH v2] arm: socfpga: cyclone5: Enable Macronix flash support

2018-02-27 Thread Marek Vasut
On 02/27/2018 10:25 AM, chin.liang@intel.com wrote: > From: Chin Liang See > > Enable Macronix flash support for Cyclone5 SoC > > Signed-off-by: Chin Liang See Applied, thanks. > --- > Changes for v2 > - Undo change for is1, sr1500 and

Re: [U-Boot] [PATCH 2/2] ARM: rmobile: Build u-boot-spl.srec on Gen2

2018-02-27 Thread Marek Vasut
On 02/27/2018 01:00 AM, Tom Rini wrote: > On Mon, Feb 26, 2018 at 09:50:44PM +0100, Marek Vasut wrote: >> On 02/26/2018 09:00 PM, Tom Rini wrote: >>> On Mon, Feb 26, 2018 at 08:25:36PM +0100, Marek Vasut wrote: >>> The u-boot-spl.srec is needed for the minimon update on Gen2 SoCs,

[U-Boot] [PATCH] board: am335x: Set serial# variable

2018-02-27 Thread Sam Protsenko
serial# variable is needed to show device correctly in "fastboot devices" output. It's useful when we have several devices (in fastboot mode) connected to single host and want to choose which one to flash. Reuse board_serial variable (obtained from EEPROM in set_board_info_env() function) to set

Re: [U-Boot] [PATCH v2 10/13] armv8: fsl-lsch2: add pfe macros and update ccsr_scfg structure

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > SoC specific PFE macros are defined and structure ccsr_scfg > is updated with members defined for PFE. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi

Re: [U-Boot] [PATCH v2 09/13] board: freescale: ls1012a2g5rdb: enable network support on ls1012a2g5rdb

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > This patch enables ethernet support for ls1012a2g5rdb. > > Signed-off-by: Calvin Johnson > Signed-off-by: Bhaskar Upadhaya > --- > Changes in v2: > -New patch added

Re: [U-Boot] [PATCH] FSL PCI: Configure PCIe reference ratio

2018-02-27 Thread York Sun
On 02/27/2018 11:52 AM, Joakim Tjernlund wrote: > On Tue, 2018-02-27 at 19:30 +, York Sun wrote: >> >> On 11/21/2017 10:20 AM, Joakim Tjernlund wrote: >>> On Tue, 2017-11-21 at 18:04 +, York Sun wrote: On 11/21/2017 09:52 AM, Joakim Tjernlund wrote: > On Tue, 2017-11-21

Re: [U-Boot] [PATCH] FSL PCI: Configure PCIe reference ratio

2018-02-27 Thread Joakim Tjernlund
On Tue, 2018-02-27 at 19:30 +, York Sun wrote: > > On 11/21/2017 10:20 AM, Joakim Tjernlund wrote: > > On Tue, 2017-11-21 at 18:04 +, York Sun wrote: > > > > > > > > > On 11/21/2017 09:52 AM, Joakim Tjernlund wrote: > > > > On Tue, 2017-11-21 at 17:45 +, York Sun wrote: > > > > > >

Re: [U-Boot] [PATCH v2 08/13] board: freescale: ls1012ardb: enable network support on ls1012ardb

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > This patch enables ethernet support for ls1012ardb. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH v2 07/13] board: freescale: ls1012afrdm: enable network support on ls1012afrdm

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > This patch enables ethernet support for ls1012afrdm. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH v2 06/13] board: freescale: ls1012aqds: enable network support on ls1012aqds

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > This patch enables ethernet support for ls1012aqds. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi > --- > Changes in v2: > -split from

Re: [U-Boot] [PATCH 3/3] Powerpc: pcie: Make pcie link state judgement more specific

2018-02-27 Thread York Sun
On 11/29/2017 10:48 AM, York Sun wrote: > On 11/08/2017 10:45 PM, Xiaowei Bao wrote: >> >> Hi York, >> >> For the general pcie devices, it will not bring delay, because the RC access >> these >> devices can get the link up state correctly, usually, if the slot have the >> device, >> return the

Re: [U-Boot] [PATCH] FSL PCI: Configure PCIe reference ratio

2018-02-27 Thread York Sun
On 11/21/2017 10:20 AM, Joakim Tjernlund wrote: > On Tue, 2017-11-21 at 18:04 +, York Sun wrote: >> >> >> On 11/21/2017 09:52 AM, Joakim Tjernlund wrote: >>> On Tue, 2017-11-21 at 17:45 +, York Sun wrote: On 11/21/2017 09:41 AM, Joakim Tjernlund wrote: > On Tue, 2017-11-21 at

Re: [U-Boot] [PATCH v2 05/13] drivers: net: pfe_eth: LS1012A PFE headers

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > Contains all the pfe header files. Looks good, but I'd like to move the files. > > Signed-off-by: Calvin Johnson > Signed-off-by: Anjaneyulu Jagarlmudi > --- >

Re: [U-Boot] [PATCH v2 04/13] drivers: net: pfe_eth: provide pfe commands

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > pfe_command provides command line support for several features that > support pfe, like starting or stopping the pfe, checking the health > of the processor engines and checking status of different units inside >

Re: [U-Boot] [PATCH v2 03/13] drivers: net: pfe_eth: LS1012A PFE driver introduction

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > This patch adds PFE driver to U-Boot > > Following are the main driver files:- > pfe_hw.c: provides low level helper functions to initialize PFE > internal processor engines and other hardware blocks > pfe_driver.c:

Re: [U-Boot] [PATCH 0/3] add inital SF tests

2018-02-27 Thread Liam Beguin
Hi, On Tue, 27 Feb 2018 at 11:29 Stephen Warren wrote: > > Liam Beguin wrote at Monday, February 26, 2018 9:18 PM: > > Hi all, > > > > This is the inital step to adding tests for the SF subsystem plus very > > minor fixes. It is based on work I found on the mailing list[1]. >

Re: [U-Boot] [PATCH 0/3] add inital SF tests

2018-02-27 Thread Stephen Warren
Liam Beguin wrote at Monday, February 26, 2018 9:18 PM: > Hi all, > > This is the inital step to adding tests for the SF subsystem plus very > minor fixes. It is based on work I found on the mailing list[1]. > For now, it doesn't do much but I plan on adding code to reset the flash > to its

[U-Boot] [PATCH 1/3] test/py: README: fix typo

2018-02-27 Thread Liam Beguin
fix a minor typo causing vim (and possibly other) to get confused with coloring. Signed-off-by: Liam Beguin --- test/py/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/README.md b/test/py/README.md index eefac377567a..000afce93c4a

[U-Boot] [PATCH 2/3] test/py: README: add HOSTNAME to PYTHONPATH

2018-02-27 Thread Liam Beguin
As opposed to PATH, HOSTNAME is not appended to PYTHONPATH automatically. Lets add it to the examples to make it more obvious to new users. Signed-off-by: Liam Beguin --- test/py/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 3/3] test/py: add spi_flash tests

2018-02-27 Thread Liam Beguin
Add basic tests for the spi_flash subsystem. Signed-off-by: Liam Beguin --- test/py/tests/test_sf.py | 233 +++ 1 file changed, 233 insertions(+) diff --git a/test/py/tests/test_sf.py b/test/py/tests/test_sf.py new file mode 100644

[U-Boot] [PATCH 0/3] add inital SF tests

2018-02-27 Thread Liam Beguin
Hi all, This is the inital step to adding tests for the SF subsystem plus very minor fixes. It is based on work I found on the mailing list[1]. For now, it doesn't do much but I plan on adding code to reset the flash to its initial state (based on an env flag) and more code to test the `sf

[U-Boot] Secure Boot on Jetson TK1 and TK1-SOM

2018-02-27 Thread Daniel (Xiaolong) Wang
Hi all, I’m new to U-boot. I’m interested in secure boot and I heard U-boot has verified boot support. I want to explore the verified boot on one of the board, TK1-SOM I just got. I found that u-boot already support TK1 board. But I’m not sure if it support verified boot already. If it is

Re: [U-Boot] spi: Zapping non-dm drivers, deadline: v2018.09

2018-02-27 Thread Jagan Teki
On Tue, Feb 27, 2018 at 9:28 PM, York Sun wrote: > On 02/26/2018 09:25 AM, Tom Rini wrote: >> On Mon, Feb 26, 2018 at 08:28:45PM +0530, Jagan Teki wrote: >> >>> Due to adding various new functionalities with SPI and SPI-FLASH >>> subsystems which are rounding in Mailing list for

Re: [U-Boot] [PATCH v2 02/13] armv8: fsl-layerscape: Add support of GPIO structure

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > From: Prabhakar Kushwaha > > Layerscape Gen2 SoC supports GPIO registers to control GPIO > signals. Adding support of GPIO structure to access GPIO > registers. > > Signed-off-by:

Re: [U-Boot] [PATCH v2 01/13] drivers: net: phy: Fix aquantia compilation with DM

2018-02-27 Thread Joe Hershberger
On Thu, Feb 15, 2018 at 8:17 AM, Calvin Johnson wrote: > With CONFIG_DM_ETH enabled, aquantia driver compilation fails with > below error. This patch fixes the issue by including dm.h. > > drivers/net/phy/aquantia.c: In function ‘aquantia_startup’: >

Re: [U-Boot] U-Boot

2018-02-27 Thread Mariano Coromac
Hmmm, by sequential number do you mean the Specification Version? This one is correct. Here's my eMMC info. => mmc info Device: sdio-host@a000 Manufacturer ID: eb OEM: 10d Name: eMMC Tran Speed: 5200 Rd Block Len: 512 MMC version 5.0 High Capacity: Yes Capacity: 3.6 GiB Bus Width: 4-bit

Re: [U-Boot] [PATCH v2 00/13] LS1012A PFE driver patch series

2018-02-27 Thread Calvin Johnson
> -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@ni.com] > Sent: Tuesday, February 27, 2018 9:18 PM > To: Calvin Johnson > Cc: joe.hershber...@ni.com; u-boot@lists.denx.de; Anji Jagarlmudi > ; York Sun

Re: [U-Boot] [PATCH] board: freescale: ls1012a: fix RGMII TX-delay issue

2018-02-27 Thread Calvin Johnson
> -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@ni.com] > Sent: Tuesday, February 27, 2018 9:28 PM > To: Calvin Johnson > Cc: u-boot ; Joe Hershberger > ; Anji Jagarlmudi >

[U-Boot] Pull request: u-boot-net.git master

2018-02-27 Thread Joe Hershberger
Hi Tom, The following changes since commit 4bafceff0e9e5a36908031e41c69a6b37e82da58: Merge git://git.denx.de/u-boot-mmc (2018-02-25 22:28:59 -0500) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to

[U-Boot] [PATCH v1 4/4] ARM: dts: dra7x: Make pinctrl and IOdelays for MMC2 available in SPL

2018-02-27 Thread Jean-Jacques Hiblot
The SPL can't use high speed MMC modes if the associated pinctrl and IOdelays are described in the DTS. Make them available in SPL by tagging the nodes with 'u-boot,dm-spl;' Signed-off-by: Jean-Jacques Hiblot --- arch/arm/dts/dra7-evm-u-boot.dtsi | 20

[U-Boot] [PATCH v1 2/4] ARM: dts: dra76-evm: shift to using common IOdelay data

2018-02-27 Thread Jean-Jacques Hiblot
Now that we have a device-tree include file with common MMC/SD IOdelay data for DRA76x SoC, shift the EVM device-tree file to using that. Also fix the name of the IO voltage regulator for mmc1. Signed-off-by: Jean-Jacques Hiblot --- arch/arm/dts/dra76-evm.dts | 51

[U-Boot] [PATCH v1 1/4] ARM: dts: dra76x: create a common file with MMC/SD IOdelay data

2018-02-27 Thread Jean-Jacques Hiblot
Add a common device-tree include file with MMC/SD IOdelay data for DRA76x SoC based on the linux DTSI file. In the most common case, IOdelay data available in datamanual can directly be used. This file caters to that common case. Data is based on DRA76x datamanual, SPRS993A, revised July 2017.

[U-Boot] [PATCH v1 3/4] configs: dra7xx_evm: Enable support for the HS200 mmc mode in the SPL

2018-02-27 Thread Jean-Jacques Hiblot
Beside enabling the support for HS200 in mmc core, enabling the HS200 support in the SPL requires multi-dtb support in the SPL because pinctrl and IOdelays vary across SOCs. Also we need to make sure that the pinctrl properties arenot removed from the dts by setting CONFIG_OF_SPL_REMOVE_PROPS to

[U-Boot] [PATCH v1 0/4] DRA7x: add support for HS200 in SPL

2018-02-27 Thread Jean-Jacques Hiblot
HS200 support in SPL, while not mandatory, is a desirable feature if falcon mode is enabled as it will speed up the loading of big images. All code is in place to support high speed mmc modes in the SPL, but a bit of configuration is required to use it. This is done 3 steps: - enable HS200 in

Re: [U-Boot] [PATCH 2/2] Configs: Use the newly added PHY_RTL8211E_PINE64_GIGABIT_FIX

2018-02-27 Thread Joe Hershberger
On Wed, Feb 14, 2018 at 5:02 PM, wrote: > The Pine64+ uses a generic PHY driver, so flip it over to using the Realtek > PHY > driver to actually apply the RTL8211e fix. > > Signed-off-by: Kyle Evans Acked-by: Joe Hershberger

Re: [U-Boot] [PATCH 1/2] net: phy: Add PHY_RTL8211E_PINE64_GIGABIT_FIX for realtek phys

2018-02-27 Thread Joe Hershberger
On Wed, Feb 14, 2018 at 5:02 PM, wrote: > Setting PHY_RTL8211E_PINE64_GIGABIT_FIX forces internal rx/tx delays off > on the PHY, as well as flipping some magical undocumented bits. The > magic number comes from the Pine64 engineering team, presumably as a > proxy from

Re: [U-Boot] [PATCH] board: freescale: ls1012a: fix RGMII TX-delay issue

2018-02-27 Thread Joe Hershberger
On Thu, Oct 26, 2017 at 12:01 AM, Calvin Johnson wrote: > Recently logic to enable RGMII TX-delay was changed by > commit 05b29aa0cb68 ("net: phy: realtek: fix enabling of the TX-delay > for RTL8211F") > > Based on this, here we are enabling the TX-delay again using >

Re: [U-Boot] spi: Zapping non-dm drivers, deadline: v2018.09

2018-02-27 Thread York Sun
On 02/26/2018 09:25 AM, Tom Rini wrote: > On Mon, Feb 26, 2018 at 08:28:45PM +0530, Jagan Teki wrote: > >> Due to adding various new functionalities with SPI and SPI-FLASH >> subsystems which are rounding in Mailing list for year+ [1] these long >> term supporting spi driver which never seen any

Re: [U-Boot] [PATCH v2 00/13] LS1012A PFE driver patch series

2018-02-27 Thread Joe Hershberger
On Mon, Feb 26, 2018 at 10:49 PM, Calvin Johnson wrote: > Hi Joe, > >> -Original Message- >> From: Joe Hershberger [mailto:joe.hershber...@ni.com] >> Sent: Tuesday, February 27, 2018 1:31 AM >> To: Calvin Johnson >> Cc:

Re: [U-Boot] [PATCH 0/3] add inital SF tests

2018-02-27 Thread Michal Simek
On 27.2.2018 05:17, Liam Beguin wrote: > Hi all, > > This is the inital step to adding tests for the SF subsystem plus very > minor fixes. It is based on work I found on the mailing list[1]. > For now, it doesn't do much but I plan on adding code to reset the flash > to its initial state (based

Re: [U-Boot] [PATCH v9 4/4] common: Generic firmware loader for file system

2018-02-27 Thread Lothar Waßmann
Hi, On Tue, 27 Feb 2018 13:21:57 +0800 tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > This is file system generic loader which can be used to load > the file image from the storage into target such as memory. > The consumer driver would then use this loader

[U-Boot] [PATCH v2] arm: socfpga: cyclone5: Enable Macronix flash support

2018-02-27 Thread chin . liang . see
From: Chin Liang See Enable Macronix flash support for Cyclone5 SoC Signed-off-by: Chin Liang See --- Changes for v2 - Undo change for is1, sr1500 and vining --- configs/socfpga_cyclone5_defconfig | 1 + configs/socfpga_sockit_defconfig |

[U-Boot] [PATCH v2] SPL: Add signature verification when loading image

2018-02-27 Thread Jun Nie
U-boot proper signature is not verified by SPL on most platforms even config SPL_FIT_SIGNATURE is enabled. Only fsl-layerscape platform support secure boot in platform specific code. So verified boot cannot be achieved if u-boot proper is loaded by SPL. This patch add signature verification to

Re: [U-Boot] [PATCH 3/3] test/py: add spi_flash tests

2018-02-27 Thread Michal Simek
Hi Liam, On 27.2.2018 05:17, Liam Beguin wrote: > Add basic tests for the spi_flash subsystem. Good to see this patch. FYI: We have created qspi tests too but didn't push it out because of missing sf_configs options as you have below. We are testing the whole flash all the time. Test was