[U-Boot] [PATCH] microblaze: Make the board configuration name user definable

2016-12-16 Thread Michal Simek
From: Sai Pavan Boddu Add a prompt for editing in menuconfig Signed-off-by: Sai Pavan Boddu Signed-off-by: Michal Simek --- board/xilinx/microblaze-generic/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/board/xilinx/microblaze-generic/Kconfig b/board/xilinx/microblaze-gene

[U-Boot] [PATCH 1/2] microblaze: Remove hardcoded IP address from config

2016-12-16 Thread Michal Simek
IP addresses shouldn't be hardcoded in board config. This patch removes them. Signed-off-by: Michal Simek --- include/configs/microblaze-generic.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 7abffdb2ef0

[U-Boot] [PATCH 2/2] microblaze: Enable option to overwrite default variables

2016-12-16 Thread Michal Simek
Enable overwriting variables out of main config file. Signed-off-by: Michal Simek --- include/configs/microblaze-generic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 6b380f005ecc..36b0a0eb163c 100644 -

[U-Boot] [PATCH 1/2] ARM64: zynqmp: Increase environment size to 32K

2016-12-16 Thread Michal Simek
From: Siva Durga Prasad Paladugu Increase environment size to 32K as the current default environment itself is greater than 4K. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[U-Boot] [PATCH 2/2] ARM64: zynqmp: Add support to save env to FAT

2016-12-16 Thread Michal Simek
From: Siva Durga Prasad Paladugu Add support to save environment as a file of FAT filesystem on to SD card. The file will be saved with name uEnv.txt. This environment will be retrieved during boot. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- include/configs/xil

Re: [U-Boot] [PATCH v2 0/6] cleanup and enhancements for Colibri VFxx

2016-12-16 Thread Stefano Babic
On 30/11/2016 22:41, Stefan Agner wrote: > From: Stefan Agner > > This patchset cleans up the board file, speeds up NAND slightly > and enhances the board support with device tree MTD partition > support. > > It also fixes a bug in the new Toradex config block code. > > Not sure through which t

Re: [U-Boot] [PATCH 0/2] arm: imx: add boards apalis imx6, colibri imx6

2016-12-16 Thread Stefano Babic
On 30/11/2016 19:43, Max Krummenacher wrote: > This series adds support for the Toradex Apalis iMX6 and Colibri iMX6 > computer on modules. > > Tha Apalis iMX6 requires the following patch currently in the u-boot-imx > maintainer tree: > http://git.denx.de/?p=u-boot/u-boot-imx.git;a=commit;h=15fde

[U-Boot] [PATCH] fpga: zynqmp: Remove empty functions

2016-12-16 Thread Michal Simek
Xilinx core files will take care about it. There is no need to have these functions because they do nothing. Signed-off-by: Michal Simek --- drivers/fpga/zynqpl.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/fpga/zynqpl.c b/drivers/fpga/zynqpl.c index 2b0318797e33..2ff716c25

Re: [U-Boot] [PATCH 3/6] udoo_neo: Staticize board_string()

2016-12-16 Thread Stefano Babic
On 01/12/2016 19:37, Breno Lima wrote: > Change board_string() function to static because it's being used locally. > > Signed-off-by: Breno Lima > --- > board/udoo/neo/neo.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/udoo/neo/neo.c b/board/udoo/neo/neo.c > in

Re: [U-Boot] [PATCH 1/6] udoo_neo: Remove USDHC3 support

2016-12-16 Thread Stefano Babic
On 01/12/2016 19:37, Breno Lima wrote: > It's not necessary to support USDHC3 in U-Boot as it's being used for > the WLAN. > > Signed-off-by: Breno Lima > --- > board/udoo/neo/neo.c | 94 > +++--- > include/configs/udoo_neo.h | 1 - > 2 files chang

Re: [U-Boot] [PATCH 4/6] udoo_neo: Remove mmcautodetect option

2016-12-16 Thread Stefano Babic
On 01/12/2016 19:37, Breno Lima wrote: > It's not necessary to define the mmcautodetect as it is not used anywhere. > > Signed-off-by: Breno Lima > --- > include/configs/udoo_neo.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h >

Re: [U-Boot] [PATCH 5/6] udoo_neo: Remove console option

2016-12-16 Thread Stefano Babic
On 01/12/2016 19:37, Breno Lima wrote: > It's not necessary to define the console option as we use the distro config. > > Signed-off-by: Breno Lima > --- > include/configs/udoo_neo.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h

Re: [U-Boot] [PATCH 6/6] udoo_neo: Add thermal support

2016-12-16 Thread Stefano Babic
On 01/12/2016 19:37, Breno Lima wrote: > Add thermal support on the Kconfig file. > > Signed-off-by: Breno Lima > --- > arch/arm/cpu/armv7/mx6/Kconfig | 2 ++ > include/configs/udoo_neo.h | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/c

Re: [U-Boot] [PATCH 2/6] udoo_neo: Move MX6SX configuration to Kconfig

2016-12-16 Thread Stefano Babic
On 01/12/2016 19:37, Breno Lima wrote: > It's not necessary to define the processor in the defconfig file. > > The preferred method to select the SoC is via Kconfig file. > > Signed-off-by: Breno Lima > --- > arch/arm/cpu/armv7/mx6/Kconfig | 1 + > configs/udoo_neo_defconfig | 2 +- > 2 fil

