Re: [U-Boot] serial: meson: Update compatible with new Linux bindings

2018-04-11 Thread Tom Rini
On Thu, Mar 29, 2018 at 02:56:02PM +0200, Neil Armstrong wrote: > The Amlogic Meson SoCs serial bindings were not written when serial > support was pushed into Linux and U-Boot. > A clean bindings document has been merged into Linux tree to correctly > handle the multiple clocks feeding the

Re: [U-Boot] sysreset: syscon: convert to use live dt

2018-04-11 Thread Tom Rini
On Sat, Mar 17, 2018 at 12:22:24PM +0100, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > Reviewed-by: Daniel Schwierzeck Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

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

2018-04-11 Thread Heiko Schocher
Hello Tom, please pull from u-boot-ubi master The following changes since commit 2600df4f8ef12ece9cec13030005919e0ba2b0d5: Merge tag 'xilinx-for-v2018.05-rc2' of git://git.denx.de/u-boot-microblaze (2018-04-09 11:06:21 -0400) are available in the Git repository at:

Re: [U-Boot] arm: socfpga: unable to boot cyclone5 devkit or SocKit

2018-04-11 Thread Alexander Graf
On 04/11/2018 02:37 PM, Marek Vasut wrote: On 04/11/2018 02:26 PM, Tom Rini wrote: On Wed, Apr 11, 2018 at 10:12:42AM +0200, Marek Vasut wrote: On 04/11/2018 04:52 AM, Dinh Nguyen wrote: [...] u-boot$ git reset --hard v2018.01 ; bu socfpga_cyclone5 ; ls -la spl/u-boot-spl.bin HEAD is now at

Re: [U-Boot] [PATCH] ubifs: Change value of mutex_is_locked()

2018-04-11 Thread Heiko Schocher
Hello Bradley, Am 04.04.2018 um 18:42 schrieb Bradley Bolen: The mutex lock and unlock functions are stubbed out and mutex_is_locked was 0. This caused asserts to fail in ubifs code when checking that the mutex was locked. For example, UBIFS assert failed in ubifs_change_lp at 540 UBIFS

Re: [U-Boot] arm: socfpga: unable to boot cyclone5 devkit or SocKit

2018-04-11 Thread Marek Vasut
On 04/11/2018 02:26 PM, Tom Rini wrote: > On Wed, Apr 11, 2018 at 10:12:42AM +0200, Marek Vasut wrote: >> On 04/11/2018 04:52 AM, Dinh Nguyen wrote: >> [...] >> >> u-boot$ git reset --hard v2018.01 ; bu socfpga_cyclone5 ; ls -la >> spl/u-boot-spl.bin >> HEAD is now at f3dd87e0b9

Re: [U-Boot] [PATCH v3] arm64: Add SMC and HVC commands

2018-04-11 Thread Simon Glass
On 9 April 2018 at 09:17, Michalis Pappas wrote: > This patch adds smc and hvc commands, that allow issuing Secure Monitor > Calls and Hypervisor Calls conforming to the ARM SMC Calling Convention. > > Add Kconfig items to allow each command can be individually enabled. > >

[U-Boot] [PATCH v2 5/7] configs: imx6dl-mamoj: Add DFU support

2018-04-11 Thread Jagan Teki
Add DFU support for BTicino Mamoj board and update the same steps in README. Signed-off-by: Jagan Teki Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI --- board/bticino/mamoj/README | 37

Re: [U-Boot] [PATCH v3] arm64: Add SMC and HVC commands

2018-04-11 Thread Simon Glass
Hi, On 11 April 2018 at 05:35, Michalis Pappas wrote: > Sorry for the duplicate, for some reason I thought that v3 didn't make it > into the list. Any news on this one btw? Is there a list of changes for the version? It says v3 but there are no changes listed. Regards,

[U-Boot] [PATCH v2 1/7] i.MX6: board: Add BTicino i.MX6DL Mamoj initial support

2018-04-11 Thread Jagan Teki
Add initial support for i.MX6DL BTicino Mamoj board. Mamoh board added: - SPL - SPL_DM - SPL_OF_CONTROL - DM for U-Boot proper - OF_CONTROL for U-Boot proper - eMMC - FEC - Boot from eMMC - Boot from USB SDP Signed-off-by: Simone CIANNI Signed-off-by: Raffaele

