[U-Boot] Need help with verified u-boot on Tegra TX2

2019-10-19 Thread Rayees Shamsuddin
Simon, Thanks for all your great and pioneering effort on verified u-boot. I am benefiting a lot for your work. I am trying to implement verified u-boot on Tegra TX2. Based on the wonderful documentation that you provided, I was able to successfully create a fit image and got the dtb and

Re: [U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-19 Thread Anatolij Gustschin
Hi Tom, On Fri, 18 Oct 2019 20:29:22 +0200 Patrick Delaunay patrick.delau...@st.com wrote: ... > This correct a regression introduced by > commit c20851b3d850 ("dm: pinctrl: introduce PINCONF_RECURSIVE > option") Could you please apply this patch ASAP? It fixes broken eMMC, Ethernet, I2C, GPIO,

Re: [U-Boot] [PATCH] dm: pinctrl: fix for introduce PINCONF_RECURSIVE option

2019-10-19 Thread Anatolij Gustschin
On Fri, 18 Oct 2019 20:29:22 +0200 Patrick Delaunay patrick.delau...@st.com wrote: > Correct the name of the define used in CONFIG_IS_ENABLED(): > it is not align with Kconfig name= CONFIG_$(SPL_)PINCONF_RECURSIVE. > > This correct a regression introduced by > commit c20851b3d850 ("dm: pinctrl:

[U-Boot] [PATCH] pinctrl: remove duplicated (SPL_)PINCONF_RECURSIVE entries

2019-10-19 Thread Anatolij Gustschin
PINCONF_RECURSIVE and SPL_PINCONF_RECURSIVE are duplicated, remove them. Signed-off-by: Anatolij Gustschin --- drivers/pinctrl/Kconfig | 25 - 1 file changed, 25 deletions(-) diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 6b41f66a86..deee92411c

Re: [U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc1 (2)

2019-10-19 Thread Tom Rini
On Fri, Oct 18, 2019 at 07:29:23PM +0200, Heinrich Schuchardt wrote: > The following changes since commit c83b1bb923421e95e499b22b010d2f9f463c1226: > > Merge tag 'dm-pull-15oct19' of > https://gitlab.denx.de/u-boot/custodians/u-boot-dm (2019-10-16 18:10:31 > -0400) > > are available in the

Re: [U-Boot] [PATCH] spl: mmc: make eMMC HW boot partition configuration optional

2019-10-19 Thread Tom Rini
On Fri, Oct 18, 2019 at 09:38:33PM +0200, Anatolij Gustschin wrote: > Loading U-Boot on i.MX8QXP MEK board is broken since recent changes > in spl_mmc: > > U-Boot SPL 2019.10-00162-gff5bd397e4 (Oct 18 2019 - 15:50:45 +0200) > Normal Boot > WDT: Not found! > Trying to boot from MMC2_2 >

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

2019-10-19 Thread Tom Rini
On Fri, Oct 18, 2019 at 04:58:06PM +0200, Neil Armstrong wrote: > Hi Tom, > > This PR adds more support for Amlogic G12A and derivatives SoCs based boards, > by enabling > HDMI/CVBS display support and 2 new boards, Khadas VIM3, and the SEI610 > little brother of > the already supported

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

2019-10-19 Thread Tom Rini
On Fri, Oct 18, 2019 at 03:00:07PM +0800, ub...@andestech.com wrote: > Hi Tom, > > Please pull some riscv updates: > > - Support sifive DM based gpio driver for FU540-SoC. > - Align boot image header with Linux v5.3 > > https://travis-ci.org/rickchen36/u-boot-riscv/builds/599424917 > > Thanks

Re: [U-Boot] problems with building u-boot-fit-dtb.bin

2019-10-19 Thread Tom Rini
On Sat, Oct 19, 2019 at 10:21:14AM +0200, Heiko Schocher wrote: > Hello Tom, > > Am 18.10.2019 um 13:29 schrieb Tom Rini: > > On Fri, Oct 18, 2019 at 07:40:13AM +0200, Heiko Schocher wrote: > > > Hello Tom, > > > > > > Am 16.10.2019 um 10:45 schrieb Heiko Schocher: > > > > Hello Tom, > > > > >

Re: [U-Boot] [PATCH 04/10] test/py: Automated conversion to Python 3

2019-10-19 Thread Tom Rini
On Sat, Oct 19, 2019 at 07:25:37AM +0200, Heinrich Schuchardt wrote: > On 10/18/19 10:53 PM, Tom Rini wrote: > > Use the 2to3 tool to perform numerous automatic conversions from Python > > 2 syntax to Python 3. Also fix whitespace problems that Python 3 > > catches that Python 2 did not. > > > >

Re: [U-Boot] [RFC v2 4/10] test/py: Automated conversion to Python 3

2019-10-19 Thread Tom Rini
On Sat, Oct 19, 2019 at 08:13:18AM +0200, Heinrich Schuchardt wrote: > From: Tom Rini > > Use the 2to3 tool to perform numerous automatic conversions from Python > 2 syntax to Python 3. Also fix whitespace problems that Python 3 > catches that Python 2 did not. > > Signed-off-by: Tom Rini >

Re: [U-Boot] [PATCH v2] arm: dts: sync dts for Allwinner H6

2019-10-19 Thread Clément Péron
Hi Jagan On Mon, 30 Sep 2019 at 17:48, Jagan Teki wrote: > > On Sat, Sep 28, 2019 at 2:54 AM Maxime Ripard > wrote: > > > > Hi, > > > > On Fri, Sep 06, 2019 at 09:53:33AM +0200, Clément Péron wrote: > > > Hi, > > > > > > On Sun, 25 Aug 2019 at 18:04, Clément Péron wrote: > > > > > > > > Sync

Re: [U-Boot] problems with building u-boot-fit-dtb.bin

2019-10-19 Thread Heiko Schocher
Hello Tom, Am 18.10.2019 um 13:29 schrieb Tom Rini: On Fri, Oct 18, 2019 at 07:40:13AM +0200, Heiko Schocher wrote: Hello Tom, Am 16.10.2019 um 10:45 schrieb Heiko Schocher: Hello Tom, Am 16.10.2019 um 06:56 schrieb Heiko Schocher: Hello Tom, I planned to send my patches which convert the

[U-Boot] [PATCH 1/1] imx: include files should be chmod 644

2019-10-19 Thread Heinrich Schuchardt
Correct include files which are chmod 755. Fixes: d08a194871fd ("imx: add support for i.MX8MQ power domain controller") Signed-off-by: Heinrich Schuchardt --- include/dt-bindings/power/imx8mq-power.h | 0 include/dt-bindings/reset/imx8mq-reset.h | 0 2 files changed, 0 insertions(+), 0

[U-Boot] [PATCH 1/1] checkpatch.pl: update from Linux kernel v5.4-rc3

2019-10-19 Thread Heinrich Schuchardt
Update from upstream. Just minor changes like checking that the author has also done a sign-off. Signed-off-by: Heinrich Schuchardt --- scripts/checkpatch.pl | 446 +++--- 1 file changed, 333 insertions(+), 113 deletions(-) diff --git

Re: [U-Boot] [PATCH 07/10] test/py: Manual python3 fixes

2019-10-19 Thread Heinrich Schuchardt
On 10/18/19 10:53 PM, Tom Rini wrote: - Modern pytest is more visible in telling us about parameters that we had not described, so describe a few more. - ConfigParser.readfp(...) is now configparser.read_file(...) - As part of the "strings vs bytes" conversions in Python 3, we need to

[U-Boot] [RFC v2 4/10] test/py: Automated conversion to Python 3

2019-10-19 Thread Heinrich Schuchardt
From: Tom Rini Use the 2to3 tool to perform numerous automatic conversions from Python 2 syntax to Python 3. Also fix whitespace problems that Python 3 catches that Python 2 did not. Signed-off-by: Tom Rini Add missing Python 3 conversion. Signed-off-by: Heinrich Schuchardt ---