[PATCH 1/1] efi_loader: correct EFI_TCG2_PROTOCOL_MEASURE_DTB description

2025-05-17 Thread Heinrich Schuchardt
%s/data that change/data that changes/ %s/cannot be used has/cannot be used as/ %s/Otherwise/Otherwise,/ %s/allows better measurement/allows for better measurement/ Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/Kconfig | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --

[PATCH v4 1/2] BeagleBoard: Bring it back with updates.

2025-05-17 Thread OMAP at BSF
* Converted to using DM_I2C. * New config file for xM. * Run 'patman' on patches. * Use upstream device tree files. Signed-off-by: Steven Hill --- v2: Use upstream device trees. v3: No change. v4: Update name in MAINTAINERS file. --- arch/arm/dts/Makefile | 9 + arch/arm

[PATCH v4 2/2] BeagleBoard: Fix memory detection error.

2025-05-17 Thread OMAP at BSF
GPIOs are read to determine which BeagleBoard variant we are running on. It also affects the memory timings for LPDDR. The GPIO lines are not valid for SPL until we are attempting the first boot device. The GPIO lines need to be checked again in U-Boot because they were not valid early on in SPL. T

[PATCH v3 2/2] BeagleBoard: Fix memory detection error.

2025-05-17 Thread OMAP at BSF
GPIOs are read to determine which BeagleBoard variant we are running on. It also affects the memory timings for LPDDR. The GPIO lines are not valid for SPL until we are attempting the first boot device. The GPIO lines need to be checked again in U-Boot because they were not valid early on in SPL. T

[PATCH v3 1/2] BeagleBoard: Bring it back with updates.

2025-05-17 Thread OMAP at BSF
* Converted to using DM_I2C. * New config file for xM. * Run 'patman' on patches. * Use upstream device tree files. Signed-off-by: Steven Hill --- arch/arm/dts/Makefile | 9 + arch/arm/dts/omap3-beagle-u-boot.dtsi | 14 + arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi

[PATCH] env: Fix network support when CONFIG_NET_LWIP is set

2025-05-17 Thread Benjamin ROBIN
When lwIP (CONFIG_NET_LWIP) is used instead of legacy stack (CONFIG_NET), environment flags support associated with network was not built: restore support of "i" and "m" environment flags. Signed-off-by: Benjamin ROBIN --- env/flags.c| 10 +- include/env_callback.h | 2 +- i

Re: [RFC PATCH 3/3] serial: mxc: restore booting for imx8mn_bsh_smm_s2

2025-05-17 Thread Fabio Estevam
On Sat, May 17, 2025 at 5:52 PM Michael Nazzareno Trimarchi wrote: > Are you sending a patch? or I will send it Feel free to send it when you have a chance. Thanks!

Re: [RFC PATCH 3/3] serial: mxc: restore booting for imx8mn_bsh_smm_s2

2025-05-17 Thread Michael Nazzareno Trimarchi
Hi On Sat, May 17, 2025 at 10:50 PM Fabio Estevam wrote: > > On Sat, May 17, 2025 at 5:46 PM Michael Nazzareno Trimarchi > wrote: > > > > I was on master except this commit > > > > > > commit 128d997a8772cc174f38d529d8b25f90b3aa8ad8 > > > Author: Jonas Karlman > > > Date: Sat May 10 15:32:01

Re: [RFC PATCH 3/3] serial: mxc: restore booting for imx8mn_bsh_smm_s2

2025-05-17 Thread Fabio Estevam
On Sat, May 17, 2025 at 5:46 PM Michael Nazzareno Trimarchi wrote: > > I was on master except this commit > > > > commit 128d997a8772cc174f38d529d8b25f90b3aa8ad8 > > Author: Jonas Karlman > > Date: Sat May 10 15:32:01 2025 + > > > > clk: Fix clk_set_parent() regression > > > > The

Re: [RFC PATCH 3/3] serial: mxc: restore booting for imx8mn_bsh_smm_s2

2025-05-17 Thread Michael Nazzareno Trimarchi
Hi Fabio On Sat, May 17, 2025 at 10:44 PM Michael Nazzareno Trimarchi wrote: > > Hi > > On Sat, May 17, 2025 at 10:28 PM Fabio Estevam wrote: > > > > On Sat, May 17, 2025 at 5:15 PM Michael Nazzareno Trimarchi > > wrote: > > > > > Can you please point me to an example of a tested board? > > > >

Re: [RFC PATCH 3/3] serial: mxc: restore booting for imx8mn_bsh_smm_s2

2025-05-17 Thread Michael Nazzareno Trimarchi
Hi On Sat, May 17, 2025 at 10:28 PM Fabio Estevam wrote: > > On Sat, May 17, 2025 at 5:15 PM Michael Nazzareno Trimarchi > wrote: > > > Can you please point me to an example of a tested board? > > I have just tested the top-of-tree U-Boot on an imx8mn evk board: > > U-Boot SPL 2025.07-rc2-00018-

Re: [RFC PATCH 3/3] serial: mxc: restore booting for imx8mn_bsh_smm_s2

2025-05-17 Thread Fabio Estevam
On Sat, May 17, 2025 at 5:15 PM Michael Nazzareno Trimarchi wrote: > Can you please point me to an example of a tested board? I have just tested the top-of-tree U-Boot on an imx8mn evk board: U-Boot SPL 2025.07-rc2-00018-g126a88d49bca (May 17 2025 - 17:21:14 -0300) WDT: Started watchdog@30280

Re: [RFC PATCH 3/3] serial: mxc: restore booting for imx8mn_bsh_smm_s2

2025-05-17 Thread Michael Nazzareno Trimarchi
Hi Fabio On Sat, May 17, 2025 at 9:56 PM Fabio Estevam wrote: > > Hi Michael, > > On Thu, May 15, 2025 at 5:12 PM Michael Nazzareno Trimarchi > wrote: > > > The serial is not up at that time so we need to buffer the error and print > > later. Right now > > we are working on other fixes > > Plea

Re: [RFC PATCH 3/3] serial: mxc: restore booting for imx8mn_bsh_smm_s2

2025-05-17 Thread Fabio Estevam
Hi Michael, On Thu, May 15, 2025 at 5:12 PM Michael Nazzareno Trimarchi wrote: > The serial is not up at that time so we need to buffer the error and print > later. Right now > we are working on other fixes Please share more details about the boot problem on the imx8mn_bsh_smm_s2 board. Does