DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH v3 0/7] v7a_noneon maintenance
@ 2023-07-10  5:03 Oleksij Rempel
  2023-07-10  5:03 ` [DistroKit] [PATCH v3 1/7] v7a_noneon: barebox: version bump v2023.01.0 → v2023.07.1 Oleksij Rempel
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Oleksij Rempel @ 2023-07-10  5:03 UTC (permalink / raw)
  To: distrokit; +Cc: Oleksij Rempel

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




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

end of thread, other threads:[~2023-07-10  8:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10  5:03 [DistroKit] [PATCH v3 0/7] v7a_noneon maintenance Oleksij Rempel
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

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