Re: [PATCH 3/3] arm: dts: Added ocotp support for i.MX6UL

2016-11-30 Thread Andrey Smirnov
On Wed, Nov 30, 2016 at 3:10 AM, Daniel Schultz wrote: > Ocotp is available for the iMX6(q|sx|sl) SoCs. This patch will extend the > iMX6ul DT from the mainline kernel to support the ocotp driver on the > iMX6ul SoC. > > Signed-off-by: Daniel Schultz >

[PATCH 2/2] Documentation: remote-control: fix markup

2016-11-30 Thread Stefan Lengfeld
Fix missing '*' for bold text and remove indentation. It should be rendered as a single paragraph. Signed-off-by: Stefan Lengfeld --- Documentation/user/remote-control.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 3/3] ARM: rdu2: bring board support in line with other boards

2016-11-30 Thread Lucas Stach
- add barebox update handler - add barebox environment partition - automount using the PCIe ethernet - set hostname from board file Signed-off-by: Lucas Stach --- arch/arm/boards/zii-imx6q-rdu2/board.c | 18 ++

[PATCH 1/3] ARM: imx: Add support for ZII RDU2 board

2016-11-30 Thread Lucas Stach
From: Andrey Smirnov Add support for RDU2 board from Zodiac Inflight Innovations. Signed-off-by: Andrey Smirnov Signed-off-by: Lucas Stach --- arch/arm/boards/Makefile | 1 +

[PATCH 2/3] ARM: rdu2: support QP variant

2016-11-30 Thread Lucas Stach
This adds support for the QuadPlus variant of the board as a separate Barebox binary. Signed-off-by: Lucas Stach --- .../zii-imx6q-rdu2/flash-header-imx6qp-rdu2.imxcfg | 132 + arch/arm/boards/zii-imx6q-rdu2/lowlevel.c | 13 ++

[PATCH 2/3] arm: imx6: ocotp: Added write check

2016-11-30 Thread Daniel Schultz
Since it's forbidden to use a multicast address as ethernet address, the driver should check the addresses before they got written. Signed-off-by: Daniel Schultz --- arch/arm/mach-imx/ocotp.c | 6 ++ 1 file changed, 6 insertions(+) diff --git

[PATCH 1/3] arm: imx6: ocotp: Added support for the i.MX6UL

2016-11-30 Thread Daniel Schultz
This patch adds support for the i.MX6UL SoC. Also, the driver was extended to handle two MAC addresses. Signed-off-by: Daniel Schultz --- arch/arm/mach-imx/ocotp.c| 82 +--- dts/Bindings/nvmem/imx-ocotp.txt | 7 ++-- 2 files

[PATCH 3/3] arm: dts: Added ocotp support for i.MX6UL

2016-11-30 Thread Daniel Schultz
Ocotp is available for the iMX6(q|sx|sl) SoCs. This patch will extend the iMX6ul DT from the mainline kernel to support the ocotp driver on the iMX6ul SoC. Signed-off-by: Daniel Schultz --- arch/arm/dts/imx6ul-phytec-phycore-som.dts | 1 + arch/arm/dts/imx6ul.dtsi

[PATCH 1/2] imx6qdl-phytec-phycore-som.dtsi: rename eeprom

2016-11-30 Thread Stefan Lengfeld
From: Jan Remmet Chose name according to kernel. This is needed for bootstate. Signed-off-by: Jan Remmet Signed-off-by: Christian Hemp --- arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: help-UBOOT2 JMP

2016-11-30 Thread Ulrich Ölmann
Hi, On Wed, Nov 30, 2016 at 06:16:22PM +0330, irlinuxbox wrote: > barebox is displays “UBOOT2 JMP ” during bootup on x86 > > export ARCH=x86 > make generic_defconfig > make > > ./scripts/setupmbr/setupmbr –s 32 –m ./barebox.bin –d /dev/sdb doing a quick grep for "UBOOT2" points to

help-UBOOT2 JMP

2016-11-30 Thread irlinuxbox
barebox is displays “UBOOT2 JMP ” during bootup on x86 export ARCH=x86 make generic_defconfig make ./scripts/setupmbr/setupmbr –s 32 –m ./barebox.bin –d /dev/sdb Sincerely, ___ barebox mailing list barebox@lists.infradead.org