mbox series

[PULL] Pull request: u-boot-stm32 = u-boot-stm32-20200203

Message ID e2201a558c034386a9c2397b956b590c@SFHDAG6NODE3.st.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] Pull request: u-boot-stm32 = u-boot-stm32-20200203 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20200203

Message

Patrick DELAUNAY March 2, 2020, 12:24 p.m. UTC
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

Comments

Tom Rini March 2, 2020, 4:28 p.m. UTC | #1
On Mon, Mar 02, 2020 at 12:24:51PM +0000, Patrick DELAUNAY wrote:

> 
> 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)
> 

Applied to u-boot/master, thanks!