[U-Boot] Re : Re: [PATCH] exynos: imply SYS_THUMB_BUILD

2018-12-03 Thread Guillaume GARDET
- Lukasz Majewski a écrit : > Hi Guillaume, > > > Hi, > > > > not sure through which tree it should go and who should take care of > > it? > > Please rebase on top of u-boot/master branch. No need, it applies just fine. > > Then Minkyu will take the patch to his tree. Tom should take

Re: [U-Boot] about rk3399 boot speed

2018-12-03 Thread klaus . goger
Hi Kever, I can confirm that current master behaves the same on Puma. For a fix please take a look at: https://patchwork.ozlabs.org/patch/1003412/ On 2018-12-04 04:04, Kever Yang wrote: Hi Philipp,     When I test on firefly-rk3399 with latest mainline U-Boot, it boots very very slow, and

Re: [U-Boot] [PATCH] driver/spi: fsl_qspi: Remove non-DM stuff

2018-12-03 Thread Ashish Kumar
> -Original Message- > From: Schrempf Frieder > Sent: Monday, December 3, 2018 4:49 PM > To: Ashish Kumar ; u-boot@lists.denx.de; > ja...@openedev.com > Cc: Rajat Srivastava > Subject: Re: [U-Boot] [PATCH] driver/spi: fsl_qspi: Remove non-DM stuff > > Hi, > > On 07.09.18 06:19, Ashish

Re: [U-Boot] Uboot File not found in MMC

2018-12-03 Thread Kever Yang
Hi     Does the boot partition marks as 'bootable' in partition table? Thanks, - Kever On 12/01/2018 12:16 PM, kasiviswanathan.venkatakrish...@us.fujitsu.com wrote: > Hi all, > > We are using U-Boot of version 2015.01 in one of our PPC boards. The > development board > has few FPGA's and its

[U-Boot] [RFC PATCH] mmc: sdhci: zynqmp: Added support to read tap delay values from DT

2018-12-03 Thread Siva Durga Prasad Paladugu
From: Vipul Kumar This patch added support to read ITAP and OTAP delay values from the device tree. If the DT does not contain tap delay values, the predefined values will be used for the same. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek

Re: [U-Boot] [PATCH v7 4/4] RISC-V: Add S-mode timer implementation

2018-12-03 Thread Rick Chen
> > From: Anup Patel [mailto:a...@brainfault.org] > > Sent: Monday, December 03, 2018 6:30 PM > > To: Bin Meng > > Cc: Rick Jian-Zhi Chen(陳建志); Lukas Auer; Alexander Graf; Palmer Dabbelt; > > Atish Patra; Christoph Hellwig; U-Boot Mailing List > > Subject: Re: [PATCH v7 4/4] RISC-V: Add S-mode

Re: [U-Boot] [PATCH] rockchip: rk3288: dts: remove 'vmmc' from emmc node

2018-12-03 Thread Kever Yang
Hi Fabio, On 12/03/2018 07:27 PM, Fabio Estevam wrote: > Hi Kever, > > On Mon, Dec 3, 2018 at 2:00 AM Kever Yang wrote: >> The U-Boot eMMC does not need to care about the power for Rockchip >> SoC, because if the board is using eMMC, the power will default on >> (for bootrom), and we do not do

[U-Boot] [PATCH] net: mvgbe: fallback phy-mode to GMII

2018-12-03 Thread Chris Packham
Some existing device trees don't specify a phy-mode so fallback to GMII when a phy-mode is not provided. Signed-off-by: Chris Packham --- This is similar to what the Linux mv643xx_eth.c network driver does to handle the same case. drivers/net/mvgbe.c | 6 ++ 1 file changed, 2

[U-Boot] [PATCH] distro: not taint environment variables if possible

2018-12-03 Thread AKASHI Takahiro
The aim of this patch is not to have temporary variables used in distro_bootcmd left as environment variables after run something. See the discussion[1]. Without this patch, saveenv command also saves those variables, too. While they are apparently safe, scsi_need_init can be harmful. Please note

Re: [U-Boot] Some tegra cleanups and Kconfig migrations

2018-12-03 Thread Peter Robinson
Tom, > The SYS_I2C patch doesn't apply cleanly to TOT u-boot-tegra/master (see below > git am spew). Please take a look & let me know when you've resent a fixed > patchset and I'll retry. I'm not sure where u-boot-tegra/master is but I just applied the patches to 2019.01-rc1 upstream and they

Re: [U-Boot] [RFC PATCH] tools: add a generic config for native tools building

2018-12-03 Thread Peter Robinson
On Sat, Dec 1, 2018 at 2:34 PM Otavio Salvador wrote: > > On Sat, Dec 1, 2018 at 12:18 PM Peter Robinson wrote: > > On Sat, 1 Dec 2018, 13:54 Tom Rini > > On Sat, Dec 01, 2018 at 10:27:49AM +, Peter Robinson wrote: > > > > On Thu, Nov 29, 2018 at 6:40 PM Tom Rini wrote: > > > > > > > > > >

