All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Oltean <olteanv@gmail.com>
To: buildroot@buildroot.org
Cc: Brandon Maier <Brandon.Maier@collins.com>,
	Ioana Ciornei <ciorneiioana@gmail.com>,
	Romain Naour <romain.naour@smile.fr>,
	Vincent Jardin <vjardin@free.fr>, Julien Olivain <ju.o@free.fr>,
	Arnout Vandecappelle <arnout@mind.be>,
	Akhilesh Nema <nemaakhilesh@gmail.com>
Subject: [Buildroot] [PATCH v3 00/11] Layerscape uprev to lf-6.12.20-2.0.0, initial LX2160A-RDB support
Date: Mon, 11 Aug 2025 19:55:20 +0300	[thread overview]
Message-ID: <20250811165531.1533913-1-olteanv@gmail.com> (raw)

Hello,

This is logically a continuation of "[PATCH v2 00/11] Initial support
for SolidRun LX2160A-CEX7":
https://lore.kernel.org/buildroot/20241208143802.1048266-1-olteanv@gmail.com/

where I was requested to split out the Layerscape BSP uprev and initial
LX2160A support from the more problematic Solidrun board support.
But as with any splitting of a larger series, the version counter reset
at v1 (which can be found here):
https://lore.kernel.org/buildroot/20250302215219.1276480-1-olteanv@gmail.com/

Major change log, more details in individual patches:
- Bump Linux Factory tag to lf-6.12.20-2.0.0 (patches 01-09)
- Add the remaining DPAA2 components (patch 10)
- Support the NXP LX2160A-RDB as a vehicle for pushing this patch set
  forward (patch 11)

v2 at:
https://lore.kernel.org/buildroot/20250328180427.3434693-1-olteanv@gmail.com/

Disclaimer copied from original cover letter:
Although I also work at NXP, I am submitting this in a personal
capacity, and for personal use.

