Re: Xilinx ZynqMP - ZCU102: SPL not able to use MMC/SD card

2021-11-29 Thread Michal Simek
Hi, On 11/30/21 00:01, Daniel Cizinsky wrote: On Tue, Nov 09, 2021 at 09:21:41PM +0100, Daniel Cizinsky wrote: Hi! I am trying to switch to as much current vanilla SW as possible on Xilinx ZCU102 evaluation board. But I am stuck at a very early stage. I've got U-Boot + SPL + Linux kernel & u

Re: [PATCH] board: ti: am43xx: pass boot device information from SPL to U-Boot proper

2021-11-29 Thread Josef Luštický
> > > Hi Josef > > On Fri, Nov 26, 2021 at 10:56 AM Josef Lusticky wrote: > > > > TI AM43xx SoC supports various boot devices (peripherals). > > There is already handoff mechanism prepared to allow passing > > the information which boot device was used to load the SPL. > > > > Use the handoff mech

Re: [PATCH] serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL

2021-11-29 Thread Stefan Roese
On 11/15/21 13:48, Pali Rohár wrote: Sometimes UART stops transmitting characters after UART clock is changed back to XTAL. In this state UART fifo is always full. Kernel during early boot wants to print output on UART and is waiting for non-empty UART fifo. Which leads to CPU hangup without any

Re: [PATCH u-boot-marvell v2 9/9] arm: mvebu: spl: Fix 100 column exceeds

2021-11-29 Thread Stefan Roese
On 11/26/21 15:37, Marek Behún wrote: From: Marek Behún Fix 100 column exceeds in arch/arm/mach-mvebu/spl.c. Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan --- arch/arm/mach-mvebu/spl.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arc

Re: [PATCH u-boot-marvell v2 8/9] arm: mvebu: spl: Use IS_ENABLED() instead of #ifdef where possible

2021-11-29 Thread Stefan Roese
On 11/26/21 15:37, Marek Behún wrote: From: Marek Behún Use the preferred if (IS_ENABLED(X)) instead of #ifdef X where possible. There are still places where this is not possible or is more complicated to convert in this file. Leave those be for now. Signed-off-by: Marek Behún Nice,

Re: [PATCH u-boot-marvell v2 7/9] arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_t

2021-11-29 Thread Stefan Roese
On 11/26/21 15:37, Marek Behún wrote: From: Marek Behún Checkpatch warns about using uint32/16/8_t instead of u32/16/8. Use the preferred types. Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan --- arch/arm/mach-mvebu/spl.c | 34 +-

Re: [PATCH u-boot-marvell v2 6/9] arm: mvebu: spl: Print srcaddr in error message

2021-11-29 Thread Stefan Roese
On 11/26/21 15:37, Marek Behún wrote: From: Marek Behún Print the wrong srcaddr (spl_image->offset) in error message also for SATA case. Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan --- arch/arm/mach-mvebu/spl.c | 3 ++- 1 file changed, 2 insertions(+), 1 delet

Re: [PATCH u-boot-marvell RESEND 09/11] phy: marvell: a3700: Convert to official DT bindings in COMPHY driver

2021-11-29 Thread Stefan Roese
On 11/26/21 14:57, Marek Behún wrote: From: Pali Rohár Convert A3720 common PHY driver to official DT bindings. This puts us closer to be able to synchronize A3720 device-trees with those from Linux. Signed-off-by: Pali Rohár Signed-off-by: Marek Behún Cc: Konstantin Porotchkin Cc: Robert

Re: [PATCH] pci: When disabling pref MEM set all base bits

2021-11-29 Thread Stefan Roese
On 11/25/21 11:34, Pali Rohár wrote: It is common to set all base address bits to one and all limit address bits to zero for disabling address forwarding. Forwarding is disabled when base address is higher than limit address, so this change should not have any effect. Signed-off-by: Pali Rohár

Re: [PATCH] pci: Disable I/O forwarding during autoconfiguration if unsupported

2021-11-29 Thread Stefan Roese
On 11/25/21 11:32, Pali Rohár wrote: If U-Boot does not have any I/O resource for assignment then disable I/O forwarding in PCI bridge autoconfiguration code. Default initial state of PCI bridge IO registers is unspecified, therefore they can be in enabled if U-Boot does not touch them. Signed-o

