Re: [U-Boot] [PATCH v5 5/7] armv8: ls2080a: Declare spin tables as reserved for efi loader

2016-10-17 Thread Alexander Graf
On 15.10.16 18:57, york sun wrote: > On 10/15/2016 03:03 AM, Alexander Graf wrote: >> The efi loader code has its own memory map, so it needs to be aware where >> the spin tables are located, to ensure that no code writes into those >> regions. >> >> Signed-off-by: Alexander Graf >> --- >> arch

Re: [U-Boot] [PATCH v2 0/5] Add i.MX HAB encryption support

2016-10-17 Thread Stefano Babic
Hi Gary, On 25/08/2016 19:03, Gary Bisson wrote: > Hi all, > > This patch is actually a follow-up of the one from Peng Fan: > https://patchwork.ozlabs.org/patch/616568/ > > As he mentioned at the time, the current i.MX source code doesn't allow > to build a U-Boot that supports encryption featur

Re: [U-Boot] [PATCH v5 7/7] efi_loader: Declare secure memory as reserved

2016-10-17 Thread Alexander Graf
On 15.10.16 18:58, york sun wrote: > On 10/15/2016 03:03 AM, Alexander Graf wrote: >> Some systems may implemente TrustZone (EL3) in U-Boot. Those systems >> reserve some memory that U-Boot is aware of as secure. >> >> For those systems, mask out that secure memory in the EFI memory map, >> as it

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-17 Thread Stefano Babic
Hi Otavio, On 11/10/2016 20:16, Otavio Salvador wrote: > On Tue, Oct 11, 2016 at 11:09 AM, Diego Dorta wrote: >> Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. >> >> Based on the Falcon mode code for MX6 Gateworks Ventana board. >> >> Signed-off-by: Diego Dorta >> --- >

Re: [U-Boot] [PATCH] pwm: imx: increase support up to PWM8

2016-10-17 Thread Stefano Babic
On 12/10/2016 19:01, Christoph Fritz wrote: > This patch increases number of supported PWMs from previously > 4 now up to 8. > > Signed-off-by: Christoph Fritz > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH] pwm: imx: increase support up to PWM8

