Re: [U-Boot] [PATCH v1 24/26] colibri_imx6: switch to zimage

2019-02-08 Thread Marcel Ziswiler
istroboot which basically makes this choice here obsolete anyway. > You can look on display5 board for a reference. > > > While at it also fix device tree naming for MMC DFU. > > > > Signed-off-by: Bhuvanchandra DV > > Acked-by: Marcel Ziswiler > > > > --

Re: [U-Boot] [PATCH v3 03/22] vybrid: ddr: Extend vf610-pinfunc.h with DDR pads definitions

2019-02-11 Thread Marcel Ziswiler
Hi Lukasz BTW: Thanks for this work which greatly helped us getting Colibri VF50/VF61 up to speed concerning device tree resp. driver model integration/migration. Hopefully, I can send that out later this week. On Sun, 2019-02-03 at 00:02 +0100, Lukasz Majewski wrote: > This patch provides defini

Re: [U-Boot] [PATCH v3 01/22] net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driver

2019-02-11 Thread Marcel Ziswiler
Hi Lukasz On Sun, 2019-02-03 at 00:02 +0100, Lukasz Majewski wrote: > The NXP's FEC driver can be reused on vf610 device (with DM). > > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Agner > --- > > Changes in v3: None > Changes in v2: None > > drivers/net/fec_mxc.c | 1 + > 1 file cha

Re: [U-Boot] [PATCH v3 04/22] vybrid: clock: Provide enable_i2c_clk() function for Vybrid

2019-02-11 Thread Marcel Ziswiler
On Sun, 2019-02-03 at 00:02 +0100, Lukasz Majewski wrote: > Provide function to enable I2C clocks for vf610 - in the generic > code. > This function overrides the default weak function implementation > (which > only returns 1). > > Signed-off-by: Lukasz Majewski Teste

Re: [U-Boot] [PATCH v3 05/22] pcm052: board: Do not enable I2C2 code in the board file

2019-02-11 Thread Marcel Ziswiler
Hi Lukasz On Sun, 2019-02-03 at 00:02 +0100, Lukasz Majewski wrote: > As the I2C2 clock is now enabled in the generic clock code, we can > remove > this code from a board file. > > Signed-off-by: Lukasz Majewski Tested-by: Marcel Ziswiler > --- > > Changes in v3:

Re: [U-Boot] [PATCH v3 09/22] ARM: DTS: vybrid: Update vf.dtsi file to descibe more vf610 hardware

2019-02-11 Thread Marcel Ziswiler
On Sun, 2019-02-03 at 00:02 +0100, Lukasz Majewski wrote: > This patch allows moving vf610 based boards to a device tree and > model. > Ported from Linux kernel - v4.20 (tag) > > Signed-off-by: Lukasz Majewski > Reviewed-by: Stefan Agner Tested-by: Marcel Ziswiler > -

Re: [U-Boot] [PATCH v3 14/22] config: pcm052: Use SZ_X{MK} from linux/sizes.h for include/configs/pcm052.h

2019-02-11 Thread Marcel Ziswiler
On Sun, 2019-02-03 at 00:02 +0100, Lukasz Majewski wrote: > Signed-off-by: Lukasz Majewski Reviewed-by: Marcel Ziswiler > --- > > Changes in v3: None > Changes in v2: None > > include/configs/pcm052.h | 17 + > 1 file changed, 9 insertions(+), 8 dele

Re: [U-Boot] [REGRESSION] tegra124: nyan-big: LPAE not working

2019-02-11 Thread Marcel Ziswiler
Hi there On Mon, 2019-02-11 at 15:13 -0700, Stephen Warren wrote: > On 2/11/19 3:48 AM, Thierry Reding wrote: > > On Mon, Feb 11, 2019 at 10:04:37AM +, Tristan Bastian wrote: > > > > > > > > > Thierry Reding – Mon, 11. February 2019 10:38 > > > > On Mon, Feb 11, 2019 at 09:20:33AM +, Tri

Re: [U-Boot] [PATCH v1 1/9] colibri_imx7: fix boot commands

2019-01-06 Thread Marcel Ziswiler
Colibri iMX7D 1GB (eMMC) > module support") > Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler > --- > > include/configs/colibri_imx7.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/include/configs/colibri_imx7.h > b/include/confi

Re: [U-Boot] [PATCH v1 2/9] arm: dts: imx7: colibri: split dt for raw NAND and eMMC devices

2019-01-06 Thread Marcel Ziswiler
On Sun, 2019-01-06 at 22:00 +0100, Stefan Agner wrote: > From: Stefan Agner > > In preparation of adding CONFIG_DM_MMC support use separate device > trees for raw NAND and eMMC devices. > > Signed-off-by: Stefan Agner > --- > > arch/arm/dts/imx7-colibri-emmc.dts| 16 +++ > arc

Re: [U-Boot] [PATCH v1 3/9] configs: colibri_imx7: enable DM for raw NAND devices

2019-01-06 Thread Marcel Ziswiler
On Sun, 2019-01-06 at 22:00 +0100, Stefan Agner wrote: > From: Stefan Agner > > Use DM and device trees for raw NAND devices by default. This > fixes -74 NAND read errors since it makes sure the ECC settings > are the same as used in Linux and our downstream U-Boot. > > Signed-off-by: Stefan Agn

Re: [U-Boot] [PATCH v1 4/9] configs: colibri_imx7: use separate device tree

2019-01-06 Thread Marcel Ziswiler
On Sun, 2019-01-06 at 22:00 +0100, Stefan Agner wrote: > From: Stefan Agner > > Use OF_SEPARATE as suggested by the build system. > > Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler > --- > > configs/colibri_imx7_defconfig | 1 - > 1 file changed, 1 de

