Re: [U-Boot] [PATCH v2 1/7] pinctrl: mscc: Add gpio and pinctrl for Jaguar2 SOC family

2019-01-08 Thread Horatiu Vultur
Hi Daniel, The 01/07/2019 20:38, Daniel Schwierzeck wrote: > > > Am 07.01.19 um 14:02 schrieb Horatiu Vultur: > > The Jaguar2 SOC family has 63 gpio pins therefore I extended mscc-common > > to support new numbe of pins. > > > > Signed-off-by: Horatiu Vultur > > --- > > MAINTAINERS

Re: [U-Boot] [PATCH v1 3/4] serial: add an of-platdata driver for "snps, dw-apb-uart"

2019-01-08 Thread Lukasz Majewski
Hi Simon, > On Tue, Jan 8, 2019 at 8:30 AM Lukasz Majewski wrote: > > > > Hi Simon, > > > > > On Mon, Jan 7, 2019 at 11:12 PM Lukasz Majewski > > > wrote: > > > > > > > > Hi Simon, > > > > > > > > > Add a driver for the "snps,dw-apb-uart" used in socfpga and > > > > > others. > > > > > > >

Re: [U-Boot] [PATCH v2 1/3] mips: spi: mscc: Add fast bitbang SPI driver

2019-01-08 Thread Lars.Povlsen
Hi again, Thank you for your input, I will submit a (hopefully) final v3 patch right away. Comments below, ---Lars > -Original Message- > From: Daniel Schwierzeck > Sent: Monday, January 7, 2019 18:32 > To: Lars Povlsen - M31675 ; u- > b...@lists.denx.de > Cc: gregory.clem...@bootlin.c

Re: [U-Boot] [PATCH v3 8/8] cmd: env: add "-e" option for handling UEFI variables

2019-01-08 Thread Alexander Graf
On 08.01.19 08:29, AKASHI Takahiro wrote: > On Mon, Jan 07, 2019 at 04:47:13PM +0900, AKASHI Takahiro wrote: >> Heinrich, >> >> On Wed, Dec 26, 2018 at 10:20:32PM +0100, Alexander Graf wrote: >>> >>> >>> On 25.12.18 09:44, AKASHI Takahiro wrote: On Sun, Dec 23, 2018 at 02:56:40AM +0100, Alex

Re: [U-Boot] [RESEND PATCH v2 2/6] efi_loader: Initial HII database protocols

2019-01-08 Thread Leif Lindholm
MdePkg/MdeModulePkg maintainers - any comments? On Tue, Jan 08, 2019 at 01:28:00AM +0100, Laszlo Ersek wrote: > On 01/07/19 20:22, Leif Lindholm wrote: > > On Mon, Jan 07, 2019 at 07:29:47PM +0100, Laszlo Ersek wrote: > > >> The UEFI spec (v2.7) explicitly requires EFI_GUID to be 64-bit aligned,

Re: [U-Boot] [PATCH v3 1/8] cmd: add efishell command

2019-01-08 Thread Alexander Graf
On 07.01.19 06:08, AKASHI Takahiro wrote: > On Sun, Dec 30, 2018 at 06:10:51PM +0100, Heinrich Schuchardt wrote: >> On 12/30/18 4:44 PM, Heinrich Schuchardt wrote: >>> On 12/18/18 6:05 AM, AKASHI Takahiro wrote: Currently, there is no easy way to add or modify UEFI variables. In particu

[U-Boot] [PATCH 1/1] sunxi: board: Add i2c initialization for sun50i

2019-01-08 Thread Stefan Mavrodiev
To use TWI0/1/2 the user can select CONFIG_I2C#_ENABLE. However even the controller is enabled, the mux for the pins are not set. This patch follows the existing mux method. Since the pads are different, separate check is added for each i2c. Tested with A64-SOM204 board. Signed-off-by: Stefan Ma

Re: [U-Boot] [RESEND PATCH v2 2/6] efi_loader: Initial HII database protocols

2019-01-08 Thread Ard Biesheuvel
On Tue, 8 Jan 2019 at 10:51, Leif Lindholm wrote: > > MdePkg/MdeModulePkg maintainers - any comments? > > On Tue, Jan 08, 2019 at 01:28:00AM +0100, Laszlo Ersek wrote: > > On 01/07/19 20:22, Leif Lindholm wrote: > > > On Mon, Jan 07, 2019 at 07:29:47PM +0100, Laszlo Ersek wrote: > > > > >> The UEF

[U-Boot] [PATCH v3 0/3] mips: spi: mscc: Add fast bitbang SPI driver

2019-01-08 Thread Lars Povlsen
These 3 patches add an optimized SPI bitbang driver for MSCC SOCs that does not sport the designware SPI hardware controller. The driver more than doubles the performance for bulk SPI transfers. This is based off the u-boot-mips/next repository. v3 changes: - Dropped .ofdata_to_platdata support

[U-Boot] [PATCH v3 1/3] mips: spi: mscc: Add fast bitbang SPI driver

2019-01-08 Thread Lars Povlsen
This patch add a new SPI driver for MSCC SOCs that does not sport the designware SPI hardware controller. Performance gain: 7.664 seconds vs. 17.633 for 1 Mbyte write. Signed-off-by: Lars Povlsen Reviewed-by: Daniel Schwierzeck --- MAINTAINERS | 1 + arch/mips/m

[U-Boot] [PATCH v3 2/3] mips: mscc: DT: Update luton device tree to use fast SPI driver

2019-01-08 Thread Lars Povlsen
Thes patch change the luton base device tree to use the newly added SPI bitbang driver. It also updates the "mscc_luton_defconfig" to use the new driver. Signed-off-by: Lars Povlsen Reviewed-by: Daniel Schwierzeck --- arch/mips/dts/mscc,luton.dtsi | 15 ++- configs/mscc_luton_defco

[U-Boot] [PATCH v3 3/3] mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.c

