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

2017-09-20 Thread Tom Rini
On Wed, Sep 20, 2017 at 03:47:53PM +0200, Stefano Babic wrote: > Hi Tom, > > please pull from u-boot-imx, thanks ! > > The following changes since commit 08cebeeaadd9192dd501308ac6a8b858ffa255c1: > > Merge git://git.denx.de/u-boot-fdt (2017-09-15 22:34:34 -0400) > > are available in the git

Re: [U-Boot] [PATCH v3] cmd: usb: add blk devices to ignore list in tree graph

2017-09-20 Thread Suneel Garapati
Hi Bin, On Wed, Sep 20, 2017 at 12:42 AM, Bin Meng wrote: > Hi Suneel, > > On Wed, Sep 20, 2017 at 2:32 PM, Suneel Garapati > wrote: >> Hi Bin, >> >> On Tue, Sep 19, 2017 at 8:32 PM, Bin Meng wrote: >>> Hi Suneel, >>> >>> On Wed, Sep 20, 2017 at 2:31 AM, Suneel Garapati >>> wrote: Hi Bi

Re: [U-Boot] [PATCH V4 01/12] scripts: spl: fix typo

2017-09-20 Thread Peng Fan
For the patchset, Ping.. Thanks, Peng. On Wed, Aug 30, 2017 at 02:14:42PM +0800, Peng Fan wrote: >Typo fix: CONIFG->CONFIG > >Signed-off-by: Peng Fan >Cc: Tom Rini >--- > >V2: new >V3: none >V4: none > > scripts/Makefile.uncmd_spl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --

Re: [U-Boot] [PATCH 1/2] arm: dts: am3517_evm: Sync DTS files with Linux 4.13-RC5

2017-09-20 Thread Derald D. Woods
On Tue, Sep 19, 2017 at 08:32:10PM -0500, Adam Ford wrote: > To keep the DTS and DTSI files clean and in sync with Linux, new > u-boot.dtsi files are added. > > There are some spacing issues in the patch, but they appear to be > present in the Linux source files. I'll try to get to fixing them th

Re: [U-Boot] [PATCH 2/2] ARM: omap3: am3517-evm: Add device tree and DM support

2017-09-20 Thread Derald D. Woods
On Tue, Sep 19, 2017 at 08:32:11PM -0500, Adam Ford wrote: > With the device tree ported from Linux 4.13, this enables > Driver Model and Device Tree support for the am3517-evm > > Signed-off-by: Adam Ford Tested-by: Derald D. Woods > --- > arch/arm/mach-omap2/omap3/Kconfig | 5 +++ > boar

[U-Boot] [PATCH] ARM: dts: OMAP5+: Enable all gpios in SPL

2017-09-20 Thread Lokesh Vutla
With DM enabled, gpio numbering is assigned based on the probed order of gpios, irrespective of the gpio base. So enable all necessary gpios in SPL. Fixes: edf25d94d55c (“ARM: dts: OMAP5+: Enable gpio in SPL”) Reported-by: Gou, Hongmei Tested-by: Aparna Balasubramanian Signed-off-by: Suman Anna

[U-Boot] Uboot send pull request

2017-09-20 Thread uboot
Hi Tom, Please pull the following patch from u-boot-nds32 into your tree. Thanks! The following changes since commit e884656c2c0b2406b9bf99ea76f5a8c75128a331: Merge git://www.denx.de/git/u-boot-imx (2017-09-20 12:32:34 -0400) are available in the git repository at: git://git.denx.de/u-

[U-Boot] [PATCH] nds32: Fix io.h warning message about readb

2017-09-20 Thread Andes
From: rick It is caused from asm/io.h declare different input type. Signed-off-by: rick --- arch/nds32/include/asm/io.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/nds32/include/asm/io.h b/arch/nds32/include/asm/io.h index b2c4d0e..ed4dc85 100644 ---

Re: [U-Boot] [PATCH v4] cmd: usb: add blk devices to ignore list in tree graph

