All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3 00/11] Layerscape uprev to lf-6.12.20-2.0.0, initial LX2160A-RDB support
@ 2025-08-11 16:55 Vladimir Oltean
  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
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Vladimir Oltean @ 2025-08-11 16:55 UTC (permalink / raw)
  To: buildroot
  Cc: Brandon Maier, Ioana Ciornei, Romain Naour, Vincent Jardin,
	Julien Olivain, Arnout Vandecappelle, Akhilesh Nema

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

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

end of thread, other threads:[~2025-08-30 17:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 16:55 [Buildroot] [PATCH v3 00/11] Layerscape uprev to lf-6.12.20-2.0.0, initial LX2160A-RDB support Vladimir Oltean
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

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.