2016-10-17 Thread Stefano Babic
On 17/10/2016 09:21, Stefano Babic wrote: > On 12/10/2016 19:01, Christoph Fritz wrote: >> This patch increases number of supported PWMs from previously >> 4 now up to 8. >> >> Signed-off-by: Christoph Fritz >> --- > > Applied to u-boot-imx, thanks ! No, it is not. Not all i.MX (even MX6, the o

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

2016-10-17 Thread Stefano Babic
On 07/10/2016 18:14, 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 devices. > >

[U-Boot] [PATCH v6 0/5] net: fec_mxc: Convert to DM

2016-10-17 Thread Jagan Teki
This series convert fec_mxc to DM and tested both dm and non-dm code and it is on top of [1] with u-boot-imx/master branch. Changes for v6: - Add Acked-by tags in commit message Changes for v5: - Add stub fec calls to minimize the #ifdef's - Use same func names on eth_ops - Remove reset_gpio in f

[U-Boot] [PATCH v6 1/5] net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddr

2016-10-17 Thread Jagan Teki
fec_get_hwaddr never used eth_device argument, hence removed. Cc: Simon Glass Cc: Peng Fan Cc: Stefano Babic Cc: Michael Trimarchi Acked-by: Joe Hershberger Signed-off-by: Jagan Teki --- drivers/net/fec_mxc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/n

[U-Boot] [PATCH v6 2/5] net: fec_mxc: Convert into driver model

2016-10-17 Thread Jagan Teki
From: Jagan Teki This patch add driver model support for fec_mxc driver. Cc: Simon Glass Cc: Joe Hershberger Cc: Peng Fan Cc: Stefano Babic Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- drivers/net/fec_mxc.c | 314 ++ drivers/net/fec_m

[U-Boot] [PATCH v6 3/5] net: fec_mxc: Driver cleanups

2016-10-17 Thread Jagan Teki
From: Jagan Teki - Remove exctra space - Add space - Add tab space - Fix single line comments quotes - Fix 'CHECK: Avoid CamelCase' - Fix 'CHECK: Alignment should match open parenthesis' - Fix 'WARNING: line over 80 characters' - Re-arrage header include files Cc: Simon Glass Cc: Peng Fan Cc:

[U-Boot] [PATCH v6 4/5] ARM: dts: imx6qdl-icore: Add FEC support

2016-10-17 Thread Jagan Teki
From: Jagan Teki Add FEC dts support for Engicam i.CoreM6 dql modules. Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Acked-by: Joe Hershberger Signed-off-by: Jagan Teki --- arch/arm/dts/imx6qdl-icore.dtsi | 24 1 file changed, 24 insertions(+) diff --git

[U-Boot] [PATCH v6 5/5] icorem6: Use CONFIG_DM_ETH support

2016-10-17 Thread Jagan Teki
From: Jagan Teki Use CONFIG_DM_ETH and remove board_eth_init code from board files. Cc: Joe Hershberger Cc: Peng Fan Cc: Stefano Babic Cc: Michael Trimarchi Acked-by: Joe Hershberger Signed-off-by: Jagan Teki --- arch/arm/cpu/armv7/mx6/Kconfig | 1 + board/engicam/icorem6/icorem6.c

Re: [U-Boot] [PATCH 2/5] configs/ls104xa: enable the config NOR_BOOT

2016-10-17 Thread Z.Q. Hou
Hi Prabhakar, Thanks for your comments! > -Original Message- > From: Prabhakar Kushwaha > Sent: 2016年10月17日 11:40 > To: Z.Q. Hou ; u-boot@lists.denx.de; > albert.u.b...@aribaud.net; york sun ; > s...@chromium.org; bmeng...@gmail.com; h...@denx.de; > yamada.masah...@socionext.com; Ruchika

Re: [U-Boot] [PATCH v5 1/7] ls2080: Exit dpaa only right before exiting U-Boot

2016-10-17 Thread Alexander Graf
On 10/17/2016 10:56 AM, Prabhakar Kushwaha wrote: -Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Monday, October 17, 2016 12:28 PM To: Prabhakar Kushwaha ; u- b...@lists.denx.de Cc: york sun Subject: Re: [PATCH v5 1/7] ls2080: Exit dpaa only right before exiting U

Re: [U-Boot] [PATCH v4 01/11] binman: Introduce binman, a tool for building binary images

2016-10-17 Thread Bin Meng
Hi Simon, On Fri, Oct 7, 2016 at 4:59 AM, Simon Glass wrote: > This adds the basic code for binman, including command parsing, processing > of entries and generation of images. > > So far no entry types are supported. These will be added in future commits > as examples of how to add new types. >

[U-Boot] Falcon Mode question & possibly SPL bugs

2016-10-17 Thread Adam Ford
I am trying to debug Falcon mode. I have never used it on my board (omap3_logic) before, and I am trying to configure it. In the process of debugging, I found what I beleive to be a bug in the common/spl/spl.c, function spl_parse_image_header() There is a line that I believe is supposed to print

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

2016-10-17 Thread Jagan Teki
On Fri, Oct 7, 2016 at 9:44 PM, 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 devices. > > The CX9020 differs

[U-Boot] i2c: mxc: refactor i2c driver and support dm

2016-10-17 Thread Jagan Teki
Hi Peng/all, Observed an issue while setting the bus on mxc_i2c driver addr = dev_get_addr(bus); is getting failed to get invalid address. Commit details: "i2c: mxc: refactor i2c driver and support dm" (sha1: 71204e95ce13228a0c742cce137c3238f64581d8) Log: icorem6qdl> i2c bus Bus 0: i2c@021a

[U-Boot] [PATCH] pci: Move CONFIG_PCI_PNP to Kconfig

2016-10-17 Thread Bin Meng
Introduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfig to use that. Signed-off-by: Bin Meng --- Changes in v2: - Change PCI_PNP to "depends on" and "default y" if PCI || DM_PCI drivers/pci/Kconfig | 7 +++ include/configs/B4860QDS.h| 1 -

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

2016-10-17 Thread Patrick Brünn
>From: Stefano Babic [mailto:sba...@denx.de] >Sent: Montag, 17. Oktober 2016 09:32 > >On 07/10/2016 18:14, 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 wi

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

2016-10-17 Thread Jagan Teki
On Fri, Oct 7, 2016 at 9:44 PM, 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 devices. > > The CX9020 differs

[U-Boot] [PATCH v2 0/2] libfdt: fix "Bring in upstream stringlist functions"

2016-10-17 Thread Masahiro Yamada
I found my boards are broken since commit b02e4044ff8ee1f6ac83917a39514172a9b449fb Author: Simon Glass Date: Sun Oct 2 17:59:28 2016 -0600 libfdt: Bring in upstream stringlist functions I figured out that the root cause is in the upstream libfdt. The upstream libfdt has been fixed, so I

[U-Boot] [PATCH v2 2/2] libfdt: fix fdt_stringlist_search()

2016-10-17 Thread Masahiro Yamada
If fdt_getprop() fails, negative error code should be returned. [ DTC commit: daa75e8fa5942caa8e97931aed3a1ee0b7edd74b ] Signed-off-by: Masahiro Yamada Signed-off-by: David Gibson --- lib/libfdt/fdt_ro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libfdt/fdt_ro.c b

[U-Boot] [PATCH v2 1/2] libfdt: fix fdt_stringlist_count()

2016-10-17 Thread Masahiro Yamada
If fdt_getprop() fails, negative error code should be returned. [ DTC commit: e28eff5b787adb3f461d1653598818b2f1f25a73 ] Signed-off-by: Masahiro Yamada Signed-off-by: David Gibson --- lib/libfdt/fdt_ro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libfdt/fdt_ro.c b

[U-Boot] Question related to send a patch

2016-10-17 Thread Oscar Gomez Fuente
Hi everyone, I'm a new user and this is the first time I had to send a path. I've found an error to fix and I've just sent a patch to the u-boot-xnlx repository because is related to a Xilinx platform: Zynq picozed. The question is: Do I have to send the same patch to the u-boot repository? Bes

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

2016-10-17 Thread Stefano Babic
Hi Patrick, On 17/10/2016 11:19, Jagan Teki wrote: > On Fri, Oct 7, 2016 at 9:44 PM, 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 o

Re: [U-Boot] [PATCH v5] ARM: sun71: dts: add support for Bananapi BPI-R1

2016-10-17 Thread Jagan Teki
On Fri, Oct 14, 2016 at 4:58 AM, Stephen Arnold wrote: > Okay, rebased on u-boot master again and updated the config for > i2c/spl. I have an RFC patch for u-boot and an updated kernel dts to > test; I also brought in the (small) sun7i-a20.dtsi patch to add the > standard A20 i2c4 pins_a which is

Re: [U-Boot] Question related to send a patch

2016-10-17 Thread Michal Simek
Hi, it is platform which has Xilinx chip on it but it is not Xilinx platform. It is Avnet platform. I have looked at your first patch and I told you also there to send this patch directly to u-boot mailing list. Thanks, Michal On 17.10.2016 13:24, Oscar Gomez Fuente wrote: > Hi everyone, > > I

[U-Boot] [PATCH] Fix codying style broken by recent libfdt sync

2016-10-17 Thread Masahiro Yamada
Commit b02e4044ff8e ("libfdt: Bring in upstream stringlist functions") broke codying style in some places especially by inserting an extra whitespace before fdt_stringlist_count(). Signed-off-by: Masahiro Yamada --- arch/arm/mach-tegra/xusb-padctl-common.c | 2 +- drivers/core/device.c

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

2016-10-17 Thread Jagan Teki
On Mon, Oct 17, 2016 at 5:02 PM, Patrick Brünn wrote: >>From: Stefano Babic [mailto:sba...@denx.de] >>Sent: Montag, 17. Oktober 2016 13:27 > Hi Stefano and Jagan, >> >>On 17/10/2016 11:19, Jagan Teki wrote: >>> On Fri, Oct 7, 2016 at 9:44 PM, wrote: From: Patrick Bruenn Add CX902

Re: [U-Boot] [PATCH 2/5] configs/ls104xa: enable the config NOR_BOOT

2016-10-17 Thread Tom Rini
On Mon, Oct 17, 2016 at 09:12:30AM +, Z.Q. Hou wrote: > Hi Prabhakar, > > Thanks for your comments! > > > -Original Message- > > From: Prabhakar Kushwaha > > Sent: 2016年10月17日 11:40 > > To: Z.Q. Hou ; u-boot@lists.denx.de; > > albert.u.b...@aribaud.net; york sun ; > > s...@chromium.or

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

2016-10-17 Thread Patrick Brünn
>From: Stefano Babic [mailto:sba...@denx.de] >Sent: Montag, 17. Oktober 2016 13:27 Hi Stefano and Jagan, > >On 17/10/2016 11:19, Jagan Teki wrote: >> On Fri, Oct 7, 2016 at 9:44 PM, wrote: >>> From: Patrick Bruenn >>> >>> Add CX9020 board based on mx53loco. >>> Add simplified imx53 base device t

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Michal Simek
Hi, and I forget to mentioned. Use mainline mailing list instead of xilinx one. Thanks, Michal On 17.10.2016 13:32, Michal Simek wrote: > On 17.10.2016 13:18, Oscar Gomez Fuente wrote: >> Add missing DT nodes. >> >> Signed-off-by: Oscar Gomez Fuente >> --- >> arch/arm/dts/zynq-picozed.dts | 20

[U-Boot] [PATCH] armv8: ls2080aqds: fix SGMII repeater settings

2016-10-17 Thread shh.xie
From: Shaohui Xie The current value to check whether the PHY was configured has dependency on MC, it expects MC to start PCS AN, this is not true during boot up, so it should be changed to remove the dependency. The PHY's register space should be restore to default after accessing extended space

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

2016-10-17 Thread linux-kernel-dev
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 devices. The CX9020 differs from i.MX53 Quick Start Board by: - use uart2 instead o

Re: [U-Boot] [PATCH 3/3] mx6: synchronize SPL to u-boot offset

2016-10-17 Thread Max Krummenacher
Hi Marek #if defined(CONFIG_SPL_MMC_SUPPORT) #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR138 /* offset 69KB */ +#define CONFIG_SPL_PAD_TO 0x11000 /* offset 68KB */ >>> >>> Does this mess up boards which can boot from both SD and other boot >>> med

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

2016-10-17 Thread Jagan Teki
On Mon, Oct 17, 2016 at 6:14 PM, linux-kernel-dev wrote: >>From: Jagan Teki [mailto:ja...@amarulasolutions.com] >>Sent: Montag, 17. Oktober 2016 13:53 > > Since, it's have dts support please use pinctrl driver for pads and > mux atleast for supporting ones. ..but for MX53 this

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

2016-10-17 Thread linux-kernel-dev
>From: Jagan Teki [mailto:ja...@amarulasolutions.com] >Sent: Montag, 17. Oktober 2016 13:53 Since, it's have dts support please use pinctrl driver for pads and mux atleast for supporting ones. >>> >>>..but for MX53 this is still missing, right ? >> Yes, as stated here: >> http://list

Re: [U-Boot] [PATCH 3/3] mx6: synchronize SPL to u-boot offset

2016-10-17 Thread Marek Vasut
On 10/17/2016 02:28 PM, Max Krummenacher wrote: > Hi Marek > > #if defined(CONFIG_SPL_MMC_SUPPORT) > #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR138 /* > offset 69KB */ > +#define CONFIG_SPL_PAD_TO 0x11000 /* offset > 68KB */ Does this mess u

[U-Boot] [PATCH 1/3] clk: uniphier: rework UniPhier clk driver

2016-10-17 Thread Masahiro Yamada
The initial design of the UniPhier clk driver for U-Boot was not very nice. Here is a re-work to sync it with Linux's clk and reset drivers, maximizing the code reuse from Linux's clk data. Signed-off-by: Masahiro Yamada --- drivers/clk/uniphier/Kconfig | 15 +-- drivers/clk/uniph

[U-Boot] [PATCH 3/3] ARM: uniphier: remove unnecessary EHCI reset deassertion

2016-10-17 Thread Masahiro Yamada
It is now deasserted by the reset controller driver. Drop the ad-hoc code. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/clk/clk-ld4.c | 3 --- arch/arm/mach-uniphier/clk/clk-pro4.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/arch/arm/mach-uniphier/clk/clk-ld4.c b/arch

[U-Boot] [PATCH 0/3] ARM: uniphier: some more UniPhier SoC code updates

2016-10-17 Thread Masahiro Yamada
Masahiro Yamada (3): clk: uniphier: rework UniPhier clk driver ARM: uniphier: adjust fdt_file environment handling to latest Linux ARM: uniphier: remove unnecessary EHCI reset deassertion arch/arm/mach-uniphier/board_late_init.c | 17 +-- arch/arm/mach-uniphier/clk/clk-ld4.c | 3 -

[U-Boot] [PATCH 2/3] ARM: uniphier: adjust fdt_file environment handling to latest Linux

2016-10-17 Thread Masahiro Yamada
The environment fdt_file is useful to remember the appropriate DTB file name. Adjust it to the recent renaming in the upstream kernel. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/board_late_init.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --gi

[U-Boot] [PATCH] doc/README.uniphier: add build instruction for 64bit SoCs

2016-10-17 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- doc/README.uniphier | 41 ++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/doc/README.uniphier b/doc/README.uniphier index 598ff28..081b3c4 100644 --- a/doc/README.uniphier +++ b/doc/README.uniphier @@ -5,

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

2016-10-17 Thread linux-kernel-dev
>From: Jagan Teki [mailto:ja...@amarulasolutions.com] >Sent: Montag, 17. Oktober 2016 14:49 >On Mon, Oct 17, 2016 at 6:14 PM, linux-kernel-dev > wrote: >>>From: Jagan Teki [mailto:ja...@amarulasolutions.com] >>>Sent: Montag, 17. Oktober 2016 13:53 >> >> Since, it's have dts support please u

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-17 Thread See, Chin Liang
On Min, 2016-10-16 at 17:33 +0200, Marek Vasut wrote: > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > Separate the Clock Manager to support both GEN5 SoC and > > Stratix 10 SoC. > > > > Signed-off-by: Chin Liang See > > Cc: Marek Vasut > > Cc: Dinh Nguyen > > Cc: Ley Foon Tan > > Cc:

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread See, Chin Liang
On Min, 2016-10-16 at 17:34 +0200, Marek Vasut wrote: > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > Disable the FPGA Manager for Stratix 10 SoC as we are not > > using this for SOCVP > If it's not used on SoCVP, then shouldn't this be disabled only for > SoCVP instead of S10 ? > We wil

Re: [U-Boot] [PATCH v3 01/12] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address

2016-10-17 Thread See, Chin Liang
On Min, 2016-10-16 at 17:31 +0200, Marek Vasut wrote: > On 10/13/2016 10:32 AM, Chin Liang See wrote: > > > > Add base address header file for Stratix10 SoC > > > > Signed-off-by: Chin Liang See > > Cc: Marek Vasut > > Cc: Dinh Nguyen > > Cc: Ley Foon Tan > > Cc: Tien Fong Chee > > Acked-by:

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 03:32 PM, See, Chin Liang wrote: > On Min, 2016-10-16 at 17:33 +0200, Marek Vasut wrote: >> On 10/13/2016 10:33 AM, Chin Liang See wrote: >>> >>> Separate the Clock Manager to support both GEN5 SoC and >>> Stratix 10 SoC. >>> >>> Signed-off-by: Chin Liang See >>> Cc: Marek Vasut >>>

Re: [U-Boot] [PATCH v3 01/12] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address

2016-10-17 Thread Marek Vasut
On 10/17/2016 03:26 PM, See, Chin Liang wrote: > On Min, 2016-10-16 at 17:31 +0200, Marek Vasut wrote: >> On 10/13/2016 10:32 AM, Chin Liang See wrote: >>> >>> Add base address header file for Stratix10 SoC >>> >>> Signed-off-by: Chin Liang See >>> Cc: Marek Vasut >>> Cc: Dinh Nguyen >>> Cc: Ley

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 03:35 PM, See, Chin Liang wrote: > On Min, 2016-10-16 at 17:34 +0200, Marek Vasut wrote: >> On 10/13/2016 10:33 AM, Chin Liang See wrote: >>> >>> Disable the FPGA Manager for Stratix 10 SoC as we are not >>> using this for SOCVP >> If it's not used on SoCVP, then shouldn't this be dis

[U-Boot] [PATCH 0/4] mx35, flea3: updates for the imx35 based flea3 board

2016-10-17 Thread Heiko Schocher
post some small updates for the imx35 based flea3 board - add DT support - factorize SDRAM setup - add GPIO setup - adjust default environment Heiko Schocher (2): mx35: add DT support to flea3 board mx35: adjust default environment for flea3 board Stefano Babic (2): mx35: factorize SDRAM s

[U-Boot] [PATCH 3/4] mx35: add GPIO setup on flea3 board

2016-10-17 Thread Heiko Schocher
From: Stefano Babic Hardware revision "e" of the board introduces a GPIO to reduce power consumption in stand-by mode. This must be enable (active low) at the startup for normal behaviour. Signed-off-by: Stefano Babic Signed-off-by: Heiko Schocher --- board/CarMediaLab/flea3/flea3.c | 7

[U-Boot] [PATCH 1/4] mx35: add DT support to flea3 board

2016-10-17 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- board/CarMediaLab/flea3/flea3.c | 24 configs/flea3_defconfig | 4 2 files changed, 28 insertions(+) diff --git a/board/CarMediaLab/flea3/flea3.c b/board/CarMediaLab/flea3/flea3.c index 2463077..be42863 100644 --- a/board/

[U-Boot] [PATCH 4/4] mx35: adjust default environment for flea3 board

2016-10-17 Thread Heiko Schocher
Signed-off-by: Stefano Babic Signed-off-by: Heiko Schocher --- include/configs/flea3.h | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 11d9391..0f7b3c8 100644 --- a/include/configs/flea3.h +++ b/include/configs

[U-Boot] [PATCH 2/4] mx35: factorize SDRAM setup in flea3

2016-10-17 Thread Heiko Schocher
From: Stefano Babic Drop local function to setup SDRAM controller and use the common one for i.MX35. Signed-off-by: Stefano Babic Signed-off-by: Heiko Schocher --- board/CarMediaLab/flea3/flea3.c | 93 ++--- 1 file changed, 3 insertions(+), 90 deletions(-)

[U-Boot] [PATCH v2] tpm: tpm_tis_lpc: Add support for AT97SC3204

2016-10-17 Thread George McCollister
The Atmel AT97SC3204 is also TIS compliant. Modify the tpm_tis_lpc driver to check for the vid/did used by the Atmel AT97SC3204 and report an appropriate description. Signed-off-by: George McCollister --- Changes in v2: - Reorganized didvid check to make it more consistent with the original co

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Michal Simek
On 17.10.2016 16:03, Oscar Gomez Fuente wrote: > Hi everyone, > > Sorry for the errors, I know is a very simple patch but it's my first time. > > -- >> Add missing DT nodes. >> >> Signed-off-by: Oscar Gomez Fu

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-17 Thread Chin Liang See
On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: > On 10/17/2016 03:32 PM, See, Chin Liang wrote: > > > > On Min, 2016-10-16 at 17:33 +0200, Marek Vasut wrote: > > > > > > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > > > > > > > > > Separate the Clock Manager to support both GEN5

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:14 PM, Chin Liang See wrote: > On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: >> On 10/17/2016 03:35 PM, See, Chin Liang wrote: >>> >>> On Min, 2016-10-16 at 17:34 +0200, Marek Vasut wrote: On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > Disable the

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:07 PM, Chin Liang See wrote: > On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: >> On 10/17/2016 03:32 PM, See, Chin Liang wrote: >>> >>> On Min, 2016-10-16 at 17:33 +0200, Marek Vasut wrote: On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > Separate th

Re: [U-Boot] [PATCH v3 07/12] arm: socfpga: sysmgr: Disable System Manager for Stratix 10

2016-10-17 Thread Chin Liang See
On Min, 2016-10-16 at 17:38 +0200, Marek Vasut wrote: > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > Disable the System Manager for Stratix 10 SoC as we are not > > using this for SOCVP > So I wonder, shouldn't we introduce some bool Kconfig entry, > something > like CONFIG_SOCFPGA_HAS_SY

Re: [U-Boot] [PATCH 3/3] mx6: synchronize SPL to u-boot offset

2016-10-17 Thread Max Krummenacher
2016-10-17 14:45 GMT+02:00 Marek Vasut : > On 10/17/2016 02:28 PM, Max Krummenacher wrote: >> Hi Marek >> >> #if defined(CONFIG_SPL_MMC_SUPPORT) >> #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR138 /* >> offset 69KB */ >> +#define CONFIG_SPL_PAD_TO 0x11000 /*

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-17 Thread Chin Liang See
On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wrote: > On 10/17/2016 05:07 PM, Chin Liang See wrote: > > > > On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: > > > > > > On 10/17/2016 03:32 PM, See, Chin Liang wrote: > > > > > > > > > > > > On Min, 2016-10-16 at 17:33 +0200, Marek Vasut w

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Oscar Gomez Fuente
Ok Michal, Then you're suggesting change the zynq-picozed.dts file to: diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts index 3408df8..d8ed298 100644 --- a/arch/arm/dts/zynq-picozed.dts +++ b/arch/arm/dts/zynq-picozed.dts @@ -14,6 +14,8 @@ aliases {

Re: [U-Boot] [PATCH v3 01/12] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address

2016-10-17 Thread Chin Liang See
On Sen, 2016-10-17 at 15:40 +0200, Marek Vasut wrote: > On 10/17/2016 03:26 PM, See, Chin Liang wrote: > > > > On Min, 2016-10-16 at 17:31 +0200, Marek Vasut wrote: > > > > > > On 10/13/2016 10:32 AM, Chin Liang See wrote: > > > > > > > > > > > > Add base address header file for Stratix10 SoC >

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:28 PM, Chin Liang See wrote: > On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wrote: >> On 10/17/2016 05:07 PM, Chin Liang See wrote: >>> >>> On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: On 10/17/2016 03:32 PM, See, Chin Liang wrote: > > > On Min, 201

Re: [U-Boot] [PATCH v3 09/12] arm: socfpga: stratix10: Add board directory for Stratix 10 socdk

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:32 PM, Chin Liang See wrote: > On Min, 2016-10-16 at 17:39 +0200, Marek Vasut wrote: >> On 10/13/2016 10:33 AM, Chin Liang See wrote: >>> >>> Add board folder >> directory >> > > Will fix this. > >>> >>> for Stratix 10 SoC development kit >>> >>> Signed-off-by: Chin Liang See >>

Re: [U-Boot] [PATCH v3 11/12] arm: socfpga: Add SPL support for Stratix 10 SoC

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:34 PM, Chin Liang See wrote: > On Min, 2016-10-16 at 17:41 +0200, Marek Vasut wrote: >> On 10/13/2016 10:33 AM, Chin Liang See wrote: >>> >>> Add SPL support for Stratix 10 SoC development kit >>> >>> Signed-off-by: Chin Liang See >>> Cc: Marek Vasut >>> Cc: Dinh Nguyen >>> Cc:

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Chin Liang See
On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wrote: > On 10/17/2016 05:14 PM, Chin Liang See wrote: > > > > On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: > > > > > > On 10/17/2016 03:35 PM, See, Chin Liang wrote: > > > > > > > > > > > > On Min, 2016-10-16 at 17:34 +0200, Marek Vasut w

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:30 PM, Chin Liang See wrote: > On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wrote: >> On 10/17/2016 05:14 PM, Chin Liang See wrote: >>> >>> On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: On 10/17/2016 03:35 PM, See, Chin Liang wrote: > > > On Min, 201

Re: [U-Boot] [PATCH v3 11/12] arm: socfpga: Add SPL support for Stratix 10 SoC

2016-10-17 Thread Chin Liang See
On Min, 2016-10-16 at 17:41 +0200, Marek Vasut wrote: > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > Add SPL support for Stratix 10 SoC development kit > > > > Signed-off-by: Chin Liang See > > Cc: Marek Vasut > > Cc: Dinh Nguyen > > Cc: Ley Foon Tan > > Cc: Tien Fong Chee > > --- >

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-17 Thread Chin Liang See
On Sen, 2016-10-17 at 17:39 +0200, Marek Vasut wrote: > On 10/17/2016 05:28 PM, Chin Liang See wrote: > > > > On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wrote: > > > > > > On 10/17/2016 05:07 PM, Chin Liang See wrote: > > > > > > > > > > > > On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wr

Re: [U-Boot] [PATCH v3 09/12] arm: socfpga: stratix10: Add board directory for Stratix 10 socdk

2016-10-17 Thread Chin Liang See
On Min, 2016-10-16 at 17:39 +0200, Marek Vasut wrote: > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > Add board folder > directory > Will fix this. > > > > for Stratix 10 SoC development kit > > > > Signed-off-by: Chin Liang See > > Cc: Marek Vasut > > Cc: Dinh Nguyen > > Cc: Ley F

Re: [U-Boot] [PATCH v3 04/12] arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10

2016-10-17 Thread Marek Vasut
On 10/17/2016 05:59 PM, Chin Liang See wrote: > On Sen, 2016-10-17 at 17:39 +0200, Marek Vasut wrote: >> On 10/17/2016 05:28 PM, Chin Liang See wrote: >>> >>> On Sen, 2016-10-17 at 17:20 +0200, Marek Vasut wrote: On 10/17/2016 05:07 PM, Chin Liang See wrote: > > > On Sen, 2016

Re: [U-Boot] [PATCH] arm: psci: save and restore registers from r4 to r12

2016-10-17 Thread Chen-Yu Tsai
On Fri, Oct 14, 2016 at 8:14 AM, Chenhui Zhao wrote: > On Thu, Oct 13, 2016 at 5:52 PM, Chen-Yu Tsai wrote: >> On Sat, Oct 8, 2016 at 7:08 PM, Chenhui Zhao wrote: >>> Save and restore core registers from r4 to r12 so that PSCI code won't >>> break their value. >>> >>> Signed-off-by: Chenhui Zhao

Re: [U-Boot] [PATCH v3 05/12] arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10

2016-10-17 Thread Chin Liang See
On Sen, 2016-10-17 at 15:42 +0200, Marek Vasut wrote: > On 10/17/2016 03:35 PM, See, Chin Liang wrote: > > > > On Min, 2016-10-16 at 17:34 +0200, Marek Vasut wrote: > > > > > > On 10/13/2016 10:33 AM, Chin Liang See wrote: > > > > > > > > > > > > Disable the FPGA Manager for Stratix 10 SoC as w

Re: [U-Boot] [PATCH] power: twl6030: fix code refactoring

2016-10-17 Thread Nicolae Rosia
Hi, On Sat, Oct 15, 2016 at 8:48 PM, Tom Rini wrote: > I'll take this and do you want to do a follow up to make the file > checkpatch clean? Thanks! Either way works for me, I can do the follow up to make the file checkpatch clean. Thanks, Nicolae ___

Re: [U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-17 Thread Stephen Warren
On 10/16/2016 12:17 PM, Stefan Brüns wrote: If the parameter set is empty, the pytest setup fails: --- call: --- This aborts pytest_runtest_makereport and later leads to an exception during the report generation, as the call to log.start_section(...) is never executed: --- Exception: Bl

Re: [U-Boot] [PATCH] power: twl6030: fix code refactoring

2016-10-17 Thread Tom Rini
On Mon, Oct 17, 2016 at 08:03:23PM +0300, Nicolae Rosia wrote: > Hi, > > On Sat, Oct 15, 2016 at 8:48 PM, Tom Rini wrote: > > I'll take this and do you want to do a follow up to make the file > > checkpatch clean? Thanks! > Either way works for me, I can do the follow up to make the file > check

Re: [U-Boot] [PATCH 2/2] net: add driver for Synopsys Ethernet QoS device

2016-10-17 Thread Stephen Warren
On 10/13/2016 05:46 PM, Joe Hershberger wrote: On Fri, Oct 14, 2016 at 1:35 AM, Stephen Warren wrote: On 10/11/2016 04:48 PM, Joe Hershberger wrote: On Tue, Oct 4, 2016 at 12:13 AM, Stephen Warren wrote: On 09/23/2016 03:49 PM, Joe Hershberger wrote: Hi Stephen, Thanks for sending this

Re: [U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-17 Thread Brüns , Stefan
On Montag, 17. Oktober 2016 12:11:26 CEST Stephen Warren wrote: > On 10/16/2016 12:17 PM, Stefan Brüns wrote: > > If the parameter set is empty, the pytest setup fails: > > --- > > > > call: > ['env__dfu_config'], function test_dfu at [...]test_dfu.py:107> > > > > --- > > > > This abort

Re: [U-Boot] [PATCH v5 1/7] ls2080: Exit dpaa only right before exiting U-Boot

2016-10-17 Thread Prabhakar Kushwaha
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, October 17, 2016 12:28 PM > To: Prabhakar Kushwaha ; u- > b...@lists.denx.de > Cc: york sun > Subject: Re: [PATCH v5 1/7] ls2080: Exit dpaa only right before exiting U-Boot > > Hi Prabhakara, > > On 17.10

[U-Boot] [PATCH] libfdt: Sync overlay with upstream

2016-10-17 Thread Maxime Ripard
Now that the overlay code has been merge upstream, update our copy to what's been merged, since a significant number of issues have been fixed during the merge process. Signed-off-by: Maxime Ripard --- include/libfdt.h | 24 -- lib/libfdt/fdt_overlay.c | 199 ++

Re: [U-Boot] [Resend RFC PATCH 1/2] armv8: Fix dcache disable function

2016-10-17 Thread Stephen Warren
On 10/14/2016 02:17 PM, York Sun wrote: Current code turns off d-cache first, then flush all levels of cache. This results data loss. As soon as d-cache is off, the dirty cache is discarded according to the test on LS2080A. This issue was not seen as long as external L3 cache was flushed to push

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Moritz Fischer
Hi Oscar, On Mon, Oct 17, 2016 at 5:33 PM, Oscar Gomez Fuente wrote: > Ok Michal, > > Then you're suggesting change the zynq-picozed.dts file to: If you're planning to include this into others, make it a .dtsi file. > > diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts

[U-Boot] [PATCH 1/2] armv8: add hooks for all cache-wide operations

2016-10-17 Thread Stephen Warren
From: Stephen Warren SoC-specific logic may be required for all forms of cache-wide operations; invalidate and flush of both dcache and icache (note that only 3 of the 4 possible combinations make sense, since the icache never contains dirty lines). This patch adds an optional hook for all implem

[U-Boot] [PATCH 2/2] ARM: tegra186: call secure monitor for all cache-wide ops

2016-10-17 Thread Stephen Warren
From: Stephen Warren An SMC call is required for all cache-wide operations on Tegra186. This patch implements the two missing hooks now that U-Boot supports them, and fixes the mapping of "hook name" to SMC call code. Signed-off-by: Stephen Warren --- arch/arm/mach-tegra/tegra186/cache.c | 23

Re: [U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-17 Thread Stephen Warren
On 10/17/2016 01:18 PM, Brüns, Stefan wrote: On Montag, 17. Oktober 2016 12:11:26 CEST Stephen Warren wrote: On 10/16/2016 12:17 PM, Stefan Brüns wrote: If the parameter set is empty, the pytest setup fails: --- call: --- This aborts pytest_runtest_makereport and later leads to an excep

Re: [U-Boot] [PATCH 05/82] console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL

2016-10-17 Thread Simon Glass
Hi Bin, On 10 October 2016 at 21:15, Bin Meng wrote: > Hi Simon, > > Typo of CONFIG-CONSOLE_MUX in the commit title. > > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> CONFIG_CONSOLE_MUX and CONFIG_SYS_CONSOLE_IS_IN_ENV are not applicable >> for SPL. Update the console code to use CONFI

Re: [U-Boot] [PATCH 33/82] x86: dts: Mark serial as needed before relocation

2016-10-17 Thread Simon Glass
Hi Bin, On 10 October 2016 at 21:16, Bin Meng wrote: > Hi Simon, > > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> We almost always need the serial port before relocation, so mark it as such. >> This will ensure that it appears in the device tree for SPL, if used. >> >> Signed-off-by:

Re: [U-Boot] [PATCH] efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}

2016-10-17 Thread Simon Glass
On 14 October 2016 at 05:45, Alexander Graf wrote: > Compiler attributes are more commonly __foo style tags rather than big > upper case eye sores like EFI_RUNTIME_TEXT. > > Simon Glass felt quite strongly about this, so this patch converts our > existing defines over to more eye friendly ones. >

Re: [U-Boot] [PATCH v5 2/5] net: fec_mxc: Convert into driver model

2016-10-17 Thread Simon Glass
Hi Jagan, On 12 October 2016 at 10:16, Jagan Teki wrote: > Hi Simon, > > On Wed, Oct 12, 2016 at 2:28 AM, Simon Glass wrote: >> Hi Jagan, >> >> On 9 October 2016 at 08:51, Jagan Teki wrote: >>> >>> Hi Simon, >>> >>> On Thu, Oct 6, 2016 at 4:25 PM, Jagan Teki wrote: >>> > From: Jagan Teki >>>

Re: [U-Boot] [PATCH] common: env: add kconfig entry for env storage

2016-10-17 Thread Simon Glass
Hi Peng, On 8 October 2016 at 03:06, Peng Fan wrote: > Add Kconfig entry for ENV storage > > Signed-off-by: Peng Fan > Cc: Simon Glass > Cc: Heiko Schocher > Cc: Tom Rini > Cc: Masahiro Yamada > Cc: Stefan Roese > Cc: Siva Durga Prasad Paladugu > Cc: Francois Retief > --- > common/Kconfi

Re: [U-Boot] [PATCH 00/82] x86: Add initial support for 64-bit U-Boot

2016-10-17 Thread Simon Glass
Hi Bin, On 10 October 2016 at 23:36, Bin Meng wrote: > Hi Simon, > > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> At present U-Boot runs entirely in 32-bit mode on x86, except for the >> initial switch from 16-bit mode. On 64-bit machines it is possible to run >> in 64-bit mode. This

Re: [U-Boot] [PATCH] cmd/tpm_test: Fix misleading code indentation

2016-10-17 Thread Simon Glass
On 16 October 2016 at 09:13, Stefan Brüns wrote: > GCC 6.2 reasonably complains about the current code: > > ../cmd/tpm_test.c: In function ‘do_tpmtest’: > ../cmd/tpm_test.c:540:3: warning: this ‘for’ clause does not guard... > [-Wmisleading-indentation] >for (i = 0; i < argc; i++) >^~~ >

Re: [U-Boot] [PATCH 2/2] libfdt: fix fdt_stringlist_search()

2016-10-17 Thread Simon Glass
On 17 October 2016 at 00:24, Masahiro Yamada wrote: > If fdt_getprop() fails, negative error code should be returned. > > Signed-off-by: Masahiro Yamada > --- > > lib/libfdt/fdt_ro.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon Glass _

Re: [U-Boot] [PATCH v2] tpm: tpm_tis_lpc: Add support for AT97SC3204

2016-10-17 Thread Simon Glass
On 17 October 2016 at 08:24, George McCollister wrote: > The Atmel AT97SC3204 is also TIS compliant. > Modify the tpm_tis_lpc driver to check for the vid/did used by the > Atmel AT97SC3204 and report an appropriate description. > > Signed-off-by: George McCollister > --- > > Changes in v2: > - Re

Re: [U-Boot] [PATCH] Fix codying style broken by recent libfdt sync

2016-10-17 Thread Simon Glass
On 17 October 2016 at 05:43, Masahiro Yamada wrote: > Commit b02e4044ff8e ("libfdt: Bring in upstream stringlist > functions") broke codying style in some places especially > by inserting an extra whitespace before fdt_stringlist_count(). > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/mac

  1   2   >