Re: [PATCH] cmd: eficonfig: add support for URI device path based boot options

2025-06-22 Thread Sughosh Ganu
On Tue, 17 Jun 2025 at 11:46, Ilias Apalodimas wrote: > > Hi Heinrich, Sughosh > > On Tue, 17 Jun 2025 at 00:53, Heinrich Schuchardt wrote: > > > > On 6/16/25 12:23, Sughosh Ganu wrote: > > > The eficonfig command provides a menu based interface for maintenance > > > of the EFI boot options. Add

[PATCH v2 2/5] imx8mm: evk: Add support for capsule update

2025-06-22 Thread Peng Fan (OSS)
From: Peng Fan Capsule update is EFI based firmware update which is widely used in various OS distributions. This feature is required by ARM System-Ready compliance test. So - Define image array and GUID - Select configs for EFI Capsule update Signed-off-by: Peng Fan --- board/freescale/imx8

[PATCH v2 1/5] imx8mp: evk: Add support for capsule update

2025-06-22 Thread Peng Fan (OSS)
From: Peng Fan Capsule update is EFI based firmware update which is widely used in various OS distributions. This feature is required by ARM System-Ready compliance test. So - Define image array and GUID - Select configs for EFI Capsule update Signed-off-by: Peng Fan --- board/freescale/imx8

RE: [PATCH] Revert "drivers: mmc: rpmb: Use R1 response"

2025-06-22 Thread Peng Fan
> Subject: [PATCH] Revert "drivers: mmc: rpmb: Use R1 response" > > From: Jan Kiszka > > This reverts commit ae93d8106bdb5926efef9222d553adb295ebce96. > It is no longer needed since 24b1e0c7e2e3. > > Since the obsolete include pulled in byteorder.h which is needed by > now, include this one dir

Re: [PATCH v2] board: samsung: e850-96: Load LDFW in board_late_init()

2025-06-22 Thread Tom Rini
On Fri, 20 Jun 2025 13:50:10 -0500, Sam Protsenko wrote: > As stated in 5e847f7729b3 ("efi_loader: call efi_init_early() earlier"): > > efi_init_early() creates an event hook for block device probing. > It has to be called before any block device is probed. > > Indeed, efi_bl_init() regi

Re: [PATCH] net: designware: fix bus address dereference

2025-06-22 Thread Tom Rini
On Wed, 18 Jun 2025 19:04:35 +0300, Baruch Siach wrote: > Device bus address might not be valid for direct access when the bus > address and CPU address are not the same. Use dev_bus_to_phys() to > translate bus address back to CPU address. > > Applied to u-boot/master, thanks! [1/1] net: desi

Re: [PATCH v2] board: samsung: e850-96: Load LDFW in board_late_init()

2025-06-22 Thread Tom Rini
On Fri, Jun 20, 2025 at 02:42:54PM -0500, Sam Protsenko wrote: > On Fri, Jun 20, 2025 at 1:50 PM Sam Protsenko > wrote: > > [snip] > > > int board_init(void) > > +{ > > + return 0; > > +} > > CONFIG_BOARD_INIT only appears to be present in -next, but I'd like to > target this patch for v