Re: [U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-15 Thread Sumit Garg
> -Original Message- > From: York Sun > Sent: Monday, January 15, 2018 10:43 PM > > On 01/15/2018 09:09 AM, Sumit Garg wrote: > >> From: York Sun > >> Sent: Monday, January 15, 2018 10:16 PM > >> > >> On 01/14/2018 08:55 PM, Sumit Garg wrote: > >>> Enable support for multiple loadable

Re: [U-Boot] [PATCH v2] arm64: ls1012ardb: Add distro secure boot support

2018-01-15 Thread Sumit Garg
> From: York Sun > Sent: Monday, January 15, 2018 10:59 PM > > On 01/08/2018 09:59 PM, Sumit Garg wrote: > > From: Vinitha Pillai-B57223 > > > > Enable validation of boot.scr script prior to its execution dependent > > on "secureboot" flag in environment. Enable fall back

Re: [U-Boot] [U-Boot, v6, 1/2] spl: Remove static declaration on spl_mmc_find_device function

2018-01-15 Thread Tom Rini
On Wed, Dec 27, 2017 at 01:04:37PM +0800, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > This patch removes the static declation on spl_mmc_find_device_function > so this function is accessible by the caller from other file. This patch > is required for

Re: [U-Boot] [PATCH v2] arm64: ls1012ardb: Add distro secure boot support

2018-01-15 Thread York Sun
On 01/08/2018 09:59 PM, Sumit Garg wrote: > From: Vinitha Pillai-B57223 > > Enable validation of boot.scr script prior to its execution dependent > on "secureboot" flag in environment. Enable fall back option to > qspi boot in case of secure boot. > > Signed-off-by:

Re: [U-Boot] [U-Boot, v6, 2/2] common: Generic firmware loader for file system

2018-01-15 Thread Tom Rini
On Wed, Dec 27, 2017 at 01:04:38PM +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

Re: [U-Boot] [PATCH] LS2088ARDB: Fix NOR fall back option failure

2018-01-15 Thread York Sun
On 01/08/2018 10:03 PM, Vinitha Pillai-B57223 wrote: > From: Vinitha V Pillai > > Signed-off-by: Vinitha V Pillai > --- > include/configs/ls2080ardb.h | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git

[U-Boot] [PATCH 2/2] zynq: Support CPU info display

2018-01-15 Thread Ezequiel Garcia
This commit adds CPU and silicon version information consuming the SLCR IDCODE and DEVCFG MCTRL registers, respectively. Signed-off-by: Ariel D'Alessandro Signed-off-by: Ezequiel Garcia --- arch/arm/mach-zynq/Makefile | 1 +

[U-Boot] [PATCH] nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT

2018-01-15 Thread Ezequiel Garcia
The Arasan NFC driver requires the self-init mode, so it should select it. Instead of having the config header define the macro, it's cleaner to select the option at the Kconfig level. Signed-off-by: Ezequiel Garcia --- drivers/mtd/nand/Kconfig| 1 +

Re: [U-Boot] [PATCH] TCP and wget implementation v5.1

2018-01-15 Thread Duncan Hare
Hi Duncan, On Wed, Jan 10, 2018 at 8:18 PM, Duncan Hare wrote: > Date: Wed, 10 Jan 2018 17:54:07 -0800 > Subject: [PATCH] git_msg_1 > > TCP and wget implementation. Sounds like this should be the title of the series cover letter. I thought we agreed that this should be sent

Re: [U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-15 Thread Sumit Garg
> From: York Sun > Sent: Monday, January 15, 2018 10:16 PM > > On 01/14/2018 08:55 PM, Sumit Garg wrote: > > Enable support for multiple loadable images in SEC firmware FIT image. > > > > Signed-off-by: Sumit Garg > > --- > > arch/arm/cpu/armv8/sec_firmware.c | 51 > >

Re: [U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-15 Thread York Sun
On 01/15/2018 09:09 AM, Sumit Garg wrote: >> From: York Sun >> Sent: Monday, January 15, 2018 10:16 PM >> >> On 01/14/2018 08:55 PM, Sumit Garg wrote: >>> Enable support for multiple loadable images in SEC firmware FIT image. >>> >>> Signed-off-by: Sumit Garg >>> --- >>>

Re: [U-Boot] [PATCH] driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl

2018-01-15 Thread York Sun
On 01/11/2018 09:19 PM, Yogesh Gaur wrote: > For for case of lazyapply method, API fdt_fixup_board_enet() gets invoked > before DPL being deployed. > This leads to an issue that fsl-mc fdt fixup status marked as fail and > dprc driver didn't get registered in linux boot. > > Fixes this issue by

[U-Boot] [PATCH 1/2] zynq: board: Remove checkboard()

2018-01-15 Thread Ezequiel Garcia
Currently we are showing silicon version as board info, which should be part of the CPU info display. This commit removes the current checkboard implementation, and lets the generic show_board_info() show the DT 'model' property. CPU and silicon information will be added in a follow-up patch.

Re: [U-Boot] FW: u-boot v2016 vs v2013

2018-01-15 Thread Fabio Estevam
On Mon, Jan 15, 2018 at 11:24 AM, Mehmet Ali İPİN wrote: > Dear Estevam, > > Thank you very much for your answer. > I downloaded u-boot 2018.01. Its make file required gcc 6.0 or later. Then I > downloaded gcc 7.2. > Building it. > > Do you know is there a yocto

Re: [U-Boot] FW: u-boot v2016 vs v2013

2018-01-15 Thread Stefano Babic
Hi Mehmet, On 15/01/2018 17:34, Fabio Estevam wrote: > On Mon, Jan 15, 2018 at 11:24 AM, Mehmet Ali İPİN > wrote: >> Dear Estevam, >> >> Thank you very much for your answer. >> I downloaded u-boot 2018.01. Its make file required gcc 6.0 or later. Then I >> downloaded

Re: [U-Boot] [PATCH] armv8: sec_firmware: Add support for multiple loadables

2018-01-15 Thread York Sun
On 01/14/2018 08:55 PM, Sumit Garg wrote: > Enable support for multiple loadable images in SEC firmware FIT image. > > Signed-off-by: Sumit Garg > --- > arch/arm/cpu/armv8/sec_firmware.c | 51 > +++ > 1 file changed, 41 insertions(+), 10

Re: [U-Boot] [PATCH v2] armv8: Remove dependency of SERDES for LS CHASIS3

2018-01-15 Thread York Sun
On 01/10/2018 01:15 AM, Sriram Dash wrote: > Remove dependency of SYS_HAS_SERDES for Layerscape Chasis 3. > > Signed-off-by: Sriram Dash > --- > Changes in v2: > - Remove ifdef when including fsl_serdes.h > > arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 -- > 1 file

[U-Boot] [PATCH v5 2/4] mips: bmips: add bcm63xx-hsspi driver support for BCM6328

2018-01-15 Thread Álvaro Fernández Rojas
This driver manages the SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Simon Glass Reviewed-by: Daniel Schwierzeck --- v5: no changes v4: no changes v3: no changes v2: no changes

[U-Boot] [PATCH v5 1/4] dm: spi: add BCM63xx HSSPI driver

2018-01-15 Thread Álvaro Fernández Rojas
This driver is a simplified version of linux/drivers/spi/spi-bcm63xx-hsspi.c Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Simon Glass Reviewed-by: Daniel Schwierzeck --- v5: Introduce changes suggested by Jagan Teki:

Re: [U-Boot] [U-Boot, v1, 01/07] db410c: configs: increase gunzip buffer size for the kernel

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:34:34AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > the kernel fails to boot when it goes over the limit. > > Signed-off-by: Jorge Ramirez-Ortiz Applied to u-boot/master, thanks!

Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock

2018-01-15 Thread Benoît Thébaudeau
Hi Stefano, On Mon, Jan 15, 2018 at 11:59 AM, Stefano Babic wrote: > On 15/01/2018 00:46, Benoît Thébaudeau wrote: >> + int pre_div = regs == (struct fsl_esdhc *)MMC_SDHC3_BASE_ADDR ? 2 : 1; > > It is surely a question of taste - but is it not cleared to surround the >

Re: [U-Boot] [U-Boot, v1, 04/07] fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:34:37AM +0100, Jorge Ramirez-Ortiz wrote: > From: Rob Clark > > Similar to CONFIG_OF_BOARD, but in this case the fdt is still built by > u-boot build. This allows the board to patch the fdt, etc. > > In the specific case of dragonboard 410c, we

Re: [U-Boot] [U-Boot, v1, 01/05] env: enable accessing the environment in an EXT4 partition

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:33:48AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > For example to store the environment in a file named "/uboot.env" in MMC > "0", where partition "1" contains the EXT4 filesystem, the following > configs should

Re: [U-Boot] [U-Boot, v1, 07/07] db410c: on aarch64 the fdtfile is in per-vendor subdirectory

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:34:40AM +0100, Jorge Ramirez-Ortiz wrote: > From: Rob Clark > > Signed-off-by: Rob Clark Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

[U-Boot] [PATCH v5 4/4] mips: bmips: enable the SPI flash on the Comtrend AR-5387un

2018-01-15 Thread Álvaro Fernández Rojas
It's a Macronix (mx25l12805d) 16 MB SPI flash. Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Simon Glass Reviewed-by: Daniel Schwierzeck --- v5: no changes v4: Sync with master. v3: switch to CONFIG_BCM63XX_HSSPI v2:

[U-Boot] [PATCH v5 3/4] mips: bmips: add bcm63xx-hsspi driver support for BCM63268

2018-01-15 Thread Álvaro Fernández Rojas
This driver manages the high speed SPI controller present on this SoC. Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Simon Glass Reviewed-by: Daniel Schwierzeck --- v5: no changes v4: no changes v3: no changes v2: no

Re: [U-Boot] [PATCH] mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock

2018-01-15 Thread Stefano Babic
Hi Benoît, On 15/01/2018 22:11, Benoît Thébaudeau wrote: > Hi Stefano, > > On Mon, Jan 15, 2018 at 11:59 AM, Stefano Babic wrote: >> On 15/01/2018 00:46, Benoît Thébaudeau wrote: >>> + int pre_div = regs == (struct fsl_esdhc *)MMC_SDHC3_BASE_ADDR ? 2 : 1; >> >> It is surely

Re: [U-Boot] [U-Boot, v1, 05/07] db410c: use the device tree parsed by the lk loader.

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:34:38AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > We dont need to keep copies of the properties that we are going to > fixup since we will be using the dtb provided by the firmware. > > Signed-off-by: Jorge

Re: [U-Boot] [U-Boot, v1, 06/07] db410c: add reserved-memory node to dts

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:34:39AM +0100, Jorge Ramirez-Ortiz wrote: > From: Rob Clark > > If lk lights up display and populates simple-framebuffer node, it will > also setup a reserved-memory node (needed by simplefb on linux). But > it isn't clever enough to cope when

Re: [U-Boot] [U-Boot, v1, 03/07] db410c: replace reset driver with psci

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:34:36AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > this should be the norm for armv8 platforms. > > Signed-off-by: Jorge Ramirez-Ortiz Applied to u-boot/master, thanks! -- Tom

[U-Boot] checkpatch.pl checking

2018-01-15 Thread Tom Rini
Hey all, As came up in another thread, yes, we do care about what checkpatch.pl says. I've been lax about it as I'd not seen a good way ot integrate it when I looked last. Turns out it's easier to integrate now with the --git arg, so I've got that in my scripts now. Since it would be unfair to

Re: [U-Boot] [PATCH v2 2/2] armv8: ls1088ardb: Add environment variable address location for QSPI-NOR

2018-01-15 Thread York Sun
On 12/14/2017 04:06 AM, Ashish Kumar wrote: > Signed-off-by: Ashish Kumar > --- > include/configs/ls1088a_common.h | 6 ++ > include/configs/ls1088aqds.h | 1 - > include/configs/ls1088ardb.h | 2 +- > 3 files changed, 7 insertions(+), 2 deletions(-) > > diff

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

2018-01-15 Thread Joe Hershberger
Hi Tom, On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini wrote: > On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote: > >> Hi Tom, >> >> The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd: >> >> boards: amlogic: khadas-vim: Typo fixup

Re: [U-Boot] [U-Boot, v1, 03/05] db820c: add qualcomm dragonboard 820C support

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:33:50AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > This commit adds support for 96Boards Dragonboard820C. > > The board is based on APQ8086 Qualcomm Soc, complying with the > 96Boards specification. > > Features

[U-Boot] [PULL] Please pull u-boot-imx

2018-01-15 Thread Stefano Babic
Hi Tom, please pull from u-boot-imx, thanks ! The following changes since commit 373b9003410b44a1133060c2e63483b278fb476b: Merge git://git.denx.de/u-boot-sunxi (2018-01-11 14:14:19 -0500) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master for you to fetch

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

2018-01-15 Thread Joe Hershberger
Hi Tom, The following changes since commit 3dde8f20377c3a051dda64497bdf0cdb23e03a2d: Merge git://git.denx.de/u-boot-mmc (2018-01-14 22:26:38 -0500) are available in the git repository at: git://git.denx.de/u-boot-net.git master for you to fetch changes up to

Re: [U-Boot] UEFI on u-boot

2018-01-15 Thread Heinrich Schuchardt
On 01/15/2018 10:32 AM, Udit Kumar wrote: Hi Alex -Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Monday, January 15, 2018 2:45 PM To: Udit Kumar Hi Udit, On 15.01.18 10:09, Udit Kumar wrote: Hi Alex, Hope you are doing great, Could you

Re: [U-Boot] [U-Boot, v1, 02/05] arm: mach-snapdragon: refactor clock driver

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:33:49AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > In preparation to add support for the Dragonboard820c (APQ8096), > refactor the current Snapdragon clock driver. > > No new functionality has been added. > >

Re: [U-Boot] [U-Boot, v1, 04/05] db820c: enable pmic gpios for pm8994

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:33:51AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > Signed-off-by: Jorge Ramirez-Ortiz Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

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

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 12:10:17PM -0600, Joe Hershberger wrote: > Hi Tom, > > On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini wrote: > > On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote: > > > >> Hi Tom, > >> > >> The following changes since commit > >>

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

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 12:15:24PM -0600, Joe Hershberger wrote: > On Mon, Jan 15, 2018 at 12:13 PM, Tom Rini wrote: > > On Mon, Jan 15, 2018 at 12:10:17PM -0600, Joe Hershberger wrote: > >> Hi Tom, > >> > >> On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini

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

2018-01-15 Thread Joe Hershberger
On Mon, Jan 15, 2018 at 12:22 PM, Tom Rini wrote: > On Mon, Jan 15, 2018 at 12:15:24PM -0600, Joe Hershberger wrote: >> On Mon, Jan 15, 2018 at 12:13 PM, Tom Rini wrote: >> > On Mon, Jan 15, 2018 at 12:10:17PM -0600, Joe Hershberger wrote: >> >> Hi Tom, >>

Re: [U-Boot] [U-Boot, v1, 01/03] spmi: msm: display the PMIC Arb version (debug)

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:33:28AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > Signed-off-by: Jorge Ramirez-Ortiz Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v1, 02/03] poplar: configs: increase gunzip buffer size for the kernel

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:33:29AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > Signed-off-by: Jorge Ramirez-Ortiz Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

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

2018-01-15 Thread Joe Hershberger
On Mon, Jan 15, 2018 at 12:13 PM, Tom Rini wrote: > On Mon, Jan 15, 2018 at 12:10:17PM -0600, Joe Hershberger wrote: >> Hi Tom, >> >> On Tue, Jan 9, 2018 at 12:06 PM, Tom Rini wrote: >> > On Wed, Jan 03, 2018 at 03:32:31PM -0600, Joe Hershberger wrote: >>

[U-Boot] [PATCH v5 0/4] mips: bmips: add HSSPI support

2018-01-15 Thread Álvaro Fernández Rojas
BCM63xx HSSPI controller has the same issue as BCM63xx SPI controller: it doesn't allow keeping CS active between transfers. However, this controller allows changing CS polarities, which is used in the linux upstream driver to manage CS as desired. v5: Introduce changes suggested by Jagan Teki:

Re: [U-Boot] [U-Boot,v1,03/03] dm: core: parse chosen node

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:33:30AM +0100, Jorge Ramirez-Ortiz wrote: > From: Rob Clark > > This is the node that would contain, for example, the framebuffer setup > by an earlier stage. > > Signed-off-by: Rob Clark Applied to u-boot/master, thanks!

Re: [U-Boot] [U-Boot, v1, 05/05] db820c: stop autoboot when vol- pressed

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:33:52AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > Signed-off-by: Jorge Ramirez-Ortiz Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v1, 02/07] db410c: update wlan and bt mac addresses from firmware

2018-01-15 Thread Tom Rini
On Wed, Jan 10, 2018 at 11:34:35AM +0100, Jorge Ramirez-Ortiz wrote: > From: Jorge Ramirez-Ortiz > > The firmware that runs before u-boot modifies u-boot's device tree > adding the local-mac-address and local-bd-address properties for the > compatibles

[U-Boot] [PATCH 2/3] power: pmic: s2mps11: probe the regulator driver

2018-01-15 Thread Jaehoon Chung
Add the probe function to support the s2mps11 regulator driver. Signed-off-by: Jaehoon Chung --- drivers/power/pmic/s2mps11.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/power/pmic/s2mps11.c b/drivers/power/pmic/s2mps11.c

Re: [U-Boot] [PATCH RFC] sandbox: Add 64-bit sandbox

2018-01-15 Thread Simon Glass
Hi Mario, On 14 January 2018 at 23:23, Mario Six wrote: > Hi Simon, > > On Fri, Dec 29, 2017 at 4:13 AM, Simon Glass wrote: >> Hi Mario, >> >> On 20 December 2017 at 07:31, Mario Six wrote: >>> From: Mario Six >>> >>>

[U-Boot] [PATCH 1/3] power: regulator: s2mps11: add a regulator driver for s2mps11

2018-01-15 Thread Jaehoon Chung
exynos5422 has the s2mps11 PMIC. s2mps11 pmic has the 10-BUCK and 38-LDO regulators. Each IP and devices in exynos5422 can be controlled by each regulators. This patch is support for s2mps11 regulator driver. Signed-off-by: Jaehoon Chung ---

Re: [U-Boot] [U-Boot, v6, 2/2] common: Generic firmware loader for file system

2018-01-15 Thread Chee, Tien Fong
On Mon, 2018-01-15 at 11:36 -0500, Tom Rini wrote: > On Wed, Dec 27, 2017 at 01:04:38PM +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

[U-Boot] [PATCH v1] driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl

2018-01-15 Thread Yogesh Gaur
For for case of lazyapply method, API fdt_fixup_board_enet() gets invoked before DPL being deployed. This leads to an issue that fsl-mc fdt fixup status marked as fail and dprc driver didn't get registered in linux boot. Fixes this issue by calling fdt_fixup_board_enet() for case when DPL is

Re: [U-Boot] [PATCH] ubi: Fix filesystem corruption on detach when fastmap enabled

2018-01-15 Thread Heiko Schocher
Hello Martin, added Richard to cc Am 15.01.2018 um 13:13 schrieb Martin Townsend: Hi Heiko, On Mon, Jan 15, 2018 at 11:30 AM, Heiko Schocher wrote: Hello Martin, Am 12.01.2018 um 20:03 schrieb Martin Townsend: From d35b7ea298fbd6c9d08b1b7132d43b9289d2b914 Mon Sep 17

[U-Boot] [PATCH 0/3] power: s2mps11: Support the DM regulator

2018-01-15 Thread Jaehoon Chung
S2MPS11 has the 10-bucks and 38-ldos regulators. To control the each power, add the s2mps11 regulator driver. Tested with Odroid-xu3 board (Exynos5422) ODROID-XU3 # regulator list | Device | regulator-name | Parent | LDO1| vdd_ldo1

[U-Boot] [PATCH 3/3] configs: odroid-xu3: enable the configs relevant to regulator

2018-01-15 Thread Jaehoon Chung
Enable the CONFIG_CMD_REGULATOR and CONFIG_DM_REGULATOR_S2MPS11. Signed-off-by: Jaehoon Chung --- configs/odroid-xu3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig index 976c06a29d..11b1c8bf11

[U-Boot] [PATCH v3 4/4] arm: imx: mx53loco: remove usage of mx53_dram_size

2018-01-15 Thread linux-kernel-dev
From: Patrick Bruenn Static variables are not available during board_init_f(). 'static uint32_t mx53_dram_size[2];' was used in board specific dram_init(), dram_init_banksize() and get_effective_memsize() to avoid multiple calls to get_ram_size(). Reused dram

[U-Boot] [PATCH v3 2/4] arm: imx: cx9020: move dram init into common place

2018-01-15 Thread linux-kernel-dev
From: Patrick Bruenn Move dram_init(), dram_init_banksize() and get_effective_memsize() to arch/arm/mach-imx/mx5/mx53_dram.c, where it can be reused by m53evk and mx53loco. Signed-off-by: Patrick Bruenn --- Changes in v3: None Changes in v2: None

Re: [U-Boot] [PATCH] driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl

2018-01-15 Thread Yogesh Narayan Gaur
> -Original Message- > From: York Sun > Sent: Monday, January 15, 2018 10:49 PM > To: Yogesh Narayan Gaur ; u- > b...@lists.denx.de > Subject: Re: [PATCH] driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply > dpl > > On 01/11/2018 09:19 PM, Yogesh Gaur

Re: [U-Boot] checkpatch.pl checking

2018-01-15 Thread Heiko Schocher
Hello Tom, Am 15.01.2018 um 22:50 schrieb Tom Rini: Hey all, As came up in another thread, yes, we do care about what checkpatch.pl says. I've been lax about it as I'd not seen a good way ot integrate it when I looked last. Turns out it's easier to integrate now with the --git arg, so I've

[U-Boot] [PATCH v3 0/4] arm: imx53: remove usage of mx53_dram_size

2018-01-15 Thread linux-kernel-dev
From: Patrick Bruenn Global variables are not available during board_init_f(). The i.MX53 boards m53evk, mx53cx9020 and mx53loco are using the exact same dram initialization code, which uses 'static uint32_t mx53_dram_size[2];' in dram_init(), dram_init_banksize() and

Re: [U-Boot] [PATCH] i2c: imx: bus arbitration fix when reading block data

2018-01-15 Thread Heiko Schocher
Hello Jim, Am 27.12.2017 um 02:05 schrieb Jim Brennan: From e643f91ccfa544b7e3153a7721fba66e0e494759 Mon Sep 17 00:00:00 2001 From: Jim Brennan Date: Wed, 13 Dec 2017 13:44:02 -0800 Subject: [PATCH] i2c: imx: bus arbitration fix when reading block data Fixes arbitration

Re: [U-Boot] [PATCH v2 2/2] armv8: ls1088ardb: Add environment variable address location for QSPI-NOR

2018-01-15 Thread Ashish Kumar
> -Original Message- > From: York Sun > Sent: Monday, January 15, 2018 11:36 PM > To: Ashish Kumar ; u-boot@lists.denx.de > Subject: Re: [PATCH v2 2/2] armv8: ls1088ardb: Add environment variable > address location for QSPI-NOR > > On 12/14/2017 04:06 AM, Ashish

Re: [U-Boot] [U-Boot, v2, 01/12] riscv: cpu: Add nx25 to support RISC-V

2018-01-15 Thread 陳建志
Actually I have checked with checkpatch.pl and cleaned most before sending patchs. But it seem still left some, I will keep fixing them. Thanks for Tom and Wolfgang's help. Rick 2018-01-15 21:52 GMT+08:00 Tom Rini : > On Tue, Dec 26, 2017 at 01:55:48PM +0800, Andes wrote: >

Re: [U-Boot] [PATCH v2] armv8: Remove dependency of SERDES for LS CHASIS3

2018-01-15 Thread Sriram Dash
>From: York Sun >Subject: Re: [PATCH v2] armv8: Remove dependency of SERDES for LS CHASIS3 > >On 01/10/2018 01:15 AM, Sriram Dash wrote: >> Remove dependency of SYS_HAS_SERDES for Layerscape Chasis 3. >> >> Signed-off-by: Sriram Dash >> --- >> Changes in v2: >> - Remove

[U-Boot] [PATCH v3 1/4] arm: imx: cx9020: remove usage of mx53_dram_size

2018-01-15 Thread linux-kernel-dev
From: Patrick Bruenn Static variables are not available during board_init_f(). 'static uint32_t mx53_dram_size[2];' was used in board specific dram_init(), dram_init_banksize() and get_effective_memsize() to avoid multiple calls to get_ram_size(). However multiple calls

[U-Boot] [PATCH v3 3/4] arm: imx: m53evk: remove usage of mx53_dram_size

2018-01-15 Thread linux-kernel-dev
From: Patrick Bruenn Static variables are not available during board_init_f(). 'static uint32_t mx53_dram_size[2];' was used in board specific dram_init(), dram_init_banksize() and get_effective_memsize() to avoid multiple calls to get_ram_size(). Reused dram

Re: [U-Boot] UEFI on u-boot

2018-01-15 Thread Heinrich Schuchardt
On 01/16/2018 06:28 AM, Udit Kumar wrote: Hi Alex, -Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Monday, January 15, 2018 5:02 PM To: Udit Kumar Cc: u-boot@lists.denx.de; Heinrich Schuchardt Subject: Re: UEFI on u-boot

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

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 12:06:17PM -0600, Joe Hershberger wrote: > Hi Tom, > > The following changes since commit 3dde8f20377c3a051dda64497bdf0cdb23e03a2d: > > Merge git://git.denx.de/u-boot-mmc (2018-01-14 22:26:38 -0500) > > are available in the git repository at: > > >

Re: [U-Boot] [PATCH] ARM: dts: Freescale: re-license device tree files under X11

2018-01-15 Thread Pankaj Bansal
HI, > -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Tuesday, January 16, 2018 8:32 AM > To: Pankaj Bansal > Cc: u-boot@lists.denx.de; albert.u.b...@aribaud.net; Priyanka Jain > ; Varun Sethi ;

[U-Boot] UEFI on u-boot

2018-01-15 Thread Udit Kumar
Hi Alex, Hope you are doing great, Could you help on UEFI over the u-boot. 1- I couldn't locate EFI_DXE_SERVICES in u-boot, do you have plan to add those 2- If I load a driver (with bootefi) which install few protocols, is this ok to do with u-boot 3- if you say, 2 is ok then I hope these

Re: [U-Boot] [PATCH] ARM: dts: Freescale: re-license device tree files under X11

2018-01-15 Thread Tom Rini
On Tue, Jan 16, 2018 at 03:27:09AM +, Pankaj Bansal wrote: > HI, > > > -Original Message- > > From: Tom Rini [mailto:tr...@konsulko.com] > > Sent: Tuesday, January 16, 2018 8:32 AM > > To: Pankaj Bansal > > Cc: u-boot@lists.denx.de; albert.u.b...@aribaud.net;

[U-Boot] [PATCH] ARM: dts: Freescale: re-license device tree files under X11

2018-01-15 Thread Pankaj Bansal
The current GPL only licensing on the device trees makes it very impractical for other software components licensed under another license. To make it easier to reuse them, re-license the the device trees for Freescale (now NXP) SoCs and boards under license X11. Cc: Priyanka Jain

Re: [U-Boot] [PATCH] ARM: dts: Freescale: re-license device tree files under X11

2018-01-15 Thread Tom Rini
On Tue, Jan 16, 2018 at 08:03:54AM +0530, Pankaj Bansal wrote: > The current GPL only licensing on the device trees makes it very > impractical for other software components licensed under another > license. > > To make it easier to reuse them, re-license the the device trees for > Freescale

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 06:52:01PM +0100, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 373b9003410b44a1133060c2e63483b278fb476b: > > Merge git://git.denx.de/u-boot-sunxi (2018-01-11 14:14:19 -0500) > > are available in the

Re: [U-Boot] UEFI on u-boot

2018-01-15 Thread Udit Kumar
Hi Alex > -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, January 15, 2018 2:45 PM > To: Udit Kumar > > Hi Udit, > > On 15.01.18 10:09, Udit Kumar wrote: > > Hi Alex, > > Hope you are doing great, > > > > Could you help on UEFI over

[U-Boot] [PATCH] gpio: sunxi: Add compatible string for H5 PIO

2018-01-15 Thread Chris Blake
Due to the changes in https://github.com/linux-sunxi/u-boot-sunxi/commit/8faac0941cd409c6ff3738fbf658de2296f48e9a, allwinner,sun50i-h5-pinctrl needs to be defined otherwise PIO does not work on H5 based boards. Signed-off-by: Chris Blake --- drivers/gpio/sunxi_gpio.c

Re: [U-Boot] FW: u-boot v2016 vs v2013

2018-01-15 Thread Mehmet Ali İPİN
Dear Estevam, Thank you very much for your answer. I downloaded u-boot 2018.01. Its make file required gcc 6.0 or later. Then I downloaded gcc 7.2. Building it. Do you know is there a yocto version which is stable with u-boot 2018? Thanks and best regards. -Original Message- From:

Re: [U-Boot] [PATCH 0/9] Add new OPTEE bootm support to u-boot

2018-01-15 Thread Dr. Philipp Tomsich
> On 15 Jan 2018, at 13:03, Peng Fan wrote: > > On Mon, Jan 15, 2018 at 11:29:41AM +0100, Dr. Philipp Tomsich wrote: >> >>> On 15 Jan 2018, at 11:24, Dr. Philipp Tomsich >>> wrote: >>> On 15 Jan 2018, at 05:39, Kever

Re: [U-Boot] [U-Boot, v2, 01/12] riscv: cpu: Add nx25 to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:48PM +0800, Andes wrote: > From: Rick Chen > > Add Andes nx25 cpu core (called AndesStar V5) to support RISC-V arch > > Verifications: > 1. startup and relocation ok. > 2. boot from rom or ram both ok. > 2. timer driver ok. > 3. uart driver ok

Re: [U-Boot] [U-Boot, v2, 02/12] riscv: nx25: lib: Add relative lib funcs to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:49PM +0800, Andes wrote: > From: Rick Chen > > Add makefile, interrupts.c and boot.c,... functions > to support RISC-V arch. > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen > Signed-off-by:

Re: [U-Boot] travis.yml: Support RISC-V

2018-01-15 Thread Tom Rini
On Fri, Jan 12, 2018 at 02:57:09PM +0800, Andes wrote: > From: Rick Chen > > Enable travis-ci support with a link having built. > > Signed-off-by: Chih-Mao Chen > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen

Re: [U-Boot] [U-Boot, v2, 05/12] riscv: Add Kconfig to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:52PM +0800, Andes wrote: > From: Rick Chen > > Add Kconfig and makefile for RISC-V > Also modify MAINTAINERS for it. > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen > Signed-off-by: Greentime

Re: [U-Boot] [U-Boot,v2,10/12] riscv: Support standalone

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:57PM +0800, Andes wrote: > From: Rick Chen > > Run hello_world successfully. > > U-Boot 2018.01-rc2-00033-gb265b91-dirty (Dec 22 2017 - 13:54:21 +0800) > > DRAM: 1 GiB > MMC: mmc@f0e0: 0 > SF: Detected mx25u1635e with page size 256

Re: [U-Boot] [U-Boot, v2, 12/12] riscv: doc: Add relative doc to describe RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:59PM +0800, Andes wrote: > From: Rick Chen > > Add documents to describe NX25 and AE250. > Also update other documents for RISC-V. > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen >

Re: [U-Boot] [PATCH 0/9] Add new OPTEE bootm support to u-boot

2018-01-15 Thread Bryan O'Donoghue
On 15/01/18 12:03, Peng Fan wrote: Providing the bootm way gives developer a choice for those that does not support SPL. We have been using bootm to boot optee for long time. Thanks, Peng Philipp, My understanding is that bootm is the preferred armv7 method.. In principle we should be

Re: [U-Boot] [U-Boot, v2, 06/12] riscv: board: Add nx25-ae250 to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:53PM +0800, Andes wrote: > From: Rick Chen > > Add nx25-ae250 board to do platform initializations. > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen > Signed-off-by: Greentime Hu

Re: [U-Boot] [U-Boot, v2, 07/12] riscv: configs: Add nx25-ae250.h to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:54PM +0800, Andes wrote: > From: Rick Chen > > Add nx25-ae250 board configuartion options for RISC-V > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen > Signed-off-by: Greentime Hu

Re: [U-Boot] [GIT PULL] Please pull u-boot-mmc master

2018-01-15 Thread Tom Rini
On Mon, Jan 15, 2018 at 11:35:05AM +0900, Jaehoon Chung wrote: > Dear Tom, > > Could you pull these patches to u-boot/master? > Main topic is the support for HS200/UHS mode. > If there are any problem, let me know. After applying to u-boot/master, will > apply the other patches. > > The

Re: [U-Boot] [U-Boot,v2,09/12] riscv: tools: Prelink u-boot

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:56PM +0800, Andes wrote: > From: Rick Chen > > Add prelink-riscv to arrange .rela.dyn and .rela.got > in compile time. So that u-boot can be directly > executed without fixup. > > Signed-off-by: Chih-Mao Chen >

Re: [U-Boot] [PATCH v2 0/3] cadence-quadspi: Fix issues with non 32bit aligned accesses

2018-01-15 Thread Jason Rush
On 1/15/2018 6:01 AM, Simon Goldschmidt wrote: > > Pepperl+Fuchs GmbH, Mannheim > Geschaeftsfuehrer/Managing Directors: Dr.-Ing. Gunther Kegel (Vors./CEO), > Werner Guthier, Mehmet Hatiboglu > Vorsitzender des Aufsichtsrats/Chairman of the supervisory board: Claus > Michael >

[U-Boot] [PATCH] checkpatch: Ignore 'short' Kconfig help entries

2018-01-15 Thread Tom Rini
A 2 line help entry for a new Kconfig entry is, at this time, sufficient in some cases, so lets drop that warning for now. Signed-off-by: Tom Rini --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index

Re: [U-Boot] [U-Boot, v2, 08/12] riscv: defconfig: Add nx25-ae250 defconfig to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:55PM +0800, Andes wrote: > From: Rick Chen > > Add nx25-ae250 default configuration for RISC-V > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen > Signed-off-by: Greentime Hu

Re: [U-Boot] [U-Boot, v2, 04/12] riscv: nx25: include: Add header files to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:51PM +0800, Andes wrote: > From: Rick Chen > > Add header files for RISC-V. > Cache, ptregs, data type and other definitions are included. > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen >

Re: [U-Boot] [U-Boot, v2, 03/12] riscv: nx25: dts: Add AE250 dts to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:50PM +0800, Andes wrote: > From: Rick Chen > > AE250 is the Soc using NX25 cpu core base on RISC-V arch. > Details please see the doc/README.ae250. > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen

Re: [U-Boot] Pull request, u-boot-tegra/master

2018-01-15 Thread Tom Rini
On Fri, Jan 12, 2018 at 10:37:06AM -0700, Tom Warren wrote: > Tom, > > Please pull u-boot-tegra/master into U-Boot/master. Thanks! > > All Tegra builds are OK, and Stephen's automated test system reports that > all tests pass. > > The following changes since commit

Re: [U-Boot] [U-Boot, v2, 11/12] riscv: Modify generic codes to support RISC-V

2018-01-15 Thread Tom Rini
On Tue, Dec 26, 2017 at 01:55:58PM +0800, Andes wrote: > From: Rick Chen > > Support common commands bdinfo and image format, > also modify common generic flow for RISC-V. > > Signed-off-by: Rick Chen > Signed-off-by: Rick Chen >

Re: [U-Boot] On writing .ext4 image to MMC

2018-01-15 Thread Vincent Prince
Hi, I think you can also create an ext4 image with extra space in it. You can use bmap tool if size is a concern. Regards, Vincent 2018-01-12 19:22 GMT+01:00 Adam Lee : > I was hoping to get this done in the bootloader otherwise I have to change > the rootfs ;) > > On

[U-Boot] [PATCH] arm64: zynqmp: Remove unused empty functions

2018-01-15 Thread Michal Simek
Remove functions which are no longer renerated by PCW. Signed-off-by: Michal Simek --- board/xilinx/zynqmp/xil_io.h | 12 1 file changed, 12 deletions(-) diff --git a/board/xilinx/zynqmp/xil_io.h b/board/xilinx/zynqmp/xil_io.h index

  1   2   >