RE: [EXT] Re: [PATCH v7 01/15] crypto/fsl: Add support for CAAM Job ring driver model

2022-01-06 Thread Gaurav Jain
Hi > -Original Message- > From: Simon Glass > Sent: Tuesday, December 28, 2021 2:02 PM > To: Gaurav Jain > Cc: U-Boot Mailing List ; Stefano Babic > ; Fabio Estevam ; Peng Fan > ; Priyanka Jain ; Ye Li > ; Horia Geanta ; Ji Luo > ; Franck Lenormand ; Silvano Di > Ninno ; Sahil Malhotra

[PATCH] gpio: da8xx_gpio: Fix gpio name with address

2022-01-06 Thread chaochao2021666
From: chao zeng The GPIO bank numbers do not appear in the device tree, so make the gpio name based on the address (ie gpio@4211_25 vs 25) Signed-off-by: chao zeng --- drivers/gpio/da8xx_gpio.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpio/da8xx_gpio.c

Re: [PATCH v8 04/12] tools: mkeficapsule: add man page

2022-01-06 Thread AKASHI Takahiro
On Thu, Jan 06, 2022 at 08:26:03PM +0100, Heinrich Schuchardt wrote: > On 1/6/22 11:25, AKASHI Takahiro wrote: > > Heinrich, > > > > On Sat, Jan 01, 2022 at 11:02:52PM +0100, Heinrich Schuchardt wrote: > > > On 12/20/21 06:02, AKASHI Takahiro wrote: > > > > Add a man page for mkeficapsule

Re: [PATCH v8 05/12] doc: update UEFI document for usage of mkeficapsule

2022-01-06 Thread AKASHI Takahiro
Heinrich, Your comments seem inconsistent, On Sat, Jan 01, 2022 at 11:09:41PM +0100, Heinrich Schuchardt wrote: > On 12/20/21 06:02, AKASHI Takahiro wrote: > > Now we can use mkeficapsule command instead of EDK-II's script > > to create a signed capsule file. So update the instruction for > >

Re: mkimage_fit_atf.sh: not found

2022-01-06 Thread Simon Glass
Hi Heiko, On Thu, 6 Jan 2022 at 13:44, Heiko Thiery wrote: > > Hi Tim and all, > > Am Do., 6. Jan. 2022 um 18:10 Uhr schrieb Tim Harvey : > > > > On Thu, Jan 6, 2022 at 2:07 AM ZHIZHIKIN Andrey > > wrote: > > > > > > Hello Tim, > > > > > > > -Original Message- > > > > From: U-Boot On

Re: [PATCH] nitrogen6x: add missing pinctrl to fix mmc

2022-01-06 Thread Troy Kisky
On 1/5/2022 5:17 AM, Gary Bisson wrote: > Since commit f7ac30b042d, the pin muxing for mmc was removed from the > board file to be managed by DM_MMC which requires PINCTRL to work. It > made the change for sabrelite but nitrogen configs were forgotten. > > Signed-off-by: Gary Bisson > --- >

Re: [PATCH v1 0/5] Move board specific files to board directory

2022-01-06 Thread Troy Kisky
On 12/28/2021 5:11 AM, Tom Rini wrote: > On Tue, Dec 28, 2021 at 01:33:05AM -0700, Simon Glass wrote: >> Hi Troy, >> >> On Fri, 17 Dec 2021 at 16:02, Troy Kisky >> wrote: >>> >>> This series intends to let board specific files live in the boards >>> directory. The last patch moves files for

Re: [PATCH v1 3/5] scripts: Makefile.autoconf: allow CONFIG_SYS_CONFIG_NAME file to live in board directory

2022-01-06 Thread Troy Kisky
On 12/28/2021 12:33 AM, Simon Glass wrote: > Hi Troy, > > On Fri, 17 Dec 2021 at 16:02, Troy Kisky > wrote: >> >> Let the board specific include file live in the board directory. >> >> Signed-off-by: Troy Kisky >> --- >> scripts/Makefile.autoconf | 9 +++-- >> 1 file changed, 7

Re: [PATCH v1 2/5] dts: allow dts files in board directory

2022-01-06 Thread Troy Kisky
On 12/28/2021 12:33 AM, Simon Glass wrote: > Hi Troy, > > On Fri, 17 Dec 2021 at 16:02, Troy Kisky > wrote: >> >> Let the board specific dts files live in the board directory. >> >> Signed-off-by: Troy Kisky >> --- >> dts/Makefile | 11 +-- >> scripts/Makefile.lib | 1 + >> 2

Re: [PATCH v1 1/5] kconfig: allow defconfigs to live in board directory

2022-01-06 Thread Troy Kisky
On 12/28/2021 12:33 AM, Simon Glass wrote: > Hi Troy, > > On Fri, 17 Dec 2021 at 16:02, Troy Kisky > wrote: >> >> This will reduce the size of the configs directory, and >> make it more clear which board directory uses the defconfig >> file. >> >> Signed-off-by: Troy Kisky >> --- >>

Re: mkimage_fit_atf.sh: not found

2022-01-06 Thread Heiko Thiery
Hi Tim and all, Am Do., 6. Jan. 2022 um 18:10 Uhr schrieb Tim Harvey : > > On Thu, Jan 6, 2022 at 2:07 AM ZHIZHIKIN Andrey > wrote: > > > > Hello Tim, > > > > > -Original Message- > > > From: U-Boot On Behalf Of Tim Harvey > > > Sent: Wednesday, January 5, 2022 8:08 PM > > > To:

Re: [PATCH] Revert "tree: imx: remove old fit generator script"

2022-01-06 Thread Tim Harvey
On Thu, Jan 6, 2022 at 11:18 AM ZHIZHIKIN Andrey wrote: > > Hello Tom, > > > -Original Message- > > From: U-Boot On Behalf Of Tom Rini > > Sent: Thursday, January 6, 2022 7:52 PM > > To: u-boot@lists.denx.de > > Cc: Tim Harvey > > Subject: [PATCH] Revert "tree: imx: remove old fit

Re: [PATCH] usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable

2022-01-06 Thread Marek Vasut
On 1/6/22 16:21, Neil Armstrong wrote: Hi, On 06/01/2022 16:02, Gary Bisson wrote: Fastboot support has been broken on platforms using dwc2 controller since the gadget gets its max packet size from it. This patch is the equivalent of 723fd5668ff which fixed the same issue but for the chipidea

Re: [PATCH v8 04/12] tools: mkeficapsule: add man page

2022-01-06 Thread Heinrich Schuchardt
On 1/6/22 11:25, AKASHI Takahiro wrote: Heinrich, On Sat, Jan 01, 2022 at 11:02:52PM +0100, Heinrich Schuchardt wrote: On 12/20/21 06:02, AKASHI Takahiro wrote: Add a man page for mkeficapsule command. Signed-off-by: AKASHI Takahiro Reviewed-by: Simon Glass Acked-by: Ilias Apalodimas ---

RE: [PATCH] Revert "tree: imx: remove old fit generator script"

2022-01-06 Thread ZHIZHIKIN Andrey
Hello Tom, > -Original Message- > From: U-Boot On Behalf Of Tom Rini > Sent: Thursday, January 6, 2022 7:52 PM > To: u-boot@lists.denx.de > Cc: Tim Harvey > Subject: [PATCH] Revert "tree: imx: remove old fit generator script" > > This reverts commit

RE: mkimage_fit_atf.sh: not found

2022-01-06 Thread ZHIZHIKIN Andrey
Hello Tim, > -Original Message- > From: U-Boot On Behalf Of Tim Harvey > Sent: Thursday, January 6, 2022 6:10 PM > To: ZHIZHIKIN Andrey > Cc: u-boot ; Stefano Babic ; Fabio > Estevam > ; Schrempf Frieder ; Adam > Ford > ; Marcel Ziswiler ; Jagan Teki > ; Oliver Graute > Subject: Re:

Re: mkimage_fit_atf.sh: not found

2022-01-06 Thread Tom Rini
On Thu, Jan 06, 2022 at 09:10:00AM -0800, Tim Harvey wrote: > On Thu, Jan 6, 2022 at 2:07 AM ZHIZHIKIN Andrey > wrote: > > > > Hello Tim, > > > > > -Original Message- > > > From: U-Boot On Behalf Of Tim Harvey > > > Sent: Wednesday, January 5, 2022 8:08 PM > > > To: ZHIZHIKIN Andrey > >

[PATCH] Revert "tree: imx: remove old fit generator script"

2022-01-06 Thread Tom Rini
This reverts commit d9a6f0eed66a39206b13513ec914f14084c3bb73. For right now, it's too close to the release to merge the series that allows for binman to be used to generate the final images, and also not break CI, and then also merge all of the series that convert currently broken platforms to

Re: mkimage_fit_atf.sh: not found

2022-01-06 Thread Tim Harvey
On Thu, Jan 6, 2022 at 2:07 AM ZHIZHIKIN Andrey wrote: > > Hello Tim, > > > -Original Message- > > From: U-Boot On Behalf Of Tim Harvey > > Sent: Wednesday, January 5, 2022 8:08 PM > > To: ZHIZHIKIN Andrey > > Cc: u-boot ; Stefano Babic ; Fabio > > Estevam > > ; Schrempf Frieder ; Adam

Re: difference between fdtdec and fdt_support ?

2022-01-06 Thread Marek Behún
On Thu, 6 Jan 2022 09:15:17 -0700 Simon Glass wrote: > Hi Marek, > > On Thu, 6 Jan 2022 at 09:10, Marek Behún wrote: > > > > On Thu, 6 Jan 2022 08:48:48 -0700 > > Simon Glass wrote: > > > > > Hi Marek, > > > > > > On Thu, 6 Jan 2022 at 05:21, Marek Behún wrote: > > > > > > > > Hi Simon,

Commit 6337d53fdf breaks PDU001 board

2022-01-06 Thread Felix Brack
Hello, Git bisect reports commit 6337d53fdf (sync am33xx with Linux 5.9-rc7) to break the PDU001 board. I have tried to figure out what the problem is but failed. It looks like the SPL is not loading any drivers, not even the pin controller driver. Enabling an early debug UART did not help as

Re: difference between fdtdec and fdt_support ?

2022-01-06 Thread Simon Glass
Hi Marek, On Thu, 6 Jan 2022 at 09:10, Marek Behún wrote: > > On Thu, 6 Jan 2022 08:48:48 -0700 > Simon Glass wrote: > > > Hi Marek, > > > > On Thu, 6 Jan 2022 at 05:21, Marek Behún wrote: > > > > > > Hi Simon, > > > > > > I am a little confused. > > > > > > We have > > >

Re: difference between fdtdec and fdt_support ?

2022-01-06 Thread Marek Behún
On Thu, 6 Jan 2022 08:48:48 -0700 Simon Glass wrote: > Hi Marek, > > On Thu, 6 Jan 2022 at 05:21, Marek Behún wrote: > > > > Hi Simon, > > > > I am a little confused. > > > > We have > > common/fdt_support.c > > and > > lib/fdtdec.c > > > > The second one implements for example

Re: difference between fdtdec and fdt_support ?

2022-01-06 Thread Simon Glass
Hi Marek, On Thu, 6 Jan 2022 at 05:21, Marek Behún wrote: > > Hi Simon, > > I am a little confused. > > We have > common/fdt_support.c > and > lib/fdtdec.c > > The second one implements for example fdtdec_get_is_enabled(), which I > would rather expect in fdt_support by name

Re: [PATCH] usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable

2022-01-06 Thread Neil Armstrong
Hi, On 06/01/2022 16:02, Gary Bisson wrote: > Fastboot support has been broken on platforms using dwc2 controller > since the gadget gets its max packet size from it. > This patch is the equivalent of 723fd5668ff which fixed the same issue > but for the chipidea controller. > > Fixes:

[PATCH] usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable

2022-01-06 Thread Gary Bisson
Fastboot support has been broken on platforms using dwc2 controller since the gadget gets its max packet size from it. This patch is the equivalent of 723fd5668ff which fixed the same issue but for the chipidea controller. Fixes: 27c9141b111 ("usb: gadget: fastboot: use correct max packet size")

Re: efi bootmenu

2022-01-06 Thread Mark Kettenis
> Date: Wed, 5 Jan 2022 09:52:41 +0100 > From: Heinrich Schuchardt > > On 12/29/21 17:04, Mark Kettenis wrote: > >> From: François Ozog > >> Date: Wed, 29 Dec 2021 14:39:36 +0100 > >> > >> HI Simon > >> > >> On Wed, 29 Dec 2021 at 14:36, Simon Glass wrote: > >> > >>> Hi François, > >>> > >>>

