Hi Tom,
Please pull the STM32 related patches for v2020.04-rc4 = u-boot-stm32-20200203 With the following changes: - convert stm32mp1 board documentation to rst format - fix in stm32mp1 rng driver CI status: https://gitlab.denx.de/u-boot/custodians/u-boot-stm/pipelines/2334 Thanks, Patrick git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20200203 The following changes since commit 9e1d65f36b83c5422ece3c0ea28d07a2246cb07f: configs: Resync with savedefconfig (2020-02-28 13:28:38 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20200203 for you to fetch changes up to efa667d38bb8bdd548972e10d02d830d9256602d: doc: add board documentation for stm32mp1 (2020-03-02 09:41:32 +0100) ---------------------------------------------------------------- - convert stm32mp1 board documentation to rst format ---------------------------------------------------------------- Heinrich Schuchardt (1): stm32mp1: rng: remove superfluous assignment Patrick Delaunay (1): doc: add board documentation for stm32mp1 MAINTAINERS | 1 + board/st/stm32mp1/README | 520 +---------------------------------------------- doc/board/index.rst | 1 + doc/board/st/index.rst | 9 + doc/board/st/stm32mp1.rst | 611 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/rng/stm32mp1_rng.c | 2 +- 6 files changed, 624 insertions(+), 520 deletions(-) create mode 100644 doc/board/st/index.rst create mode 100644 doc/board/st/stm32mp1.rst