Re: [PATCH] pci: Fix register for determining type of IO base address

2021-11-29 Thread Stefan Roese
On 11/25/21 11:30, Pali Rohár wrote: Function dm_pciauto_prescan_setup_bridge() configures base address registers, therefore it should read type of IO from base address registers (and not from limit address registers). Note that base and limit address registers should have same type, so this cha

Re: [PATCH 1/1] Fix wrong QSPI clock calculation for AM4372

2021-11-29 Thread Tom Rini
On Tue, Nov 30, 2021 at 01:06:56AM +0100, Stefan Mätje wrote: > On AM4372 the SPI_GCLK input gets its clock from the PRCM module which > divides the PER_CLKOUTM2 frequency (192MHz) by a fixed factor of 4. > See AM437x Reference Manual in section 27 QSPI >> 27.2 Integration. > > The QSPI_FCLK ther

Re: [ANN] U-Boot v2022.01-rc3 released

2021-11-29 Thread Jesse Taube
On 11/29/21 11:28, Tom Rini wrote: Hey all, It's been two weeks since v2022.01-rc2, so here's -rc3. To repeat what I said with -rc2, we've enabled issue tracking on our gitlab instance. You can sign up and then be able to file issues at: https://source.denx.de/groups/u-boot/-/issues This i

Re: Xilinx ZynqMP - ZCU102: SPL not able to use MMC/SD card

2021-11-29 Thread Daniel Cizinsky
On Tue, Nov 09, 2021 at 09:21:41PM +0100, Daniel Cizinsky wrote: > Hi! > > I am trying to switch to as much current vanilla SW as possible on Xilinx > ZCU102 evaluation board. But I am stuck at a very early stage. > > I've got U-Boot + SPL + Linux kernel & userspace compilled, but even after > t

Re: a question about falcon mode

2021-11-29 Thread Alex G.
On 11/26/21 4:36 PM, Abder wrote: Hi Alex, Just a quick remarque that intrigued me: Le jeu. 25 nov. 2021 à 15:57, Alex G. a écrit : On 11/25/21 1:07 AM, Chan Kim wrote: Hello all, I'm trying to implement falcon mode for our board. Then should I first implement the normal mode(spl + prop

Re: [PATCH v2] efi_loader: tcg2: Return success even when TPM device is not found

2021-11-29 Thread Ilias Apalodimas
On Mon, 29 Nov 2021 at 18:50, Ilias Apalodimas wrote: > > Heinrich, > > On Mon, 29 Nov 2021 at 18:41, Heinrich Schuchardt wrote: > > > > On 11/29/21 15:55, Ilias Apalodimas wrote: > > > On Mon, 29 Nov 2021 at 16:26, Michal Simek > > > wrote: > > >> > > >> For systems which have TPM support enab

Re: [PATCH 1/2] fsl-layerscape: add dtb overlay feature

2021-11-29 Thread Michael Walle
Hi Sahil, Am 2021-11-29 12:55, schrieb Sahil Malhotra (OSS): Am 2021-11-17 19:11, schrieb Sahil Malhotra (OSS): Could you please add some description what this is doing and for what this is intended? To have a "DTB overlay feature", it is enough to just enable CONFIG_OF_LIBFDT_OVERLAY. I will

Re: [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c

2021-11-29 Thread Marek Behún
On Mon, 29 Nov 2021 17:07:54 +0100 Stefan Roese wrote: > > Just I'm not sure if this "enable port functionality" should be > > implemented via Reset Controller API... > > How else should / could this be done then? Do you have alterative ideas? syscon regmap

Re: [PATCH v2] efi_loader: tcg2: Return success even when TPM device is not found

2021-11-29 Thread Ilias Apalodimas
Heinrich, On Mon, 29 Nov 2021 at 18:41, Heinrich Schuchardt wrote: > > On 11/29/21 15:55, Ilias Apalodimas wrote: > > On Mon, 29 Nov 2021 at 16:26, Michal Simek wrote: > >> > >> For systems which have TPM support enabled but actual device is missing > >> there is no reason to show a message that

Re: [PATCH v2] efi_loader: tcg2: Return success even when TPM device is not found

2021-11-29 Thread Heinrich Schuchardt
On 11/29/21 15:55, Ilias Apalodimas wrote: On Mon, 29 Nov 2021 at 16:26, Michal Simek wrote: For systems which have TPM support enabled but actual device is missing there is no reason to show a message that measurement failed in efi_load_pe(). To ensure that the patch is returning EFI_SUCCESS

[ANN] U-Boot v2022.01-rc3 released

2021-11-29 Thread Tom Rini
Hey all, It's been two weeks since v2022.01-rc2, so here's -rc3. To repeat what I said with -rc2, we've enabled issue tracking on our gitlab instance. You can sign up and then be able to file issues at: https://source.denx.de/groups/u-boot/-/issues This is intended for everyone to be able to us

Re: [PATCH] board: iot2050: update build documentation for OP-TEE

2021-11-29 Thread Tom Rini
On Sun, Nov 28, 2021 at 09:57:01PM +, Ivan Mikhaylov wrote: > From: Ivan Mikhaylov > > Set ta-target explicitly to correspond with OP-TEE recipe in > siemens/meta-iot2050. > > Errors without explicit set of ta-target: > aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mthumb

Re: [PATCH] qemu: common: Fix build with update capsule

2021-11-29 Thread Tom Rini
On Wed, Nov 24, 2021 at 03:54:20PM +0100, Vincent Stehlé wrote: > The common emulation Makefile has a dependency on a non-existent > qemu_capsule.o when building with support for capsule update enabled > (CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y). > The code which was in qemu_capsule.c has been complet

Re: [PATCH] fastboot: Add maintainers entry

2021-11-29 Thread Tom Rini
On Tue, Nov 23, 2021 at 11:33:11PM -0500, Sean Anderson wrote: > Add an entry in maintainers for fastboot. It is starting off orphaned, but > hopefully someone can pick it up. > > Signed-off-by: Sean Anderson Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] clk: Add myself as a maintainer for the clock subsystem

2021-11-29 Thread Tom Rini
On Tue, Nov 23, 2021 at 11:23:40PM -0500, Sean Anderson wrote: > Lukasz has not been very responsive in reviewing clock patches. Add > myself as a maintainer. > > Signed-off-by: Sean Anderson > Acked-by: Lukasz Majewski Applied to u-boot/master, thanks! -- Tom signature.asc Description: PG

Re: [PATCH v4 3/6] ARM: dts: sync Actions Semi S700 DT from Linux 5.10-rc7

2021-11-29 Thread Tom Rini
On Sun, Nov 28, 2021 at 05:02:22PM +0530, Amit Singh Tomar wrote: > From: Amit Singh Tomar > > This Synchronizes the Actions Semi S700 SoC DT changes from > commit "0477e9288185" ("Linux 5.10-rc7"). > > Signed-off-by: Amit Singh Tomar > --- > Changes since previous versions > * No change