[U-Boot] [PATCH v2 7/7] configs: imx6dl-mamoj: Enable HAB

2018-04-11 Thread Jagan Teki
Enable Secure boot(HAB) for BTicino Mamoj board. Signed-off-by: Jagan Teki --- configs/imx6dl_mamoj_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx6dl_mamoj_defconfig b/configs/imx6dl_mamoj_defconfig index d789496dff..0001457f5d 100644 ---

[U-Boot] [PATCH v2 2/7] i.MX6DL: mamoj: Add I2C support

2018-04-11 Thread Jagan Teki
i.MX6DL Mamoj has i2c3 and i2c4 buses, add support through DM_I2C with dt definition. i2c log: === => i2c bus Bus 2: i2c@021a8000 Bus 3: i2c@021f8000 => i2c dev 2 Setting bus to 2 => i2c speed 40 Setting bus speed to 40 Hz => i2c probe Valid chip addresses: 20 51 53 => i2c md 53

[U-Boot] [PATCH v2 6/7] configs: imx6dl-mamoj: Add Falcon mode support

2018-04-11 Thread Jagan Teki
Add Falcon mode support to boot Linux directly after SPL. Signed-off-by: Jagan Teki --- board/bticino/mamoj/README | 27 +++ board/bticino/mamoj/spl.c | 11 +++ configs/imx6dl_mamoj_defconfig | 1 +

[U-Boot] [PATCH v2 4/7] configs: imx6dl_mamoj: Enable fastboot and ums

2018-04-11 Thread Jagan Teki
Enable fastboot and ums for host to interact eMMC on Mamoj board. Signed-off-by: Jagan Teki Signed-off-by: Simone CIANNI Signed-off-by: Raffaele RECALCATI --- configs/imx6dl_mamoj_defconfig | 6 ++ 1 file

[U-Boot] [PATCH v2 3/7] i.MX6DL: mamoj: Add PFUZE100 support

2018-04-11 Thread Jagan Teki
MX6DL Mamoj boards has Freescale PFUZE100 PMIC, add support for it through DM_PMIC dt definition. pmic log: => pmic list | Name| Parent name | Parent uclass @ seq | pfuze100@08 | i2c@021f8000| i2c @ 3 => pmic dev pfuze100@08

[U-Boot] [PATCH v2 0/7] i.MX6DL: Add BTicino Mamoj board support

2018-04-11 Thread Jagan Teki
This series add support for BTicino i.MX6DL Mamoj board. Changes for v2: - Update Kconfig changes for CONFIG_FSL_ESDHC - Add HAB support Jagan Teki (7): i.MX6: board: Add BTicino i.MX6DL Mamoj initial support i.MX6DL: mamoj: Add I2C support i.MX6DL: mamoj: Add PFUZE100 support configs:

[U-Boot] [PATCH v4 4/4] ARM: i.MX6: dts: Build dtb based on SOC type

2018-04-11 Thread Jagan Teki
Build dtb's based on SOC type instead building arch type. Signed-off-by: Jagan Teki --- arch/arm/dts/Makefile | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index

[U-Boot] [PATCH v4 1/4] ARM: dts: i.MX6QDL: U-Boot specific dts for u-boot, dm-spl

2018-04-11 Thread Jagan Teki
u-boot,dm-spl property is specific to U-Boot, so move it into *u-boot.dtsi files for relevant i.MX6QDL files. This make syncing Linux dts files straight forward. Also update the MAINTAINERS file for dts files. Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 3/4] ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl

2018-04-11 Thread Jagan Teki
u-boot,dm-spl property is specific to U-Boot, so move it into *u-boot.dtsi files for relevant i.MX6UL files. This make syncing Linux dts files straight forward. Also update the MAINTAINERS file for dts files. Signed-off-by: Jagan Teki ---

[U-Boot] [PATCH v4 2/4] ARM: dts: imx6ul-isiot: Move usdhc2 into dtsi

2018-04-11 Thread Jagan Teki
Move usdhc2 node along with pinctrl to imx6ul-isiot.dts from imx6ul-isiot-emmc.dts Signed-off-by: Jagan Teki --- arch/arm/dts/imx6ul-isiot-emmc.dts | 24 arch/arm/dts/imx6ul-isiot.dtsi | 26 ++ 2 files changed, 26