[U-Boot] [ANN] U-Boot v2019.01-rc1 released

2018-12-03 Thread Tom Rini
Hey all, So it's release day and I've put up v2019.01-rc1. The merge window is now closed and I've updated git and the tarballs are also up now. Before I get into other comments, I need to talk about DM related deadlines. You may have seen a big series go out and say things related to

Re: [U-Boot] [U-Boot, PATCHv3, 4/4] dm: MIGRATION: Update migration plan for BLK

2018-12-03 Thread Tom Rini
On Thu, Nov 29, 2018 at 06:21:14PM -0500, Tom Rini wrote: > The biggest part of migration to using CONFIG_BLK is that we need to > have the various subsystems migrated first, so reword the plan here to > reference the new deadlines. > > Reviewed-by: Simon Glass > Signed-off-by: Tom Rini

Re: [U-Boot] MAINTAINERS: board: qcom: db820c: update email.

2018-12-03 Thread Tom Rini
On Sat, Dec 01, 2018 at 09:20:28PM +0100, Jorge Ramirez-Ortiz wrote: > Update email address > > Signed-off-by: Jorge Ramirez-Ortiz Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot, PATCHv3, 2/4] dm: MIGRATION: Add migration plan for DM_USB

2018-12-03 Thread Tom Rini
On Thu, Nov 29, 2018 at 06:21:12PM -0500, Tom Rini wrote: > As much of the USB system has been migrated to DM now, formalize a > deadline for migration. > > Reviewed-by: Marek Vasut > Reviewed-by: Simon Glass > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [PULL] rpi patch queue 2018-12-03

2018-12-03 Thread Tom Rini
On Mon, Dec 03, 2018 at 08:26:32PM +0100, Alexander Graf wrote: > Hi Tom, > > This is my current patch queue for rpi. Please pull. > > Alex > > > The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a: > > drivers: rtc: correctly convert seconds to time structure

Re: [U-Boot] Revert "serial: ns16550: fix debug uart putc called before init"

2018-12-03 Thread Tom Rini
On Mon, Dec 03, 2018 at 09:55:33PM +0100, Simon Goldschmidt wrote: > This reverts commit 6f57c34473d37b8da5e6a3764d0d377d748aeef1 since it > does not seem to work at least on rk3399. > > The Rockchip Technical Reference Manual (TRM) for the rk3399 says the baud > rate prescaler register is

Re: [U-Boot] [U-Boot, PATCHv3, 3/4] dm: MIGRATION: Add migration plan for CONFIG_SATA

2018-12-03 Thread Tom Rini
On Thu, Nov 29, 2018 at 06:21:13PM -0500, Tom Rini wrote: > As the core of the subsystem has been converted along with some of the > drivers, formalize a deadline for migration. > > Cc: Akshay Bhat > Cc: Andreas Geisreiter > Cc: Bin Meng > Cc: Christian Gmeiner > Cc: Fabio Estevam > Cc:

Re: [U-Boot] [GIT PULL] Xilinx patches for v2019.01

2018-12-03 Thread Tom Rini
On Mon, Dec 03, 2018 at 04:50:47PM +0100, Michal Simek wrote: > Hi Tom, > > Here are patches for v2019.01 which I have put together. > > Travis build is still running that's why will see how it will look like. > https://travis-ci.org/michalsimek/u-boot/builds/462865171 > > I can't see any

Re: [U-Boot] [U-Boot, PATCHv3, 1/4] dm: MIGRATION: Add migration plan for DM_MMC

2018-12-03 Thread Tom Rini
On Thu, Nov 29, 2018 at 06:21:11PM -0500, Tom Rini wrote: > Given that at this point the MMC subsystem itself has been migrated > along with a number of subsystem drivers, formalize a deadline for > migration. > > Reviewed-by: Simon Glass > Cc: Jaehoon Chung > Signed-off-by: Tom Rini >

Re: [U-Boot] [PULL] efi patch queue 2018-12-03

2018-12-03 Thread Tom Rini
On Mon, Dec 03, 2018 at 08:22:59PM +0100, Alexander Graf wrote: > Hi Tom, > > This is my current patch queue for efi. Please pull. > > Alex > > > The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a: > > drivers: rtc: correctly convert seconds to time structure

Re: [U-Boot] [PULL] u-boot-sh/master

2018-12-03 Thread Tom Rini
On Mon, Dec 03, 2018 at 08:08:05PM +0100, Marek Vasut wrote: > The following changes since commit 952061352acfd24034e6990b6b7d32cded020c0a: > > drivers: rtc: correctly convert seconds to time structure (2018-12-01 > 18:03:14 -0500) > > are available in the Git repository at: > >