difference between fdtdec and fdt_support ?

2022-01-06 Thread Marek Behún
Hi Simon, I am a little confused. We have common/fdt_support.c and lib/fdtdec.c The second one implements for example fdtdec_get_is_enabled(), which I would rather expect in fdt_support by name fdt_node_is_available(), or something like that. Also fdtdec does a strange thing with

Re: [PATCH v4] binman: add support for creating dummy files for external blobs

2022-01-06 Thread Simon Glass
On Thu, 6 Jan 2022 at 03:50, Heiko Thiery wrote: > > 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

[PATCH v3 2/2] rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structure

2022-01-06 Thread Johan Jonker
The line with .of_to_plat in the U_BOOT_DRIVER structure of dw-apb-timer.c is not aligned with the rest. Add an extra TAB to fix the whitespace. Signed-off-by: Johan Jonker --- drivers/timer/dw-apb-timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v3 1/2] rockchip: timer: add OF_PLATDATA support for dw-apb-timer

2022-01-06 Thread Johan Jonker
The Rockchip rk3066 SoC has 3 dw-apb-timer nodes. U-boot is compiled with OF_PLATDATA TPL/SPL options, so add OF_PLATDATA support for the dw-apb-timer. Also change driver name to be able to compile with U-boot scripts. No reset OF_PLATDATA support was added, because the rk3066 nodes don't

[PATCH v4] binman: add support for creating dummy files for external blobs

2022-01-06 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

Re: efi bootmenu

2022-01-06 Thread Masahisa Kojima
On Thu, 6 Jan 2022 at 12:02, AKASHI Takahiro wrote: > > On Wed, Dec 29, 2021 at 05:04:17PM +0100, Mark Kettenis wrote: > > > From: François Ozog > > > Date: Wed, 29 Dec 2021 14:39:36 +0100 > > > > > > HI Simon > > > > > > On Wed, 29 Dec 2021 at 14:36, Simon Glass wrote: > > > > > > > Hi

Re: [PATCH v8 04/12] tools: mkeficapsule: add man page

2022-01-06 Thread AKASHI Takahiro
Heinrich, On Sat, Jan 01, 2022 at 11:02:52PM +0100, Heinrich Schuchardt wrote: > On 12/20/21 06:02, AKASHI Takahiro wrote: > > Add a man page for mkeficapsule command. > > > > Signed-off-by: AKASHI Takahiro > > Reviewed-by: Simon Glass > > Acked-by: Ilias Apalodimas > > --- > > MAINTAINERS

RE: mkimage_fit_atf.sh: not found

2022-01-06 Thread ZHIZHIKIN Andrey
Hello Tim, > -Original Message- > From: U-Boot On Behalf Of Tim Harvey > Sent: Wednesday, January 5, 2022 8:08 PM > To: ZHIZHIKIN Andrey > Cc: u-boot ; Stefano Babic ; Fabio > Estevam > ; Schrempf Frieder ; Adam > Ford > ; Marcel Ziswiler ; Jagan Teki > > Subject: Re:

Re: [PATCH v8 02/12] tools: build mkeficapsule with tools-only_defconfig

2022-01-06 Thread AKASHI Takahiro
On Sat, Jan 01, 2022 at 10:42:46PM +0100, Heinrich Schuchardt wrote: > On 12/20/21 06:02, AKASHI Takahiro wrote: > > Add CONFIG_TOOLS_MKEFICAPSULE. Then we want to always build mkeficapsule > > if tools-only_defconfig is used. > > > > Signed-off-by: AKASHI Takahiro > > --- > >

Re: [PATCH v8 01/12] tools: mkeficapsule: rework the code a little bit

2022-01-06 Thread AKASHI Takahiro
On Sat, Jan 01, 2022 at 10:35:04PM +0100, Heinrich Schuchardt wrote: > On 12/20/21 06:02, AKASHI Takahiro wrote: > > Abstract common routines to make the code easily understandable. > > No functional change. > > > > Signed-off-by: AKASHI Takahiro > > Reviewed-by: Simon Glass > > --- > >

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

2022-01-06 Thread Michal Simek
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 case also IOU_SLCR reg is updated to get proper clock setup and signal detection configuration. Signed-off-by: Michal Simek