DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 0/6] v7a: add basic STM32MP157C-DK2 support
@ 2020-03-02 11:03 Ahmad Fatoum
  2020-03-02 11:03 ` [DistroKit] [PATCH 1/6] v7a: kernel: configure for STM32MP157 support Ahmad Fatoum
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Ahmad Fatoum @ 2020-03-02 11:03 UTC (permalink / raw)
  To: distrokit; +Cc: Ahmad Fatoum

Hi,

this series extends the v7a platform of DistroKit to generate images for
the STM32MP157C-DK2 as well. I term it basic support, because I omitted
the graphical parts. They are functional and usable with upstream kernel
and ptxdist recipes with no changes necessary; only some config options
need to be flipped to get it working.

I've not included them in this patch series, because I didn't want to
enable them for all the existing boards. I think they are better left to
a layer (or maybe added via collections?), which can go into a follow up
patch series if desired.

Cheers,
Ahmad Fatoum (6):
  v7a: kernel: configure for STM32MP157 support
  v7a: barebox: add new stm32mp rule
  rules: add ARM Trusted Firmware-A
  v7a: stm32mp: enable TF-A for first stage
  datapartition: disable autoformat of non-MBR Linux partitions
  v7a: add stm32mp157c-dk2 SD-Card image

 .../init/bootsource                           |   9 +
 configs/platform-v7a/barebox-stm32mp.config   | 781 ++++++++++++++++++
 .../platform-v7a/barebox-stm32mp.config.diff  | 147 ++++
 .../platform-v7a/config/images/stm32mp.config |  31 +
 configs/platform-v7a/kernelconfig             |  81 +-
 configs/platform-v7a/platformconfig           |  22 +-
 .../platform-v7a/platforms/barebox-stm32mp.in |   8 +
 .../platforms/blspec-stm32mp157c-dk2.in       |   5 +
 .../platforms/image-stm32mp157c-dk2.in        |  11 +
 .../loader/entries/stm32mp157c-dk2.conf       |   6 +
 .../platform-v7a/rules/barebox-stm32mp.make   | 107 +++
 .../rules/blspec-stm32mp157c-dk2.make         |  36 +
 .../rules/image-stm32mp157c-dk2.make          |  38 +
 .../usr/lib/udev/rules.d/91-mkfs-ext4.rules   |   2 +-
 rules/tf-a.in                                 | 140 ++++
 rules/tf-a.make                               | 122 +++
 16 files changed, 1536 insertions(+), 10 deletions(-)
 create mode 100755 configs/platform-v7a/barebox-stm32mp-defaultenv/init/bootsource
 create mode 100644 configs/platform-v7a/barebox-stm32mp.config
 create mode 100644 configs/platform-v7a/barebox-stm32mp.config.diff
 create mode 100644 configs/platform-v7a/config/images/stm32mp.config
 create mode 100644 configs/platform-v7a/platforms/barebox-stm32mp.in
 create mode 100644 configs/platform-v7a/platforms/blspec-stm32mp157c-dk2.in
 create mode 100644 configs/platform-v7a/platforms/image-stm32mp157c-dk2.in
 create mode 100644 configs/platform-v7a/projectroot/loader/entries/stm32mp157c-dk2.conf
 create mode 100644 configs/platform-v7a/rules/barebox-stm32mp.make
 create mode 100644 configs/platform-v7a/rules/blspec-stm32mp157c-dk2.make
 create mode 100644 configs/platform-v7a/rules/image-stm32mp157c-dk2.make
 create mode 100644 rules/tf-a.in
 create mode 100644 rules/tf-a.make

-- 
2.25.0


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

end of thread, other threads:[~2020-03-05 17:28 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 11:03 [DistroKit] [PATCH 0/6] v7a: add basic STM32MP157C-DK2 support Ahmad Fatoum
2020-03-02 11:03 ` [DistroKit] [PATCH 1/6] v7a: kernel: configure for STM32MP157 support Ahmad Fatoum
2020-03-05 16:43   ` Robert Schwebel
2020-03-02 11:03 ` [DistroKit] [PATCH 2/6] v7a: barebox: add new stm32mp rule Ahmad Fatoum
2020-03-03  9:43   ` Roland Hieber
2020-03-03  9:54     ` Ahmad Fatoum
2020-03-05 16:44   ` Robert Schwebel
2020-03-02 11:03 ` [DistroKit] [PATCH 3/6] rules: add ARM Trusted Firmware-A Ahmad Fatoum
2020-03-05 16:44   ` Robert Schwebel
2020-03-05 17:28     ` Robert Schwebel
2020-03-02 11:03 ` [DistroKit] [PATCH 4/6] v7a: stm32mp: enable TF-A for first stage Ahmad Fatoum
2020-03-05 16:45   ` Robert Schwebel
2020-03-02 11:03 ` [DistroKit] [PATCH 5/6] datapartition: disable autoformat of non-MBR Linux partitions Ahmad Fatoum
2020-03-05 16:45   ` Robert Schwebel
2020-03-02 11:03 ` [DistroKit] [PATCH 6/6] v7a: add stm32mp157c-dk2 SD-Card image Ahmad Fatoum
2020-03-03 12:08   ` Roland Hieber
2020-03-05 16:46     ` Robert Schwebel
2020-03-05 16:46   ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox