[GIT PULL] Please pull u-boot-imx-master-20240505
Fabio Estevam
festevam at gmail.com
Sun May 5 21:11:39 CEST 2024
Hi Tom,
Please pull from u-boot-imx/master, thanks.
The following changes since commit 2f1e76bcfee75b9f99ade63002c05ffaaec86afb:
Merge branch '2024-05-02-assorted-updates' (2024-05-03 16:18:51 -0600)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-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/custodians/u-boot-imx/-/pipelines/20614
- 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.
- dd SPL variant of SPL_FSL_CAAM_RNG so that the SPL_FSL_CAAM_RNG can
be disabled in SPL if necessary. This may be necessary due to e.g.
size constraints of the SPL.
- Differentiate between CAAM and DCP in Kconfig entry.
----------------------------------------------------------------
Marek Vasut (3):
rng: Introduce SPL_DM_RNG
crypto/fsl: Introduce SPL_FSL_CAAM_RNG
crypto/fsl: Differentiate between CAAM and DCP in Kconfig entry
boot/pxe_utils.c | 4 +---
boot/vbe_request.c | 2 +-
drivers/Makefile | 2 +-
drivers/crypto/fsl/Kconfig | 11 +++++++++--
drivers/crypto/fsl/Makefile | 2 +-
drivers/crypto/fsl/jr.c | 4 ++--
drivers/rng/Kconfig | 7 +++++++
drivers/rng/Makefile | 2 +-
lib/uuid.c | 2 +-
net/net_rand.h | 2 +-
test/dm/Makefile | 2 +-
11 files changed, 26 insertions(+), 14 deletions(-)
More information about the U-Boot
mailing list