- 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 i
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 it'
> -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 K
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 cor
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
--
> > 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 time
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 p
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 insertions(+),
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
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
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:
> > > > >
> > > > >
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 CONFIG_BL
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
Applie
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
U-Boot@lis
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
signature.asc
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 (2018
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 readab
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: Jaso
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 probl
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
> Reviewe
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 (2018
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:
>
> git://git.d
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!
>
I
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
_
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
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 ++
configs/r8a7796
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 de
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 ++
configs/r8a7795_salvator
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 a/arch
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
> othe
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
>> > wrot
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 suppo
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 +
arch/arm/dts/r
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 +++
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 ++
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 b/arch/arm/mach-rmobile/Kconfig
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
---
arch/arm/dts/
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
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
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 ---
a
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
---
arch/arm/dts/r8a77970-eagle-u-boot.dts
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 +++
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
---
arch/arm/dts/
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
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 +
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 Mon
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.
Thank
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
Descri
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
si
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: Simon
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: Chr
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
https://lists.denx.de
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 board_r
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
https://lists.denx.de
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
U-Boot@lists.den
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
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 done
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
https://lists.denx.de
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
signa
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
U-Boot@lists.den
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
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 sign
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
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 Gla
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 c
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!
--
T
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 10
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 si
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!
--
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
https://lists.denx.de
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
__
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, tha
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.
>
> Signe
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 except
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
> > > initializatio
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 uca
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
i
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 sm
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 helper
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 cda70
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 ++
include/commo
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(-)
dif
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
- s/do_mtd_name_complete()/mtd_name_complete()/
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 a
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
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 to
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
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 t
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:
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:
> -
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 |
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 +
arch/arm/dts/r8a779
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
arch
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 +
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
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 +++
arch/arm/dts/r8a77990-ebisu.dt
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 ---
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 +++
arch/arm/dts/r8a7796-m3ulcb
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 +++
arch/arm/dts/r8a779
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 +++
arch/arm/dts/r8a77
1 - 100 of 256 matches
Mail list logo