Re: [PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

2024-04-17 Thread Tom Rini
On Wed, Apr 17, 2024 at 04:48:14PM -0400, Raymond Mao wrote: > Hi Tom, > > On Tue, 16 Apr 2024 at 15:23, Tom Rini wrote: > > > On Tue, Apr 16, 2024 at 11:59:56AM -0700, Raymond Mao wrote: > > > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. > > > > > > Patch 01 and 02 are

Re: [RESEND PATCH v3 1/5] power: tps65941: Add macros of TPS65224 PMIC

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Re-use the TPS65941 PMIC driver for TPS65224 PMIC. > Add additional macros of TPS65224 to aid in the driver > re-use. > > Signed-off-by: Bhargav Raviprakash > Reviewed-by: Dhruva Gole Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > ---

Re: [RESEND PATCH v3 4/5] power: regulator: tps65941: use function callbacks for conversion ops

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Use function callbacks for volt2val, val2volt and slewrate lookups. > This makes it easier to add support for TPS65224 PMIC regulators. > > Signed-off-by: Bhargav Raviprakash Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- >

Re: [RESEND PATCH v3 5/5] power: regulator: tps65941: Add TPS65224 PMIC regulator support

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Reuse TPS65941 regulator driver to adds support for > TPS65224 PMIC's regulators. 4 BUCKs and 3 LDOs, where > BUCK1 and BUCK2 can be configured in dual phase mode. > > Signed-off-by: Bhargav Raviprakash > --- >

[PATCH 2/3] pci: dw_imx: add support for IMX8MM

2024-04-17 Thread Tim Harvey
Add support for the IMX8MM SoC by adding driver data with the compatible string of the GPR controller. Signed-off-by: Tim Harvey --- drivers/pci/pcie_dw_imx.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pcie_dw_imx.c

[PATCH 1/3] clk: imx8mm: Add support for PCIe clocks

2024-04-17 Thread Tim Harvey
Add support for PCIe clocks required to enable PCIe support on iMX8MM SoC. Signed-off-by: Tim Harvey --- drivers/clk/imx/clk-imx8mm.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/clk/imx/clk-imx8mm.c b/drivers/clk/imx/clk-imx8mm.c index

[PATCH 3/3] imx8mm_venice_defconfig: Enable PCIe/NVMe support

2024-04-17 Thread Tim Harvey
Enable PCIe/NVMe support. Also, enable the reset driver which is a prerequisite for PCIe support. Signed-off-by: Tim Harvey --- configs/imx8mm_venice_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig index

Re: [PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

2024-04-17 Thread Raymond Mao
Hi Tom, On Tue, 16 Apr 2024 at 15:23, Tom Rini wrote: > On Tue, Apr 16, 2024 at 11:59:56AM -0700, Raymond Mao wrote: > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. > > > > Patch 01 and 02 are for introducing MbedTLS release package. > > I have to split it into 2 parts due

Re: [RESEND PATCH v3 2/5] power: pmic: tps65941: Add TI TPS65224 PMIC

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Adds compatible and data field values of TPS65224 driver in > TPS65941 PMIC driver. > > Signed-off-by: Bhargav Raviprakash > Reviewed-by: Dhruva Gole Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/power/pmic/tps65941.c

Re: [RESEND PATCH v3 3/5] power: regulator: tps65941: Added macros for BUCK ID

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Adds macros for buck and ldo ids and switched to using switch > case instead of if else in probe functions. Helps in adding > support for TPS65224 PMIC. > > Signed-off-by: Bhargav Raviprakash > Reviewed-by: Dhruva Gole Reviewed-by: Jaehoon Chung

Re: [PATCH v3 0/2] upstream DT compatibility

2024-04-17 Thread Tom Rini
On Tue, Apr 09, 2024 at 04:49:23PM +0200, Caleb Connolly wrote: > This is a subset of [1]. With more platform maintainers switching to > OF_UPSTREAM I didn't want to get in the way (it has also proven more > difficult than I hoped to remove only the fully compatible header > files). > > This

[PATCH 1/1] efi_loader: typo mstching

2024-04-17 Thread Heinrich Schuchardt
%s/mstching/matching/ Reported-by: Reported-by: E Shattow Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_var_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/efi_var_common.c b/lib/efi_loader/efi_var_common.c index aa8feffd3ec..ed53bcf3939

[PATCH 1/1] acpi: set creator_revision in acpi_fill_header

2024-04-17 Thread Heinrich Schuchardt
We should have a single place where we write the default value to the creator revision field. If we ever will have any table created by another tool, we can overwrite the value afterwards. Signed-off-by: Heinrich Schuchardt --- arch/x86/lib/acpi_table.c | 2 -- lib/acpi/acpi_table.c | 2 +-

Re: [PATCH] arm: mach-k3: security: Lower verbosity of cert message for GP

2024-04-17 Thread Tom Rini
On Wed, 10 Apr 2024 13:38:34 -0500, Andrew Davis wrote: > When we find a certificate on an image to be booted on a GP device we > print out a message explaining that the certificate is being skipped. > This message is rather long and is printed for every image. Shorten > the message and make the

Re: [PATCH 1/1] sandbox: don't call os_close with invalid file descriptor

2024-04-17 Thread Tom Rini
On Wed, 10 Apr 2024 23:50:34 +0200, Heinrich Schuchardt wrote: > If open() fails it returns -1. Calling close() with this value > makes no sense. Return -EIO instead. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v1] configs: arbel: Use generic timer and npcm reset driver

2024-04-17 Thread Tom Rini
On Wed, 10 Apr 2024 13:54:37 +0800, Jim Liu wrote: > Modify defconfig to use generic timer and npcm reset driver > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] configs: am64x_evm_*_defconfig: Increase offsets for eMMC raw boot