Re: [U-Boot] [PATCH v1 5/9] arm: dts: imx7: colibri: add usdhci peripherals to device tree

2019-01-06 Thread Marcel Ziswiler
On Sun, 2019-01-06 at 22:00 +0100, Stefan Agner wrote: > From: Stefan Agner > > Add usdhci peripherals to device tree. This allows to use DM_MMC > for Colibri iMX7 devices. > > Signed-off-by: Stefan Agner > --- > > arch/arm/dts/imx7-colibri-emmc.dts| 69 > +++ > ar

Re: [U-Boot] [PATCH v1 6/9] configs: colibri_imx7: use DM_MMC

2019-01-06 Thread Marcel Ziswiler
On Sun, 2019-01-06 at 22:00 +0100, Stefan Agner wrote: > From: Stefan Agner > > Now that device tree is in place use DM_MMC for Colibri iMX7 > devices. > > Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler > --- > > configs/colibri_imx7_defconfig | 2 +- >

Re: [U-Boot] [PATCH v1 7/9] colibri_imx7: drop legacy usdhc support

2019-01-06 Thread Marcel Ziswiler
On Sun, 2019-01-06 at 22:00 +0100, Stefan Agner wrote: > From: Stefan Agner > > Drop legacy pinmux/usdhc board configuration. > > Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler > --- > > board/toradex/colibri_imx7/colibri_imx7.c | 97 --- >

Re: [U-Boot] [PATCH v1 8/9] configs: colibri_imx7: enable CAAM driver

2019-01-06 Thread Marcel Ziswiler
ook closer into it. Good catch. > Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler > --- > > configs/colibri_imx7_defconfig | 4 > 1 file changed, 4 insertions(+) > > diff --git a/configs/colibri_imx7_defconfig > b/configs/colibri_imx7_defconfig > index af976bab12.

Re: [U-Boot] [PATCH v1 9/9] configs: add default configuraiton for Colibri iMX7 with eMMC

2019-01-06 Thread Marcel Ziswiler
On Sun, 2019-01-06 at 22:00 +0100, Stefan Agner wrote: > From: Stefan Agner > > Add a default configuration for Colibri iMX7D 1GB (with eMMC > NAND flash). Finally (;-p). > Signed-off-by: Stefan Agner > --- > > configs/colibri_imx7_emmc_defconfig | 65 > + > 1 fil

Re: [U-Boot] [PATCH v1 2/9] arm: dts: imx7: colibri: split dt for raw NAND and eMMC devices

2019-01-07 Thread Marcel Ziswiler
On Mon, 2019-01-07 at 17:33 +0100, Stefan Agner wrote: > On 07.01.2019 00:18, Marcel Ziswiler wrote: > > On Sun, 2019-01-06 at 22:00 +0100, Stefan Agner wrote: > > > From: Stefan Agner > > > > > > In preparation of adding CONFIG_DM_MMC support use separate &

[U-Boot] [PATCH v2 1/2] imx: mx7: fix potential overflow in imx_ddr_size()

2018-10-09 Thread Marcel Ziswiler
From: Marcel Ziswiler The imx_ddr_size() function may overflow as it is possible to kind of over provision the DDR controller. Fix this by capping it to 2 GB which is the maximum allowed size as per reference manual. Signed-off-by: Marcel Ziswiler Reviewed-by: Fabio Estevam --- Changes in

[U-Boot] [PATCH v2 2/2] colibri_imx7: prime get_ram_size() using imx_ddr_size()

2018-10-09 Thread Marcel Ziswiler
() function already took care of properly automatically detecting 256MB, 512MB or 1GB modules. Signed-off-by: Fabio Estevam Signed-off-by: Marcel Ziswiler Reviewed-by: Fabio Estevam Acked-by: Stefan Agner --- Changes in v2: - Added Fabio's and Stefan's acked- resp. reviewed-bys. boa

[U-Boot] [RESEND PATCH v2 2/2] colibri_imx7: prime get_ram_size() using imx_ddr_size()

2018-10-15 Thread Marcel Ziswiler
() function already took care of properly automatically detecting 256MB, 512MB or 1GB modules. Signed-off-by: Fabio Estevam Signed-off-by: Marcel Ziswiler Reviewed-by: Fabio Estevam Acked-by: Stefan Agner --- Changes in v2: - Added Fabio's and Stefan's acks resp. reviewed-bys. boa

[U-Boot] [RESEND PATCH v2 1/2] imx: mx7: fix potential overflow in imx_ddr_size()

2018-10-15 Thread Marcel Ziswiler
From: Marcel Ziswiler The imx_ddr_size() function may overflow as it is possible to kind of over provision the DDR controller. Fix this by capping it to 2 GB which is the maximum allowed size as per reference manual. Signed-off-by: Marcel Ziswiler Reviewed-by: Fabio Estevam --- Changes in

Re: [U-Boot] [RESEND PATCH v2 1/2] imx: mx7: fix potential overflow in imx_ddr_size()

2018-10-16 Thread Marcel Ziswiler
Hi Stefano On Tue, 2018-10-16 at 10:06 +0200, Stefano Babic wrote: > Hi Marcel, > > On 16/10/2018 08:46, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > The imx_ddr_size() function may overflow as it is possible to kind > > of > > over provision

Re: [U-Boot] [RESEND PATCH v2 1/2] imx: mx7: fix potential overflow in imx_ddr_size()

2018-10-16 Thread Marcel Ziswiler
On Tue, 2018-10-16 at 10:37 +0200, Stefano Babic wrote: > On 16/10/2018 10:25, Marcel Ziswiler wrote: > > Hi Stefano > > > > On Tue, 2018-10-16 at 10:06 +0200, Stefano Babic wrote: > > > Hi Marcel, > > > > > > On 16/10/2018 08:46, Marc

