Re: Pull request for efi-2021-10-rc2-2

2021-08-25 Thread Simon Glass
+U-Boot Mailing List (sorry for somehow dropping it) On Wed, 25 Aug 2021 at 03:23, Ilias Apalodimas wrote: > > Hi Simon, > > [...] > > > > > > > > > > > Please stop trying to create false impressions. On the initial revert > > > > > you > > > > > sent, you said something along the lines of

Re: Pull request for efi-2021-10-rc2-2

2021-08-25 Thread Simon Glass
+U-Boot Mailing List which I seemed to drop, sorry On Tue, 24 Aug 2021 at 10:19, Simon Glass wrote: > > Hi Ilias, > > On Tue, 24 Aug 2021 at 00:05, Ilias Apalodimas > wrote: > > > > > > > > >> > > > > [...] > > > > > > > > >> I don't think we should wait any longer for this as we are > > > >

Pull request: SoCFPGA changes for efi-2021-10-rc3

2021-08-25 Thread Chee, Tien Fong
Hi Tom Please pull the SoCFPGA changes for efi-2021-10-rc3. Regards Tien Fong The following changes since commit 4865db07169126ca0205f1a6265adf01bd69b3df: Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi (2021-08-23 12:44:12 -0400) are available in the Git

Re: [PATCH v2 0/6] Call phy_config at port probe time for the Felix DSA driver

2021-08-25 Thread Vladimir Oltean
On Tue, Aug 24, 2021 at 03:00:37PM +0300, Vladimir Oltean wrote: > Changes in v2: > Rebased on top of the master branch (solves this conflict: > https://patchwork.ozlabs.org/project/uboot/patch/20210629170839.2583797-4-olte...@gmail.com/ > with Tim Harvey's patch to make DSA masters promiscuous) >

Re: [PATCH 00/28] Initial implementation of bootmethod/bootflow

2021-08-25 Thread Emmanuel Vadot
On Tue, 24 Aug 2021 12:22:42 +0200 (CEST) Mark Kettenis wrote: > > Date: Mon, 23 Aug 2021 16:01:46 -0400 > > From: Tom Rini > > > > On Mon, Aug 23, 2021 at 11:25:42AM -0600, Simon Glass wrote: > > > Hi Mark, > > > > > > On Mon, 23 Aug 2021 at 05:54, Mark Kettenis > > > wrote: > > > > > > >

[PATCH] list: include linux/kernel.h

2021-08-25 Thread Mark-PK Tsai
linux/list.h uses container_of, therefore it depends on linux/kernel.h. Sync from below linux commit: commit 8b21d9ca17ff8 ("list: include linux/kernel.h") Signed-off-by: Mark-PK Tsai Cc: YJ Chiang --- include/linux/list.h | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH v2 4/9] verdin-imx8mm: switch to use binman to pack images

2021-08-25 Thread Marcel Ziswiler
On Wed, 2021-08-25 at 10:41 +0200, Frieder Schrempf wrote: > On 24.08.21 18:13, Simon Glass wrote: > > ... > > This works but the naming is a little odd. You can do: > > > > 1d-imem { > >    type = "blob-ext"; > > This is copied from the existing binman config for imx8mm-evk. Before we do >

Re: SPL SPI boot problem after commit "spi: Update speed/mode on change"

2021-08-25 Thread Oskari Lemmelä
On 8/22/21 6:22 PM, Marek Vasut wrote: On 8/22/21 4:47 PM, Oskari Lemmelä wrote: On 22.8.2021 14.50, Marek Vasut wrote: On 8/22/21 9:41 AM, Oskari Lemmelä wrote: Hi Marek, I was bisecting SPI flash boot problem in rockpro64 board and commit e2e95e5e25421fb seems to broke it. It seems that

Re: [PATCH v2 4/9] verdin-imx8mm: switch to use binman to pack images

2021-08-25 Thread Frieder Schrempf
On 24.08.21 18:13, Simon Glass wrote: > Hi Marcel, > > On Mon, 23 Aug 2021 at 09:09, Marcel Ziswiler wrote: >> >> From: Marcel Ziswiler >> >> Use binman to pack images. >> >> Signed-off-by: Marcel Ziswiler >> >> --- >> >> Changes in v2: >> - Explicitly pass filename to binman when generating

Usage of device-tree for blobs

2021-08-25 Thread Heinrich Schuchardt
Hello Simon, some boards like qemu-riscv64_defconfig do not use any device-tree at build time. A device-tree is only supplied at runtime by the prior boot stage (CONFIG_OF_PRIOR_STAGE=y). In doc/develop/devicetree/intro.rst you suggest to put binary blobs into the device-tree. Could you,

<    1   2