Re: [U-Boot] Re : Re: [PATCH] exynos: imply SYS_THUMB_BUILD

2018-12-03 Thread Minkyu Kang
Dear Tom, On 04/12/18 05:23, Tom Rini wrote: > On Mon, Dec 03, 2018 at 08:57:21PM +0100, Guillaume GARDET wrote: > >> >> Hi, >> >> not sure through which tree it should go and who should take care of it? > > I will likely pick this up "soon" if I don't seen an overall Samsung PR, > thanks! >

[U-Boot] about rk3399 boot speed

2018-12-03 Thread Kever Yang
Hi Philipp,     When I test on firefly-rk3399 with latest mainline U-Boot, it boots very very slow, and it's due to the first time of cru driver bind(U-Boot proper) and the clk_set_defaults() cost about 5S.     Does puma board has the same problem? Thanks, - Kever

Re: [U-Boot] [PATCH] Revert "serial: ns16550: fix debug uart putc called before init"

2018-12-03 Thread Kever Yang
Hi Simon, On 12/04/2018 04:55 AM, Simon Goldschmidt wrote: > This reverts commit 6f57c34473d37b8da5e6a3764d0d377d748aeef1 since it > does not seem to work at least on rk3399. > > The Rockchip Technical Reference Manual (TRM) for the rk3399 says the baud > rate prescaler register is readable only

[U-Boot] [PATCH] ARM: dts: Turn ULCB into Multi-DTB config

2018-12-03 Thread Marek Vasut
Bundle DTBs for R8A7795, R8A7796 ULCB variants into single U-Boot build and let U-Boot choose between them based on the CPU model. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- board/renesas/ulcb/ulcb.c | 18 ++ configs/r8a7795_ulcb_defconfig | 2 ++

[U-Boot] [PATCH] ARM: rmobile: Drop unused macros from Gen3 boards

2018-12-03 Thread Marek Vasut
Drop unused MSTP macros from Gen3 boards. These are no longer needed as the boards are using clock framework to manipulate clock. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- board/renesas/salvator-x/salvator-x.c | 1 - board/renesas/ulcb/ulcb.c | 2 -- 2 files changed, 3

[U-Boot] [PATCH] ARM: dts: Turn Salvator-X into Multi-DTB config

2018-12-03 Thread Marek Vasut
Bundle DTBs for R8A7795, R8A7796, R8A77965 Salvator-X variants into the single U-Boot build and let U-Boot choose between them based on the CPU model. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- board/renesas/salvator-x/salvator-x.c | 22 ++

[U-Boot] [PATCH] ARM: rmobile: Set environment variable containing CPU type

2018-12-03 Thread Marek Vasut
Set environment variable 'platform' containing the CPU type. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/Kconfig | 1 + arch/arm/mach-rmobile/cpu_info.c | 41 +--- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git

Re: [U-Boot] [PATCH v3 1/1] dm: core: add functions to get/remap I/O addresses by name

2018-12-03 Thread Simon Glass
On Mon, 3 Dec 2018 at 11:37, Álvaro Fernández Rojas wrote: > > This functions allow us to get and remap I/O addresses by name, which is > useful when there are multiple reg addresses indexed by reg-names property. > This is needed in bmips dma/eth patch series, but can also be used on many >

Re: [U-Boot] [PATCH v3 0/8] Fix CVE-2018-18440 and CVE-2018-18439

2018-12-03 Thread Simon Glass
Hi Simon, On Mon, 3 Dec 2018 at 12:05, Simon Goldschmidt wrote: > > > > Am Mo., 3. Dez. 2018, 19:20 hat Simon Glass geschrieben: >> >> Hi Simon, >> >> On Mon, 3 Dec 2018 at 00:50, Simon Goldschmidt >> wrote: >> > >> > Simon, >> > >> > On Tue, Nov 27, 2018 at 6:45 AM Simon Goldschmidt >> >

Re: [U-Boot] Is mxsldr and mxsboot supported for imx7 processors

2018-12-03 Thread Otavio Salvador
Hello Sonu, On Mon, Dec 3, 2018 at 9:06 PM Sonu Abraham wrote: > I would like to know the following regarding u-boot for imx7 processors. > > 1) Is the mxsldr and mxsboot tools supported for imx7 processors from NXP ? It is not. It supports MX23 and MX28 only. > 2) If the above tools are

[U-Boot] [PATCH V2 11/13] ARM: dts: rmobile: Extract i2c6 on M2W Porter

2018-12-03 Thread Marek Vasut
The i2c6 node is missing in mainline Linux thus far, pull it into U-Boot specific DT until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a7791-porter-u-boot.dts | 5 +

[U-Boot] [PATCH V2 10/13] ARM: dts: rmobile: Extract SCIF2 node on E3 Ebisu

2018-12-03 Thread Marek Vasut
The SCIF2 node is not in Linux 4.17 DTs on E3, pull it into U-Boot specific DT extras until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a77990-ebisu-u-boot.dts | 19

[U-Boot] [PATCH V2 09/13] ARM: dts: rmobile: Extract SDHI nodes on E3 Ebisu

2018-12-03 Thread Marek Vasut
The SDHI nodes are not in Linux 4.17 DTs in E3, pull them into U-Boot specific DT extras until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a77990-ebisu-u-boot.dts | 158

[U-Boot] [PATCH V2] ARM: rmobile: Enable MMC extensions

2018-12-03 Thread Marek Vasut
Enable extended MMC commands and GPT partition table support. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/mach-rmobile/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/mach-rmobile/Kconfig

[U-Boot] [PATCH V2 08/13] ARM: dts: rmobile: Extract SDHI extras on H3, M3W, M3N Salvator-X

2018-12-03 Thread Marek Vasut
The SDHI nodes are missing features supported in upstream U-Boot, like mode support properties. Pull the extras into U-Boot specific DT until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master ---

[U-Boot] [PATCH V2 03/13] ARM: dts: rmobile: Extract USB nodes on M3N

2018-12-03 Thread Marek Vasut
The USB nodes are not in Linux 4.17 DTs in M3N, pull them into U-Boot specific DT extras until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a77965-u-boot.dtsi | 55

[U-Boot] [PATCH V2 06/13] ARM: dts: rmobile: Extract CPLD node on H3 and M3W ULCB

2018-12-03 Thread Marek Vasut
The CPLD node is missing in Linux 4.17 DTs on H3/M3W ULCB, pull the node into U-Boot specific DT until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a7795-h3ulcb-u-boot.dts | 11

[U-Boot] [PATCH V2 12/13] ARM: dts: rmobile: Sync Gen2 DTs with Linux 4.19.6

2018-12-03 Thread Marek Vasut
Synchronize DTs with mainline Linux 4.19.6 , commit 96db90800c06d3fe3fa08eb6222fe201286bb778 Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a7790-lager.dts | 8 ++- arch/arm/dts/r8a7790.dtsi| 101 ---

[U-Boot] [PATCH V2 05/13] ARM: dts: rmobile: Extract AVB node extras on V3M Eagle

2018-12-03 Thread Marek Vasut
The AVB node is not complete in Linux 4.17 DTs on V3M Eagle, pull the AVB node extras into U-Boot specific DT until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master ---

[U-Boot] [PATCH V2 04/13] ARM: dts: rmobile: Extract SDHI nodes on M3N

2018-12-03 Thread Marek Vasut
The SDHI nodes are not in Linux 4.17 DTs in M3N, pull them into U-Boot specific DT extras until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a77965-u-boot.dtsi | 44

[U-Boot] [PATCH V2 07/13] ARM: dts: rmobile: Extract SDHI extras on H3 and M3W ULCB

2018-12-03 Thread Marek Vasut
The SDHI nodes are missing features supported in upstream U-Boot, like mode support properties. Pull the extras into U-Boot specific DT until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master ---

[U-Boot] [PATCH V2 02/13] ARM: dts: rmobile: Extract RPC node to u-boot specific DT

2018-12-03 Thread Marek Vasut
The RPC DT bindings are still work in progress. Extract the RPC DT node from the DT to allow easier update and so it can be replaced once the DT bindings are stable. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a7795-u-boot.dtsi | 10

[U-Boot] [PATCH V2 01/13] ARM: dts: rmobile: Add soc label to Gen3

2018-12-03 Thread Marek Vasut
Add label to the /soc node, so it can be referenced from the U-Boot DTs. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- V2: Rebase on u-boot/master --- arch/arm/dts/r8a7796.dtsi | 2 +- arch/arm/dts/r8a77965.dtsi | 2 +- arch/arm/dts/r8a77970.dtsi | 2 +- arch/arm/dts/r8a77995.dtsi | 2

Re: [U-Boot] [PATCH v7 4/4] RISC-V: Add S-mode timer implementation

2018-12-03 Thread Auer, Lukas
Hi Bin, On Mon, 2018-12-03 at 16:45 +0800, Bin Meng wrote: > Hi Anup, > > On Mon, Dec 3, 2018 at 4:12 PM Anup Patel > wrote: > > > > On Mon, Dec 3, 2018 at 1:27 PM Bin Meng wrote: > > > > > > Hi Anup, > > > > > > On Mon, Dec 3, 2018 at 3:44 PM Anup Patel > > > wrote: > > > > > > > > On

[U-Boot] Is mxsldr and mxsboot supported for imx7 processors

2018-12-03 Thread Sonu Abraham
Hi All, I would like to know the following regarding u-boot for imx7 processors. 1) Is the mxsldr and mxsboot tools supported for imx7 processors from NXP ? 2) If the above tools are supported for imx7 processors , is it possible to provision QSPI NOR flash using the mxsldr and mxsboot.

Re: [U-Boot] [U-Boot, V4, 6/7] test: vboot: add padding pss for rsa signature

2018-12-03 Thread Tom Rini
On Wed, Nov 14, 2018 at 01:51:04PM +0100, Philippe Reynes wrote: > The padding pss is now supported for rsa signature. > This add test with padding pss on vboot test. > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,V4,3/7] rsa: add support of padding pss

2018-12-03 Thread Tom Rini
On Wed, Nov 14, 2018 at 01:51:01PM +0100, Philippe Reynes wrote: > We add the support of the padding pss for rsa signature. > This new padding is often recommended instead of pkcs-1.5. > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, V4, 1/7] rsa: use new openssl API to create signature

2018-12-03 Thread Tom Rini
On Wed, Nov 14, 2018 at 01:50:59PM +0100, Philippe Reynes wrote: > Previous implementation of the rsa signature was using > the openssl API EVP_Sign*, but the new openssl API > EVP_DigestSign* is more flexible. So we move to this > new API. > > Signed-off-by: Philippe Reynes > Reviewed-by:

Re: [U-Boot] [U-Boot,v2,4/9] board: MCR3000: use new DM watchdog

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:47AM +, Christophe Leroy wrote: > This patch switches MCR3000 board to the new DM watchdog. > > The change in u-boot.lds is because MCR3000.o grows a bit > with this patch and doesn't fit anymore below env_offset on > some versions of GCC. > > Signed-off-by:

Re: [U-Boot] [U-Boot,v2,9/9] spi, mpc8xx: migrate to DM_SPI

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:57AM +, Christophe Leroy wrote: > Signed-off-by: Christophe Leroy Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot,v2,8/9] board_r: fix build with DM_SPI

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:55AM +, Christophe Leroy wrote: > CC common/board_r.o > common/board_r.c:747:2: error: ‘initr_spi’ undeclared here (not in a function) > initr_spi, > ^ > make[1]: *** [common/board_r.o] Error 1 > > Fixes: ebe76a2df9f6 ("dm: Remove spi_init() from

Re: [U-Boot] [U-Boot,v2,6/9] board: MCR3000: migrate to DM_SERIAL

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:51AM +, Christophe Leroy wrote: > Signed-off-by: Christophe Leroy Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot, V4, 5/7] configs: sandbox: enable padding pss for rsa signature

2018-12-03 Thread Tom Rini
On Wed, Nov 14, 2018 at 01:51:03PM +0100, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot, v2, 2/9] board: MCR3000: Activate CONFIG_DM and CONFIG_OF_CONTROL

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:43AM +, Christophe Leroy wrote: > Add mcr3000 device tree and activate CONFIG_DM and CONFIG_OF_CONTROL > > Signed-off-by: Christophe Leroy Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,V4,2/7] rsa: add a structure for the padding

2018-12-03 Thread Tom Rini
On Wed, Nov 14, 2018 at 01:51:00PM +0100, Philippe Reynes wrote: > The rsa signature use a padding algorithm. By default, we use the > padding pkcs-1.5. In order to add some new padding algorithm, we > add a padding framework to manage several padding algorithm. > The choice of the padding is

Re: [U-Boot] [U-Boot,v2,5/9] drivers: serial: migrate mpc8xx to DM

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:49AM +, Christophe Leroy wrote: > Signed-off-by: Christophe Leroy Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot, v2, 4/4] rtc: m41t62: Convert the RTC driver to support the driver model (DM)

2018-12-03 Thread Tom Rini
On Thu, Nov 22, 2018 at 02:54:34PM +0100, Lukasz Majewski wrote: > After this change the m41t62.c can be used with RTC subsystem (i.e. date > command) which uses device model (DM). > > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, V4, 4/7] doc: uImage.FIT: signature.txt: add option padding

2018-12-03 Thread Tom Rini
On Wed, Nov 14, 2018 at 01:51:02PM +0100, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot,v2,1/9] powerpc, mpc8xx: clear top of stack

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:41AM +, Christophe Leroy wrote: > Reported-by: Joakim Tjernlund > Signed-off-by: Christophe Leroy > Reviewed-by: Joakim Tjernlund Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v2, 3/4] rtc: m41t62: Extract common RTC handling code to facilitate DM conversion

2018-12-03 Thread Tom Rini
On Thu, Nov 22, 2018 at 02:54:33PM +0100, Lukasz Majewski wrote: > This change facilitates the conversion of m41t62 RTC driver to device > model (DM). > > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [U-Boot] [U-Boot, v2, 2/4] rtc: m41t62: Break i2c_write() arguments to fix checkpatch warning