[U-Boot] [PATCH v4 0/4] ARM: i.MX6: Add u-boot dtsi files

2018-04-11 Thread Jagan Teki
All CONFIG changes from arch/arm/mach-imx fromprevious version [1] since most of them won't agree with new naming convention that sync with Linux. This series add rest of changes like u-boot dtsi files for U-Boot definitions and arch/arm/boot/Makefile changes wrt imx. Changes for v4: - Drop

Re: [U-Boot] arm: socfpga: unable to boot cyclone5 devkit or SocKit

2018-04-11 Thread Tom Rini
On Wed, Apr 11, 2018 at 10:12:42AM +0200, Marek Vasut wrote: > On 04/11/2018 04:52 AM, Dinh Nguyen wrote: > [...] > > u-boot$ git reset --hard v2018.01 ; bu socfpga_cyclone5 ; ls -la > spl/u-boot-spl.bin > HEAD is now at f3dd87e0b9 Prepare v2018.01 > -rw-r--r-- 1 marex marex

[U-Boot] [PATCH V3 3/3] imx6: sabrelite: update defconfig to use distro defaults

2018-04-11 Thread Guillaume GARDET
Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots on sabrelite board. Signed-off-by: Guillaume GARDET Cc: Troy Kisky Cc: Stefano Babic Cc: Fabio Estevam Cc: Gary Bisson

[U-Boot] [PATCH V3 2/3] imx6: Convert sabrelite and nitrogen6x boards to distro boot support

2018-04-11 Thread Guillaume GARDET
Boot tested on sabrelite board. Signed-off-by: Guillaume GARDET Cc: Troy Kisky Cc: Stefano Babic Cc: Fabio Estevam Cc: Gary Bisson ---

[U-Boot] [PATCH V3 1/3] imx6: Define 'soc' env var for imx6 SoC

2018-04-11 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET Cc: Troy Kisky Cc: Stefano Babic Cc: Fabio Estevam Cc: Gary Bisson --- arch/arm/mach-imx/mx6/soc.c | 34

[U-Boot] [PATCH V3 0/3] Update sabrelite and nitrogen6x boards to use distro boot support

2018-04-11 Thread Guillaume GARDET
This patch serie updates sabrelite and nitrogen6x boards to use distro boot support. Sabrelite has been boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots. Nitrogen6* boards have been build tested only. Signed-off-by: Guillaume GARDET Cc: Troy Kisky

Re: [U-Boot] [PATCH v3] arm64: Add SMC and HVC commands

2018-04-11 Thread Michalis Pappas
Sorry for the duplicate, for some reason I thought that v3 didn't make it into the list. Any news on this one btw? On 04/11/2018 12:30 PM, Michalis Pappas wrote: This patch adds smc and hvc commands, that allow issuing Secure Monitor Calls and Hypervisor Calls conforming to the ARM SMC

[U-Boot] [PATCH v3] arm64: Add SMC and HVC commands

2018-04-11 Thread Michalis Pappas
This patch adds smc and hvc commands, that allow issuing Secure Monitor Calls and Hypervisor Calls conforming to the ARM SMC Calling Convention. Add Kconfig items to allow each command can be individually enabled. Signed-off-by: Michalis Pappas --- cmd/Kconfig | 14

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

2018-04-11 Thread linux-kernel-dev
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 the led_gpio is not probed until

[U-Boot] [PATCH v4 3/3] dm: led: add testcase for "default-state" property

2018-04-11 Thread linux-kernel-dev
From: Patrick Bruenn Add two more gpio-leds to sandbox test device tree with default-state property set to "on"/"off". Add dm_test_led_default_state() to check that these new LED's are set to LEDST_ON and LEDST_OFF. dm: led: add testcase for "default-state" property Add

[U-Boot] [PATCH v4 2/3] dm: led: auto probe() LEDs with "default-state"

2018-04-11 Thread linux-kernel-dev
From: Patrick Bruenn To avoid board specificy LED activation code, automatically activate gpio-leds with "default-state" property during bind(). Signed-off-by: Patrick Bruenn --- Changes in v4: None Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v4 0/3] This series adds support for gpio-leds "default-state" property. The