2017-09-20 Thread Bin Meng
Hi Suneel, On Thu, Sep 21, 2017 at 10:17 AM, Suneel Garapati wrote: > add blk child devices to ignore list while displaying > usb tree graph, otherwise usb tree and info commands > may cause crash treating blk as usb device. > > Signed-off-by: Suneel Garapati > --- > > Changes v4: > - do not se

Re: [U-Boot] DDR training code for Armada 38x

2017-09-20 Thread Chris Packham
On Wed, Sep 20, 2017 at 5:31 PM, Stefan Roese wrote: > Hi Chris, > > On 19.09.2017 20:58, Chris Packham wrote: >> >> When you did the port from Marvell's source did you script any of the >> tidy-up that you did along the way? > > > Not really. At least not in a reproducible way. I spent long > hou

Re: [U-Boot] Sandbox 'usb start' causes segment fault

2017-09-20 Thread Simon Glass
Hi Bin, On 20 September 2017 at 08:06, Bin Meng wrote: > Hi Simon, > > On Wed, Sep 20, 2017 at 9:49 PM, Simon Glass wrote: >> Hi Bin, >> >> On 19 September 2017 at 21:40, Bin Meng wrote: >>> Hi, >>> >>> Not sure if I am running sandbox correctly with USB support, but here >>> is the log: >>> >>

Re: [U-Boot] [PATCH v3 15/21] efi_loader: add bootmgr

2017-09-20 Thread Simon Glass
Hi, On 20 September 2017 at 08:09, Rob Clark wrote: > On Wed, Sep 20, 2017 at 5:08 AM, Alexander Graf wrote: >> >> >> On 14.09.17 00:05, Rob Clark wrote: >>> >>> Similar to a "real" UEFI implementation, the bootmgr looks at the >>> BootOrder and Boot variables to try to find an EFI payload t

Re: [U-Boot] [PATCH 16/23] efi_loader: implement DisconnectController

2017-09-20 Thread Simon Glass
Hi Rob, On 20 September 2017 at 08:23, Rob Clark wrote: > On Wed, Sep 20, 2017 at 9:49 AM, Simon Glass wrote: >> Hi Heinrich, >> >> On 15 September 2017 at 00:35, Heinrich Schuchardt >> wrote: >>> On 08/31/2017 02:52 PM, Simon Glass wrote: On 27 August 2017 at 06:53, Heinrich Schuchardt

Re: [U-Boot] [PATCH 06/13] log: Add an implemention of logging

2017-09-20 Thread Simon Glass
Hi Bin, On 20 September 2017 at 08:41, Bin Meng wrote: > > Hi Simon, > > On Wed, Sep 20, 2017 at 9:50 PM, Simon Glass wrote: > > Hi Bin, > > > > On 17 September 2017 at 21:45, Bin Meng wrote: > >> Hi Simon, > >> > >> On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass wrote: > >>> Add the logging hea

Re: [U-Boot] [PATCH 00/13] log: Add a new logging feature

2017-09-20 Thread Simon Glass
Hi Heinrich, On 20 September 2017 at 14:20, Heinrich Schuchardt wrote: > On 09/20/2017 04:32 AM, Masahiro Yamada wrote: >> Hi Simon, >> >> >> 2017-09-17 6:23 GMT+09:00 Simon Glass : >>> U-Boot currently has fairly rudimentary logging features. A basic printf() >>> provides console output and debu

Re: [U-Boot] [PATCH 00/13] log: Add a new logging feature

2017-09-20 Thread Simon Glass
Hi Wolfgang, On 20 September 2017 at 13:55, Wolfgang Denk wrote: > Dear Simon, > > sorry for jumping in so late... > > In message <20170916212331.170463-1-...@chromium.org> you wrote: >> >> At present U-Boot has a logbuffer feature which records output in a memory >> buffer for later display or s

Re: [U-Boot] [PATCH v4] cmd: usb: add blk devices to ignore list in tree graph

2017-09-20 Thread Suneel Garapati
Hi Bin, On Wed, Sep 20, 2017 at 8:35 PM, Bin Meng wrote: > Hi Suneel, > > On Thu, Sep 21, 2017 at 10:17 AM, Suneel Garapati > wrote: >> add blk child devices to ignore list while displaying >> usb tree graph, otherwise usb tree and info commands >> may cause crash treating blk as usb device. >>