Re: [U-Boot] [PATCH 2/3] udoo_neo: Add PFUZE300 PMIC support

2016-12-16 Thread Stefano Babic
On 06/12/2016 18:38, Breno Lima wrote: > UDOO Neo boards has a PFUZE300 connected to I2C1 bus. > > Tested on a UDOO Neo Full with "pmic PFUZE3000 dump" command. > > Signed-off-by: Breno Lima > --- > board/udoo/neo/neo.c | 143 > + > include/con

Re: [U-Boot] [PATCH 1/3] power: pmic: Add Voltage configuration macro

2016-12-16 Thread Stefano Babic
On 06/12/2016 18:38, Breno Lima wrote: > Add pfuze3000 voltage configuration macro for SW1AB, SW3 and VLDO1/2 according > to tables 53, 57 and 62 on PF3000 datasheet. > > Signed-off-by: Breno Lima > --- > Note: This patch series depends on my last series submission. > include/power/pfuze3000_pmi

Re: [U-Boot] [PATCH 3/3] udoo_neo: Add Ethernet support

2016-12-16 Thread Stefano Babic
On 06/12/2016 18:38, Breno Lima wrote: > UDOO Neo boards has one FEC port connected to KSZ8091, add support for it. > > Tested on a UDOO Neo Full with "dhcp zImage" command. > > Signed-off-by: Breno Lima > --- > board/udoo/neo/neo.c | 95 > ++ >

Re: [U-Boot] [PATCH v4 00/16] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support

2016-12-16 Thread Jagan Teki
Hi Stefano, On Tue, Dec 13, 2016 at 5:56 PM, Jagan Teki wrote: > From: Jagan Teki > > This is v4 for previous v3, v2 series[1] [2] on top of [3] series > > Changes for v4: > - Add FEC patches. > > Changes for v3: > - Add I2C support > > Changes for v2: > - Add 'Acked-by' from Joe > - Add new i.C

[U-Boot] [PATCHv2 2/2] armv8/fsl_lsch2: Add the OCRAM initialization

2016-12-16 Thread Zhiqiang Hou
From: Hou Zhiqiang Clear the content to zero and the ECC error bit of OCRAM1/2. The OCRAM must be initialized to ZERO by the unit of 8-Byte before accessing it, or else it will generate ECC error. And the IBR has accessed the OCRAM before this initialization, so the ECC error status bit should t

[U-Boot] [PATCHv2 1/2] ARMv8/fsl-layerscape: Correct the OCRAM size

2016-12-16 Thread Zhiqiang Hou
From: Hou Zhiqiang The real size of OCRAM is 128KiB, so correct the size of OCRAM. And OCRAM reserved 2MiB space, then add a new macro to describe it, which is used for MMU setup. Signed-off-by: Hou Zhiqiang --- V2: - New patch arch/arm/include/asm/arch-fsl-layerscape/config.h | 8 +---

Re: [U-Boot] [PATCH 1/2] libfdt: overlay: Fix missing symbols condition

2016-12-16 Thread Maxime Ripard
On Thu, Dec 15, 2016 at 03:03:26PM -0800, Stefan Agner wrote: > From: Stefan Agner > > When there is no symbols section in the device tree, > overlay_fixup_phandles should return FDT_ERR_NOTFOUND instead of > FDT_ERR_BADOFFSET. > > Signed-off-by: Stefan Agner > --- > > lib/libfdt/fdt_overlay.

Re: [U-Boot] [PATCH 0/2] ARM: imx6ul: Support liteSOM and liteBoard