2018-04-11 Thread linux-kernel-dev
From: Patrick Bruenn main usecase in mind are LEDs which indicate a state like "power on". With this patchset applied, all you have to do is: Add a gpio-led node with 'default-state = "on";' property to your device tree. And the LED will automatically light up during

Re: [U-Boot] arm: socfpga: unable to boot cyclone5 devkit or SocKit

2018-04-11 Thread Marek Vasut
On 04/11/2018 04:52 AM, Dinh Nguyen wrote: [...] u-boot$ git reset --hard v2018.01 ; bu socfpga_cyclone5 ; ls -la spl/u-boot-spl.bin HEAD is now at f3dd87e0b9 Prepare v2018.01 -rw-r--r-- 1 marex marex 52902 Apr 11 00:34 spl/u-boot-spl.bin u-boot$ git reset --hard

Re: [U-Boot] [PATCH 7/7] video_display: Add Xilinx LogiCore DP TX

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:40, Mario Six wrote: >> Add a driver for the Xilinx LogiCORE DisplayPort IP core. >> >> Signed-off-by: Mario Six >> --- >>

Re: [U-Boot] [PATCH 1/8] core: Add uclass_{first, next}_device_compat

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:38, Mario Six wrote: >> A lot of times one wants to cycle through the devices in a uclass, but >> only certain ones, especially ones identified by their

Re: [U-Boot] [GIT PULL] Xilinx patches for v2018.05-rc2

2018-04-11 Thread Michal Simek
On 10.4.2018 16:28, Tom Rini wrote: > On Tue, Apr 10, 2018 at 04:16:14PM +0200, Michal Simek wrote: >> On 10.4.2018 16:08, Tom Rini wrote: >>> On Mon, Apr 09, 2018 at 04:39:29PM +0200, Michal Simek wrote: >>> Hi Tom, please pull these changes to your tree. Travis looks

Re: [U-Boot] [PATCH 2/7] axi: Add AXI sandbox driver and simple emulator

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:40, Mario Six wrote: >> Add test infrastructure and tests for the AXI uclass. >> >> Signed-off-by: Mario Six >> --- >>

Re: [U-Boot] [PATCH 1/2] misc: uclass: Add enable/disable functions

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:38, Mario Six wrote: >> Add generic enable/disable functions to the misc uclass. >> >> Signed-off-by: Mario Six >> --- >>

Re: [U-Boot] [PATCH 1/7] drivers: Add AXI uclass and ihs_axi driver

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:40, Mario Six wrote: >> Add a uclass for AXI (Advanced eXtensible Interface) busses, and a >> driver for the gdsys IHS AXI bus on IHS FPGAs. >> >>

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi, > > On 28 March 2018 at 20:38, Mario Six wrote: >> Add a cpu_print_info function to the CPU uclass to emulate the behavior >> of some current non-DM drivers (e.g. MPC83xx) to print CPU

Re: [U-Boot] [PATCH 2/2] devinfo: Add gazerbeam info driver

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:40 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:36, Mario Six wrote: >> Add a device information driver for the upcoming gdsys Gazerbeam board. >> >> Signed-off-by: Mario Six >> ---

Re: [U-Boot] [PATCH 6/7] video_display: Add power_on function

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:40, Mario Six wrote: >> Add a power_on function to the display uclass to allow devices to be >> probed and powered-on separately. > > Is this different

Re: [U-Boot] [PATCH 1/3] drivers: Add FPGA register map uclass

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:40 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:37, Mario Six wrote: >> The FPGA (as a device) and the register map supplied by a FPGA are two >> different entities. There are U-Boot drivers for the

Re: [U-Boot] [PATCH 1/2] drivers: Add devinfo uclass

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:40 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:36, Mario Six wrote: >> Some boards have encoded information, e.g. hard-wired GPIOs on a GPIO >> expander, read-only memory ICs, etc. that carry

Re: [U-Boot] [PATCH 2/3] video_osd: Add ihs_video_out driver

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 12:42 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:39, Mario Six wrote: >> Add a driver for IHS OSDs on IHS FPGAs. >> >> Signed-off-by: Mario Six >> --- >> drivers/misc/Kconfig

<    1   2