All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Pull request: u-boot-stm32 u-boot-stm32-20200117
@ 2020-01-17 16:16 Patrick DELAUNAY
  2020-01-20  8:35 ` Patrick DELAUNAY
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick DELAUNAY @ 2020-01-17 16:16 UTC (permalink / raw)
  To: u-boot

Hi Tom

Please pull the first STM32 related patches for v2020.04

Gitlab CI status:
     https://gitlab.denx.de/u-boot/custodians/u-boot-stm/pipelines/1900

With the following fixes:
- stm32mp1: split SOC and board and cleanup config

It is a preliminary step for DH Electronics DHCOM SoM and PDK2 board

Thanks,
Patrick

git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20200117
The following changes since commit d7bb6aceb2e99a832efbb96f9bf480bf95602192:

  Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2020-01-16 13:20:51 -0500)

are available in the Git repository at:

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

for you to fetch changes up to db48e11b1eccf23f3f9ba26e886a798e74df6a01:

  ARM: dts: stm32: Add missing ETHCK clock to ethernet node (2020-01-17 16:26:42 +0100)

----------------------------------------------------------------
- stm32mp1: split SOC and board and cleanup config

----------------------------------------------------------------
Marek Vasut (4):
      ARM: stm32: Allow overriding setup_mac_address()
      stm32mp1: configs: Make all boot devices in distro boot conditional
      ARM: stm32: Fill in missing loadaddr
      ARM: dts: stm32: Add missing ETHCK clock to ethernet node

Patrick Delaunay (3):
      stm32mp1: move stboard command in board/st/common directory
      board: stm32mp1: move CONFIG_ENV_XXX in defconfig
      stm32mp1: split board and SOC support for STM32MP15x family

Thomas Hebb (1):
      stm32mp: remove redundant SYS_TEXT_BASE prompt

 arch/arm/dts/Makefile                          |  2 +-
 arch/arm/dts/stm32mp157c.dtsi                  |  2 ++
 arch/arm/mach-stm32mp/Kconfig                  | 37 ++++++++++++++++++++++++-------------
 arch/arm/mach-stm32mp/cpu.c                    |  2 +-
 arch/arm/mach-stm32mp/include/mach/sys_proto.h |  2 ++
 board/st/common/Kconfig                        |  7 +++++++
 board/st/common/MAINTAINERS                    |  6 ++++++
 board/st/common/Makefile                       |  6 ++++++
 board/st/{stm32mp1 => common}/cmd_stboard.c    |  3 +++
 board/st/stm32mp1/Kconfig                      | 20 ++------------------
 board/st/stm32mp1/Makefile                     |  1 -
 board/st/stm32mp1/stm32mp1.c                   |  2 +-
 configs/stm32mp15_basic_defconfig              |  4 +++-
 configs/stm32mp15_optee_defconfig              |  4 +++-
 configs/stm32mp15_trusted_defconfig            |  4 +++-
 include/configs/stm32mp1.h                     | 39 +++++++++++++++++++++++++++++++--------
 16 files changed, 95 insertions(+), 46 deletions(-)
 create mode 100644 board/st/common/Kconfig
 create mode 100644 board/st/common/MAINTAINERS
 create mode 100644 board/st/common/Makefile
 rename board/st/{stm32mp1 => common}/cmd_stboard.c (98%)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PULL] Pull request: u-boot-stm32 u-boot-stm32-20200117
  2020-01-17 16:16 [PULL] Pull request: u-boot-stm32 u-boot-stm32-20200117 Patrick DELAUNAY
@ 2020-01-20  8:35 ` Patrick DELAUNAY
  2020-01-21  1:27   ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick DELAUNAY @ 2020-01-20  8:35 UTC (permalink / raw)
  To: u-boot

Hi Tom

Please pull the first STM32 related patches for v2020.04

Gitlab CI status:
     https://gitlab.denx.de/u-boot/custodians/u-boot-stm/pipelines/1900

With the following fixes:
- stm32mp1: split SOC and board and cleanup config

It is a preliminary step for DH Electronics DHCOM SoM and PDK2 board

NB: I resent the email with correct Title (I just remove "Re:") to avoid confusion.