Vladimir Oltean (11):
  package/qoriq-rcw: bump to version lf-6.12.20-2.0.0
  package/fmc: bump version to lf-6.12.20-2.0.0
  package/fmlib: bump version to lf-6.12.20-2.0.0
  package/qoriq-fm-ucode: bump version to lf-6.12.20-2.0.0
  package/qoriq-ddr-phy-binary: bump version to lf-6.12.20-2.0.0
  configs/ls1028ardb: bump BSP tag to lf-6.12.20-2.0.0
  configs/ls1043a-rdb: bump BSP tag to lf-6.12.20-2.0.0
  configs/ls1046a-rdb: bump BSP tag to lf-6.12.20-2.0.0
  configs/ls1046a-frwy: bump BSP tag to lf-6.12.20-2.0.0
  package/qoriq-restool: new package
  board/lx2160ardb: new platform

 DEVELOPERS                                    |   1 +
 .../common/env-distro-boot-layerscape.txt     |  33 +++++
 board/freescale/common/env-dpaa2.txt          |   6 +
 .../udev/rules.d/74-dpaa2-networking.rules    |  29 ++++
 .../arm-trusted-firmware.hash                 |   2 +-
 .../ls1028ardb/patches/linux/linux.hash       |   2 +-
 .../ls1028ardb/patches/uboot/uboot.hash       |   2 +-
 board/freescale/ls1028ardb/readme.txt         |  17 +--
 .../arm-trusted-firmware.hash                 |   2 +-
 .../ls1043a-rdb/patches/linux/linux.hash      |   2 +-
 .../ls1043a-rdb/patches/uboot/uboot.hash      |   2 +-
 board/freescale/ls1043a-rdb/readme.txt        |  23 ++--
 .../arm-trusted-firmware.hash                 |   2 +-
 .../ls1046a-frwy/patches/linux/linux.hash     |   2 +-
 .../ls1046a-frwy/patches/uboot/uboot.hash     |   2 +-
 board/freescale/ls1046a-frwy/readme.txt       |  23 ++--
 .../arm-trusted-firmware.hash                 |   2 +-
 .../ls1046a-rdb/patches/linux/linux.hash      |   2 +-
 .../ls1046a-rdb/patches/uboot/uboot.hash      |   2 +-
 board/freescale/ls1046a-rdb/readme.txt        |  23 ++--
 board/freescale/lx2160ardb/extlinux.conf      |   4 +
 board/freescale/lx2160ardb/genimage.cfg       |  47 +++++++
 .../arm-trusted-firmware.hash                 |   2 +
 .../patches/linux-headers/linux-headers.hash  |   1 +
 .../lx2160ardb/patches/linux/linux.hash       |   2 +
 .../lx2160ardb/patches/uboot/uboot.hash       |   2 +
 board/freescale/lx2160ardb/post-build.sh      |  11 ++
 .../rcw_2200_750_3200_19_5_2_sd.rcw           |  67 +++++++++
 board/freescale/lx2160ardb/readme.txt         | 129 ++++++++++++++++++
 board/freescale/lx2160ardb/uboot-env.txt      |  36 +++++
 configs/ls1028ardb_defconfig                  |   6 +-
 configs/ls1043a-rdb_defconfig                 |   6 +-
 configs/ls1046a-frwy_defconfig                |   6 +-
 configs/ls1046a-rdb_defconfig                 |   6 +-
 configs/lx2160ardb_defconfig                  |  57 ++++++++
 package/Config.in                             |   1 +
 package/fmc/fmc.hash                          |   2 +-
 package/fmc/fmc.mk                            |   2 +-
 package/fmlib/fmlib.hash                      |   2 +-
 package/fmlib/fmlib.mk                        |   2 +-
 .../qoriq-ddr-phy-binary.hash                 |   2 +-
 .../qoriq-ddr-phy-binary.mk                   |   2 +-
 package/qoriq-fm-ucode/qoriq-fm-ucode.hash    |   2 +-
 package/qoriq-fm-ucode/qoriq-fm-ucode.mk      |   2 +-
 package/qoriq-rcw/qoriq-rcw.hash              |   2 +-
 package/qoriq-rcw/qoriq-rcw.mk                |   2 +-
 package/qoriq-restool/Config.in               |  22 +++
 package/qoriq-restool/qoriq-restool.hash      |   3 +
 package/qoriq-restool/qoriq-restool.mk        |  25 ++++
 49 files changed, 557 insertions(+), 75 deletions(-)
 create mode 100644 board/freescale/common/env-distro-boot-layerscape.txt
 create mode 100644 board/freescale/common/env-dpaa2.txt
 create mode 100644 board/freescale/common/rootfs_overlay/etc/udev/rules.d/74-dpaa2-networking.rules
 create mode 100644 board/freescale/lx2160ardb/extlinux.conf
 create mode 100644 board/freescale/lx2160ardb/genimage.cfg
 create mode 100644 board/freescale/lx2160ardb/patches/arm-trusted-firmware/arm-trusted-firmware.hash
 create mode 120000 board/freescale/lx2160ardb/patches/linux-headers/linux-headers.hash
 create mode 100644 board/freescale/lx2160ardb/patches/linux/linux.hash
 create mode 100644 board/freescale/lx2160ardb/patches/uboot/uboot.hash
 create mode 100755 board/freescale/lx2160ardb/post-build.sh
 create mode 100644 board/freescale/lx2160ardb/rcw_2200_750_3200_19_5_2_sd.rcw
 create mode 100644 board/freescale/lx2160ardb/readme.txt
 create mode 100644 board/freescale/lx2160ardb/uboot-env.txt
 create mode 100644 configs/lx2160ardb_defconfig
 create mode 100644 package/qoriq-restool/Config.in
 create mode 100644 package/qoriq-restool/qoriq-restool.hash
 create mode 100644 package/qoriq-restool/qoriq-restool.mk

-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

             reply	other threads:[~2025-08-11 16:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-11 16:55 Vladimir Oltean [this message]
2025-08-11 16:55 ` [Buildroot] [PATCH v3 01/11] package/qoriq-rcw: bump to version lf-6.12.20-2.0.0 Vladimir Oltean
2025-08-22 17:37   ` Julien Olivain via buildroot
2025-08-11 16:55 ` [Buildroot] [PATCH v3 02/11] package/fmc: bump version to lf-6.12.20-2.0.0 Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 03/11] package/fmlib: " Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 04/11] package/qoriq-fm-ucode: " Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 05/11] package/qoriq-ddr-phy-binary: " Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 06/11] configs/ls1028ardb: bump BSP tag " Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 07/11] configs/ls1043a-rdb: " Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 08/11] configs/ls1046a-rdb: " Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 09/11] configs/ls1046a-frwy: " Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 10/11] package/qoriq-restool: new package Vladimir Oltean
2025-08-22 17:40   ` Julien Olivain via buildroot
2025-08-30 17:23     ` Vladimir Oltean
2025-08-11 16:55 ` [Buildroot] [PATCH v3 11/11] board/lx2160ardb: new platform Vladimir Oltean
2025-08-18  8:07 ` [Buildroot] [PATCH v3 00/11] Layerscape uprev to lf-6.12.20-2.0.0, initial LX2160A-RDB support Vincent Jardin via buildroot

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=20250811165531.1533913-1-olteanv@gmail.com \
    --to=olteanv@gmail.com \
    --cc=Brandon.Maier@collins.com \
    --cc=arnout@mind.be \
    --cc=buildroot@buildroot.org \
    --cc=ciorneiioana@gmail.com \
    --cc=ju.o@free.fr \
    --cc=nemaakhilesh@gmail.com \
    --cc=romain.naour@smile.fr \
    --cc=vjardin@free.fr \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.