mbox series

[PULL] Pull request: u-boot-stm32 u-boot-stm32-20191218

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

Pull-request

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

Message

Patrick DELAUNAY Dec. 18, 2019, 12:13 p.m. UTC
Hi Tom

Please pull the last STM32 related patches for v2020.01

Travis CI status:
     https://travis-ci.org/patrickdelaunay/u-boot/builds/626655770

With the following fixes:
- fix crash for stm32mp1: remove the BOOTSTAGE feature
- fix warning for stm32mp1: add the missing cls command

And I also resync the stm32mp1 defconfig.

Thanks,
Patrick

git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20191218
warn: No match for commit eddd79291d2026f8fefebc3f5d39928d7c649241 found at https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
warn: Are you sure you pushed 'u-boot-stm32-20191218' there?
The following changes since commit ef7c2af65966a57c98d3c47e6c2fe1ce2103b7f6:

  Prepare v2020.01-rc5 (2019-12-16 07:39:56 -0500)

are available in the Git repository at:

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

for you to fetch changes up to eddd79291d2026f8fefebc3f5d39928d7c649241:

  stm32mp1: configs: Resync with savedefconfig (2019-12-18 11:58:36 +0100)

----------------------------------------------------------------
- Fix stm32mp1 crash (bootstage) and warning (cls)

----------------------------------------------------------------
Patrick Delaunay (3):
      stm32mp1: imply CMD_CLS
      stm32mp1: remove the imply BOOTSTAGE
      stm32mp1: configs: Resync with savedefconfig

 arch/arm/mach-stm32mp/Kconfig       | 3 +--
 configs/stm32mp15_basic_defconfig   | 2 +-
 configs/stm32mp15_optee_defconfig   | 2 +-
 configs/stm32mp15_trusted_defconfig | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

Comments

Tom Rini Dec. 18, 2019, 1:26 p.m. UTC | #1
On Wed, Dec 18, 2019 at 12:13:29PM +0000, Patrick DELAUNAY wrote:

> Hi Tom
> 
> Please pull the last STM32 related patches for v2020.01
> 
> Travis CI status:
>      https://travis-ci.org/patrickdelaunay/u-boot/builds/626655770
> 
> With the following fixes:
> - fix crash for stm32mp1: remove the BOOTSTAGE feature
> - fix warning for stm32mp1: add the missing cls command
> 
> And I also resync the stm32mp1 defconfig.
> 
> Thanks,
> Patrick
> 
> git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20191218
> warn: No match for commit eddd79291d2026f8fefebc3f5d39928d7c649241 found at https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
> warn: Are you sure you pushed 'u-boot-stm32-20191218' there?
> The following changes since commit ef7c2af65966a57c98d3c47e6c2fe1ce2103b7f6:
> 
>   Prepare v2020.01-rc5 (2019-12-16 07:39:56 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20191218
> 
> for you to fetch changes up to eddd79291d2026f8fefebc3f5d39928d7c649241:
> 
>   stm32mp1: configs: Resync with savedefconfig (2019-12-18 11:58:36 +0100)
> 

Applied to u-boot/master, thanks!