[PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-05 Thread Yoann Congal
From: Masahiro Yamada This is a cherry-pick from the kernel commit: 6262afa10ef7c (kconfig: default to zero if int/hex symbol lacks default property, 2023-11-26) When a default property is missing in an int or hex symbol, it defaults to an empty string, which is not a valid symbol value. It

Re: [PATCH 1/3] rng: Introduce SPL_DM_RNG

2024-05-05 Thread Fabio Estevam
On Thu, Apr 25, 2024 at 8:03 PM Marek Vasut wrote: > > Add SPL variant of DM_RNG so that the DM_RNG can be disabled in SPL > if necessary. This may be necessary due to e.g. size constraints of > the SPL. > > Signed-off-by: Marek Vasut Applied all, thanks.

[GIT PULL] Please pull u-boot-imx-master-20240505

2024-05-05 Thread Fabio Estevam
-imx.git tags/u-boot-imx-master-20240505 for you to fetch changes up to cecb5fbb42c8b3de3d5a7df40bc01d1fdf4731d3: crypto/fsl: Differentiate between CAAM and DCP in Kconfig entry (2024-05-05 11:21:39 -0300) u-boot-imx-master-20240505 -- CI: https://source.denx.de/u-boot

Re: [PATCH] Fix neighbor discovery ethernet address saving

2024-05-05 Thread Vyacheslav V. Mitrofanov
On Mon, 2024-04-29 at 11:51 -0700, seanedm...@linux.microsoft.com wrote: > s...@yadro.com > > From: Sean Edmond > > When a successful neighbor advertisement is received, the ethernet > address should be saved for later use to avoid having to redo the > neighbor discovery