[U-Boot] [PATCH v1 1/2] board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION

2018-11-07 Thread Marcel Ziswiler
From: Marcel Ziswiler Unset CONFIG_EFI_UNICODE_CAPITALIZATION on boards with tough size restrictions. This is analogous to commit a90bf07afc43 ("efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION"). Signed-off-by: Marcel Ziswiler --- configs/colibri_vf_defconfig | 1 + 1 file

[U-Boot] [PATCH v1 2/2] imx: mkimage: add size check to the u-boot.imx make target

2018-11-07 Thread Marcel Ziswiler
From: Marcel Ziswiler The make macro to check if the binary exceeds the board size limit is taken straight from the root Makefile. Without this and e.g. enabled EFI Vybrid fails booting as the regular size limit check does not take the final u-boot.imx binary size into account which is bigger

Re: [U-Boot] [PATCH v1 2/2] imx: mkimage: add size check to the u-boot.imx make target

2018-11-09 Thread Marcel Ziswiler
Hi Stefano On Thu, 2018-11-08 at 15:07 +0100, Stefano Babic wrote: > Hi Marcel, > > On 08/11/18 02:55, Fabio Estevam wrote: > > [Adding Stefano] > > > > On Wed, Nov 7, 2018 at 8:41 PM Marcel Ziswiler > > wrote: > > > > > > From: Marcel Zi

Re: [U-Boot] [PATCH v1 2/2] imx: mkimage: add size check to the u-boot.imx make target

2018-11-09 Thread Marcel Ziswiler
On Fri, 2018-11-09 at 10:41 +0100, Alexander Graf wrote: > On 11/09/2018 10:18 AM, Marcel Ziswiler wrote: > > Hi Stefano > > > > On Thu, 2018-11-08 at 15:07 +0100, Stefano Babic wrote: > > > Hi Marcel, > > > > > > On 08/11/18 02:

[U-Boot] [PATCH v2 1/4] board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION

2018-11-09 Thread Marcel Ziswiler
From: Marcel Ziswiler Unset CONFIG_EFI_UNICODE_CAPITALIZATION on boards with tough size restrictions. This is analogous to commit a90bf07afc43 ("efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION"). Signed-off-by: Marcel Ziswiler Reviewed-by: Alexander Graf --- Changes i

[U-Boot] [PATCH v2 3/4] board: toradex: colibri_vf: drop SPI support

2018-11-09 Thread Marcel Ziswiler
From: Marcel Ziswiler Drop SPI support saving precious 4 Kb on boards with tough size restrictions. Signed-off-by: Marcel Ziswiler Signed-off-by: Marcel Ziswiler --- Changes in v2: New configs/colibri_vf_defconfig | 4 1 file changed, 4 deletions(-) diff --git a/configs

[U-Boot] [PATCH v2 2/4] board: toradex: colibri_vf: unset CONFIG_CMDLINE_EDITING

2018-11-09 Thread Marcel Ziswiler
From: Marcel Ziswiler Unset CONFIG_CMDLINE_EDITING saving precious 4 Kb on boards with tough size restrictions. Signed-off-by: Marcel Ziswiler --- Changes in v2: New configs/colibri_vf_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/colibri_vf_defconfig b/configs

[U-Boot] [PATCH v2 4/4] imx: mkimage: add size check to the u-boot.imx make target

2018-11-09 Thread Marcel Ziswiler
From: Marcel Ziswiler The make macro to check if the binary exceeds the board size limit is taken straight from the root Makefile. Without this and e.g. enabled EFI Vybrid fails booting as the regular size limit check does not take the final u-boot.imx binary size into account which is bigger

Re: [U-Boot] [PATCH v1 2/2] imx: mkimage: add size check to the u-boot.imx make target

2018-11-09 Thread Marcel Ziswiler
Hi Stefano On Thu, 2018-11-08 at 15:07 +0100, Stefano Babic wrote: > Hi Marcel, > > On 08/11/18 02:55, Fabio Estevam wrote: > > [Adding Stefano] > > > > On Wed, Nov 7, 2018 at 8:41 PM Marcel Ziswiler > > wrote: > > > > > > From: Marcel Zi

Re: [U-Boot] [PATCH] board: toradex: turn off lcd backlight before OS handover

2018-11-14 Thread Marcel Ziswiler
ines. Make sure to > disable > back light before booting Linux. > > Signed-off-by: Gerard Salvatella > Signed-off-by: Philippe Schenker Acked-by: Marcel Ziswiler > --- > board/toradex/apalis-tk1/apalis-tk1.c | 9 + > board/toradex/apalis_imx6/apali

Re: [U-Boot] [PATCH] common: add board specific hook for os preboot config

2018-11-14 Thread Marcel Ziswiler
I see this got superseded by fd3d1212a2cb ("bootm: Add board specific OS preboot hook") which does the exact same thing. Thanks! On Mon, 2018-08-13 at 09:30 +0200, Gerard Salvatella wrote: > Some boards require specific configuration prior to booting the > kernel. > For instance, our boards requir

Re: [U-Boot] [PATCH 1/6] tegra: cleanup dangling comments in include/configs

2018-09-17 Thread Marcel Ziswiler
On Sun, 2018-09-16 at 18:22 +0100, Peter Robinson wrote: > There's a number of dangling comments in various tegra configs post > migrations > of various configs so lets clean them up. > > Signed-off-by: Peter Robinson > Cc: Tom Warren > Cc: Stephen Warren > C

Re: [U-Boot] [PATCH 2/6] tegra20: common: fix USB_EHCI_TXFIFO_THRESH value