2016-12-16 Thread Stefano Babic
On 07/12/2016 16:50, Marcin Niestroj wrote: > Hi, > > On 29.11.2016 17:31, Stefano Babic wrote: >> On 16/09/2016 15:45, Marcin Niestroj wrote: >>> Hi, >>> >>> These patches add support for liteSOM >>> (http://grinn-global.com/litesom/), >>> and liteBoard (which uses liteSOM as it's base). >>> >>>

Re: [U-Boot] [PATCH 2/2] cmd: fdt: Print error message when fdt application fails

2016-12-16 Thread Maxime Ripard
On Thu, Dec 15, 2016 at 03:03:27PM -0800, Stefan Agner wrote: > From: Stefan Agner > > There are lots of reason why a FDT application might fail, the > error code might give an indication. Let the error code translate > in a error string so users can try to understand what went wrong. > > Signed

[U-Boot] [PATCH] common: Fix logic in fpga programming

2016-12-16 Thread Michal Simek
Stop boot process if fpga programming fails. Signed-off-by: Michal Simek --- common/image.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common/image.c b/common/image.c index bd07e86701a4..e3486e46a459 100644 --- a/common/image.c +++ b/common/image.c @@ -1375,11 +1

Re: [U-Boot] [PATCH] common: Fix logic in fpga programming

2016-12-16 Thread Mike Looijmans
On 16-12-16 10:45, Michal Simek wrote: Stop boot process if fpga programming fails. Signed-off-by: Michal Simek --- common/image.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common/image.c b/common/image.c index bd07e86701a4..e3486e46a459 100644 --- a/common/i

[U-Boot] [PATCH v2] fpga: zynqmp: Remove empty functions

2016-12-16 Thread Michal Simek
Xilinx core files will take care about it. There is no need to have these functions because they do nothing. Signed-off-by: Michal Simek --- Changes in v2: - v1 missed also removing dump function drivers/fpga/zynqpl.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/fpg

Re: [U-Boot] [PATCH] common: Fix logic in fpga programming

2016-12-16 Thread Michal Simek
On 16.12.2016 10:50, Mike Looijmans wrote: > On 16-12-16 10:45, Michal Simek wrote: >> Stop boot process if fpga programming fails. >> >> Signed-off-by: Michal Simek >> --- >> >> common/image.c | 7 +++ >> 1 file changed, 3 insertions(+), 4 deletions(-) >> >> diff --git a/common/image.c b/com

[U-Boot] [PATCH v2] common: Fix logic in fpga programming

2016-12-16 Thread Michal Simek
Stop boot process if fpga programming fails. Without this patch boot process continues even if fpga programming failed. Signed-off-by: Michal Simek --- Changes in v2: - Return err instead of magic 1 - Reported-by: Mike - Extend commit message - Add \n to the printf message common/image.c | 7 +

Re: [U-Boot] [PATCH] configs: colibri_vf: Add fdt_fixup environment variable

2016-12-16 Thread Stefano Babic
On 02/12/2016 09:58, Sanchayan Maity wrote: > u-boot allows modifying a device tree after it is loaded into > memory. Add fdt_fixup hook in u-boot environment which can > facilitate such modifications. > > Signed-off-by: Sanchayan Maity > --- > include/configs/colibri_vf.h | 7 --- > 1 file

[U-Boot] [PATCH] sf: ids: Correct Micron n25q128 flags

2016-12-16 Thread Phil Edworthy
The n25q128 devices support 4K erase. Signed-off-by: Phil Edworthy --- drivers/mtd/spi/spi_flash_ids.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c index edca94e..e31131e 100644 --- a/drivers/mtd/spi/spi

Re: [U-Boot] [PATCH V2 00/19] imx: add i.MX6SLL support

2016-12-16 Thread Stefano Babic
Hi Peng, On 11/12/2016 12:24, Peng Fan wrote: > This patch set is to add i.MX6SLL support. > 1. There are also a few patches to fix bugs in this patchset. > 2. Default add device tree support. > 3. Add two defconfigs, one for DCD, the other for plugin. > > V2 changes: > Patch 16/19: Add Simon's

[U-Boot] [PATCH] ARM: zynq: Move CONFIG_SYS_TEXT_BASE to Kconfig

2016-12-16 Thread Michal Simek
Enable CONFIG_SYS_TEXT_BASE via Kconfig. Signed-off-by: Michal Simek --- Kconfig| 3 ++- configs/topic_miami_defconfig | 1 + configs/topic_miamiplus_defconfig | 1 + configs/zynq_microzed_defconfig| 1 + configs/zynq_picozed_defconfig | 1 + configs/zy

[U-Boot] [PATCH 2/2] net: zynq_gem: Use clock driver for ZynqMP

2016-12-16 Thread Michal Simek
From: Siva Durga Prasad Paladugu Enable and use the clock driver routine defined in clock driver toset required clock appropriately. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- arch/arm/include/asm/arch-zynqmp/sys_proto.h | 2 ++ drivers/net/zynq_gem.c

[U-Boot] [PATCH 1/2] clk: zynqmp: Add clock driver support for zynqmp

2016-12-16 Thread Michal Simek
From: Siva Durga Prasad Paladugu Add basic clock driver support for zynqmp which sets the required clock for GEM controller Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- drivers/clk/Kconfig | 7 ++ drivers/clk/Makefile | 1 + drivers/clk/clk_zynqmp.c

[U-Boot] [PATCH 1/4] ARM: zynq: Remove CONFIG_BOOTP_SERVERIP

2016-12-16 Thread Michal Simek
Do the same change which was done in ZynqMP by: "ARM64: zynqmp: Remove CONFIG_BOOTP_SERVERIP" (sha1: a8b6a156c0f7fb99502229e454bc9c3b38645280) Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/zynq-common.h b/include

[U-Boot] [PATCH 2/4] ARM: zynq: Remove spi-max-frequency

2016-12-16 Thread Michal Simek
spi-max-frequency for spi bus depends on devices which are connected to it. Remove this parameter from dtsi file. Signed-off-by: Michal Simek --- arch/arm/dts/zynq-7000.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index 668f

[U-Boot] [PATCH 4/4] ARM: dts: zynq: replace gpio-key, wakeup with wakeup-source property

2016-12-16 Thread Michal Simek
From: Sudeep Holla Though the keyboard driver for GPIO buttons(gpio-keys) will continue to check for/support the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "gpio-key,wakeup" with t

[U-Boot] [PATCH 3/4] ARM: zynq: Setup modeboot variable based on boot mode

2016-12-16 Thread Michal Simek
modeboot variable is used for saving inforation which bootmode is used. Signed-off-by: Michal Simek --- board/xilinx/zynq/board.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index 5cd9bbf711f7..6a3cbe0a0dc4 100644 --- a/board/x

[U-Boot] [PATCH 1/7] ARM64: zynqmp: Add missing SPL dependency for boot.bin generation

2016-12-16 Thread Michal Simek
boot.bin file is generated only when SPL is selected. Reflect this depency in Kconfig. Signed-off-by: Michal Simek --- arch/arm/cpu/armv8/zynqmp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv8/zynqmp/Kconfig b/arch/arm/cpu/armv8/zynqmp/Kconfig index f354aae3fc24.

[U-Boot] [PATCH 2/7] ARM64: zynqmp: clk: Add the clock for watchdog

2016-12-16 Thread Michal Simek
From: Shubhrajyoti Datta The watchdog clock node is missing. Add the same. This solves the below error. cdns-wdt fd4d.watchdog: input clock not found cdns-wdt: probe of fd4d.watchdog failed with error -2 Signed-off-by: Shubhrajyoti Datta Signed-off-by: Michal Simek --- arch/arm/dts/

[U-Boot] [PATCH 3/7] ARM64: zynqmp: Add missing earlycon for ep108

2016-12-16 Thread Michal Simek
Just sync between version. Others zynqmp boards have this setup. Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp-ep108.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/zynqmp-ep108.dts b/arch/arm/dts/zynqmp-ep108.dts index 2483180d38f6..9f6b11180e76 100644 --- a/arch/arm

[U-Boot] [PATCH 4/7] ARM64: zynqmp: Fix usb nodes for dc1 and dc2

2016-12-16 Thread Michal Simek
Fix DT binding for usb nodes. Setup correct aliases and enable dwc3 nodes. Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts | 4 arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts | 4 2 files changed, 8 insertions(+) diff --git a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dt

[U-Boot] [PATCH 6/7] ARM64: zynqmp: Add one empty line between license and nodes

2016-12-16 Thread Michal Simek
Sync with Linux kernel. Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index f8a2b5fdd930..e2e76d70fd37 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -7,6

[U-Boot] [PATCH 5/7] ARM64: zynqmp: Add idle state for ZynqMP

2016-12-16 Thread Michal Simek
From: Stefan Krsmanovic Added the idle-states node to describe zynqmp idle states. Only cpu-sleep-0 idle state is added in this patch. References to the idle-states node are added in all CPU nodes. Time values: entry/exit latencies and min-residency, needs to be tuned. arm,psci-suspend-param is s

[U-Boot] [PATCH 7/7] ARM64: zynqmp: Enable fastboot for first SD/MMC/EMMC device

2016-12-16 Thread Michal Simek
From: Siva Durga Prasad Paladugu DNL numbers are not changed that's why fastboot needs to be called with -i parameter (Xilinx vendor id). - Show available devices sudo fastboot -i 0x03fd devices xilinx_zynqmp_zcu100fastboot - Stop fastboot and go back to U-Boot prompt sudo fastboot -i 0x03f

Re: [U-Boot] [PATCH v2] armv8: fsl-lsch2: enable snoopable usb read and write

2016-12-16 Thread Jerry Huang
> -Original Message- > From: Changming Huang [mailto:jerry.hu...@nxp.com] > Sent: Friday, December 16, 2016 10:38 AM > To: york sun ; Stuart Yoder ; > u-boot@lists.denx.de > Cc: Jerry Huang > Subject: [PATCH v2] armv8: fsl-lsch2: enable snoopable usb read and write > > By default the US

[U-Boot] [PATCH] udoo_neo: Remove USDHC3 entry

2016-12-16 Thread Fabio Estevam
Commit c94981efa20cc58 ("udoo_neo: Remove USDHC3 support") removed the SDHC3 support, but missed to remove the entry from the usdhc_cfg structure, so just remove it. Signed-off-by: Fabio Estevam --- board/udoo/neo/neo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/board

Re: [U-Boot] [PATCH 4/4] ARM: dts: zynq: replace gpio-key, wakeup with wakeup-source property

2016-12-16 Thread Sudeep Holla
On 16/12/16 12:38, Michal Simek wrote: > From: Sudeep Holla > > Though the keyboard driver for GPIO buttons(gpio-keys) will continue to > check for/support the legacy "gpio-key,wakeup" boolean property to > enable gpio buttons as wakeup source, "wakeup-source" is the new > standard binding. >

Re: [U-Boot] [PATCH 4/4] ARM: dts: zynq: replace gpio-key, wakeup with wakeup-source property

2016-12-16 Thread Michal Simek
On 16.12.2016 14:23, Sudeep Holla wrote: > > > On 16/12/16 12:38, Michal Simek wrote: >> From: Sudeep Holla >> >> Though the keyboard driver for GPIO buttons(gpio-keys) will continue to >> check for/support the legacy "gpio-key,wakeup" boolean property to >> enable gpio buttons as wakeup source,

Re: [U-Boot] [PATCH 4/4] ARM: dts: zynq: replace gpio-key, wakeup with wakeup-source property

2016-12-16 Thread Sudeep Holla
On 16/12/16 13:30, Michal Simek wrote: > On 16.12.2016 14:23, Sudeep Holla wrote: >> >> >> On 16/12/16 12:38, Michal Simek wrote: >>> From: Sudeep Holla >>> >>> Though the keyboard driver for GPIO buttons(gpio-keys) will continue to >>> check for/support the legacy "gpio-key,wakeup" boolean prop

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-16 Thread Maxime Ripard
On Mon, Dec 12, 2016 at 04:04:23PM +, Andre Przywara wrote: > Hi, > > On 12/12/16 15:13, Maxime Ripard wrote: > > On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wrote: > >> Hi, > >> > >> On 06/12/16 11:28, Maxime Ripard wrote: > >>> On Mon, Dec 05, 2016 at 01:52:30AM +, Andre Prz

Re: [U-Boot] [PATCH 2/2] sunxi: add orangepi zero defconfig

2016-12-16 Thread Jagan Teki
On Fri, Dec 16, 2016 at 3:35 PM, Icenowy Zheng wrote: > Orange Pi Zero is a board designed by Xunlong. It has an Allwinner H2+ > SoC (similar to H3, which shares the same SoC ID), 256MB/512MB RAM, > Allwinner XR819 SDIO Wi-Fi, a MicroUSB port which is used to power the > board (also capable of OTG

Re: [U-Boot] [PATCH 1/2] sunxi: add proper device tree for Orange Pi Zero boards

2016-12-16 Thread Jagan Teki
On Fri, Dec 16, 2016 at 3:35 PM, Icenowy Zheng wrote: > Add a proper device tree file for Orange Pi Zero boards from Xunlong, > which come with a Allwinner H2+ SoC (similar to H3). > > Signed-off-by: Icenowy Zheng Reviewed-by: Jagan Teki thanks! -- Jagan Teki Free Software Engineer | www.open

Re: [U-Boot] [PATCH v2 23/23] sunxi: A64: add 32-bit SPL support

2016-12-16 Thread Andre Przywara
Hi, On 16/12/16 14:52, Maxime Ripard wrote: > On Mon, Dec 12, 2016 at 04:04:23PM +, Andre Przywara wrote: >> Hi, >> >> On 12/12/16 15:13, Maxime Ripard wrote: >>> On Tue, Dec 06, 2016 at 12:22:59PM +, Andre Przywara wrote: Hi, On 06/12/16 11:28, Maxime Ripard wrote: > On

Re: [U-Boot] [PATCH v4 00/16] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support

2016-12-16 Thread Stefano Babic
Hi Jagan, On 16/12/2016 10:23, Jagan Teki wrote: > Hi Stefano, > > On Tue, Dec 13, 2016 at 5:56 PM, Jagan Teki wrote: >> From: Jagan Teki >> >> This is v4 for previous v3, v2 series[1] [2] on top of [3] series >> >> Changes for v4: >> - Add FEC patches. >> >> Changes for v3: >> - Add I2C suppor

Re: [U-Boot] [PATCH v4 00/16] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support

2016-12-16 Thread Jagan Teki
Hi Stefano, Did you apply on top this series [1], can you confirm? [1] [PATCH v3 00/13] imx6: icorem6: Add dm-eth, framebuffer and I2C support On Fri, Dec 16, 2016 at 4:42 PM, Stefano Babic wrote: > Hi Jagan, > > On 16/12/2016 10:23, Jagan Teki wrote: >> Hi Stefano, >> >> On Tue, Dec 13, 2016 a

Re: [U-Boot] [PATCH v4 00/16] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support

2016-12-16 Thread Jagan Teki
On Fri, Dec 16, 2016 at 5:00 PM, Jagan Teki wrote: > Hi Stefano, > > Did you apply on top this series [1], can you confirm? > > [1] [PATCH v3 00/13] imx6: icorem6: Add dm-eth, framebuffer and I2C support Look like you have not applied above before applying this series, we had a discussion about t

Re: [U-Boot] [PATCH v4 00/16] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support

2016-12-16 Thread Stefano Babic
On 16/12/2016 17:08, Jagan Teki wrote: > On Fri, Dec 16, 2016 at 5:00 PM, Jagan Teki wrote: >> Hi Stefano, >> >> Did you apply on top this series [1], can you confirm? >> >> [1] [PATCH v3 00/13] imx6: icorem6: Add dm-eth, framebuffer and I2C support > > Look like you have not applied above before

Re: [U-Boot] [PATCHv2 1/2] ARMv8/fsl-layerscape: Correct the OCRAM size

2016-12-16 Thread york sun
On 12/16/2016 01:29 AM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The real size of OCRAM is 128KiB, so correct the size of OCRAM. > And OCRAM reserved 2MiB space, then add a new macro to describe > it, which is used for MMU setup. > > Signed-off-by: Hou Zhiqiang > --- > V2: > - New patch > >

Re: [U-Boot] [PATCH v4 00/16] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support

2016-12-16 Thread Jagan Teki
On Fri, Dec 16, 2016 at 5:29 PM, Stefano Babic wrote: > On 16/12/2016 17:08, Jagan Teki wrote: >> On Fri, Dec 16, 2016 at 5:00 PM, Jagan Teki wrote: >>> Hi Stefano, >>> >>> Did you apply on top this series [1], can you confirm? >>> >>> [1] [PATCH v3 00/13] imx6: icorem6: Add dm-eth, framebuffer a

[U-Boot] [PATCH v5 10/16] imx6: icorem6: Rename engicam icorem6 defconfig files

2016-12-16 Thread Jagan Teki
From: Jagan Teki Rename defconfig files for better compatible with respective board names and dts files. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- Changes for v5: - Add missing CONFIG_VIDEO_IPUV3 in configs/imx6q_icore_[mmc|nand]_defconfig board/

Re: [U-Boot] [PATCH v4 00/16] imx6: Add Engicam GEAM6UL/i.CoreM6 RQS board support

2016-12-16 Thread Stefano Babic
On 16/12/2016 17:52, Jagan Teki wrote: > On Fri, Dec 16, 2016 at 5:29 PM, Stefano Babic wrote: >> On 16/12/2016 17:08, Jagan Teki wrote: >>> On Fri, Dec 16, 2016 at 5:00 PM, Jagan Teki wrote: Hi Stefano, Did you apply on top this series [1], can you confirm? [1] [PATCH v3

Re: [U-Boot] [PATCH 2/4] ARM: zynq: Remove spi-max-frequency

2016-12-16 Thread Moritz Fischer
Hi Michal, On Fri, Dec 16, 2016 at 5:38 AM, Michal Simek wrote: > spi-max-frequency for spi bus depends on devices which are > connected to it. Remove this parameter from dtsi file. > > Signed-off-by: Michal Simek > --- > > arch/arm/dts/zynq-7000.dtsi | 2 -- > 1 file changed, 2 deletions(-) >

Re: [U-Boot] [PATCH v2 15/23] sunxi: A64: use H3 DRAM initialization code for A64

2016-12-16 Thread Andre Przywara
Hi Simon, On 05/12/16 06:26, Simon Glass wrote: > Hi Andre, > > On 4 December 2016 at 18:52, Andre Przywara wrote: >> From: Jens Kuske >> >> The A64 DRAM controller is very similar to the H3 one, >> so the code can be reused with some small changes. > > Yes but it makes the code a mess. Can yo

Re: [U-Boot] [PATCH v2 18/23] sunxi: A64: enable SPL

2016-12-16 Thread Andre Przywara
Hi, On 05/12/16 06:26, Simon Glass wrote: > On 4 December 2016 at 18:52, Andre Przywara wrote: >> Now that the SPL is ready to be compiled in AArch64 and the DRAM >> init code is ready, enable SPL support for the A64 SoC and in the >> Pine64 defconfig. >> For now we keep the boot0 header in the U

Re: [U-Boot] [PATCH v5 10/16] imx6: icorem6: Rename engicam icorem6 defconfig files

2016-12-16 Thread Stefano Babic
On 16/12/2016 17:51, Jagan Teki wrote: > From: Jagan Teki > > Rename defconfig files for better compatible with > respective board names and dts files. > > Cc: Stefano Babic > Cc: Matteo Lisi > Cc: Michael Trimarchi > Signed-off-by: Jagan Teki > --- > Changes for v5: > - Add missing CONFIG_V

[U-Boot] [PATCH 1/2] usb: gadget: dfu: correct size for USB_REQ_DFU_GETSTATE result

2016-12-16 Thread Patrick Delaunay
From: Patrick Delaunay return the correct size for DFU_GETSTATE result (1 byte in DFU 1.1 spec) to avoid issue in USB protocol and the variable "value" is propagated to req->lenght as all the in the other request with answer - DFU_GETSTATUS - DFU_DNLOAD - DFU_UPLOAD Then the buffer is correctly t

[U-Boot] [PATCH 0/2] Series to clean handle_XXX() in f_dfu.c

2016-12-16 Thread Patrick Delaunay
1/ DFU_GETSTATE response error when the DFU device state is requested using libusb with DFU_GETSTATUS a error is generated : LIBUSB_ERROR_IO I see the issue with my programmer tools based on dfu with libusb and I don't understood the actual code in U-Boot (req->actual is updated but not req->len

[U-Boot] [PATCH 2/2] usb: gadget: dfu: add result for handle_getstatus()

2016-12-16 Thread Patrick Delaunay
From: Patrick Delaunay harmonize result with other handle_XXX() functions: return int for size remove the define RET_STAT_LEN : no more necessary Signed-off-by: Patrick Delaunay Signed-off-by: Patrick Delaunay --- drivers/usb/gadget/f_dfu.c | 34 +- drivers/us

Re: [U-Boot] [PATCH] driver: fsl-mc: qbman: Add QBMAN 4.1 support

2016-12-16 Thread york sun
On 12/06/2016 10:42 PM, Priyanka Jain wrote: > LS2080A SoC family has QBMAN ver 4.0 whereas newer > SoCs like LS2088A, LS1088A has QBMAN ver 4.1 > QBMAN ver 4.0 and ver 4.1 supports dqrr size as 4 and 8 respectively. > > Add support of > to check QBMAN version based on SoC SVR > update

Re: [U-Boot] [PATCH 2/2] armv8: ls1043a: dts: Fix the ranges table of IFC node

2016-12-16 Thread york sun
On 12/05/2016 11:41 PM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > Corrected the ranges table of the IFC node. > > Signed-off-by: Hou Zhiqiang > --- > arch/arm/dts/fsl-ls1043a-qds.dtsi | 12 ++-- > arch/arm/dts/fsl-ls1043a-rdb.dts | 4 ++-- > 2 files changed, 8 insertions(+), 8 delet

Re: [U-Boot] [PATCH v5 0/6] Add ARMv8 PSCI framework

2016-12-16 Thread york sun
On 12/07/2016 07:58 PM, Hongbo Zhang wrote: > v4-v5 changes: > - rebased to latest u-boot version to ease conflict. > - added mutually exclusive from FSL_PPA. > Applied to fsl-qoriq master, awaiting upstream. Thanks. York ___ U-Boot mailing list U-

Re: [U-Boot] [PATCH 3/4] fsl/ddr: Enable erratum-a009942 workaround for B/T-series

2016-12-16 Thread york sun
On 11/15/2016 01:28 AM, Shengzhou Liu wrote: > Enable ERRATUM_A009942 workaround for B-series and T-series platforms. > > Signed-off-by: Shengzhou Liu > --- > arch/powerpc/include/asm/config_mpc85xx.h | 5 + > 1 file changed, 5 insertions(+) Applied to fsl-qoriq master, awaiting upstream. Th

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

2016-12-16 Thread Jagan Teki
On Thu, Dec 15, 2016 at 7:08 PM, Jagan Teki wrote: > On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini wrote: >> On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote: >> >>> Hi Tom, >>> >>> Please pull this PR. >>> >>> Changes for v2: >>> - Skip "spi: Zap mpc52xx_spi.c and config" patch due to depe

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

2016-12-16 Thread Tom Rini
On Fri, Dec 16, 2016 at 08:21:36PM +0100, Jagan Teki wrote: > On Thu, Dec 15, 2016 at 7:08 PM, Jagan Teki wrote: > > On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini wrote: > >> On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote: > >> > >>> Hi Tom, > >>> > >>> Please pull this PR. > >>> > >>> Ch

Re: [U-Boot] [PATCH 1/2] armv8: ls1043ardb: dts: Fix the unit-address of some I2C device nodes

2016-12-16 Thread york sun
On 12/05/2016 11:41 PM, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The unit-address should be the same as the I2C address of the device. > > Signed-off-by: Hou Zhiqiang > --- > arch/arm/dts/fsl-ls1043a-rdb.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied to fsl-qoriq

Re: [U-Boot] [PATCH 4/4] fsl/board/ddr: optimize board-specific cpo for erratum A-009942

2016-12-16 Thread york sun
On 11/15/2016 01:28 AM, Shengzhou Liu wrote: > Optimize board-specific cpo for erratum A-009942 on b4860qds, > ls1043aqds, ls1043ardb, ls1046aqds, ls1046ardb, ls2080ardb, > t102xqds, t102xrdb, t1040qds, t104xrdb, t208xqds, t208xrdb, > t4qds, t4rdb boards. > > Signed-off-by: Shengzhou Liu > --- Ap

Re: [U-Boot] [PATCH v4] arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC

2016-12-16 Thread Stefano Babic
Hi Patrick, On 04/11/2016 11:57, linux-kernel-...@beckhoff.com wrote: > From: Patrick Bruenn > > Add CX9020 board based on mx53loco. > Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse > serial_mxc with DTE and prepare for device tree migration of other > functions and imx53 d

[U-Boot] [PATCH] ARM: imx7s-warp: enable USB gadget ethernet

2016-12-16 Thread Kevin Hilman
Enable USB gadget ethernet by default to have networking capabilities. Tested using DHCP and TFTP to transfer kernel, DT, ramdisk. Cc: Fabio Estevam Signed-off-by: Kevin Hilman --- Applies to v2016.11 board/warp7/warp7.c | 14 ++ configs/warp7_defconfig | 5 + include/con

Re: [U-Boot] [PATCH v4] arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC

2016-12-16 Thread Patrick Brünn
Hi Stefano, > >On 04/11/2016 11:57, linux-kernel-...@beckhoff.com wrote: >> From: Patrick Bruenn >> >> Add CX9020 board based on mx53loco. >> Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse >> serial_mxc with DTE and prepare for device tree migration of other >> functions and

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

2016-12-16 Thread Jagan Teki
On Fri, Dec 16, 2016 at 8:40 PM, Tom Rini wrote: > On Fri, Dec 16, 2016 at 08:21:36PM +0100, Jagan Teki wrote: >> On Thu, Dec 15, 2016 at 7:08 PM, Jagan Teki wrote: >> > On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini wrote: >> >> On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote: >> >> >> >>

Re: [U-Boot] [PATCH v2] Revert "sf: Fix quad bit set for micron devices"

2016-12-16 Thread Jagan Teki
On Thu, Dec 15, 2016 at 6:35 PM, Jagan Teki wrote: > From: Cyrille Pitchen > > This reverts commit c56ae7519f141523ba1248b22b5b5169b21772fe. > > Once the 'Quad Enable' bit is cleared in their Enhanced Volatile > Configuration Register (EVCR), Micron memories expect ALL commands to use > the SPI 4

[U-Boot] [PATCH v2 1/2] fs/fat: Avoid corruption of sectors following the FAT

2016-12-16 Thread Stefan Brüns
The FAT is read/flushed in segments of 6 (FATBUFBLOCKS) disk sectors. The last segment may be less than 6 sectors, cap the length. Signed-off-by: Stefan Brüns Reviewed-by: Benoît Thébaudeau --- fs/fat/fat.c | 1 + fs/fat/fat_write.c | 22 -- 2 files changed, 13 insert

[U-Boot] [PATCH v2 0/2] fs/fat: more bugfixes, cleanups

2016-12-16 Thread Stefan Brüns
Fix a possible filesystem corruption if the FS is almost full, and remove some duplicate code. Stefan Brüns (2): fs/fat: Avoid corruption of sectors following the FAT fs/fat: merge readwrite get_fatent_value() with readonly get_fatent() fs/fat/fat.c | 26 +-- fs/fat/fat_write.

[U-Boot] [PATCH v2 2/2] fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()

2016-12-16 Thread Stefan Brüns
get_fatent_value(...) flushes changed FAT entries to disk when fetching the next FAT blocks, in every other aspect it is identical to get_fatent(...). Provide a stub implementation for flush_dirty_fat_buffer if CONFIG_FAT_WRITE is not set. Calling flush_dirty_fat_buffer during read only operation

[U-Boot] Please pull u-boot-fsl-qoriq master

2016-12-16 Thread york sun
Tom, The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c: MAINTAINERS: DFU: Change e-mail address for DFU maintainer (2016-12-12 13:03:15 -0500) are available in the git repository at: git://git.denx.de/u-boot-fsl-qoriq.git for you to fetch changes up to c151cb5b

Re: [U-Boot] [PATCH] ARM: imx7s-warp: enable USB gadget ethernet

2016-12-16 Thread Fabio Estevam
On Fri, Dec 16, 2016 at 7:04 PM, Kevin Hilman wrote: > Enable USB gadget ethernet by default to have networking capabilities. > > Tested using DHCP and TFTP to transfer kernel, DT, ramdisk. > > Cc: Fabio Estevam > Signed-off-by: Kevin Hilman Thanks for the patch: Reviewed-by: Fabio Estevam __

Re: [U-Boot] [PATCH v2 13/23] sunxi: H3: add and rename some DRAM contoller registers

2016-12-16 Thread André Przywara
On 05/12/16 06:26, Simon Glass wrote: Hi Simon, > On 4 December 2016 at 18:52, Andre Przywara wrote: >> From: Jens Kuske >> >> The IOCR registers got renamed to BDLR to match the public >> documentation of similar controllers. >> >> Signed-off-by: Jens Kuske >> Signed-off-by: Andre Przywara

Re: [U-Boot] [PATCH v2 14/23] sunxi: H3: add DRAM controller single bit delay support

2016-12-16 Thread André Przywara
On 07/12/16 03:48, Simon Glass wrote: > Hi Andre, > > [...] > I wonder if there is value in moving this to device tree with of-platdata? >> >> While I kind of like the idea of using the DT for this, there are some >> issues: >> >> 1) There is no binding so far for representing the DRAM data.

[U-Boot] [PATCH] fs/fat: simplify get_fatent for FAT12

2016-12-16 Thread Stefan Brüns
From: Stefan Brüns Instead of shuffling bits from two adjacent 16 bit words, use one 16 bit word with the appropriate byte offset in the buffer. Signed-off-by: Stefan Brüns --- fs/fat/fat.c | 34 +- 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a

Re: [U-Boot] [PATCH v2 03/23] armv8: add lowlevel_init.S

2016-12-16 Thread André Przywara
On 05/12/16 06:26, Simon Glass wrote: > Hi Andre, > > On 4 December 2016 at 18:52, Andre Przywara wrote: >> For boards that call s_init() when the SPL runs, we are expected to >> setup an early stack before calling this C function. >> Implement the proper AArch64 version of this based on the ARMv

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

2016-12-16 Thread Tom Rini
On Fri, Dec 16, 2016 at 11:14:29PM +0100, Jagan Teki wrote: > On Fri, Dec 16, 2016 at 8:40 PM, Tom Rini wrote: > > On Fri, Dec 16, 2016 at 08:21:36PM +0100, Jagan Teki wrote: > >> On Thu, Dec 15, 2016 at 7:08 PM, Jagan Teki wrote: > >> > On Thu, Dec 15, 2016 at 6:50 PM, Tom Rini wrote: > >> >> O

Re: [U-Boot] [PATCH v3] Kconfig: Move USE_ARCH_MEMCPY/MEMSET to Kconfig

2016-12-16 Thread Tom Rini
On Thu, Dec 15, 2016 at 07:30:40PM -0200, Fabio Estevam wrote: > From: Fabio Estevam > > Move USE_ARCH_MEMCPY/MEMSET options to Kconfig. > > Make it "default y" for the ARMv7 architecture and make it > depend on !ARM64 && !SPL. > > Signed-off-by: Fabio Estevam Applied to u-boot/master, thank

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

2016-12-16 Thread Tom Rini
On Thu, Dec 15, 2016 at 05:05:05PM +0100, Jagan Teki wrote: > Hi Tom, > > Please pull this PR. > > Changes for v2: > - Skip "spi: Zap mpc52xx_spi.c and config" patch due to dependencies. > > thanks! > Jagan. > > The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c: > >

Re: [U-Boot] Please pull u-boot-fsl-qoriq master

2016-12-16 Thread Tom Rini
On Fri, Dec 16, 2016 at 05:43:04PM +, york sun wrote: > Tom, > > The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c: > >MAINTAINERS: DFU: Change e-mail address for DFU maintainer > (2016-12-12 13:03:15 -0500) > > are available in the git repository at: > >