Re: [U-Boot] [PATCH v3 15/21] efi_loader: add bootmgr

2017-09-20 Thread Alexander Graf
> Am 21.09.2017 um 06:58 schrieb Simon Glass : > > Hi, > >> On 20 September 2017 at 08:09, Rob Clark wrote: >>> On Wed, Sep 20, 2017 at 5:08 AM, Alexander Graf wrote: >>> >>> On 14.09.17 00:05, Rob Clark wrote: Similar to a "real" UEFI implementation, the bootmgr looks at th

[U-Boot] [PATCH v5] cmd: usb: add blk, emulation devices to ignore list as needed

2017-09-20 Thread Suneel Garapati
add blk child devices to ignore list while displaying usb tree graph, also preamble should not be set for blk child devices. add usb_emul to ignore list in usb_show_info. otherwise usb tree and info commands may cause crash treating blk as usb device. Signed-off-by: Suneel Garapati Reviewed-by: B

Re: [U-Boot] [RESEND PATCH 5/5] sunxi: video: add LCD support to DE2 driver

2017-09-20 Thread Vasily Khoruzhick
Hi, I did few tests, see results inline. On Tue, Sep 19, 2017 at 12:00 PM, Vasily Khoruzhick wrote: > On Tue, Sep 19, 2017 at 1:33 AM, Maxime Ripard > wrote: >> On Mon, Sep 18, 2017 at 10:04:21PM -0700, Vasily Khoruzhick wrote: >>> Extend DE2 driver with LCD support >> >> (All) your commit mess

[U-Boot] [PATCH v2 2/2] ls1088aqds: Enable USB command on QDS for qspi-boot

2017-09-20 Thread Ran Wang
From: Ashish Kumar Signed-off-by: Amrita Kumari Signed-off-by: Ashish Kumar Signed-off-by: Ran Wang --- Change in v2: Remove macro CONFIG_HAS_FSL_XHCI_USB and CONFIG_USB_XHCI_FSL and CONFIG_USB_MAX_CONTROLLER_COUNT from ls1088aqds.h since Kconfig option has covered.

[U-Boot] [PATCH v2 1/2] ls1088ardb: Enable USB command RDB qspi-boot

2017-09-20 Thread Ran Wang
From: Ashish Kumar Signed-off-by: Ashish Kumar Signed-off-by: Amrita Kumari Signed-off-by: Ran Wang --- Change in v2: 1.Adjust USB nodes position in dts to keep them sorted in unit-address. 2.Move macro CONFIG_HAS_FSL_XHCI_USB and CONFIG_USB_XHCI_FSL to Kcon

[U-Boot] [PATCH v3 0/3] sunxi: add PWM driver for H3 and A64

2017-09-20 Thread Vasily Khoruzhick
This series introduces a PWM driver for Allwinner H3 and A64 and makes some adjustments to pwm_backlight driver that are neccessary to get backlight working on Pinebook. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v2 1/3] pwm: sunxi: add support for PWM found on Allwinner A64 and H3

2017-09-20 Thread Vasily Khoruzhick
This commit adds basic support for PWM found on Allwinner A64 and H3 It can be used for pwm_backlight driver (e.g. for Pinebook) Signed-off-by: Vasily Khoruzhick --- v2: - move pinmux config into enable function to make driver more friendly to the boards with ethernet - drop 'sun50i-a64

[U-Boot] [PATCH v2 2/3] video: pwm_backlight: make regulator optional

2017-09-20 Thread Vasily Khoruzhick
u-boot doesn't have dummy regulators, so pwm_backlight probe will fail if regulator is missing. Make it optional to get this driver working on platforms where there's no backlight regultor. Signed-off-by: Vasily Khoruzhick --- v2: - no changes drivers/video/pwm_backlight.c | 28

[U-Boot] [PATCH v2 3/3] dts: sunxi: add PWM node for sun50i

