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
>
>
> 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
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
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
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,
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 +-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> > >
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
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
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
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
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
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:
>
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
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
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/
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
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
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
> ---
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
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
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
č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
č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
č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
č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
č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
č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
>
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
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
> >
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
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
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
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
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
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
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-
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
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
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
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
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
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
* 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
66 matches
Mail list logo