2019-01-08 Thread Lars Povlsen
With the new mscc_bb_spi.c driver, there is no longer use for the gpio-mscc-bitbang-spi.c driver. Signed-off-by: Lars Povlsen Reviewed-by: Daniel Schwierzeck --- drivers/gpio/Kconfig | 7 -- drivers/gpio/Makefile| 1 - drivers/gpio/gpio-mscc-bitbang-spi.c | 1

Re: [U-Boot] [PATCH] sunxi: add spi flash bootcmd

2019-01-08 Thread Andre Przywara
On Mon, 7 Jan 2019 19:47:26 +0200 Oskari Lemmelä wrote: > On 7.1.2019 15.54, Andre Przywara wrote: > > On Mon, 7 Jan 2019 14:16:23 +0100 > > Maxime Ripard wrote: > > > >> On Sat, Jan 05, 2019 at 08:03:46PM +0200, Oskari Lemmela wrote: > >>> Enable SPI bootcmd if CONFIG_DM_SPI_FLASH is define

Re: [U-Boot] [PATCH 2/2] board: tbs2910: Remove FIT support in defconfig to reduce u-boot size

2019-01-08 Thread Soeren Moch
Stefano, can you apply this for v2019.01? This is really a important fix to avoid environment and u-boot binary overwriting each other. It is also a small local fix which cannot hurt anybody else. Thanks, Soeren On 05.01.19 09:31, Soeren Moch wrote: > The current defconfig build generates a u-b

Re: [U-Boot] [PATCH 1/1] sunxi: board: Add i2c initialization for sun50i

2019-01-08 Thread Maxime Ripard
On Tue, Jan 08, 2019 at 12:04:30PM +0200, Stefan Mavrodiev wrote: > To use TWI0/1/2 the user can select CONFIG_I2C#_ENABLE. > However even the controller is enabled, the mux for the pins > are not set. > > This patch follows the existing mux method. Since the pads are > different, separate check i

Re: [U-Boot] [PATCH 2/2] board: tbs2910: Remove FIT support in defconfig to reduce u-boot size

2019-01-08 Thread Stefano Babic
Hi Soeren, On 08/01/19 11:14, Soeren Moch wrote: > Stefano, > > can you apply this for v2019.01? This is really a important fix to avoid > environment and u-boot binary overwriting each other. > It is also a small local fix which cannot hurt anybody else. I will apply and I send a new PR. This

[U-Boot] [PATCH PATCH v1 2/2] usb: Make compiling gadget support optional

2019-01-08 Thread Jean-Jacques Hiblot
There is no need to compile and include this code if it is not used. CONFIG_USB_GADGET can be used for the purpose. Signed-off-by: Jean-Jacques Hiblot --- Makefile | 4 ++-- configs/cm_t3517_defconfig | 1 + configs/cm_t35_defconfig | 1 +

Re: [U-Boot] [PATCH v5 15/26] clk: sunxi: Add ccu clock tree support

2019-01-08 Thread Jagan Teki
On Mon, Jan 7, 2019 at 6:35 AM André Przywara wrote: > > On 31/12/2018 16:59, Jagan Teki wrote: > > Clock control unit comprises of parent clocks, gates, multiplexers, > > dividers, multipliers, pre/post dividers and flags etc. > > > > So, the U-Boot implementation of ccu has divided into gates an

Re: [U-Boot] Issue with memcpy when booting a fitImage on SPEAr600

2019-01-08 Thread Quentin Schulz
Hi Simon, On Mon, Jan 07, 2019 at 05:38:19PM -0700, Simon Glass wrote: > Hi, > > On Thu, 6 Dec 2018 at 03:37, Thomas Petazzoni > wrote: > > > > Hello Stefan, > > > > On Wed, 5 Dec 2018 12:30:57 +0100, Stefan Roese wrote: > > > > > > It's weird to me that it's happening with this SoC because it's

Re: [U-Boot] [PATCH 2/2] board: tbs2910: Remove FIT support in defconfig to reduce u-boot size

2019-01-08 Thread Soeren Moch
Hi Stefano, On 08.01.19 11:24, Stefano Babic wrote: > Hi Soeren, > > On 08/01/19 11:14, Soeren Moch wrote: >> Stefano, >> >> can you apply this for v2019.01? This is really a important fix to avoid >> environment and u-boot binary overwriting each other. >> It is also a small local fix which cann

Re: [U-Boot] [PATCH v2] usb: xhci-mem: Fix scratchpad array issue

2019-01-08 Thread Marek Vasut
On 1/8/19 7:34 AM, Bin Meng wrote: > On Tue, Jan 8, 2019 at 12:00 PM Ye Li wrote: >> >> On 1/7/2019 5:54 PM, Bin Meng wrote: >>> On Mon, Jan 7, 2019 at 10:45 AM Ye Li wrote: After updating the value of dev_context_ptrs[0], we should flush this from cache to memory. Otherwise the xh

Re: [U-Boot] [PATCH] arm: socfpga: make debug uart work on socfpga_gen5

2019-01-08 Thread Marek Vasut
On 1/8/19 7:41 AM, Simon Goldschmidt wrote: > On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: >> >> On 1/7/19 10:01 PM, Simon Goldschmidt wrote: >>> Am 07.01.2019 um 21:47 schrieb Marek Vasut: On 1/7/19 9:33 PM, Simon Goldschmidt wrote: > Am 07.01.2019 um 21:25 schrieb Marek Vasut: >>>

Re: [U-Boot] [PATCH v5 15/26] clk: sunxi: Add ccu clock tree support

2019-01-08 Thread Jagan Teki
On Mon, Jan 7, 2019 at 6:35 AM André Przywara wrote: > > On 31/12/2018 16:59, Jagan Teki wrote: > > Clock control unit comprises of parent clocks, gates, multiplexers, > > dividers, multipliers, pre/post dividers and flags etc. > > > > So, the U-Boot implementation of ccu has divided into gates an

[U-Boot] Please pull from u-boot-i2c

2019-01-08 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c.git master The following changes since commit 53240275666acf32cb9811e44eaf2fd571a6cb75: Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-video (2019-01-03 15:34:44 -0500) are available in the Git repository at: git://git.denx.de/u-boot-i2c.git m

[U-Boot] [PATCH PATCH v1 1/2] Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET

2019-01-08 Thread Jean-Jacques Hiblot
The SPL option for USB gadget should be named after the option for u-boot (CONFIG_USB_GADGET) Signed-off-by: Jean-Jacques Hiblot --- arch/arm/mach-imx/mx6/Kconfig| 2 +- arch/arm/mach-imx/spl.c | 2 +- common/spl/Kconfig | 4 ++-- configs/am335

[U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Jean-Jacques Hiblot
This series applies on top of u-boot-dfu. This series renames CONFIG_SPL_USB_GADGET_SUPPORT to CONFIG_SPL_USB_GADGET for consistency. It also uses CONFIG_USB_GADGET to compile-in the gadget code. This make sure that the code is not included if it is not needed. Some defconfigs had to be updated a

Re: [U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Marek Vasut
On 1/8/19 11:40 AM, Jean-Jacques Hiblot wrote: > > This series applies on top of u-boot-dfu. > > This series renames CONFIG_SPL_USB_GADGET_SUPPORT to CONFIG_SPL_USB_GADGET > for consistency. > It also uses CONFIG_USB_GADGET to compile-in the gadget code. This make > sure that the code is not incl

Re: [U-Boot] [PATCH v5 15/26] clk: sunxi: Add ccu clock tree support

2019-01-08 Thread Andre Przywara
On Tue, 8 Jan 2019 16:27:14 +0530 Jagan Teki wrote: Hi, > On Mon, Jan 7, 2019 at 6:35 AM André Przywara > wrote: > > > > On 31/12/2018 16:59, Jagan Teki wrote: > > > Clock control unit comprises of parent clocks, gates, > > > multiplexers, dividers, multipliers, pre/post dividers and flags >

[U-Boot] [PATCH v2 01/11] colibri_imx7: fix boot commands

2019-01-08 Thread Stefan Agner
From: Stefan Agner Fix mixed up boot commands between raw NAND and eMMC variant. Also make sure that the boot_file is defined for the eMMC boot command. Fixes: a62c60610f51 ("colibri_imx7_emmc: add Colibri iMX7D 1GB (eMMC) module support") Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler

[U-Boot] [PATCH v2 00/11] arm: Colibri iMX7 fixes and DM_MMC conversion

2019-01-08 Thread Stefan Agner
From: Stefan Agner This patchset fixes some small issues with Colibri iMX7 and converts the board to use DM_MMC. It also adds the so far missing configuration for the eMMC variant. This patchset gets rid of all but one deprecation warning. The remaining warning is due to CONFIG_USB still being u

[U-Boot] [PATCH v2 03/11] configs: colibri_imx7: enable DM for raw NAND devices

2019-01-08 Thread Stefan Agner
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 Agner --- Changes in v2: None configs/colibri_imx7_defconfig | 3 +++

[U-Boot] [PATCH v2 04/11] configs: colibri_imx7: use separate device tree

2019-01-08 Thread Stefan Agner
From: Stefan Agner Use OF_SEPARATE as suggested by the build system. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- Changes in v2: None configs/colibri_imx7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfi

[U-Boot] [PATCH v2 05/11] arm: dts: imx7: colibri: add usdhci peripherals to device tree

2019-01-08 Thread Stefan Agner
From: Stefan Agner Add usdhci peripherals to device tree. This allows to use DM_MMC for Colibri iMX7 devices. Signed-off-by: Stefan Agner --- Changes in v2: - Remove unnecessary properties arch/arm/dts/imx7-colibri-emmc.dts | 31 ++ arch/arm/dts/imx7-colibri.dtsi

[U-Boot] [PATCH v2 02/11] arm: dts: imx7: colibri: split dt for raw NAND and eMMC devices

2019-01-08 Thread Stefan Agner
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 Acked-by: Marcel Ziswiler --- Changes in v2: - Remove imx7-colibri.dtb from Makefile arch/arm/dts/Makefile | 3 +-

[U-Boot] [PATCH v2 09/11] configs: colibri_imx7: use DFU for NAND instead of MMC

2019-01-08 Thread Stefan Agner
From: Stefan Agner The colibri_imx7_defconfig is for Colibri iMX7 raw NAND devices. Hence DFU for NAND is more useful then for MMC devices. Signed-off-by: Stefan Agner --- Changes in v2: - New patch configs/colibri_imx7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

[U-Boot] [PATCH v2 10/11] configs: colibri_imx7: use distro defaults

2019-01-08 Thread Stefan Agner
From: Stefan Agner The defconfig already use most features implied by distro defaults. Make sure we enable all features required by distro boot by making use of CONFIG_DISTRO_DEFAULTS. Signed-off-by: Stefan Agner --- Changes in v2: - New patch configs/colibri_imx7_defconfig | 13

[U-Boot] [PATCH v2 06/11] configs: colibri_imx7: use DM_MMC

2019-01-08 Thread Stefan Agner
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 --- Changes in v2: None configs/colibri_imx7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/colibri_imx7_defc

[U-Boot] [PATCH v2 11/11] configs: add default configuraiton for Colibri iMX7 with eMMC

2019-01-08 Thread Stefan Agner
From: Stefan Agner Add a default configuration for Colibri iMX7D 1GB (with eMMC NAND flash). Signed-off-by: Stefan Agner --- Changes in v2: - Add CONFIG_FIT/DFU/CRC32_VERIFY/CMD_GPT/DFU_MMC and FAT_WRITE configs/colibri_imx7_emmc_defconfig | 66 + 1 file changed,

[U-Boot] [PATCH v2 07/11] colibri_imx7: drop legacy usdhc support

2019-01-08 Thread Stefan Agner
From: Stefan Agner Drop legacy pinmux/usdhc board configuration. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- Changes in v2: None board/toradex/colibri_imx7/colibri_imx7.c | 97 --- 1 file changed, 97 deletions(-) diff --git a/board/toradex/colibri_imx7/col

[U-Boot] [PATCH v2 08/11] configs: colibri_imx7: enable CAAM driver

2019-01-08 Thread Stefan Agner
From: Stefan Agner Access to CAAM in non-secure mode must be enabled by the boot loader first. The U-Boot CAAM driver enables access to CAAM in non-secure mode by default. Hence enable the CAAM driver to allow Linux accessing CAAM directly. This prevents error messages like the following on Linux

Re: [U-Boot] [RESEND PATCH v2 2/6] efi_loader: Initial HII database protocols

2019-01-08 Thread Laszlo Ersek
On 01/08/19 10:51, Leif Lindholm wrote: > MdePkg/MdeModulePkg maintainers - any comments? > > On Tue, Jan 08, 2019 at 01:28:00AM +0100, Laszlo Ersek wrote: >> On 01/07/19 20:22, Leif Lindholm wrote: >>> On Mon, Jan 07, 2019 at 07:29:47PM +0100, Laszlo Ersek wrote: >> The UEFI spec (v2.7) expl

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Marek Vasut
On 1/8/19 7:24 AM, Simon Goldschmidt wrote: > On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: >> >> On 1/7/19 10:14 PM, Simon Goldschmidt wrote: >>> In order to build a smaller SPL, let's imply SPL_DM_RESET and >>> SPL_WATCHDOG_SUPPORT instead of selecting them, so they can be disabled >>> via

Re: [U-Boot] [PATCH v1 2/4] arm: socfpga: fix compiling with OF_PLATDATA

2019-01-08 Thread Marek Vasut
On 1/8/19 7:32 AM, Simon Goldschmidt wrote: > On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: >> >> On 1/7/19 10:14 PM, Simon Goldschmidt wrote: >>> 'socfpga_eth_reset_common' must not be compiled when OF_PLATDATA is enabled >>> since it uses functions accessing the devicetree. >>> >>> Since th

Re: [U-Boot] [PATCH] arm: socfpga: make debug uart work on socfpga_gen5

2019-01-08 Thread Simon Goldschmidt
On Tue, Jan 8, 2019 at 12:20 PM Marek Vasut wrote: > > On 1/8/19 7:41 AM, Simon Goldschmidt wrote: > > On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: > >> > >> On 1/7/19 10:01 PM, Simon Goldschmidt wrote: > >>> Am 07.01.2019 um 21:47 schrieb Marek Vasut: > On 1/7/19 9:33 PM, Simon Goldsc

Re: [U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata

2019-01-08 Thread Marek Vasut
On 1/8/19 7:56 AM, Simon Goldschmidt wrote: > On Mon, Jan 7, 2019 at 11:59 PM Marek Vasut wrote: >> >> On 1/7/19 10:14 PM, Simon Goldschmidt wrote: >>> This is an initial attempt to support OF_PLATDATA for socfpga gen5. >>> >>> There are two motivations for this: >>> a) reduce code size to eventua

Re: [U-Boot] [PATCH] arm: socfpga: make debug uart work on socfpga_gen5

2019-01-08 Thread Marek Vasut
On 1/8/19 1:06 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 12:20 PM Marek Vasut wrote: >> >> On 1/8/19 7:41 AM, Simon Goldschmidt wrote: >>> On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: On 1/7/19 10:01 PM, Simon Goldschmidt wrote: > Am 07.01.2019 um 21:47 schrieb Mar

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Simon Goldschmidt
On Tue, Jan 8, 2019 at 1:05 PM Marek Vasut wrote: > > On 1/8/19 7:24 AM, Simon Goldschmidt wrote: > > On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: > >> > >> On 1/7/19 10:14 PM, Simon Goldschmidt wrote: > >>> In order to build a smaller SPL, let's imply SPL_DM_RESET and > >>> SPL_WATCHDOG_SU

Re: [U-Boot] [PATCH v1 2/4] arm: socfpga: fix compiling with OF_PLATDATA

2019-01-08 Thread Simon Goldschmidt
On Tue, Jan 8, 2019 at 1:05 PM Marek Vasut wrote: > > On 1/8/19 7:32 AM, Simon Goldschmidt wrote: > > On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: > >> > >> On 1/7/19 10:14 PM, Simon Goldschmidt wrote: > >>> 'socfpga_eth_reset_common' must not be compiled when OF_PLATDATA is > >>> enabled

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Marek Vasut
On 1/8/19 1:09 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:05 PM Marek Vasut wrote: >> >> On 1/8/19 7:24 AM, Simon Goldschmidt wrote: >>> On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: On 1/7/19 10:14 PM, Simon Goldschmidt wrote: > In order to build a smaller SPL, le

Re: [U-Boot] [PATCH v1 2/4] arm: socfpga: fix compiling with OF_PLATDATA

2019-01-08 Thread Marek Vasut
On 1/8/19 1:14 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:05 PM Marek Vasut wrote: >> >> On 1/8/19 7:32 AM, Simon Goldschmidt wrote: >>> On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: On 1/7/19 10:14 PM, Simon Goldschmidt wrote: > 'socfpga_eth_reset_common' must not

Re: [U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata

2019-01-08 Thread Simon Goldschmidt
On Tue, Jan 8, 2019 at 1:06 PM Marek Vasut wrote: > > On 1/8/19 7:56 AM, Simon Goldschmidt wrote: > > On Mon, Jan 7, 2019 at 11:59 PM Marek Vasut wrote: > >> > >> On 1/7/19 10:14 PM, Simon Goldschmidt wrote: > >>> This is an initial attempt to support OF_PLATDATA for socfpga gen5. > >>> > >>> The

Re: [U-Boot] [PATCH] arm: socfpga: make debug uart work on socfpga_gen5

2019-01-08 Thread Simon Goldschmidt
On Tue, Jan 8, 2019 at 1:08 PM Marek Vasut wrote: > > On 1/8/19 1:06 PM, Simon Goldschmidt wrote: > > On Tue, Jan 8, 2019 at 12:20 PM Marek Vasut wrote: > >> > >> On 1/8/19 7:41 AM, Simon Goldschmidt wrote: > >>> On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: > > On 1/7/19 10:01 PM

[U-Boot] [PATCH] configs: Enable CONFIG_BLK in a few TI boards

2019-01-08 Thread Faiz Abbas
With DM conversion completed, enable CONFIG_BLK for a few pending TI boards. Signed-off-by: Faiz Abbas --- configs/am335x_boneblack_vboot_defconfig | 1 - configs/am335x_evm_defconfig | 1 - configs/am335x_hs_evm_defconfig | 1 - configs/am335x_hs_evm_uart_defconfig

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Simon Goldschmidt
On Tue, Jan 8, 2019 at 1:22 PM Marek Vasut wrote: > > On 1/8/19 1:09 PM, Simon Goldschmidt wrote: > > On Tue, Jan 8, 2019 at 1:05 PM Marek Vasut wrote: > >> > >> On 1/8/19 7:24 AM, Simon Goldschmidt wrote: > >>> On Mon, Jan 7, 2019 at 11:58 PM Marek Vasut wrote: > > On 1/7/19 10:14 PM,

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Marek Vasut
On 1/8/19 1:46 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:22 PM Marek Vasut wrote: >> >> On 1/8/19 1:09 PM, Simon Goldschmidt wrote: >>> On Tue, Jan 8, 2019 at 1:05 PM Marek Vasut wrote: On 1/8/19 7:24 AM, Simon Goldschmidt wrote: > On Mon, Jan 7, 2019 at 11:58 PM Marek

Re: [U-Boot] [PATCH] arm: socfpga: make debug uart work on socfpga_gen5

2019-01-08 Thread Marek Vasut
On 1/8/19 1:42 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:08 PM Marek Vasut wrote: >> >> On 1/8/19 1:06 PM, Simon Goldschmidt wrote: >>> On Tue, Jan 8, 2019 at 12:20 PM Marek Vasut wrote: On 1/8/19 7:41 AM, Simon Goldschmidt wrote: > On Mon, Jan 7, 2019 at 11:58 PM Mare

Re: [U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata

2019-01-08 Thread Marek Vasut
On 1/8/19 1:38 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:06 PM Marek Vasut wrote: >> >> On 1/8/19 7:56 AM, Simon Goldschmidt wrote: >>> On Mon, Jan 7, 2019 at 11:59 PM Marek Vasut wrote: On 1/7/19 10:14 PM, Simon Goldschmidt wrote: > This is an initial attempt to suppo

Re: [U-Boot] [PATCH 1/5] efi_loader: LoadImage: always allocate new pages

2019-01-08 Thread Alexander Graf
On 28.12.18 12:41, Heinrich Schuchardt wrote: > If we want to properly unload images in Exit() the memory should always be > allocated in the same way. As we allocate memory when reading from file we > should do the same when the original image is in memory. > > Further patches will be needed: >

Re: [U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata

2019-01-08 Thread Simon Goldschmidt
On Tue, Jan 8, 2019 at 1:58 PM Marek Vasut wrote: > > On 1/8/19 1:38 PM, Simon Goldschmidt wrote: > > On Tue, Jan 8, 2019 at 1:06 PM Marek Vasut wrote: > >> > >> On 1/8/19 7:56 AM, Simon Goldschmidt wrote: > >>> On Mon, Jan 7, 2019 at 11:59 PM Marek Vasut wrote: > > On 1/7/19 10:14 PM,

Re: [U-Boot] [PATCH 2/5] efi_loader: set entry point in efi_load_pe()

2019-01-08 Thread Alexander Graf
On 28.12.18 12:41, Heinrich Schuchardt wrote: > Up to now efi_load_pe() returns the entry point or NULL in case of an > error. This does not allow to return correct error codes from LoadImage(). > > Let efi_load_pe() return a status code and fill in the entry point in the > corresponding field o

Re: [U-Boot] [PATCH 1/8] arm: dts: imx7s-warp: Import Linux warp7 dts

2019-01-08 Thread Peng Fan
Hi Bryan, > -Original Message- > From: Bryan O'Donoghue [mailto:bryan.odonog...@linaro.org] > Sent: 2019年1月3日 9:45 > To: u-boot@lists.denx.de > Cc: Fabio Estevam ; Peng Fan > ; Bryan O'Donoghue ; > Albert Aribaud ; Stefano Babic > > Subject: [PATCH 1/8] arm: dts: imx7s-warp: Import Linux

Re: [U-Boot] [PATCH 2/8] arm: imx7s-warp: Add DT file hooks

2019-01-08 Thread Peng Fan
> -Original Message- > From: Bryan O'Donoghue [mailto:bryan.odonog...@linaro.org] > Sent: 2019年1月3日 9:45 > To: u-boot@lists.denx.de > Cc: Fabio Estevam ; Peng Fan > ; Bryan O'Donoghue ; > Albert Aribaud ; Stefano Babic > > Subject: [PATCH 2/8] arm: imx7s-warp: Add DT file hooks > > This

Re: [U-Boot] [PATCH 3/8] arm: imx7s-warp: Convert to DM MMC initialization

2019-01-08 Thread Peng Fan
Hi Bryan, > -Original Message- > From: Bryan O'Donoghue [mailto:bryan.odonog...@linaro.org] > Sent: 2019年1月3日 9:45 > To: u-boot@lists.denx.de > Cc: Fabio Estevam ; Peng Fan > ; Bryan O'Donoghue ; > Albert Aribaud ; Stefano Babic > > Subject: [PATCH 3/8] arm: imx7s-warp: Convert to DM MMC

Re: [U-Boot] [PATCH 5/8] warp7: defconfig: Switch on IMX7 pinctrl for both ports

2019-01-08 Thread Peng Fan
> -Original Message- > From: Bryan O'Donoghue [mailto:bryan.odonog...@linaro.org] > Sent: 2019年1月3日 9:45 > To: u-boot@lists.denx.de > Cc: Fabio Estevam ; Peng Fan > ; Bryan O'Donoghue ; > Stefano Babic > Subject: [PATCH 5/8] warp7: defconfig: Switch on IMX7 pinctrl for both ports > > Sw

Re: [U-Boot] [PATCH 5/8] warp7: defconfig: Switch on IMX7 pinctrl for both ports

2019-01-08 Thread Peng Fan
> > > > -Original Message- > > From: Bryan O'Donoghue [mailto:bryan.odonog...@linaro.org] > > Sent: 2019年1月3日 9:45 > > To: u-boot@lists.denx.de > > Cc: Fabio Estevam ; Peng Fan > > ; Bryan O'Donoghue ; > > Stefano Babic > > Subject: [PATCH 5/8] warp7: defconfig: Switch on IMX7 pinctrl f

Re: [U-Boot] [PATCH 7/8] warp7: defconfig: Switch to DM for I2C

2019-01-08 Thread Peng Fan
> -Original Message- > From: Bryan O'Donoghue [mailto:bryan.odonog...@linaro.org] > Sent: 2019年1月3日 9:45 > To: u-boot@lists.denx.de > Cc: Fabio Estevam ; Peng Fan > ; Bryan O'Donoghue ; > Stefano Babic > Subject: [PATCH 7/8] warp7: defconfig: Switch to DM for I2C > > This commit switche

Re: [U-Boot] [PATCH 8/8] arm: imx7s-warp: Convert to DM PMIC

2019-01-08 Thread Peng Fan
> -Original Message- > From: Bryan O'Donoghue [mailto:bryan.odonog...@linaro.org] > Sent: 2019年1月3日 9:45 > To: u-boot@lists.denx.de > Cc: Fabio Estevam ; Peng Fan > ; Bryan O'Donoghue ; > Stefano Babic > Subject: [PATCH 8/8] arm: imx7s-warp: Convert to DM PMIC > > This patch converts th

Re: [U-Boot] [PATCH] configs: Enable CONFIG_BLK in a few TI boards

2019-01-08 Thread Lokesh Vutla
+ Tom On 08/01/19 6:16 PM, Faiz Abbas wrote: > With DM conversion completed, enable CONFIG_BLK for a > few pending TI boards. > > Signed-off-by: Faiz Abbas Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh > --- > configs/am335x_boneblack_vboot_defconfig | 1 - > configs/am335x_evm_defc

Re: [U-Boot] [PATCH] Makefile: Correct logic for DM_SCSI + unconverted drivers check

2019-01-08 Thread Andy Shevchenko
On Tue, Jan 8, 2019 at 5:58 AM Tom Rini wrote: > > When checking for boards that are enabling a SATA driver that isn't > converted to DM yet we need to be sure to not also trip over boards that > do set CONFIG_DM_SCSI by itself, as that is not a bug. > Thanks! It fixes a bogus message, Tested-by:

Re: [U-Boot] [PATCH 1/1] efi_loader: refactor switch to non-secure mode

2019-01-08 Thread Alexander Graf
On 30.12.18 15:36, Heinrich Schuchardt wrote: > Refactor the switch from supervisor to hypervisor to a new function called > at the beginning of do_bootefi(). > > Signed-off-by: Heinrich Schuchardt > --- > v3 > Move weak function to common/bootm.c. > Rename functions. > Add mo

Re: [U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata

2019-01-08 Thread Marek Vasut
On 1/8/19 2:07 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:58 PM Marek Vasut wrote: >> >> On 1/8/19 1:38 PM, Simon Goldschmidt wrote: >>> On Tue, Jan 8, 2019 at 1:06 PM Marek Vasut wrote: On 1/8/19 7:56 AM, Simon Goldschmidt wrote: > On Mon, Jan 7, 2019 at 11:59 PM Marek

Re: [U-Boot] Bogus message about SCSI during build

2019-01-08 Thread Andy Shevchenko
On Tue, Jan 8, 2019 at 3:04 AM Bin Meng wrote: > On Tue, Jan 8, 2019 at 2:38 AM Andy Shevchenko > wrote: > > On Mon, Jan 7, 2019 at 8:34 PM Andy Shevchenko > > wrote: > > > The platform does have DM_MMC and BLK as far as I can see, other than > > > that I have no idea how CONFIG_DM_SCSI becomes

Re: [U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata

2019-01-08 Thread Simon Goldschmidt
On Tue, Jan 8, 2019 at 2:38 PM Marek Vasut wrote: > > On 1/8/19 2:07 PM, Simon Goldschmidt wrote: > > On Tue, Jan 8, 2019 at 1:58 PM Marek Vasut wrote: > >> > >> On 1/8/19 1:38 PM, Simon Goldschmidt wrote: > >>> On Tue, Jan 8, 2019 at 1:06 PM Marek Vasut wrote: > > On 1/8/19 7:56 AM, S

[U-Boot] [PATCH v3] xyz-modem: Fix timeout loop waiting with WATCHDOG

2019-01-08 Thread Lokesh Vutla
Commit 2c77c0d6524eb ("xyz-modem: Change getc timeout loop waiting") fixes the loop delay when using a hw watchdog, assuming that watchdog kicking is taken care of by getc(). But the xyzmodem driver tries to do a getc only after confirming that a character is available like below: while (!t

[U-Boot] [PATCH v1 1/2] doc: Fix CONFIG_OF_SEPARATE description

2019-01-08 Thread Andy Shevchenko
CONFIG_OF_SEPARATE description is not in align with actual code in Makefile and thus has misleading instructions and explanation. Make it aligned with the actual code. Signed-off-by: Andy Shevchenko --- doc/README.fdt-control | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --

[U-Boot] [PATCH v1 2/2] x86: edison: Switch to CONFIG_OF_SEPARATE

2019-01-08 Thread Andy Shevchenko
There is no need for Intel Edison to have CONFIG_OF_EMBED to be enabled. Replace it with CONFIG_OF_SEPARATE. There is no functional change since u-boot.bin always contains DTB either embedded or attached. Signed-off-by: Andy Shevchenko --- configs/edison_defconfig | 2 +- 1 file changed, 1 inse

[U-Boot] [PATCH] arm64: zynqmp: Fix tcminit help text alignment

2019-01-08 Thread Michal Simek
Trivial patch. Signed-off-by: Michal Simek --- board/xilinx/zynqmp/cmds.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/board/xilinx/zynqmp/cmds.c b/board/xilinx/zynqmp/cmds.c index 3e039ccb13ea..321670d4e3ea 100644 --- a/board/xilinx/zynqmp/cmds.c +++ b/board/x

Re: [U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Jean-Jacques Hiblot
On 08/01/2019 12:18, Marek Vasut wrote: On 1/8/19 11:40 AM, Jean-Jacques Hiblot wrote: This series applies on top of u-boot-dfu. This series renames CONFIG_SPL_USB_GADGET_SUPPORT to CONFIG_SPL_USB_GADGET for consistency. It also uses CONFIG_USB_GADGET to compile-in the gadget code. This make s

Re: [U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Jean-Jacques Hiblot
On 08/01/2019 13:47, Marek Vasut wrote: On 1/8/19 1:43 PM, Jean-Jacques Hiblot wrote: On 08/01/2019 12:18, Marek Vasut wrote: On 1/8/19 11:40 AM, Jean-Jacques Hiblot wrote: This series applies on top of u-boot-dfu. This series renames CONFIG_SPL_USB_GADGET_SUPPORT to CONFIG_SPL_USB_GADGET fo

Re: [U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Marek Vasut
On 1/8/19 1:43 PM, Jean-Jacques Hiblot wrote: > > On 08/01/2019 12:18, Marek Vasut wrote: >> On 1/8/19 11:40 AM, Jean-Jacques Hiblot wrote: >>> This series applies on top of u-boot-dfu. >>> >>> This series renames CONFIG_SPL_USB_GADGET_SUPPORT to >>> CONFIG_SPL_USB_GADGET >>> for consistency. >>>

Re: [U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Marek Vasut
On 1/8/19 2:57 PM, Lukasz Majewski wrote: > On Tue, 8 Jan 2019 14:37:49 +0100 > Marek Vasut wrote: > >> On 1/8/19 2:06 PM, Jean-Jacques Hiblot wrote: >>> >>> On 08/01/2019 13:47, Marek Vasut wrote: On 1/8/19 1:43 PM, Jean-Jacques Hiblot wrote: > On 08/01/2019 12:18, Marek Vasut wrote

Re: [U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Marek Vasut
On 1/8/19 2:06 PM, Jean-Jacques Hiblot wrote: > > On 08/01/2019 13:47, Marek Vasut wrote: >> On 1/8/19 1:43 PM, Jean-Jacques Hiblot wrote: >>> On 08/01/2019 12:18, Marek Vasut wrote: On 1/8/19 11:40 AM, Jean-Jacques Hiblot wrote: > This series applies on top of u-boot-dfu. > > Thi

[U-Boot] [PATCH] pylibfdt: Use Python 2 in Makefile

2019-01-08 Thread Josef Lusticky
pylibfdt needs Python 2 to build. Replace $(PYTHON) with $(PYTHON2) in pylibfdt Makefile to ensure Python 2 is used to build it. This fixes build on systems where Python 3 is the default version of the "python" interpreter. --- scripts/dtc/pylibfdt/Makefile | 2 +- 1 file changed, 1 insertion(+),

Re: [U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Lukasz Majewski
On Tue, 8 Jan 2019 14:37:49 +0100 Marek Vasut wrote: > On 1/8/19 2:06 PM, Jean-Jacques Hiblot wrote: > > > > On 08/01/2019 13:47, Marek Vasut wrote: > >> On 1/8/19 1:43 PM, Jean-Jacques Hiblot wrote: > >>> On 08/01/2019 12:18, Marek Vasut wrote: > On 1/8/19 11:40 AM, Jean-Jacques Hibl

Re: [U-Boot] Please pull from u-boot-i2c

2019-01-08 Thread Tom Rini
On Tue, Jan 08, 2019 at 12:33:06PM +0100, Heiko Schocher wrote: > Hello Tom, > > please pull from u-boot-i2c.git master > > The following changes since commit 53240275666acf32cb9811e44eaf2fd571a6cb75: > > Merge tag 'for-v2019.01' of git://git.denx.de/u-boot-video (2019-01-03 > 15:34:44 -0500)

Re: [U-Boot] [PATCH v1 0/4] arm: socfgpa: support of-platdata

2019-01-08 Thread Marek Vasut
On 1/8/19 2:51 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 2:38 PM Marek Vasut wrote: >> >> On 1/8/19 2:07 PM, Simon Goldschmidt wrote: >>> On Tue, Jan 8, 2019 at 1:58 PM Marek Vasut wrote: On 1/8/19 1:38 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:06 PM Marek

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Tom Rini
On Tue, Jan 08, 2019 at 01:49:14PM +0100, Marek Vasut wrote: > On 1/8/19 1:46 PM, Simon Goldschmidt wrote: > > On Tue, Jan 8, 2019 at 1:22 PM Marek Vasut wrote: > >> > >> On 1/8/19 1:09 PM, Simon Goldschmidt wrote: > >>> On Tue, Jan 8, 2019 at 1:05 PM Marek Vasut wrote: > > On 1/8/19 7:

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Marek Vasut
On 1/8/19 3:48 PM, Tom Rini wrote: > On Tue, Jan 08, 2019 at 01:49:14PM +0100, Marek Vasut wrote: >> On 1/8/19 1:46 PM, Simon Goldschmidt wrote: >>> On Tue, Jan 8, 2019 at 1:22 PM Marek Vasut wrote: On 1/8/19 1:09 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:05 PM Marek Va

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Tom Rini
On Tue, Jan 08, 2019 at 03:50:48PM +0100, Marek Vasut wrote: > On 1/8/19 3:48 PM, Tom Rini wrote: > > On Tue, Jan 08, 2019 at 01:49:14PM +0100, Marek Vasut wrote: > >> On 1/8/19 1:46 PM, Simon Goldschmidt wrote: > >>> On Tue, Jan 8, 2019 at 1:22 PM Marek Vasut wrote: > > On 1/8/19 1:09 P

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Simon Goldschmidt
Am 08.01.2019 um 15:50 schrieb Marek Vasut: On 1/8/19 3:48 PM, Tom Rini wrote: On Tue, Jan 08, 2019 at 01:49:14PM +0100, Marek Vasut wrote: On 1/8/19 1:46 PM, Simon Goldschmidt wrote: On Tue, Jan 8, 2019 at 1:22 PM Marek Vasut wrote: On 1/8/19 1:09 PM, Simon Goldschmidt wrote: On Tue, Jan

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Simon Goldschmidt
Am 08.01.2019 um 15:58 schrieb Tom Rini: On Tue, Jan 08, 2019 at 03:50:48PM +0100, Marek Vasut wrote: On 1/8/19 3:48 PM, Tom Rini wrote: On Tue, Jan 08, 2019 at 01:49:14PM +0100, Marek Vasut wrote: On 1/8/19 1:46 PM, Simon Goldschmidt wrote: On Tue, Jan 8, 2019 at 1:22 PM Marek Vasut wrote:

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Marek Vasut
On 1/8/19 3:58 PM, Tom Rini wrote: > On Tue, Jan 08, 2019 at 03:50:48PM +0100, Marek Vasut wrote: >> On 1/8/19 3:48 PM, Tom Rini wrote: >>> On Tue, Jan 08, 2019 at 01:49:14PM +0100, Marek Vasut wrote: On 1/8/19 1:46 PM, Simon Goldschmidt wrote: > On Tue, Jan 8, 2019 at 1:22 PM Marek Vasut

Re: [U-Boot] [PATCH v1 1/4] arm: socfpga: imply SPL config instead of select

2019-01-08 Thread Tom Rini
On Tue, Jan 08, 2019 at 04:04:12PM +0100, Simon Goldschmidt wrote: > Am 08.01.2019 um 15:58 schrieb Tom Rini: > >On Tue, Jan 08, 2019 at 03:50:48PM +0100, Marek Vasut wrote: > >>On 1/8/19 3:48 PM, Tom Rini wrote: > >>>On Tue, Jan 08, 2019 at 01:49:14PM +0100, Marek Vasut wrote: > On 1/8/19 1:46

Re: [U-Boot] [PATCH PATCH v1 0/2] Use CONFIG_USB_GADGET and CONFIG_SPL_USB_GADGET to select the USB gadget code

2019-01-08 Thread Jean-Jacques Hiblot
On 08/01/2019 15:11, Marek Vasut wrote: On 1/8/19 2:57 PM, Lukasz Majewski wrote: On Tue, 8 Jan 2019 14:37:49 +0100 Marek Vasut wrote: On 1/8/19 2:06 PM, Jean-Jacques Hiblot wrote: On 08/01/2019 13:47, Marek Vasut wrote: On 1/8/19 1:43 PM, Jean-Jacques Hiblot wrote: On 08/01/2019 12:18, M

Re: [U-Boot] [edk2] [RESEND PATCH v2 2/6] efi_loader: Initial HII database protocols

2019-01-08 Thread Bi, Dandan
> -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Leif Lindholm > Sent: Tuesday, January 08, 2019 5:51 PM > To: Laszlo Ersek > Cc: Ni, Ray ; tr...@konsulko.com; AKASHI Takahiro > ; Wu, Hao A ; Heinrich > Schuchardt ; edk2-de...@lists.01.org; Al

Re: [U-Boot] [RESEND PATCH v2 2/6] efi_loader: Initial HII database protocols

2019-01-08 Thread Gao, Liming
EFI_GUID structure definition follows RFC UUID https://www.ietf.org/rfc/rfc4122.txt. This RFC has no 64 bit boundary requirement. I don't know the background why UEFI spec requires to align on 64-bit boundary. This may be true for early IPF arch. UEFI forum can clarify its purpose. If no specif

Re: [U-Boot] [PATCH v2 2/2] rpi: Enable command bmp

2019-01-08 Thread Alexander Graf
On 31.12.18 12:11, Adam Heinrich wrote: > This patch enables the bmp command (with gzip support enabled) on all > Raspberry Pi boards. > > The value of CONFIG_SYS_VIDEO_LOGO_MAX_SIZE (required by > CONFIG_VIDEO_BMP_GZIP) is set to match resolution of the "official" > 7 inch LCD. > > Signed-off-

Re: [U-Boot] [U-Boot, v2, 1/2] cmd: bmp: Make integer-to-pointer cast platform, independent

2019-01-08 Thread Alexander Graf
> This patch fixes the int-to-pointer-cast warning on aarch64. > > Signed-off-by: Adam Heinrich Thanks, applied to rpi-next Alex ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [RESEND PATCH v2 2/6] efi_loader: Initial HII database protocols

2019-01-08 Thread Leif Lindholm
Thanks Liming, this exactly the reply I was hoping for. On Tue, Jan 08, 2019 at 03:12:11PM +, Gao, Liming wrote: > EFI_GUID structure definition follows RFC UUID > https://www.ietf.org/rfc/rfc4122.txt. This RFC has no 64 bit > boundary requirement. I don't know the background why UEFI spec > r

Re: [U-Boot] [PATCH v2 1/7] pinctrl: mscc: Add gpio and pinctrl for Jaguar2 SOC family

2019-01-08 Thread Daniel Schwierzeck
Am 08.01.19 um 09:00 schrieb Horatiu Vultur: > Hi Daniel, > > The 01/07/2019 20:38, Daniel Schwierzeck wrote: >> >> >> Am 07.01.19 um 14:02 schrieb Horatiu Vultur: >>> The Jaguar2 SOC family has 63 gpio pins therefore I extended mscc-common >>> to support new numbe of pins. >>> >>> Signed-off-by

  1   2   >