2018-09-17 Thread Marcel Ziswiler
On Sun, 2018-09-16 at 18:22 +0100, Peter Robinson wrote: > All other Tegra devices that define USB_EHCI_TXFIFO_THRESH use hex > representation, fix tegra20 to be the same format. > > Signed-off-by: Peter Robinson > Cc: Tom Warren > Cc: Stephen Warren > --- > include/configs/tegra20-common.h |

Re: [U-Boot] [PATCH 4/6] Kconfig: tegra: Migrate USB_EHCI_TEGRA

2018-09-17 Thread Marcel Ziswiler
On Sun, 2018-09-16 at 18:23 +0100, Peter Robinson wrote: > Migrate USB_EHCI_TEGRA from headers to Kconfig > > Signed-off-by: Peter Robinson > Cc: Tom Warren > Cc: Stephen Warren > Cc: Marek Vasut > Cc: Marcel Ziswiler > Cc: peter.ch...@data61.csiro.au > Cc: Luca

Re: [U-Boot] [PATCH 3/6] Kconfig: tegra: Migrate SYS_I2C_TEGRA

2018-09-17 Thread Marcel Ziswiler
On Sun, 2018-09-16 at 18:22 +0100, Peter Robinson wrote: > Migrate SYS_I2C_TEGRA from headers to Kconfig > > Signed-off-by: Peter Robinson > Cc: Tom Warren > Cc: Stephen Warren > Cc: Heiko Schocher > Cc: Marcel Ziswiler > Cc: peter.ch...@data61.csiro.au > Cc: Luca

Re: [U-Boot] [PATCH 4/6] Kconfig: tegra: Migrate USB_EHCI_TEGRA

2018-09-17 Thread Marcel Ziswiler
On Mon, 2018-09-17 at 15:51 +0200, Marcel Ziswiler wrote: > On Sun, 2018-09-16 at 18:23 +0100, Peter Robinson wrote: > > Migrate USB_EHCI_TEGRA from headers to Kconfig > > > > Signed-off-by: Peter Robinson > > Cc: Tom Warren > > Cc: Stephen Warren > > C

Re: [U-Boot] [PATCH 5/6] Kconfig: tegra: Migrate TEGRA_KEYBOARD

2018-09-17 Thread Marcel Ziswiler
rren > Cc: Stephen Warren Reviewed-by: Marcel Ziswiler > --- > configs/seaboard_defconfig | 1 + > drivers/input/Kconfig| 6 ++ > include/configs/seaboard.h | 4 > scripts/config_whitelist.txt | 1 - > 4 files changed, 7 insertions(+), 5 deletions(-)

Re: [U-Boot] [PATCH 6/6] nyan-big: drop CONFIG_KEYBOARD

2018-09-17 Thread Marcel Ziswiler
On Sun, 2018-09-16 at 18:23 +0100, Peter Robinson wrote: > The CONFIG_KEYBOARD does nothing as it's legacy and unused > so just drop it from the config. > > Signed-off-by: Peter Robinson > Cc: Tom Warren > Cc: Stephen Warren > Cc: Allen Martin Reviewed-by: Marcel Z

Re: [U-Boot] [RFC] colibri_imx7: Do not hardcode the memory size

2018-09-18 Thread Marcel Ziswiler
Hi Fabio Stefan is currently at Linaro Connect and may not have access to hardware. On Mon, 2018-09-17 at 14:09 -0300, Fabio Estevam wrote: > Instead of hardcoding the memory size, use the generic > imx_ddr_size() function, which extracts the memory size > in runtime by reading the DDR controlle

Re: [U-Boot] [RFC] colibri_imx7: Do not hardcode the memory size

2018-09-19 Thread Marcel Ziswiler
Hi Fabio On Tue, 2018-09-18 at 14:28 +0200, Marcel Ziswiler wrote: > Stefan is currently at Linaro Connect and may not have access to > hardware. > > On Mon, 2018-09-17 at 14:09 -0300, Fabio Estevam wrote: > > Instead of hardcoding the memory size, use the generic > >

[U-Boot] [PATCH 1/2] imx: mx7: fix potential overflow in imx_ddr_size()

2018-09-19 Thread Marcel Ziswiler
From: Marcel Ziswiler The imx_ddr_size() function may overflow as it is possible to kind of over provision the DDR controller. Fix this by capping it to 2 GB which is the maximum allowed size as per reference manual. Signed-off-by: Marcel Ziswiler -- arch/arm/mach-imx/mx7/ddr.c | 4 1

[U-Boot] [PATCH 2/2] colibri_imx7: prime get_ram_size() using imx_ddr_size()

2018-09-19 Thread Marcel Ziswiler
() function already took care of properly automatically detecting 256MB, 512MB or 1GB modules. Signed-off-by: Fabio Estevam Signed-off-by: Marcel Ziswiler --- board/toradex/colibri_imx7/colibri_imx7.c | 2 +- include/configs/colibri_imx7.h| 1 - 2 files changed, 1 insertion(+), 2

[U-Boot] [PATCH v6 2/5] simple panel: fix spelling of debug message

2016-09-28 Thread Marcel Ziswiler
Fix spelling of debug message from cnnot to cannot. Signed-off-by: Marcel Ziswiler Acked-by: Anatolij Gustschin --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Add Anatolij's ack. drivers/video/simple_panel.c | 2 +- 1 file chang

[U-Boot] [PATCH v6 5/5] colibri_t20: fix usb operation and controller order

2016-09-28 Thread Marcel Ziswiler
Without this patch the following error will be shown: Colibri T20 # usb start starting USB... No controllers found This patch fixes USB operation and also the controller order as the CI UDC driver may only be instantiated on the first aka OTG port. Signed-off-by: Marcel Ziswiler Acked-by