2018-12-03 Thread Tom Rini
On Thu, Nov 22, 2018 at 02:54:32PM +0100, Lukasz Majewski wrote: > No functional change for this commit. > > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,V4,7/7] test: vboot: clean its file

2018-12-03 Thread Tom Rini
On Wed, Nov 14, 2018 at 01:51:05PM +0100, Philippe Reynes wrote: > This update the its file used in vboot test to respect the new > node style name defined in doc/uImage.FIT (for example: replace > kernel@1 by kernel and fdt@1 by fdt-1) > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon

Re: [U-Boot] [U-Boot, v2, 3/9] drivers: watchdog: add a DM driver for the MPC8xx watchdog

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:45AM +, Christophe Leroy wrote: > This patch adds a DM driver for the MPC8xx watchdog. > Basically, the watchdog is enabled by default from the start and > SYPCR register has to be writen once to set the timeout and/or > deactivate the watchdog. Once written, it

Re: [U-Boot] [U-Boot, v2, 3/4] arm: baltos: move CONFIG_SYS_NAND_U_BOOT_OFFS to defconfig

2018-12-03 Thread Tom Rini
On Thu, Nov 22, 2018 at 09:19:32AM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > Also get rid of CONFIG_SYS_NAND_SPL_KERNEL_OFFS as SPL_OS_BOOT > feature won't be used. > > Signed-off-by: Yegor Yefremov > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --

[U-Boot] [PATCH] ARM: rmobile: Enable MMC extensions on Gen3

2018-12-03 Thread Marek Vasut
Enable extended MMC commands and GPT partition table support. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/mach-rmobile/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index d82023acf3..ba7bd2def9

Re: [U-Boot] [U-Boot, v2] Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig

2018-12-03 Thread Tom Rini
On Thu, Nov 22, 2018 at 02:54:31PM +0100, Lukasz Majewski wrote: > This patch moves the RTC M41T62 config define to Kconfig. > > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Roese > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [U-Boot] [U-Boot, v2, 4/4] arm: baltos: migrate Ethernet PHYs configuration to Kconfig

2018-12-03 Thread Tom Rini
On Thu, Nov 22, 2018 at 09:19:33AM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > Remove CONFIG_PHY_ATHEROS and CONFIG_PHY_SMSC from defconfig > and select them in Kconfig. > > Signed-off-by: Yegor Yefremov > Reviewed-by: Simon Glass Applied to u-boot/master, thanks!

Re: [U-Boot] [U-Boot, v2, 7/9] drivers: serial: get rid of non DM mpc8xx driver

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 08:51:53AM +, Christophe Leroy wrote: > Signed-off-by: Christophe Leroy Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot, v1] eeprom: Add device model based I2C support to eeprom command

2018-12-03 Thread Tom Rini
On Wed, Nov 21, 2018 at 11:40:43PM +0100, Lukasz Majewski wrote: > After this change the 'eeprom' command can be used with DM aware boards. > > Signed-off-by: Lukasz Majewski Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,v2,2/4] arm: baltos: remove unused header

2018-12-03 Thread Tom Rini
On Thu, Nov 22, 2018 at 09:19:31AM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > OnRISC Baltos series uses SoM with tps65910 PMIC, so remove > "power/tps65217.h" header inclusion. > > Signed-off-by: Yegor Yefremov > Reviewed-by: Simon Glass Applied to u-boot/master,

Re: [U-Boot] [U-Boot, v2, 1/4] arm: baltos: move the board to CONFIG_BLK

2018-12-03 Thread Tom Rini
On Thu, Nov 22, 2018 at 09:19:30AM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > Use DM for both MMC and USB subsystems and use dedicated DTS > for U-Boot configuration. > > Disable SPL support for GPIO and remove EVMSK leftover for > DDR power control via GPIO. > >

Re: [U-Boot] [PATCH 17/19] riscv: Pass correct exception code to _exit_trap()

2018-12-03 Thread Auer, Lukas
Hi Bin, On Fri, 2018-11-30 at 17:56 +0800, Bin Meng wrote: > Hi Lukas, > > On Thu, Nov 15, 2018 at 6:59 AM Auer, Lukas > wrote: > > > > Hi Bin, > > > > On Tue, 2018-11-13 at 00:22 -0800, Bin Meng wrote: > > > The most significant bit in mcause register should be masked to > > > form the

Re: [U-Boot] [PATCH 12/19] riscv: Do some basic architecture level cpu initialization

2018-12-03 Thread Auer, Lukas
Hi Bin, On Fri, 2018-11-30 at 17:48 +0800, Bin Meng wrote: > Hi Lukas, > > On Fri, Nov 16, 2018 at 7:10 AM Auer, Lukas > wrote: > > > > Hi Bin, > > > > On Tue, 2018-11-13 at 00:22 -0800, Bin Meng wrote: > > > Implement arch_cpu_init() to do some basic architecture level cpu > > >

