Re: [U-Boot] [U-Boot, v2, 2/2] pinctrl-uclass: convert to use live dt

2018-04-01 Thread Simon Glass
On 9 February 2018 at 18:15, Philipp Tomsich wrote: >> Use live dt interface for pinctrl_select_state_full() >> >> Signed-off-by: Kever Yang >> --- >> >> Changes in v2: None >> >> drivers/pinctrl/pinctrl-uclass.c | 20 +--- >> 1 file changed, 5 insertions(+), 15 deletions(-) >> >

Re: [U-Boot] [PATCH 1/3] cmd: cbfs: fix reading the end_of_rom pointer for 64bit archs

2018-04-01 Thread Simon Glass
On 22 February 2018 at 07:59, Alexander Graf wrote: > > > On 15.02.18 07:40, Andre Heider wrote: >> The cast breaks the pointer on 64bit archs, so lets get rid of it. >> >> Signed-off-by: Andre Heider > > Reviewed-by: Alexander Graf Applied to u-boot-dm, thanks!

Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-04-01 Thread Simon Glass
Applied to u-boot-dm, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] dm: led: Support "default-state" property

2018-04-01 Thread Simon Glass
Hi Patrick, On 7 March 2018 at 17:48, wrote: > From: Patrick Bruenn > > Add support for the device tree property "default-state". This feature > might be useful for LEDs indicating "power on" or similar states. > > Note: Even with this commit gpio-leds remain in reset state. That's > because th

Re: [U-Boot] [PATCH 3/3] cbfs: add support for cbfs header components

2018-04-01 Thread Simon Glass
Hi, On 22 February 2018 at 08:15, Alexander Graf wrote: > > > On 15.02.18 07:40, Andre Heider wrote: >> This fixes walking the cbfs file list because the bound checks do not >> apply to header components. >> >> Output of coreboot's cbfstool: >> Name Offset Type

Re: [U-Boot] [PATCH 2/3] fs: cbfs: fix locating the cbfs header

2018-04-01 Thread Simon Glass
Hi, On 22 February 2018 at 08:08, Alexander Graf wrote: > > > On 15.02.18 07:40, Andre Heider wrote: >> The value at the end of the rom is not a pointer, it is an offset >> relative to the end of rom. > > Do you have any documentation pointers to this? Even just pointing to a > specific line of c

Re: [U-Boot] [RFC][PATCH] cmd: fdt: Fix fdt address information after the movement

2018-04-01 Thread Simon Glass
Hi Marek, On 24 February 2018 at 19:09, Marek Vasut wrote: > From: Hiroyuki Yokoyama > > This patch fixes the address information of fdt. > > wrong case: > => fdt addr 0x4800 > => fdt move 0x4800 0x4100 0xa000 > => fdt addr > The address of the fdt is 4800 > > Active address i

Re: [U-Boot] [PATCH] vxworks: fixed cpu enable using PSCI on armv8

2018-04-01 Thread Bin Meng
Hi Vasyl, On Wed, Mar 28, 2018 at 7:27 PM, Vasyl Vavrychuk wrote: > Hi, Bin Meng, > > Thanks for your suggestions. Please find my comments below > > On Wed, Mar 28, 2018 at 7:36 AM, Bin Meng wrote: >> >> > >> > Tested on VxWorks 7 release SR0520 2017-12-08. >> > >> >> On what board? > > Intel St

Re: [U-Boot] [PATCH 1/3] dm: Add migration plan for CONFIG_BLK

2018-04-01 Thread Marek Vasut
On 04/01/2018 03:19 PM, Tom Rini wrote: > On Tue, Mar 27, 2018 at 11:34:19PM +0530, Jagan Teki wrote: >> On Mon, Sep 4, 2017 at 9:57 PM, wrote: >>> Hi Tom, >>> >>> On 7 August 2017 at 09:39, Tom Rini wrote: On Sat, Aug 05, 2017 at 03:45:53PM -0600, Simon Glass wrote: > The CONFIG_B

[U-Boot] [PATCH v2 5/5] net: Move enetaddr env access code to env config instead of net config

2018-04-01 Thread Alex Kiernan
In order that we can use eth_env_* even when CONFIG_NET isn't set, move these functions to environment code from net code. This fixes failures such as: board/ti/am335x/built-in.o: In function `board_late_init': board/ti/am335x/board.c:752: undefined reference to `eth_env_set_enetaddr' u-boo

[U-Boot] [PATCH v2 1/5] Migrate CONFIG_DRIVER_TI_CPSW to Kconfig

2018-04-01 Thread Alex Kiernan
This converts CONFIG_DRIVER_TI_CPSW to Kconfig Signed-off-by: Alex Kiernan Acked-by: Joe Hershberger --- Changes in v2: - Move DRIVER_TI_CPSW outside of the NETDEVICES guard - Don't mark DRIVER_TI_CPSW default if ARCH_OMAP2PLUS to fix mistranslations by moveconfig configs/am335x_baltos_defc

[U-Boot] [PATCH v2 0/5] Build AM335x when CONFIG_NET isn't defined

2018-04-01 Thread Alex Kiernan
Attempting to build AM335x without CONFIG_NET defined fails in assorted ways. This series fixes up those failures. Green Travis build: https://travis-ci.org/akiernan/u-boot/builds/360614817 Changes in v2: - Move DRIVER_TI_CPSW outside of the NETDEVICES guard - Don't mark DRIVER_TI_CPSW default

Re: [U-Boot] Uboot send pull request

2018-04-01 Thread Tom Rini
On Fri, Mar 30, 2018 at 03:05:25PM +0800, ub...@andestech.com wrote: > Hi Tom, > > Please pull the following patch from u-boot-riscv into your tree. > Thanks! > > The following changes since commit 81cf7c8d45935a295991fe2cd1df286f0f47511f: > > Merge git://git.denx.de/u-boot-ubi (2018-03-25

Re: [U-Boot] Please pull u-.boot-marvell/master

2018-04-01 Thread Tom Rini
On Fri, Mar 30, 2018 at 04:17:31PM +0200, Stefan Roese wrote: > Hi Tom, > > please pull the first batch of Marvell related patches. > > Thanks, > Stefan > > > The following changes since commit 81cf7c8d45935a295991fe2cd1df286f0f47511f: > > Merge git://git.denx.de/u-boot-ubi (2018-03-25 12:0

Re: [U-Boot] Please pull u-boot-x86

2018-04-01 Thread Tom Rini
On Fri, Mar 30, 2018 at 04:12:19PM +0800, Bin Meng wrote: > Hi Tom, > > The following changes since commit 81cf7c8d45935a295991fe2cd1df286f0f47511f: > > Merge git://git.denx.de/u-boot-ubi (2018-03-25 12:02:13 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-x

Re: [U-Boot] [PATCH 1/3] dm: Add migration plan for CONFIG_BLK

2018-04-01 Thread Tom Rini
On Tue, Mar 27, 2018 at 11:34:19PM +0530, Jagan Teki wrote: > On Mon, Sep 4, 2017 at 9:57 PM, wrote: > > Hi Tom, > > > > On 7 August 2017 at 09:39, Tom Rini wrote: > >> On Sat, Aug 05, 2017 at 03:45:53PM -0600, Simon Glass wrote: > >> > >>> The CONFIG_BLK conversion involves quite invasive chang

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

2018-04-01 Thread Tom Rini
On Thu, Mar 29, 2018 at 09:48:49AM +0200, Dr. Philipp Tomsich wrote: > Tom, > > Here’s a PR for a few changes available on the rockchip-tree for integration > into master. > While these are mainly bug-fixes, the plan is to have another PR either > just-in-time for rc1 > or slightly after with s

[U-Boot] [PATCH v2 4/5] ti: am335x: Fix build when networking is disabled

2018-04-01 Thread Alex Kiernan
When compiling without CONFIG_CLOCK_SYNTHESIZER (which is implied by CONFIG_DRIVER_TI_CPSW for am335x_evm), exclude the network setup for AM335x-ICEv2 to avoid link time failures: board/ti/am335x/board.c:683: undefined reference to `setup_clock_synthesizer' Signed-off-by: Alex Kiernan --- Cha

[U-Boot] [PATCH v2 3/5] usb: gadget: USB_ETHER requires network support

2018-04-01 Thread Alex Kiernan
In order to compile the USB Ethernet gadget support we require that NET is enabled, add that dependency here. Signed-off-by: Alex Kiernan Acked-by: Joe Hershberger --- Changes in v2: None drivers/usb/gadget/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/Kconfig

[U-Boot] [PATCH v2 2/5] ti: am335x: Fix bootargs when building without NET

2018-04-01 Thread Alex Kiernan
If DHCP/PXE commands are disabled then the compilation fails due to bootargs attempting to use them: include/config_distro_bootcmd.h:319:2: error: expected ‘}’ before ‘BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE’ Ensure that if the command aren't enabled, we don't try and

<    1   2