DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 0/5] v7a: add first support for Wifx L1
@ 2023-04-17 13:11 Ahmad Fatoum
  2023-04-17 13:11 ` [DistroKit] [PATCH 1/5] at91bootstrap2: make targetinstall v4.x compatible Ahmad Fatoum
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ahmad Fatoum @ 2023-04-17 13:11 UTC (permalink / raw)
  To: distrokit

The Wifx L1 is a SAMA5D4-based LoRaWAN gateway. This commit adds first
support for booting DistroKit on it from SD-Card.

Default boot medium is NAND, but a bootable SD-Card always has precedence
over NAND.

Ahmad Fatoum (5):
  at91bootstrap2: make targetinstall v4.x compatible
  v7a: at91bootstrap: configure v4.0.6-rc1 for Wifx L1
  v7a: barebox: extend support to SAMA5D4-based Wifx L1
  v7a: kernel: extend support to SAMA5D4-based Wifx L1
  v7a: add Wifx L1 SD-Card image

 .../platform-v7a/at91bootstrap-wifx-l1.config | 296 +++++++++++++++
 configs/platform-v7a/barebox-at91.config      |  55 ++-
 configs/platform-v7a/barebox-at91.config.diff |  45 ++-
 .../platform-v7a/dts/at91-sama5d4_wifx_l1.dts | 347 ++++++++++++++++++
 configs/platform-v7a/kernelconfig             |  82 ++++-
 configs/platform-v7a/platformconfig           |   9 +-
 .../platforms/image-wifx-l1-sd.in             |  12 +
 configs/platform-v7a/rules/barebox-at91.make  |   1 +
 .../platform-v7a/rules/image-wifx-l1-sd.make  |  36 ++
 doc/hardware.rst                              |   1 +
 doc/hardware_v7a_sama5d4.rst                  |  16 +
 rules/at91bootstrap2.make                     |  90 +++++
 12 files changed, 970 insertions(+), 20 deletions(-)
 create mode 100644 configs/platform-v7a/at91bootstrap-wifx-l1.config
 create mode 100644 configs/platform-v7a/dts/at91-sama5d4_wifx_l1.dts
 create mode 100644 configs/platform-v7a/platforms/image-wifx-l1-sd.in
 create mode 100644 configs/platform-v7a/rules/image-wifx-l1-sd.make
 create mode 100644 doc/hardware_v7a_sama5d4.rst
 create mode 100644 rules/at91bootstrap2.make

-- 
2.39.2




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

end of thread, other threads:[~2023-04-17 13:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 13:11 [DistroKit] [PATCH 0/5] v7a: add first support for Wifx L1 Ahmad Fatoum
2023-04-17 13:11 ` [DistroKit] [PATCH 1/5] at91bootstrap2: make targetinstall v4.x compatible Ahmad Fatoum
2023-04-17 13:11 ` [DistroKit] [PATCH 2/5] v7a: at91bootstrap: configure v4.0.6-rc1 for Wifx L1 Ahmad Fatoum
2023-04-17 13:11 ` [DistroKit] [PATCH 3/5] v7a: barebox: extend support to SAMA5D4-based " Ahmad Fatoum
2023-04-17 13:11 ` [DistroKit] [PATCH 4/5] v7a: kernel: " Ahmad Fatoum
2023-04-17 13:11 ` [DistroKit] [PATCH 5/5] v7a: add Wifx L1 SD-Card image Ahmad Fatoum
2023-04-17 13:59 ` [DistroKit] [PATCH 0/5] v7a: add first support for Wifx L1 Robert Schwebel

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