Re: [PATCH] arm: Add AM335x based CBC board

2022-03-03 Thread Lukasz Majewski
Hi Tom, > On Thu, Mar 03, 2022 at 03:07:47PM +0100, Lukasz Majewski wrote: > > Hi Tom, > > > > > On Thu, Mar 03, 2022 at 10:27:10AM +0100, Lukasz Majewski wrote: > > > > Hi Tom, > > > > > > > > > This commit adds CBC board to U-Boot. > > > > > > > > > > U-Boot

Re: [PATCH v2 12/12] rockchip: fix boot_devices constants

2022-03-03 Thread Johan Jonker
Hi Simon, Thank you for your test report. As I don't always have the hardware, could the board maintainers help me identify u-boot specific property differences with Linux that need to be moved to a dtsi file. Will send a new serie with fixes. Johan === After I sync rk3288.dtsi I get this

Re: [PATCH] arm: Add AM335x based CBC board

2022-03-03 Thread Tom Rini
On Thu, Mar 03, 2022 at 03:07:47PM +0100, Lukasz Majewski wrote: > Hi Tom, > > > On Thu, Mar 03, 2022 at 10:27:10AM +0100, Lukasz Majewski wrote: > > > Hi Tom, > > > > > > > This commit adds CBC board to U-Boot. > > > > > > > > U-Boot 2022.04-rc1-00271-g930634a4c9 (Feb 21 2022 - 15:08:13 > >

Re: [PATCH] arm: Add AM335x based CBC board

2022-03-03 Thread Lukasz Majewski
Hi Tom, > On Thu, Mar 03, 2022 at 10:27:10AM +0100, Lukasz Majewski wrote: > > Hi Tom, > > > > > This commit adds CBC board to U-Boot. > > > > > > U-Boot 2022.04-rc1-00271-g930634a4c9 (Feb 21 2022 - 15:08:13 > > > +0100) > > > > > > CPU : AM335X-GP rev 2.1 > > > Model: AM335x Bosch CBC > >

Re: [PATCH v3 4/6] net: phy: Add phy_modify() accessor

2022-03-03 Thread Ramon Fried
On Thu, Feb 17, 2022 at 4:36 PM Ariel D'Alessandro wrote: > > Add read-modify-write unlocked accessor for accessing a PHY register. > > Signed-off-by: Ariel D'Alessandro > --- > drivers/net/phy/phy.c | 20 > include/phy.h | 2 ++ > 2 files changed, 22 insertions(+)

Re: [PATCH v3 5/6] net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driver

2022-03-03 Thread Ramon Fried
On Thu, Feb 17, 2022 at 4:36 PM Ariel D'Alessandro wrote: > > From: Michael Trimarchi > > Add driver for the NXP TJA1100 and TJA1101 PHYs. These PHYs are special > BroadRReach 100BaseT1 PHYs used in automotive. > > Signed-off-by: Michael Trimarchi > Signed-off-by: Ariel D'Alessandro > --- >

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

2022-03-03 Thread Gaurav Jain
Hi Stefano As we have not received any response from imx6dl_mamoj board maintainer. I propose the below solution --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -49,8 +49,8 @@ config USE_IMXIMG_PLUGIN config IMX_HAB - select FSL_CAAM if HAS_CAAM - imply

Re: [PATCH] arm: Add AM335x based CBC board

2022-03-03 Thread Tom Rini
On Thu, Mar 03, 2022 at 10:27:10AM +0100, Lukasz Majewski wrote: > Hi Tom, > > > This commit adds CBC board to U-Boot. > > > > U-Boot 2022.04-rc1-00271-g930634a4c9 (Feb 21 2022 - 15:08:13 +0100) > > > > CPU : AM335X-GP rev 2.1 > > Model: AM335x Bosch CBC > > DRAM: 512 MiB > > Core: 198

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

2022-03-03 Thread Stefano Babic
On 03.03.22 13:44, Gaurav Jain wrote: Hello Stefano A gentle reminder!! Need your help to check the proposed solution to fix imx6dl_mamoj SPL size issue shared in last mail. Ouch...is there a solution ? I confess I have not seen, is there an answer by Marek ? Regards, Stefano Regards

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

2022-03-03 Thread Gaurav Jain
Hello Stefano A gentle reminder!! Need your help to check the proposed solution to fix imx6dl_mamoj SPL size issue shared in last mail. Regards Gaurav Jain > -Original Message- > From: Gaurav Jain > Sent: Friday, February 25, 2022 12:33 PM > To: Stefano Babic ; u-boot@lists.denx.de;

Re: [PATCH v2 08/10] tpm: Add the RNG child device

2022-03-03 Thread Sughosh Ganu
hi Simon, On Thu, 3 Mar 2022 at 09:18, Simon Glass wrote: > > Hi Sughosh, > > On Tue, 1 Mar 2022 at 21:53, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Tue, 1 Mar 2022 at 20:29, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Mon, 28 Feb 2022 at 05:07, Sughosh Ganu > > > wrote:

Re: [PATCH v2 07/10] tpm: rng: Move the TPM RNG functionality to driver model

2022-03-03 Thread Sughosh Ganu
hi Simon, On Thu, 3 Mar 2022 at 09:17, Simon Glass wrote: > > Hi Sughosh, > > On Tue, 1 Mar 2022 at 21:36, Sughosh Ganu wrote: > > > > hi Simon, > > > > On Tue, 1 Mar 2022 at 20:28, Simon Glass wrote: > > > > > > Hi Sughosh, > > > > > > On Mon, 28 Feb 2022 at 05:07, Sughosh Ganu > > > wrote:

Re: [PATCH] riscv: Fix build against binutils 2.38

2022-03-03 Thread Leo Liang
Hi Alex, On Tue, Mar 01, 2022 at 03:21:56AM +, Leo Liang wrote: > Hi Alex, > On Mon, Feb 21, 2022 at 05:42:41PM +0100, Alexandre Ghiti wrote: > > On Sat, Feb 19, 2022 at 9:52 AM Leo Liang wrote: > > > > > > Hi Alex, > > > On Thu, Feb 17, 2022 at 11:28:46AM +0100, Alexandre Ghiti wrote: > > >

Re: [PATCH 2/2] efi_loader: use short-form DP for load options

2022-03-03 Thread Heinrich Schuchardt
On 3/2/22 10:44, AKASHI Takahiro wrote: On Sat, Feb 26, 2022 at 12:56:51PM +0100, Heinrich Schuchardt wrote: The GUID of partitions is sufficient for identification and will stay constant in the lifetime of a boot option. The preceding path of the device-path may change due to changes in the

Re: [PATCH] configs: ti: use standard configuration nodes naming

2022-03-03 Thread Romain Naour
Hi Denys, Le 28/02/2022 à 21:38, Denys Dmytriyenko a écrit : > On Thu, Feb 10, 2022 at 11:13:36PM +0100, Romain Naour wrote: >> Currently, any u-boot bootloader for ti armv7 platforms using >> DEFAULT_FIT_TI_ARGS to boot with a fitimage (boot_fit = 1) >> doesn't boot when built with Yocto Poky

Re: [PATCH v2 1/3] timer: atmel_tcb_timer: add atmel_tcb driver

2022-03-03 Thread Clément Léger
Le Thu, 3 Mar 2022 09:31:14 +, a écrit : > Hello Clement, > > Thank you for your patch. > > On 2/2/22 4:42 PM, Clément Léger wrote: > > Add a driver for the timer counter block that can be found on sama5d2. > > This driver will be used when booting under OP-TEE since the pit timer > >

Status of Intel (Altera) Arria-10 support

2022-03-03 Thread Marcel Gielen [Celestia-STS]
It has been a while ago when I had to do something with an intel Arria-10. At that time the support was a bit troublesome. Some of the issues faced: U-Boot 2nd stage requires SDRAM to run. The ARRIA-10 DDR controller for the HPS requires at least the peripheral part of the FPGA to be

Re: [PATCH 1/3] power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217

2022-03-03 Thread Lukasz Majewski
Hi Tom, > Up till now the CONFIG_POWER_TPS65217 has been defined in several > header files for am335x SoC. > > This patch renames it to CONFIG_PMIC_TPS65217, which better reflects > the role of this IC circuit. > Gentle ping on this patch series. > Signed-off-by: Lukasz Majewski > --- > >

Re: [PATCH 1/3] arm: mmc: Add "ti,am335-sdhci" compatible for TI's omap_hsmmc driver

2022-03-03 Thread Lukasz Majewski
Hi Tom, > In the Linux kernel (v5.16) for this SoC there are two separate > drivers > - namely sdhci-omap.c and omap_hsmmc.c which have separate set of > compatibles. > > The U-Boot's drivers/mmc/omap_hsmmc.c driver supports both eMMC and > SD devices - hence the compatible for SDHCI can be

Re: [PATCH] arm: Add AM335x based CBC board

2022-03-03 Thread Lukasz Majewski
Hi Tom, > This commit adds CBC board to U-Boot. > > U-Boot 2022.04-rc1-00271-g930634a4c9 (Feb 21 2022 - 15:08:13 +0100) > > CPU : AM335X-GP rev 2.1 > Model: AM335x Bosch CBC > DRAM: 512 MiB > Core: 198 devices, 14 uclasses, devicetree: separate > MMC: OMAP SD/MMC: 2, OMAP SD/MMC: 0, OMAP

Re: [PATCH 2/2] x86: Correct the coreboot header file in MAINTAINERS

2022-03-03 Thread Bin Meng
On Tue, Mar 1, 2022 at 6:18 AM Simon Glass wrote: > > This board has its own config header file. Correct it. > > Signed-off-by: Simon Glass > --- > > board/coreboot/coreboot/MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng

Re: [PATCH 1/2] x86: Add an enum name for the GNVS firmware type

2022-03-03 Thread Bin Meng
Hi Simon, On Tue, Mar 1, 2022 at 6:18 AM Simon Glass wrote: > > This enum is currently anonymous. Add a name so it can be used in the > code. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/intel_gnvs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] usb: dwc3: Add support to reset usb ULPI phy

2022-03-03 Thread Bin Meng
On Wed, Feb 23, 2022 at 11:07 PM Michal Simek wrote: > > From: T Karthik Reddy > > When usb PHY initialization is done, the PHY need to be reset. > > Signed-off-by: T Karthik Reddy > Signed-off-by: Michal Simek > --- > > drivers/usb/dwc3/Kconfig| 2 +- >

Re: [PATCH] usb: dwc3: Add support for usb3-phy PHY configuration

2022-03-03 Thread Bin Meng
On Wed, Feb 23, 2022 at 10:56 PM Michal Simek wrote: > > When usb3-phy label is found, PHY driver is called and serdes line is > initialized. This is preparation for serdes/psgtr driver to configure GT > lines based on description in DT. > > Signed-off-by: Michal Simek > --- > >

Re: [PATCH] dt-bindings: mtd: partitions: add UBI binding

2022-03-03 Thread Rafał Miłecki
On 2.03.2022 22:59, Rob Herring wrote: On Thu, Feb 17, 2022 at 11:24:48AM +0100, Rafał Miłecki wrote: From: Rafał Miłecki UBI is often used on embedded devices to store UBI volumes with device configuration / calibration data. Such volumes may need to be documented and referenced for proper

Re: [PATCH v4 4/4] rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568

2022-03-03 Thread Jaehoon Chung
Hi Simon, On 2/27/22 03:36, Simon Glass wrote: > Hi Jaehoon, > > On Tue, 8 Feb 2022 at 16:42, Jaehoon Chung wrote: >> On 1/29/22 07:42, Alper Nebi Yasak wrote: >>> On RK3568, a register bit must be set to enable Enhanced Strobe. >>> However, it appears that the address of this register may

<    1   2