[U-Boot] Question regarding early pinctrl and driver model in u-boot

2018-12-03 Thread Lukasz Majewski
Dear All, I've stumbled upon a following issue: - I do have a vybrid SoC which is not using SPL. It only uses U-boot proper (u-boot.vyb). - In the board_early_init_f() (when we are still in SRAM) I do perform pinctrl (pinmux) setup for UART1 (this is the console device). - I also do use

[U-Boot] [PATCH] arm: mx5: Enable WDT and bootcounter on M53Menlo

2018-12-03 Thread Marek Vasut
Enable watchdog and bootcounter support on the M53Menlo board. Signed-off-by: Marek Vasut Cc: Stefano Babic --- configs/m53menlo_defconfig | 7 +++ include/configs/m53menlo.h | 5 + 2 files changed, 12 insertions(+) diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig

Re: [U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD

2018-12-03 Thread Lukasz Majewski
Hi Guillaume, > Hi, > > not sure through which tree it should go and who should take care of > it? Please rebase on top of u-boot/master branch. Then Minkyu will take the patch to his tree. > > Guillaume > > - Lukasz Majewski a écrit : > > Hi Guillaume, > > > > > This patch allows

[U-Boot] [PATCH 0/2] cmd: auto-complete args starting with a $

2018-12-03 Thread Boris Brezillon
Hello, It's pretty common to pass arguments that start with a $ and are then expanded by the shell, and I'm this kind of lazy guy that hits tab all the time and expects the shell to suggest something appropriate. So here is a patchset adding support for ${} auto-completion and using the new

[U-Boot] [PATCH 2/2] cmd: mtd: auto-complete args starting with a $ when appropriate

2018-12-03 Thread Boris Brezillon
It's quite usual to have RAM or flash address stored in env vars. Use $ auto-completion for such arguments. Signed-off-by: Boris Brezillon --- cmd/mtd.c | 40 +++- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/cmd/mtd.c b/cmd/mtd.c index

[U-Boot] [PATCH 1/2] common: command: Provide a dollar_complete() helper

2018-12-03 Thread Boris Brezillon
Add an helper to auto-complete arguments starting with a '$' with what's available in the environment. Signed-off-by: Boris Brezillon --- common/command.c | 22 ++--- env/common.c | 50 --- include/command.h | 2 ++

[U-Boot] [PATCH v4 6/6] cmd: adc: Use the sub-command infrastructure

2018-12-03 Thread Boris Brezillon
And you get sub-command auto-completion for free. Signed-off-by: Boris Brezillon Reviewed-by: Tom Rini --- Changes in v4: -None Changes in v3: - Add Tom's R-b Changes in v2: - New patch --- cmd/adc.c | 33 + 1 file changed, 5 insertions(+), 28 deletions(-)

[U-Boot] [PATCH v4 5/6] cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands

2018-12-03 Thread Boris Brezillon
It's way simpler this way, and we also gain auto-completion support for free (MTD name auto-completion has been added with mtd_name_complete()) Signed-off-by: Boris Brezillon Reviewed-by: Tom Rini --- Changes in v4: - Fix maxargs in mtd bad sub-cmd -

[U-Boot] [PATCH v4 2/6] common: command: Expose a generic helper to auto-complete sub commands

2018-12-03 Thread Boris Brezillon
Some commands have a table of sub-commands. With minor adjustments, complete_cmdv() is able to provide auto-completion for sub-commands (it's just about passing the table of commands instead of taking the global one). We rename this function into complete_subcmd() and implement complete_cmdv() as

[U-Boot] [PATCH v4 4/6] command: commands: Add macros to declare commands with subcmds

2018-12-03 Thread Boris Brezillon
Most cmd/xxx.c source files expose several commands through a single entry point. Some of them are doing the sub-command parsing manually in their do_() function, others are declaring a table of sub-commands and then use find_cmd_tbl() to delegate the request to the sub command handler. In either

[U-Boot] [PATCH v4 3/6] common: command: Rework the 'cmd is repeatable' logic

2018-12-03 Thread Boris Brezillon
The repeatable property is currently attached to the main command and sub-commands have no way to change the repeatable value (the ->repeatable field in sub-command entries is ignored). Replace the ->repeatable field by an extended ->cmd() hook (called ->cmd_rep()) which takes a new int pointer

[U-Boot] [PATCH v4 0/6] cmd: Simplify support for sub-commands

2018-12-03 Thread Boris Brezillon
Hello, Here is the 4th version of the sub-cmd patchset fixing the maxargs def of the mtd bad sub-cmd (I noticed the bug just after sending v3 :-/). Regards, Boris Boris Brezillon (6): common: command: Fix command auto-completion common: command: Expose a generic helper to auto-complete sub

[U-Boot] [PATCH v4 1/6] common: command: Fix command auto-completion

2018-12-03 Thread Boris Brezillon
When auto-completing command arguments, the last argument is not necessarily the one we need to auto-complete. When the last character is a space, a tab or '\0' what we want instead is list all possible values, or if there's only one possible value, place this value on the command line instead of

Re: [U-Boot] [PATCH v3 0/6] cmd: Simplify support for sub-commands

2018-12-03 Thread Boris Brezillon
On Mon, 3 Dec 2018 22:14:52 +0100 Boris Brezillon wrote: > Hello, > > Here is the 3nd version of the sub-cmd patchset. This version fixes a > few typos in commit messages. > > Regards, > > Boris > > Boris Brezillon (6): > common: command: Fix command auto-completion > common: command:

Re: [U-Boot] [PATCH v3 5/6] cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands

2018-12-03 Thread Boris Brezillon
On Mon, 3 Dec 2018 22:14:57 +0100 Boris Brezillon wrote: > It's way simpler this way, and we also gain auto-completion support for > free (MTD name auto-completion has been added with do_mtd_name_complete()) > > Signed-off-by: Boris Brezillon > Reviewed-by: Tom Rini > --- > Changes in v3: >

[U-Boot] [PATCH 08/13] ARM: dts: rmobile: Extract SDHI extras on H3, M3W, M3N Salvator-X

2018-12-03 Thread Marek Vasut
The SDHI nodes are missing features supported in upstream U-Boot, like mode support properties. Pull the extras into U-Boot specific DT until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a7795-salvator-x-u-boot.dts

[U-Boot] [PATCH 09/13] ARM: dts: rmobile: Extract SDHI nodes on E3 Ebisu

2018-12-03 Thread Marek Vasut
The SDHI nodes are not in Linux 4.17 DTs in E3, pull them into U-Boot specific DT extras until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a77990-ebisu-u-boot.dts | 158 +

[U-Boot] [PATCH 05/13] ARM: dts: rmobile: Extract AVB node extras on V3M Eagle

2018-12-03 Thread Marek Vasut
The AVB node is not complete in Linux 4.17 DTs on V3M Eagle, pull the AVB node extras into U-Boot specific DT until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a77970-eagle-u-boot.dts | 20

[U-Boot] [PATCH 07/13] ARM: dts: rmobile: Extract SDHI extras on H3 and M3W ULCB

2018-12-03 Thread Marek Vasut
The SDHI nodes are missing features supported in upstream U-Boot, like mode support properties. Pull the extras into U-Boot specific DT until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a7795-h3ulcb-u-boot.dts | 21

[U-Boot] [PATCH 12/13] ARM: dts: rmobile: Sync Gen2 DTs with Linux 4.19.6

2018-12-03 Thread Marek Vasut
Synchronize DTs with mainline Linux 4.19.6 , commit 96db90800c06d3fe3fa08eb6222fe201286bb778 Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a7790-lager.dts | 8 ++- arch/arm/dts/r8a7790.dtsi| 101 --- arch/arm/dts/r8a7791-koelsch.dts

[U-Boot] [PATCH 10/13] ARM: dts: rmobile: Extract SCIF2 node on E3 Ebisu

2018-12-03 Thread Marek Vasut
The SCIF2 node is not in Linux 4.17 DTs on E3, pull it into U-Boot specific DT extras until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a77990-ebisu-u-boot.dts | 19 +++

[U-Boot] [PATCH 11/13] ARM: dts: rmobile: Extract i2c6 on M2W Porter

2018-12-03 Thread Marek Vasut
The i2c6 node is missing in mainline Linux thus far, pull it into U-Boot specific DT until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a7791-porter-u-boot.dts | 5 + arch/arm/dts/r8a7791-porter.dts| 5

[U-Boot] [PATCH 06/13] ARM: dts: rmobile: Extract CPLD node on H3 and M3W ULCB

2018-12-03 Thread Marek Vasut
The CPLD node is missing in Linux 4.17 DTs on H3/M3W ULCB, pull the node into U-Boot specific DT until it hits mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a7795-h3ulcb-u-boot.dts | 11 +++

[U-Boot] [PATCH 03/13] ARM: dts: rmobile: Extract USB nodes on M3N

2018-12-03 Thread Marek Vasut
The USB nodes are not in Linux 4.17 DTs in M3N, pull them into U-Boot specific DT extras until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a77965-u-boot.dtsi | 55 +++

[U-Boot] [PATCH 04/13] ARM: dts: rmobile: Extract SDHI nodes on M3N

2018-12-03 Thread Marek Vasut
The SDHI nodes are not in Linux 4.17 DTs in M3N, pull them into U-Boot specific DT extras until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/dts/r8a77965-u-boot.dtsi | 44 +++

  1   2   3   >