mbox series

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

Message ID 20240505191139.3024264-1-festevam@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-imx-master-20240505 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240505

Message

Fabio Estevam May 5, 2024, 7:11 p.m. UTC
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(-)

Comments

Tom Rini May 6, 2024, 2:52 p.m. UTC | #1
On Sun, May 05, 2024 at 04:11:39PM -0300, Fabio Estevam wrote:

> 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

Applied to u-boot/master, thanks!