2017-09-20 Thread Vasily Khoruzhick
Add PWM definition to sun50i-a64.dtsi - it's compatible with PWM found on H3 Signed-off-by: Vasily Khoruzhick --- v2: - drop 'sun50i-a64-pwm' compatible string and use 'sun8i-h3-pwm' instead, since A64 PWM is compatible with one on H3 arch/arm/dts/sun50i-a64.dtsi | 8 1 file chan

Re: [U-Boot] [PATCH v3 0/3] sunxi: add PWM driver for H3 and A64

2017-09-20 Thread Vasily Khoruzhick
Typo in cover letter subject, it's actually v2 series. On Wed, Sep 20, 2017 at 11:07 PM, Vasily Khoruzhick wrote: > This series introduces a PWM driver for Allwinner H3 and A64 and makes > some adjustments to pwm_backlight driver that are neccessary to get > backlight working on Pinebook. > _

[U-Boot] [PATCH v2 0/5] sunxi: video: add DE2 LCD and ANX6345 drivers

2017-09-20 Thread Vasily Khoruzhick
This series adds drivers that are necessary to get LCD working on Pinebook: - ANX6345 eDP bridge driver that allows to connect eDP panels to SoCs that have parallel LCD interface - DE2 LCD driver for Allwinner A64. Similar hardware is present in V3s and R40, but is not supported by this dri

[U-Boot] [PATCH v2 2/5] video: anx9804: split out registers definitions into a separate header

2017-09-20 Thread Vasily Khoruzhick
This header will be used in anx6345 driver Signed-off-by: Vasily Khoruzhick --- v2: - no changes drivers/video/anx9804.c | 54 +-- include/anx98xx-edp.h | 98 + 2 files changed, 99 insertions(+), 53 deletions(-) create m

[U-Boot] [PATCH v2 1/5] dm: video: bridge: add operation to read EDID

2017-09-20 Thread Vasily Khoruzhick
Add an operation to read EDID, since bridge may have ability to read EDID from the panel that is connected to it, for example LCD<->eDP bridge. Signed-off-by: Vasily Khoruzhick --- v2: - no changes drivers/video/bridge/video-bridge-uclass.c | 10 ++ include/video_bridge.h

[U-Boot] [PATCH v2 3/5] video: add anx6345 DM driver

2017-09-20 Thread Vasily Khoruzhick
This is a eDP bridge similar to ANX9804, it allows to connect eDP panels to the chips that can output only parallel signal Signed-off-by: Vasily Khoruzhick --- v2: - no changes drivers/video/bridge/Kconfig | 8 + drivers/video/bridge/Makefile | 1 + drivers/video/bridge/anx6345.c | 419 +

[U-Boot] [PATCH v2 4/5] sunxi: video: split out PLL configuration code

2017-09-20 Thread Vasily Khoruzhick
It will be reused in new DM LCD driver. Signed-off-by: Vasily Khoruzhick --- v2: - no changes arch/arm/include/asm/arch-sunxi/lcdc.h | 2 + drivers/video/sunxi/lcdc.c | 117 ++- drivers/video/sunxi/sunxi_display.c| 121 ++

[U-Boot] [PATCH v2 5/5] sunxi: video: add LCD support to DE2 driver

2017-09-20 Thread Vasily Khoruzhick
Extend DE2 driver with LCD support. Tested on Pinebook which is based on A64 and has ANX6345 eDP bridge with eDP panel connected to it. Signed-off-by: Vasily Khoruzhick --- v2: - drop redundant clock_set_pll10() call - fallback to timings from DT if reading EDID from bridge failed - read

Re: [U-Boot] [RESEND PATCH 5/5] sunxi: video: add LCD support to DE2 driver

2017-09-20 Thread Maxime Ripard
On Thu, Sep 21, 2017 at 05:33:36AM +, Vasily Khoruzhick wrote: > >>> + ret = uclass_find_device_by_name(UCLASS_DISPLAY, > >>> + "sunxi_lcd", &disp); > >>> + if (!ret) { > >>> + int mux; > >>> + > >>> + mux = 0; > >>> + > >>> +

<    1   2