From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH 0/5] v7a: add first support for Wifx L1
Date: Mon, 17 Apr 2023 15:11:36 +0200 [thread overview]
Message-ID: <20230417131141.908678-1-a.fatoum@pengutronix.de> (raw)
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
next reply other threads:[~2023-04-17 13:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-17 13:11 Ahmad Fatoum [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230417131141.908678-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox