From: Oleksij Rempel <o.rempel@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [DistroKit] [PATCH v3 0/7] v7a_noneon maintenance
Date: Mon, 10 Jul 2023 07:03:17 +0200 [thread overview]
Message-ID: <20230710050324.3004120-1-o.rempel@pengutronix.de> (raw)
changes v3:
- remove blspec-sama5d3-eds.make
changes v2:
- enable NAND and DSA support in barebox
- blspec: convert to ptxdist default entries
Oleksij Rempel (7):
v7a_noneon: barebox: version bump v2023.01.0 → v2023.07.1
v7a_noneon: use upstreamed devicetree the KSZ9477 EVB
v7a_noneon: blspec: convert to ptxdist default entries
v7a_noneon: add Microchip SAMA5D3 Ethernet Delopment System Board
support
v7a_noneon: kernel: make KSZ9477 work again
v7a_noneon: barebox-at91: enable DSA support
v7a_noneon: kernel: enable Microchip LAN9370 T1 PHY support
.../platform-v7a_noneon/barebox-at91.config | 170 +++++++++++---
.../barebox-at91.config.diff | 108 +++++----
.../barebox-vexpress.config | 69 ++++--
.../barebox-vexpress.config.diff | 9 +-
configs/platform-v7a_noneon/barebox.config | 74 ++++--
.../dts/at91-microchip-ksz9477-evb.dts | 193 ---------------
configs/platform-v7a_noneon/kernelconfig | 5 +-
...nable-ddramc-for-sama5d3-and-sama5d4.patch | 32 +++
...port-for-SAMA5D3-Ethernet-Developmen.patch | 219 ++++++++++++++++++
...ip-ksz9477-evb-migrate-to-sama5d3_ba.patch | 23 ++
...0-customers-pengutronix-distrokit-sa.patch | 22 ++
.../patches/barebox-2023.07.1/series | 13 ++
configs/platform-v7a_noneon/platformconfig | 14 +-
.../platforms/blspec-ksz9477-evb.in | 5 -
.../platforms/blspec-vexpress.in | 5 -
.../platforms/image-sama5d3-eds.in | 13 ++
.../loader/entries/sama5d3-ksz9477-evb.conf | 6 -
.../projectroot/loader/entries/vexpress.conf | 6 -
.../rules/barebox-at91.make | 4 +-
.../rules/image-sama5d3-eds.make | 36 +++
20 files changed, 675 insertions(+), 351 deletions(-)
delete mode 100644 configs/platform-v7a_noneon/dts/at91-microchip-ksz9477-evb.dts
create mode 100644 configs/platform-v7a_noneon/patches/barebox-2023.07.1/0001-ARM-at91-enable-ddramc-for-sama5d3-and-sama5d4.patch
create mode 100644 configs/platform-v7a_noneon/patches/barebox-2023.07.1/0002-ARM-at91-add-support-for-SAMA5D3-Ethernet-Developmen.patch
create mode 100644 configs/platform-v7a_noneon/patches/barebox-2023.07.1/0003-ARM-at91-microchip-ksz9477-evb-migrate-to-sama5d3_ba.patch
create mode 100644 configs/platform-v7a_noneon/patches/barebox-2023.07.1/0101-Release-2023.07.0-customers-pengutronix-distrokit-sa.patch
create mode 100644 configs/platform-v7a_noneon/patches/barebox-2023.07.1/series
delete mode 100644 configs/platform-v7a_noneon/platforms/blspec-ksz9477-evb.in
delete mode 100644 configs/platform-v7a_noneon/platforms/blspec-vexpress.in
create mode 100644 configs/platform-v7a_noneon/platforms/image-sama5d3-eds.in
delete mode 100644 configs/platform-v7a_noneon/projectroot/loader/entries/sama5d3-ksz9477-evb.conf
delete mode 100644 configs/platform-v7a_noneon/projectroot/loader/entries/vexpress.conf
create mode 100644 configs/platform-v7a_noneon/rules/image-sama5d3-eds.make
--
2.39.2
next reply other threads:[~2023-07-10 5:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-10 5:03 Oleksij Rempel [this message]
2023-07-10 5:03 ` [DistroKit] [PATCH v3 1/7] v7a_noneon: barebox: version bump v2023.01.0 → v2023.07.1 Oleksij Rempel
2023-07-10 5:03 ` [DistroKit] [PATCH v3 2/7] v7a_noneon: use upstreamed devicetree the KSZ9477 EVB Oleksij Rempel
2023-07-10 5:03 ` [DistroKit] [PATCH v3 3/7] v7a_noneon: blspec: convert to ptxdist default entries Oleksij Rempel
2023-07-10 5:03 ` [DistroKit] [PATCH v3 4/7] v7a_noneon: add Microchip SAMA5D3 Ethernet Delopment System Board support Oleksij Rempel
2023-07-10 5:03 ` [DistroKit] [PATCH v3 5/7] v7a_noneon: kernel: make KSZ9477 work again Oleksij Rempel
2023-07-10 5:03 ` [DistroKit] [PATCH v3 6/7] v7a_noneon: barebox-at91: enable DSA support Oleksij Rempel
2023-07-10 5:03 ` [DistroKit] [PATCH v3 7/7] v7a_noneon: kernel: enable Microchip LAN9370 T1 PHY support Oleksij Rempel
2023-07-10 8:27 ` [DistroKit] [PATCH v3 0/7] v7a_noneon maintenance 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=20230710050324.3004120-1-o.rempel@pengutronix.de \
--to=o.rempel@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