[U-Boot] [PATCH v6 4/5] colibri_t20: fix display configuration

2016-09-28 Thread Marcel Ziswiler
. Signed-off-by: Marcel Ziswiler Acked-by: Stephen Warren --- Changes in v6: None Changes in v5: None Changes in v4: - Add Stephen's ack. Changes in v3: - Get rid of dummy N/C GPIO work around now as the fixed regulator properly honours optionality of enable GPIO. Changes in v2: - R

[U-Boot] [PATCH v6 1/5] tegra: usb gadget: fix ci udc operation if not hostpc capable

2016-09-28 Thread Marcel Ziswiler
The Tegra 2 aka T20 is not host PC capable. Therefore gate the define CONFIG_CI_UDC_HAS_HOSTPC in tegra-common-usb-gadget.h in case of CONFIG_TEGRA20. Signed-off-by: Marcel Ziswiler Acked-by: Stephen Warren --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: - Add

[U-Boot] [PATCH v6 0/5] various fixes mainly for colibri_t20

2016-09-28 Thread Marcel Ziswiler
de despite its binding claiming it being optional. - As suggested by Stephen remove last patch 5/5 colibri_t20: enable dfu also for nand. Marcel Ziswiler (5): tegra: usb gadget: fix ci udc operation if not hostpc capable simple panel: fix spelling of debug message regulator: fixed: honour optio

[U-Boot] [PATCH v6 3/5] regulator: fixed: honour optionality of enable gpio

2016-09-28 Thread Marcel Ziswiler
According to the binding documentation the fixed regulator enable GPIO is optional. However so far registration thereof failed if no enable GPIO was specified. Fix this by making it entirely optional whether an enable GPIO is used. Signed-off-by: Marcel Ziswiler Acked-by: Stephen Warren

[U-Boot] [PATCH v2] ARM: vf610: use strcpy for soc environment variable

2016-09-28 Thread Marcel Ziswiler
character array. This then could lead to an buffer overflow on the stack. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- Changes in v2: - Re-based and re-send. arch/arm/cpu/armv7/vf610/generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7

[U-Boot] [PATCH v2 3/6] toradex: config block handling

2016-09-28 Thread Marcel Ziswiler
as well. The config block will be read upon boot by the checkboard() function, displayed as part of the board information and passed to Linux via device tree or ATAGs. Signed-off-by: Marcel Ziswiler --- Changes in v2: None board/toradex/common/Kconfig | 80 ++ board/toradex/common

[U-Boot] [PATCH v2 2/6] apalis/colibri_t20/t30: deactivate displaying board info

2016-09-28 Thread Marcel Ziswiler
Avoid a checkboard() name clash with our upcoming custom implementation thereof. Signed-off-by: Marcel Ziswiler --- Changes in v2: None include/configs/apalis_t30.h | 1 + include/configs/colibri_t20.h | 1 + include/configs/colibri_t30.h | 1 + 3 files changed, 3 insertions(+) diff --git a

[U-Boot] [PATCH v2 1/6] colibri_imx7/vf: move to custom checkboard_fallback()

2016-09-28 Thread Marcel Ziswiler
Rename checkboard() to checkboard_fallback() in order to avoid a name clash with our upcoming common implementation thereof. Signed-off-by: Marcel Ziswiler --- Changes in v2: None board/toradex/colibri_imx7/colibri_imx7.c | 6 +++--- board/toradex/colibri_vf/colibri_vf.c | 8 2

[U-Boot] [PATCH v2 4/6] apalis/colibri_imx7/pxa270/t20/t30/vf: integrate config block handling

2016-09-28 Thread Marcel Ziswiler
With our common code in place actually make use of it across all our modules. Signed-off-by: Marcel Ziswiler --- Changes in v2: None board/toradex/apalis_t30/Kconfig | 18 ++ board/toradex/apalis_t30/apalis_t30.c | 12 +++- board/toradex

[U-Boot] [PATCH v2 6/6] colibri_vf: usb gadget: toradex pid is now set generically

2016-09-28 Thread Marcel Ziswiler
From: Max Krummenacher remove now unused CONFIG_TRDX_PID_XXX Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- Changes in v2: None board/toradex/colibri_vf/colibri_vf.c | 16 include/configs/colibri_vf.h | 7 --- scripts/config_whitelist.txt

[U-Boot] [PATCH v2 5/6] apalis/colibri_t30: move environment location

2016-09-28 Thread Marcel Ziswiler
Now with the config block handling in place move the U-Boot environment location before the config block at the end of 1st "boot sector" as deployed during production using our downstream BSP. Signed-off-by: Marcel Ziswiler --- Changes in v2: - fixed common.h include mess in boa

[U-Boot] [PATCH v2 0/6] toradex: config block handling

2016-09-28 Thread Marcel Ziswiler
x pid is now set generically Marcel Ziswiler (5): colibri_imx7/vf: move to custom checkboard_fallback() apalis/colibri_t20/t30: deactivate displaying board info toradex: config block handling apalis/colibri_imx7/pxa270/t20/t30/vf: integrate config block handling apalis/colibri_t30:

Re: [U-Boot] [PATCH v2 5/6] apalis/colibri_t30: move environment location

2016-09-30 Thread Marcel Ziswiler
On Wed, 2016-09-28 at 12:11 -0600, Stephen Warren wrote: > On 09/28/2016 03:35 AM, Marcel Ziswiler wrote: > > > > Now with the config block handling in place move the U-Boot > > environment > > location before the config block at the end of 1st "boot sector&qu

Re: [U-Boot] [PATCH v2 2/6] apalis/colibri_t20/t30: deactivate displaying board info

2016-09-30 Thread Marcel Ziswiler
On Wed, 2016-09-28 at 12:00 -0600, Stephen Warren wrote: > On 09/28/2016 03:35 AM, Marcel Ziswiler wrote: > > > > Avoid a checkboard() name clash with our upcoming custom > > implementation > > thereof. > If you want to avoid naming conflicts, please simply name

[U-Boot] [PATCH v3 1/7] Revert "generic-board: allow showing custom board info"

2016-10-12 Thread Marcel Ziswiler
Drop CONFIG_CUSTOM_BOARDINFO as it is not Kconfig compliant and anyway not really used anywhere plus the upcoming weak show_board_info() approach seems much superior. This reverts commit a9ad18c9d5fe2554753b0f9a52adfd5ebce61147. Signed-off-by: Marcel Ziswiler --- Changes in v3: - introduce new

[U-Boot] [PATCH v3 3/7] apalis/colibri_t20/t30: deactivate displaying board info

2016-10-12 Thread Marcel Ziswiler
Deactivate CONFIG_DISPLAY_BOARDINFO in favour of CONFIG_DISPLAY_BOARDINFO_LATE which also displays on the LCD. Signed-off-by: Marcel Ziswiler --- Changes in v3: - fixup deactivation of CONFIG_DISPLAY_BOARDINFO in favour of CONFIG_DISPLAY_BOARDINFO_LATE which also displays on the LCD after

[U-Boot] [PATCH v3 4/7] toradex: config block handling

2016-10-12 Thread Marcel Ziswiler
as well. The config block will be read upon boot by the show_board_info() function, displayed as part of the board information and passed to Linux via device tree or ATAGs. Signed-off-by: Marcel Ziswiler --- Changes in v3: - use custom show_board_info() rather than checkboard() and checkboard

[U-Boot] [PATCH v3 5/7] apalis/colibri_imx7/pxa270/t20/t30/vf: integrate config block handling

2016-10-12 Thread Marcel Ziswiler
With our common code in place actually make use of it across all our modules. Signed-off-by: Marcel Ziswiler --- Changes in v3: - use checkboard() rather than checkboard_fallback() - drop CUSTOM_BOARDINFO Changes in v2: None board/toradex/apalis_t30/Kconfig | 18

[U-Boot] [PATCH v3 2/7] generic-board: make show_board_info a weak function

2016-10-12 Thread Marcel Ziswiler
Make show_board_info() a weak function which allows for custom board specific implementations thereof. Signed-off-by: Marcel Ziswiler --- Changes in v3: - introduce new patch making show_board_info() a weak function which allows for custom board specific implementations thereof Changes in

[U-Boot] [PATCH v3 0/7] toradex: config block handling

2016-10-12 Thread Marcel Ziswiler
kbuild feature curtsey Arnaud Lacombe) - added CUSTOM_BOARDINFO into our common Kconfig to avoid recent no_new_adhoc_configs_check error - add Max' patch colibri_vf: usb gadget: toradex pid is now set generically Marcel Ziswiler (6): Revert "generic-board: allow showing custom bo

[U-Boot] [PATCH v3 7/7] colibri_vf: usb gadget: toradex pid is now set generically

2016-10-12 Thread Marcel Ziswiler
From: Max Krummenacher remove now unused CONFIG_TRDX_PID_XXX Signed-off-by: Marcel Ziswiler --- Changes in v3: None Changes in v2: None board/toradex/colibri_vf/colibri_vf.c | 16 include/configs/colibri_vf.h | 7 --- scripts/config_whitelist.txt | 5

[U-Boot] [PATCH v3 6/7] apalis/colibri_t30: move environment location

2016-10-12 Thread Marcel Ziswiler
Now with the config block handling in place move the U-Boot environment location before the config block at the end of 1st "boot sector" as deployed during production using our downstream BSP. Signed-off-by: Marcel Ziswiler --- Changes in v3: - drop patch 1 'colibri_imx7/vf:

Re: [U-Boot] [PATCH 0/8] dm: Update on serial driver progress

2016-10-21 Thread Marcel Ziswiler
Hi Simon On Thu, 2016-10-20 at 13:06 -0600, Simon Glass wrote: > Only three serial drivers remain to be converted. This series drops > two of those, since the boards appear to be unmaintained. > > With this, only blackfin remains. > > The blackfin driver probably needs to be converted as there i

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-03 Thread Marcel Ziswiler
On Wed, 2016-08-03 at 15:51 +0200, Marek Vasut wrote: > On 08/03/2016 11:46 AM, Alban Bedel wrote: > > > > On Wed, 3 Aug 2016 09:00:42 +0200 > > Marek Vasut wrote: > > > > > > > > On 08/03/2016 07:32 AM, Alban Bedel wrote: > > > > > > > > Commit 147271209a9d ("net: asix: fix operation without

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-09 Thread Marcel Ziswiler
On Thu, 2016-08-04 at 11:12 +0200, Marek Vasut wrote: > On 08/04/2016 11:07 AM, Alban Bedel wrote: > > > > On Wed, 3 Aug 2016 15:23:30 +0000 > > Marcel Ziswiler wrote: > > > > > > > > On Wed, 2016-08-03 at 15:51 +0200, Marek Vasut wrote: > &g

Re: [U-Boot] [RFC] dm: tegra: boot time regression

2014-11-20 Thread Marcel Ziswiler
On Mon, 2014-11-17 at 06:53 +, Simon Glass wrote: > Did this get resolved? No, unfortunately not. > Do you have an update please? I just retested this and it is still the case all with latest mainline stuff both on the U-Boot as well as the Linux kernel side. Another issue I noticed is that

[U-Boot] [PATCH v1 4/5] colibri_t20: fix usb operation and controller order

2016-09-09 Thread Marcel Ziswiler
Without this patch the following error will be shown: Colibri T20 # usb start starting USB... No controllers found This patch fixes USB operation and also the controller order as the CI UDC driver may only be instantiated on the first aka OTG port. Signed-off-by: Marcel Ziswiler --- arch/arm

[U-Boot] [PATCH v1 3/5] colibri_t20: fix display configuration

2016-09-09 Thread Marcel Ziswiler
. Please note that the current U-Boot implementation requires a dummy GPIO e.g. for a fixed backlight regulator to be explicitly defined in order to work unlike in the Linux kernel where this is taken care of automatically. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/tegra20-colibri.dts

[U-Boot] [PATCH v1 0/5] various fixes mainly for colibri_t20

2016-09-09 Thread Marcel Ziswiler
[70292.181507] usb 2-3.4.2-port7: unable to enumerate USB device Any feedback or suggestions are much appreciated. Marcel Ziswiler (5): tegra: usb gadget: fix ci udc operation if not hostpc capable simple panel: fix spelling of debug message colibri_t20: fix display configuration

[U-Boot] [PATCH v1 1/5] tegra: usb gadget: fix ci udc operation if not hostpc capable

2016-09-09 Thread Marcel Ziswiler
The Tegra 2 aka T20 is not host PC capable. Therefore move the define CONFIG_CI_UDC_HAS_HOSTPC from the generic tegra-common-usb-gadget.h header file into resp. SoC type specific ones. Signed-off-by: Marcel Ziswiler --- include/configs/tegra-common-usb-gadget.h | 1 - include/configs/tegra114

[U-Boot] [PATCH v1 5/5] colibri_t20: enable dfu also for nand

2016-09-09 Thread Marcel Ziswiler
Enable USB gadget DFU functionality for NAND as well. Signed-off-by: Marcel Ziswiler --- include/configs/colibri_t20.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index c15f0cb..33e1ef5 100644 --- a/include/configs

[U-Boot] [PATCH v1 2/5] simple panel: fix spelling of debug message

2016-09-09 Thread Marcel Ziswiler
Fix spelling of debug message from cnnot to cannot. Signed-off-by: Marcel Ziswiler --- drivers/video/simple_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/simple_panel.c b/drivers/video/simple_panel.c index b2fe345..baa95f6 100644 --- a/drivers/video

[U-Boot] [PATCH] Revert "net: asix: Fix AX88772B when used with DriverModel"

2016-09-09 Thread Marcel Ziswiler
As discussed before rather than Joshua's patch the one from Alban should long since have been applied: https://www.mail-archive.com/u-boot@lists.denx.de/msg221455.html This reverts commit 41d1258aceb45b45f9e68f67a9c40f0afbc09dc9. Signed-off-by: Marcel Ziswiler --- drivers/usb/eth/asix.

Re: [U-Boot] net: asix: Fix AX88772B when used with DriverModel

2016-09-09 Thread Marcel Ziswiler
On Fri, 2016-09-09 at 13:57 -0500, Joe Hershberger wrote: > Hi Joshua, > > https://patchwork.ozlabs.org/patch/666191/ was applied to u-boot- > net.git. > > Thanks! > -Joe No, sorry, but this is really the wrong approach! As discussed before rather than Joshua's patch the one from Alban should lo

[U-Boot] [PATCH v2] net: asix: Fix ASIX 88772B with driver model

2016-09-09 Thread Marcel Ziswiler
operation without eeprom") Signed-off-by: Alban Bedel Signed-off-by: Marcel Ziswiler --- Please note that this also obsoletes the following patch sent earlier as requested by Marek: [PATCH] Revert "net: asix: Fix AX88772B when used with DriverModel" Changes in v2: - reverting th

[U-Boot] [PATCH] colibri_t30: fix usb ethernet functionality

2016-09-09 Thread Marcel Ziswiler
out on TD - token=0x88008d80 Rx: failed to receive: -5 This patch fixes this by upping our maximal de-fragmentation aka IP packet size again. Signed-off-by: Marcel Ziswiler --- include/configs/colibri_t30.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/colibri_t30.h b/inclu

Re: [U-Boot] net: asix: Fix AX88772B when used with DriverModel

2016-09-09 Thread Marcel Ziswiler
On Sat, 2016-09-10 at 01:04 +0200, Marek Vasut wrote: > On 09/09/2016 11:06 PM, Marcel Ziswiler wrote: > > > > On Fri, 2016-09-09 at 13:57 -0500, Joe Hershberger wrote: > > > > > > Hi Joshua, > > > > > > https://patchwork.ozlabs.org

Re: [U-Boot] [PATCH] Revert "net: asix: Fix AX88772B when used with DriverModel"

2016-09-09 Thread Marcel Ziswiler
On Fri, 2016-09-09 at 16:16 -0500, Joe Hershberger wrote: > Hi Marcel, > > On Fri, Sep 9, 2016 at 4:12 PM, Marcel Ziswiler > wrote: > > > > As discussed before rather than Joshua's patch the one from Alban > > should long since have been applied: > >

Re: [U-Boot] net: asix: Fix AX88772B when used with DriverModel

2016-09-09 Thread Marcel Ziswiler
On Sat, 2016-09-10 at 02:18 +0200, Marcel Ziswiler wrote: > On Sat, 2016-09-10 at 01:23 +0200, Marek Vasut wrote: > > > > On 09/10/2016 01:13 AM, Marcel Ziswiler wrote: > > > > > > > > > On Sat, 2016-09-10 at 01:04 +0200, Marek Vasut wrote: > &

Re: [U-Boot] net: asix: Fix AX88772B when used with DriverModel

2016-09-10 Thread Marcel Ziswiler
On Sat, 2016-09-10 at 01:23 +0200, Marek Vasut wrote: > On 09/10/2016 01:13 AM, Marcel Ziswiler wrote: > > > > On Sat, 2016-09-10 at 01:04 +0200, Marek Vasut wrote: > > > > > > On 09/09/2016 11:06 PM, Marcel Ziswiler wrote: > > > > > >

Re: [U-Boot] [PATCH v1 1/5] tegra: usb gadget: fix ci udc operation if not hostpc capable

2016-09-14 Thread Marcel Ziswiler
On Mon, 2016-09-12 at 12:13 -0600, Stephen Warren wrote: > On 09/09/2016 10:10 AM, Marcel Ziswiler wrote: > > > > The Tegra 2 aka T20 is not host PC capable. Therefore move the > > define > > CONFIG_CI_UDC_HAS_HOSTPC from the generic tegra-common-usb-gadget.h > >

Re: [U-Boot] [PATCH v1 5/5] colibri_t20: enable dfu also for nand

2016-09-14 Thread Marcel Ziswiler
On Mon, 2016-09-12 at 12:24 -0600, Stephen Warren wrote: > On 09/09/2016 10:10 AM, Marcel Ziswiler wrote: > > > > Enable USB gadget DFU functionality for NAND as well. > > > > diff --git a/include/configs/colibri_t20.h > > b/include/configs/colibri_t20.h >

Re: [U-Boot] [PATCH v1 0/5] various fixes mainly for colibri_t20

2016-09-14 Thread Marcel Ziswiler
On Mon, 2016-09-12 at 12:13 -0600, Stephen Warren wrote: > On 09/09/2016 10:10 AM, Marcel Ziswiler wrote: > > > > This series addresses various issues as seen on Colibri T20. Please > > note that for successful Ethernet operation not only on Colibri T20 > > but also o

Re: [U-Boot] [PATCH] colibri_t30: fix usb ethernet functionality

2016-09-14 Thread Marcel Ziswiler
On Sat, 2016-09-10 at 18:51 +0200, Marek Vasut wrote: > On 09/10/2016 04:20 AM, Marcel Ziswiler wrote: > > > > Since commit aa7a648747d8c704a9a81c9e493d386930724e9d > > ("net: Stop including NFS overhead in defragment max") the > > following > > has

Re: [U-Boot] [PATCH v1 3/5] colibri_t20: fix display configuration

2016-09-14 Thread Marcel Ziswiler
On Wed, 2016-09-14 at 17:19 +, Stephen Warren wrote: > On 09/14/2016 09:20 AM, Marcel Ziswiler wrote: > > > > On Mon, 2016-09-12 at 12:18 -0600, Stephen Warren wrote: > > > > > > On 09/09/2016 10:10 AM, Marcel Ziswiler wrote: > > > > > >

Re: [U-Boot] [PATCH v1 4/5] colibri_t20: fix usb operation and controller order

2016-09-14 Thread Marcel Ziswiler
On Mon, 2016-09-12 at 12:20 -0600, Stephen Warren wrote: > On 09/09/2016 10:10 AM, Marcel Ziswiler wrote: > > > > Without this patch the following error will be shown: > > > > Colibri T20 # usb start > > starting USB... > > No controllers found > This

[U-Boot] [PATCH v2 2/4] simple panel: fix spelling of debug message

2016-09-14 Thread Marcel Ziswiler
Fix spelling of debug message from cnnot to cannot. Signed-off-by: Marcel Ziswiler Acked-by: Anatolij Gustschin --- Changes in v2: - Add Anatolij's ack. drivers/video/simple_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/simple_panel.c b/dr

[U-Boot] [PATCH v2 0/4] various fixes mainly for colibri_t20

2016-09-14 Thread Marcel Ziswiler
name dummy regulator to reg_3v3 as suggested by Stephen. - Keep dummy N/C GPIO to work around bug in U-Boot regulator driver requiring such node despite its binding claiming it being optional. - No change. - As suggested by Stephen remove last patch 5/5 colibri_t20: enable dfu also for nand. Marcel Z

[U-Boot] [PATCH v2 4/4] colibri_t20: fix usb operation and controller order

2016-09-14 Thread Marcel Ziswiler
Without this patch the following error will be shown: Colibri T20 # usb start starting USB... No controllers found This patch fixes USB operation and also the controller order as the CI UDC driver may only be instantiated on the first aka OTG port. Signed-off-by: Marcel Ziswiler --- Changes

[U-Boot] [PATCH v2 1/4] tegra: usb gadget: fix ci udc operation if not hostpc capable

2016-09-14 Thread Marcel Ziswiler
The Tegra 2 aka T20 is not host PC capable. Therefore gate the define CONFIG_CI_UDC_HAS_HOSTPC in tegra-common-usb-gadget.h in case of CONFIG_TEGRA20. Signed-off-by: Marcel Ziswiler --- Changes in v2: - As suggested by Stephen gating the CONFIG_CI_UDC_HAS_HOSTPC define with CONFIG_TEGRA20

[U-Boot] [PATCH v2 3/4] colibri_t20: fix display configuration

2016-09-14 Thread Marcel Ziswiler
. Please note that the current U-Boot implementation requires a dummy GPIO e.g. for a fixed backlight regulator to be explicitly defined in order to work unlike in the Linux kernel where this is taken care of automatically. Signed-off-by: Marcel Ziswiler --- Changes in v2: - Rename dummy

[U-Boot] [PATCH] ARM: vf610: use strcpy for soc environment variable

2016-09-14 Thread Marcel Ziswiler
character array. This then could lead to an buffer overflow on the stack. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler Signed-off-by: Marcel Ziswiler --- arch/arm/cpu/armv7/vf610/generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/vf610

<    5   6   7   8   9   10   11   12   13   14   >