All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] stm32mp1: split board and SOC support for STM32MP15x family
@ 2020-01-13 14:17 Patrick Delaunay
  2020-01-13 14:17 ` [PATCH 1/3] stm32mp1: move stboard command in board/st/common directory Patrick Delaunay
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Patrick Delaunay @ 2020-01-13 14:17 UTC (permalink / raw)
  To: u-boot


This serie prepare the introduction of boards with STM32MP15x SOC
not provided by STMicroelectronics.

I introduce two new CONFIG: one for SOC and one ST boards (EV1, DK1, DK2).
And also create a new directory board/st/common to manage part common
with all the board (today only command stboard).



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

 arch/arm/dts/Makefile                       |  2 +-
 arch/arm/mach-stm32mp/Kconfig               | 32 +++++++++++++++------
 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 ++-
 12 files changed, 59 insertions(+), 32 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%)

-- 
2.17.1

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

end of thread, other threads:[~2020-01-17 15:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 14:17 [PATCH 0/3] stm32mp1: split board and SOC support for STM32MP15x family Patrick Delaunay
2020-01-13 14:17 ` [PATCH 1/3] stm32mp1: move stboard command in board/st/common directory Patrick Delaunay
2020-01-17 12:45   ` [Uboot-stm32] " Patrice CHOTARD
2020-01-17 15:11   ` Patrick DELAUNAY
2020-01-13 14:17 ` [PATCH 2/3] board: stm32mp1: move CONFIG_ENV_XXX in defconfig Patrick Delaunay
2020-01-17 12:45   ` [Uboot-stm32] " Patrice CHOTARD
2020-01-17 15:12   ` Patrick DELAUNAY
2020-01-13 14:17 ` [PATCH 3/3] stm32mp1: split board and SOC support for STM32MP15x family Patrick Delaunay
2020-01-17 12:45   ` Patrice CHOTARD
2020-01-17 15:13   ` Patrick DELAUNAY

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.