2024-04-17 Thread Tom Rini
On Wed, 10 Apr 2024 13:20:16 -0500, Judith Mendez wrote: > EMMC boot can fail due to the size of R5 SPL image growing beyond the > 500KB of memory allocated in eMMC. Update offsets for eMMMC raw boot > to load each binary from the correct address in eMMC according to the > following eMMC layout:

[PATCH v2 1/1] efi_loader: typo mstching

2024-04-17 Thread Heinrich Schuchardt
%s/mstching/matching/ Reported-by: E Shattow Signed-off-by: Heinrich Schuchardt --- v2: correct Reported-by line --- lib/efi_loader/efi_var_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/efi_var_common.c b/lib/efi_loader/efi_var_common.c

Re: [PATCH 2/3] pci: dw_imx: add support for IMX8MM

2024-04-17 Thread Marek Vasut
On 4/17/24 10:09 PM, Tim Harvey wrote: Add support for the IMX8MM SoC by adding driver data with the compatible string of the GPR controller. Signed-off-by: Tim Harvey --- drivers/pci/pcie_dw_imx.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 1/1] fs: fat: fill creation and change date

2024-04-17 Thread Tom Rini
On Tue, 09 Apr 2024 22:06:07 +0200, Heinrich Schuchardt wrote: > The FAT specification requires that the change date is set. > > If a DM RTC device exists, set the creation and change date to the current > date when updating the directory entry. Otherwise use the date 2020-01-01. > > Applied

Re: [PATCH v4] tools: copyfile: use 64k instead of 512 buffer

2024-04-17 Thread Tom Rini
On Tue, 09 Apr 2024 14:14:34 +0200, Ahelenia ZiemiaƄska wrote: > This is a trivial but significant optimization: > mkimage took >200ms (and 49489 writes (of which 49456 512)), > now it takes 110ms (and 419 writes (of which 386 64k)). > > sendfile is much more appropriate for this and is

Re: [PATCH] Makefile.lib: find capsule ESL dtsi file with CONFIG_OF_UPSTREAM

2024-04-17 Thread Tom Rini
On Mon, 08 Apr 2024 16:28:43 -0500, Jonathan Humphreys wrote: > When CONFIG_OF_UPSTREAM is enabled, DTS files are in SOC subdirectories (vs > the > top level dts directory), but when CONFIG_EFI_CAPSULE_AUTHENTICATE is enabled, > the dynamically created dtsi file containing the capsule ESL DT

Re: [PATCH 1/1] fs: fat: convert change month correctly

2024-04-17 Thread Tom Rini
On Tue, 09 Apr 2024 20:04:56 +0200, Heinrich Schuchardt wrote: > The month is stored in 5 - 8. We need to shift it by 5 bits. > > Cf. Microsoft FAT Specification, 2005-08-30 > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 1/1] test: typo curren

2024-04-17 Thread Tom Rini
On Tue, 09 Apr 2024 09:55:49 +0200, Heinrich Schuchardt wrote: > Fix typos in test_eficonfig.py: %s/curren/current/ > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v2 1/1] efi_loader: typo mstching

2024-04-17 Thread Ilias Apalodimas
On Thu, 18 Apr 2024 at 05:32, Heinrich Schuchardt wrote: > > %s/mstching/matching/ > > Reported-by: E Shattow > Signed-off-by: Heinrich Schuchardt > --- > v2: > correct Reported-by line > --- > lib/efi_loader/efi_var_common.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

<    1   2