Thanks,
Patrick

git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20200117 The following changes since commit d7bb6aceb2e99a832efbb96f9bf480bf95602192:

  Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2020-01-16 13:20:51 -0500)

are available in the Git repository at:

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

for you to fetch changes up to db48e11b1eccf23f3f9ba26e886a798e74df6a01:

  ARM: dts: stm32: Add missing ETHCK clock to ethernet node (2020-01-17 16:26:42 +0100)

----------------------------------------------------------------
- stm32mp1: split SOC and board and cleanup config

----------------------------------------------------------------
Marek Vasut (4):
      ARM: stm32: Allow overriding setup_mac_address()
      stm32mp1: configs: Make all boot devices in distro boot conditional
      ARM: stm32: Fill in missing loadaddr
      ARM: dts: stm32: Add missing ETHCK clock to ethernet node

Patrick Delaunay (3):
      stm32mp1: move stboard command in board/st/common directory
      board: stm32mp1: move CONFIG_ENV_XXX in defconfig
      stm32mp1: split board and SOC support for STM32MP15x family

Thomas Hebb (1):
      stm32mp: remove redundant SYS_TEXT_BASE prompt

 arch/arm/dts/Makefile                          |  2 +-
 arch/arm/dts/stm32mp157c.dtsi                  |  2 ++
 arch/arm/mach-stm32mp/Kconfig                  | 37 ++++++++++++++++++++++++-------------
 arch/arm/mach-stm32mp/cpu.c                    |  2 +-
 arch/arm/mach-stm32mp/include/mach/sys_proto.h |  2 ++
 board/st/common/Kconfig                        |  7 +++++++
 board/st/common/MAINTAINERS                    |  6 ++++++
 board/st/common/Makefile                       |  6 ++++++
 board/st/{stm32mp1 => common}/cmd_stboard.c    |  3 +++
 board/st/stm32mp1/Kconfig                      | 20 ++------------------
 board/st/stm32mp1/Makefile                     |  1 -
 board/st/stm32mp1/stm32mp1.c                   |  2 +-
 configs/stm32mp15_basic_defconfig              |  4 +++-
 configs/stm32mp15_optee_defconfig              |  4 +++-
 configs/stm32mp15_trusted_defconfig            |  4 +++-
 include/configs/stm32mp1.h                     | 39 +++++++++++++++++++++++++++++++--------
 16 files changed, 95 insertions(+), 46 deletions(-)  create mode 100644 board/st/common/Kconfig  create mode 100644 board/st/common/MAINTAINERS  create mode 100644 board/st/common/Makefile  rename board/st/{stm32mp1 => common}/cmd_stboard.c (98%)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PULL] Pull request: u-boot-stm32 u-boot-stm32-20200117
  2020-01-20  8:35 ` Patrick DELAUNAY
@ 2020-01-21  1:27   ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-01-21  1:27 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 20, 2020 at 08:35:00AM +0000, Patrick DELAUNAY wrote:

> Hi Tom
> 
> Please pull the first STM32 related patches for v2020.04
> 
> Gitlab CI status:
>      https://gitlab.denx.de/u-boot/custodians/u-boot-stm/pipelines/1900
> 
> With the following fixes:
> - stm32mp1: split SOC and board and cleanup config
> 
> It is a preliminary step for DH Electronics DHCOM SoM and PDK2 board
> 
> NB: I resent the email with correct Title (I just remove "Re:") to avoid confusion.
> 
> Thanks,
> Patrick
> 
> git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20200117 The following changes since commit d7bb6aceb2e99a832efbb96f9bf480bf95602192:
> 
>   Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2020-01-16 13:20:51 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20200117
> 
> for you to fetch changes up to db48e11b1eccf23f3f9ba26e886a798e74df6a01:
> 
>   ARM: dts: stm32: Add missing ETHCK clock to ethernet node (2020-01-17 16:26:42 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200120/bc7cdcda/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-21  1:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17 16:16 [PULL] Pull request: u-boot-stm32 u-boot-stm32-20200117 Patrick DELAUNAY
2020-01-20  8:35 ` Patrick DELAUNAY
2020-01-21  1:27   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.