Re: [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c

2021-11-29 Thread Stefan Roese
On 11/29/21 15:28, Pali Rohár wrote: On Monday 29 November 2021 14:27:48 Pali Rohár wrote: On Monday 29 November 2021 13:30:45 Stefan Roese wrote: Hi Pali, On 11/29/21 12:47, Pali Rohár wrote: Hello! On Monday 29 November 2021 10:22:58 Stefan Roese wrote: On 11/29/21 10:06, Pali Rohár wrote

Re: [PATCH] sdhci: zynqmp: Setting up clock frequency based on DT

2021-11-29 Thread Michal Simek
On 11/22/21 16:31, Michal Simek wrote: Hi, On 11/19/21 18:16, Sean Anderson wrote: On 11/18/21 7:03 AM, Michal Simek wrote: Using clock-frequency property to define desired clock speed for controllers. Signed-off-by: Michal Simek ---   drivers/mmc/zynq_sdhci.c | 10 ++   1 file

Re: [BUG] emmc `env erase` erase unrelated data

2021-11-29 Thread Tom Rini
On Mon, Nov 29, 2021 at 04:38:34PM +0100, Francesco Dolcini wrote: > Hello Tom, > > On Mon, Nov 29, 2021 at 10:25:30AM -0500, Tom Rini wrote: > > On Mon, Nov 29, 2021 at 02:21:23PM +0100, Francesco Dolcini wrote: > > > I noticed an issue with env erase command when environment is stored in a > > >

Re: [BUG] emmc `env erase` erase unrelated data

2021-11-29 Thread Francesco Dolcini
Hello Tom, On Mon, Nov 29, 2021 at 10:25:30AM -0500, Tom Rini wrote: > On Mon, Nov 29, 2021 at 02:21:23PM +0100, Francesco Dolcini wrote: > > I noticed an issue with env erase command when environment is stored in a > > emmc device, in case start/end are not aligned to the emmc erase groups > > si

Re: [BUG] emmc `env erase` erase unrelated data

2021-11-29 Thread Tom Rini
On Mon, Nov 29, 2021 at 02:21:23PM +0100, Francesco Dolcini wrote: > Hello, > I noticed an issue with env erase command when environment is stored in a > emmc device, in case start/end are not aligned to the emmc erase groups > size additional data is erased with just a warning. > > ``` > Erasing

Re: [PATCH] phy: zynqmp: Add serdes/psgtr driver

2021-11-29 Thread Sean Anderson
On 11/24/21 9:52 AM, Michal Simek wrote: On 11/22/21 22:53, Sean Anderson wrote: On 11/18/21 7:30 AM, Michal Simek wrote: Add PSGTR driver for Xilinx ZynqMP. The most of configurations are taken from Linux kernel psgtr driver. USB3.0 and SGMII configurations are tested on SOM. In SGMII

Re: [PATCH v2] efi_loader: tcg2: Return success even when TPM device is not found

2021-11-29 Thread Ilias Apalodimas
On Mon, 29 Nov 2021 at 16:26, Michal Simek wrote: > > For systems which have TPM support enabled but actual device is missing > there is no reason to show a message that measurement failed in > efi_load_pe(). To ensure that the patch is returning EFI_SUCCESS even for > cases where TPM device is no

Re: Please pull u-boot-dm/next

2021-11-29 Thread Tom Rini
On Sun, Nov 28, 2021 at 06:29:12PM -0700, Simon Glass wrote: > Hi Tom, > > This is for the next branch. > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/10005 > > > he following changes since commit 1943f2a2a7c58b76812fcad2d3012036af7464ce: > > Merge branch '2021-11-23-scm

Re: [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c

2021-11-29 Thread Pali Rohár
On Monday 29 November 2021 14:27:48 Pali Rohár wrote: > On Monday 29 November 2021 13:30:45 Stefan Roese wrote: > > Hi Pali, > > > > On 11/29/21 12:47, Pali Rohár wrote: > > > Hello! > > > > > > On Monday 29 November 2021 10:22:58 Stefan Roese wrote: > > > > On 11/29/21 10:06, Pali Rohár wrote: >

[PATCH v2] efi_loader: tcg2: Return success even when TPM device is not found

2021-11-29 Thread Michal Simek
For systems which have TPM support enabled but actual device is missing there is no reason to show a message that measurement failed in efi_load_pe(). To ensure that the patch is returning EFI_SUCCESS even for cases where TPM device is not found. The reason is that other parts of the code return al

Re: [PATCH 08/10] microblaze: add Kconfig symbol for the vector base address

2021-11-29 Thread Michal Simek
st 17. 11. 2021 v 13:41 odesílatel Ovidiu Panait napsal: > > MicroBlaze vector base address is configurable (hdl C_BASE_VECTORS > configuration parameter). Current code assumes that the reset vector > location is always 0x0. > > Add the XILINX_MICROBLAZE0_VECTOR_BASE_ADDR Kconfig option so the use

Re: [PATCH 07/10] microblaze: migrate CONFIG_SYS_USR_EXCEP to Kconfig

2021-11-29 Thread Michal Simek
st 17. 11. 2021 v 13:41 odesílatel Ovidiu Panait napsal: > > Migrate CONFIG_SYS_USR_EXCEP to Kconfig. Also, rename it to > XILINX_MICROBLAZE0_USR_EXCEP in order to match the naming convention of > microblaze-generic Kconfig options. > > Signed-off-by: Ovidiu Panait > --- > > arch/microblaze/cpu/

Re: [PATCH] efi_loader: Do not show error message if TPM is not present

2021-11-29 Thread Ilias Apalodimas
Hi Michal On Mon, 29 Nov 2021 at 15:44, Michal Simek wrote: > > > > On 11/29/21 14:30, Ilias Apalodimas wrote: > > Hi Michal, > > > > On Mon, 29 Nov 2021 at 15:06, Michal Simek wrote: > >> > >> For systems which have TPM support enabled but actual device is missing > >> there is no reason to sho

Re: [PATCH] efi_loader: Do not show error message if TPM is not present

2021-11-29 Thread Michal Simek
On 11/29/21 14:30, Ilias Apalodimas wrote: Hi Michal, On Mon, 29 Nov 2021 at 15:06, Michal Simek wrote: For systems which have TPM support enabled but actual device is missing there is no reason to show a message that measurement failed. That's why properly check error code which is return

Re: [PATCH] efi_loader: Do not show error message if TPM is not present

2021-11-29 Thread Ilias Apalodimas
Hi Michal, On Mon, 29 Nov 2021 at 15:06, Michal Simek wrote: > > For systems which have TPM support enabled but actual device is missing > there is no reason to show a message that measurement failed. > That's why properly check error code which is returned. > > Signed-off-by: Michal Simek > ---

Re: [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c

2021-11-29 Thread Pali Rohár
On Monday 29 November 2021 13:30:45 Stefan Roese wrote: > Hi Pali, > > On 11/29/21 12:47, Pali Rohár wrote: > > Hello! > > > > On Monday 29 November 2021 10:22:58 Stefan Roese wrote: > > > On 11/29/21 10:06, Pali Rohár wrote: > > > > > > > > > > > > > > > After this DTS change, pci-mvebu.c wil

[BUG] emmc `env erase` erase unrelated data

2021-11-29 Thread Francesco Dolcini
Hello, I noticed an issue with env erase command when environment is stored in a emmc device, in case start/end are not aligned to the emmc erase groups size additional data is erased with just a warning. ``` Erasing Environment on MMC... Caution! Your devices Erase group is 0x400 The erase range

[PATCH] efi_loader: Do not show error message if TPM is not present

2021-11-29 Thread Michal Simek
For systems which have TPM support enabled but actual device is missing there is no reason to show a message that measurement failed. That's why properly check error code which is returned. Signed-off-by: Michal Simek --- lib/efi_loader/efi_image_loader.c | 5 +++-- 1 file changed, 3 insertions

Re: [PATCH] xilinx: firmware: Move dcache handling directly to pmufw load config

2021-11-29 Thread Michal Simek
čt 18. 11. 2021 v 13:00 odesílatel Michal Simek napsal: > > Core function should make sure that data is stored properly that's why move > cache operations directly to zynqmp_pmufw_load_config_object() to be able > to call it from other functions. > > Signed-off-by: Michal Simek > --- > > board/x

Re: [PATCH] arm64: zynqmp: Switch SOM to shared psu configuration

2021-11-29 Thread Michal Simek
čt 18. 11. 2021 v 12:58 odesílatel Michal Simek napsal: > > Previous psu init was targeting SOM + KV260 carrier card and also contain > configurations for other devices on carrier card. This config is removing > all expected configurations for CC and let U-Boot to handle all of it self. > This con

Re: [PATCH] xilinx: versal: Fix sdhci node name as per DT

2021-11-29 Thread Michal Simek
čt 18. 11. 2021 v 12:57 odesílatel Michal Simek napsal: > > From: T Karthik Reddy > > Fix the sdhci node name in versal board file as per the name in > device tree and also check for sdhci node as part of backward > compatibility. > > Signed-off-by: T Karthik Reddy > Signed-off-by: Michal Simek

Re: [PATCH 1/2] arm64: zynqmp: Add resets to all GEMs

2021-11-29 Thread Michal Simek
čt 18. 11. 2021 v 13:42 odesílatel Michal Simek napsal: > > There is a need to get IP out of reset to operate properly. > > Signed-off-by: Michal Simek > --- > > arch/arm/dts/zynqmp.dtsi | 4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.d

Re: [PATCH 2/2] arm64: zynqmp: Remove clock-names from GEM in zynqmp-clk-ccf.dtsi

2021-11-29 Thread Michal Simek
čt 18. 11. 2021 v 13:42 odesílatel Michal Simek napsal: > > Remove clock-names from GEM nodes from clk-ccf because they should be only > present in zynqmp.dtsi. And as is visible both clock-names defined didn't > really match. > > Signed-off-by: Michal Simek > --- > > arch/arm/dts/zynqmp-clk-ccf

Re: [PATCH] arm64: zynqmp: Add u-boot,dm-pre-reloc to dpsub node

2021-11-29 Thread Michal Simek
čt 18. 11. 2021 v 13:40 odesílatel Michal Simek napsal: > > u-boot,dm-pre-reloc is necessary for DP driver to allocate enough space for > framebuffer before relocation. > Power domain driver is called when video console is used for example by > loading BMP image. > > Signed-off-by: Michal Simek >

Re: [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c

2021-11-29 Thread Stefan Roese
Hi Pali, On 11/29/21 12:47, Pali Rohár wrote: Hello! On Monday 29 November 2021 10:22:58 Stefan Roese wrote: On 11/29/21 10:06, Pali Rohár wrote: After this DTS change, pci-mvebu.c will just replace value of current number of lanes (which is set to 4 by serdes code) to value from DTS, whic

Re: [RFC PATCH 3/3] imx: imx8mp_evk: override env_get_location

2021-11-29 Thread Marek Behún
On Sun, 28 Nov 2021 18:47:11 +0100 Tommaso Merciai wrote: > On Fri, Nov 26, 2021 at 07:00:21PM +0100, Marek Behún wrote: > > On Fri, 26 Nov 2021 18:43:31 +0100 > > Tommaso Merciai wrote: > > > > > Override env_get_location function at board level, previously dropped > > > down from soc.c > >

[PATCH] arm:dts:k3-am64-sk: EMIF tool update to 0.8.0 with 1333MTs for lpddr4

2021-11-29 Thread Sinthu Raja
From: Sinthu Raja EMIF tool for AM64 SK is now updated to 0.8.0 that includes * disabled Write DQ training * improve CA ODT to 60 ohms The lpddr4 enabled with periodic WDQ training is causing periodic 26us stall. This makes the SoC stall without doing anything which leads to R5 interrupt latency

RE: [PATCH 1/2] fsl-layerscape: add dtb overlay feature

2021-11-29 Thread Sahil Malhotra (OSS)
Hi Michael, -Original Message- From: Michael Walle Sent: Wednesday, November 17, 2021 11:51 PM To: Sahil Malhotra (OSS) Cc: Clément Faure ; Gaurav Jain ; Pankaj Gupta ; Priyanka Jain ; u-boot@lists.denx.de; Varun Sethi ; Ye Li ; ZHIZHIKIN Andrey Subject: Re: [PATCH 1/2] fsl-layersc

Re: [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c

2021-11-29 Thread Pali Rohár
Hello! On Monday 29 November 2021 10:22:58 Stefan Roese wrote: > On 11/29/21 10:06, Pali Rohár wrote: > > > > > > > After this DTS change, pci-mvebu.c will just replace value of current > > > > number of lanes (which is set to 4 by serdes code) to value from DTS, > > > > which is 4. Therefore t

Re: [RESEND RFC PATCH 09/10] FWU: Add support for FWU Multi Bank Update feature

2021-11-29 Thread Sughosh Ganu
On Fri, 26 Nov 2021 at 18:25, Heinrich Schuchardt wrote: > On 11/25/21 08:13, Sughosh Ganu wrote: > > The FWU Multi Bank Update feature supports updation of firmware images > > to one of multiple sets(also called banks) of images. The firmware > > images are clubbed together in banks, with the sy

Re: [RESEND RFC PATCH 07/10] EFI: FMP: Add provision to update image's ImageTypeId in image descriptor

2021-11-29 Thread Sughosh Ganu
hi Heinrich, Thanks for taking up the review. On Fri, 26 Nov 2021 at 18:18, Heinrich Schuchardt wrote: > On 11/25/21 08:12, Sughosh Ganu wrote: > > The FWU Multi Banks Update feature allows updating different types of > > updatable firmware images on the platform. These image types are > > ident

Re: [PATCH] board: iot2050: update build documentation for OP-TEE

2021-11-29 Thread Jan Kiszka
On 28.11.21 22:57, Ivan Mikhaylov wrote: > From: Ivan Mikhaylov > > Set ta-target explicitly to correspond with OP-TEE recipe in > siemens/meta-iot2050. > > Errors without explicit set of ta-target: > aarch64-linux-gnu-gcc: error: unrecognized command-line option ‘-mthumb’ > aarch64-linux-gnu-gc

[RFC Patch v2] binman: add support for creating dummy files for external blobs

2021-11-29 Thread Heiko Thiery
While converting to binman for an imx8mq board, it has been found that building in the u-boot CI fails. This is because an imx8mq requires an external binary (signed_hdmi_imx8m.bin). If this file cannot be found mkimage fails. To be able to build this board in the u-boot CI a binman option (--fake-

Re: [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c

2021-11-29 Thread Stefan Roese
On 11/29/21 10:06, Pali Rohár wrote: After this DTS change, pci-mvebu.c will just replace value of current number of lanes (which is set to 4 by serdes code) to value from DTS, which is 4. Therefore there should be no change. Could you test whole patch series with above DTS change if it works

Re: [PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c

2021-11-29 Thread Pali Rohár
On Monday 29 November 2021 08:46:47 Stefan Roese wrote: > Hi Pali, > > On 11/23/21 16:59, Pali Rohár wrote: > > On Friday 19 November 2021 07:55:00 Stefan Roese wrote: > > > On 11/18/21 19:01, Pali Rohár wrote: > > > > On Friday 12 November 2021 15:01:57 Stefan Roese wrote: > > > > > On 11/11/21 1

Re: [RFC PATCH 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level

2021-11-29 Thread Michael Nazzareno Trimarchi
Hi On Mon, Nov 29, 2021 at 9:46 AM ZHIZHIKIN Andrey wrote: > > Hello Michael, > > > -Original Message- > > From: Michael Nazzareno Trimarchi > > Sent: Monday, November 29, 2021 9:40 AM > > To: ZHIZHIKIN Andrey > > Cc: Tommaso Merciai ; Stefano Babic > > ; > > Fabio Estevam ; NXP i.MX U

RE: [RFC PATCH 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level

2021-11-29 Thread ZHIZHIKIN Andrey
Hello Michael, > -Original Message- > From: Michael Nazzareno Trimarchi > Sent: Monday, November 29, 2021 9:40 AM > To: ZHIZHIKIN Andrey > Cc: Tommaso Merciai ; Stefano Babic ; > Fabio Estevam ; NXP i.MX U-Boot Team ; > Peng Fan ; Ye Li ; Marek Vasut > ; > Simon Glass ; Frieder Schrempf

Re: [RFC PATCH 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level

2021-11-29 Thread Michael Nazzareno Trimarchi
HI On Mon, Nov 29, 2021 at 9:38 AM ZHIZHIKIN Andrey wrote: > > Hello Tommaso, > > > -Original Message- > > From: Tommaso Merciai > > Sent: Friday, November 26, 2021 6:43 PM > > Cc: mich...@amarulasolutions.com; ZHIZHIKIN Andrey > geosystems.com>; Tommaso Merciai ; Stefano Babic > > ; Fa

RE: [RFC PATCH 0/3] imx8m: move env_get_location for imx8mn and imx8mp at board level

2021-11-29 Thread ZHIZHIKIN Andrey
Hello Tommaso, > -Original Message- > From: Tommaso Merciai > Sent: Friday, November 26, 2021 6:43 PM > Cc: mich...@amarulasolutions.com; ZHIZHIKIN Andrey geosystems.com>; Tommaso Merciai ; Stefano Babic > ; Fabio Estevam ; NXP i.MX U-Boot Team > ; Peng Fan ; Ye Li ; Marek > Vasut ; Simo

[PATCH v2] doc: qemu-arm peripherials

2021-11-29 Thread Heinrich Schuchardt
* add description how to add RNG device * for a disk specify format=raw to avoid a warning * fix a typo Signed-off-by: Heinrich Schuchardt --- v2: remove unrelated change --- doc/board/emulation/qemu-arm.rst | 9 +++-- drivers/tpm/tpm2_tis_mmio.c | 5 - 2 files changed, 11 i