Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v4 0/2] new board LS1028ARDB
@ 2022-08-16 17:55 Francois Perrad
  2022-08-16 17:55 ` [Buildroot] [PATCH v4 1/2] boot/arm-trusted-firmware: allow to generate BL2 from RCW Francois Perrad
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Francois Perrad @ 2022-08-16 17:55 UTC (permalink / raw)
  To: buildroot

This serie introduces a new board.

The first commit tweak an existing module,
and the second commit introduces the new board.

v3 --> v4
- remove qoriq-cadence-dp-firmware part
- use imx_v8_defconfig from LSDK instead of arm64 default

v2 --> v3
- restore my SoB
- add Reviewed-by Giulio Benetti

v1 --> v2
- add missing udev rules
- improved commit messages
- tweak readme.txt
  - of=/dev/sdX
- minor cleanup in defconfig
  - BR2_TOOLCHAIN_BUILDROOT_GLIBC becomes BR2_TOOLCHAIN_BUILDROOT_WCHAR
  - BR2_PACKAGE_BUSYBOX_SHOW_OTHERS removed

Francois Perrad (2):
  boot/arm-trusted-firmware: allow to generate BL2 from RCW
  board/freescale/ls1028ardb: new board

 DEVELOPERS                                    |  2 +
 board/freescale/ls1028ardb/genimage.cfg       | 23 +++++++
 board/freescale/ls1028ardb/readme.txt         | 60 +++++++++++++++++++
 .../boot/extlinux/extlinux.conf               |  4 ++
 .../rules.d/73-fsl-enetc-networking.rules     | 16 +++++
 boot/arm-trusted-firmware/Config.in           |  6 ++
 .../arm-trusted-firmware.mk                   |  6 ++
 configs/ls1028ardb_defconfig                  | 57 ++++++++++++++++++
 8 files changed, 174 insertions(+)
 create mode 100644 board/freescale/ls1028ardb/genimage.cfg
 create mode 100644 board/freescale/ls1028ardb/readme.txt
 create mode 100644 board/freescale/ls1028ardb/rootfs_overlay/boot/extlinux/extlinux.conf
 create mode 100644 board/freescale/ls1028ardb/rootfs_overlay/etc/udev/rules.d/73-fsl-enetc-networking.rules
 create mode 100644 configs/ls1028ardb_defconfig

-- 
2.34.1

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

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

end of thread, other threads:[~2022-08-23 21:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 17:55 [Buildroot] [PATCH v4 0/2] new board LS1028ARDB Francois Perrad
2022-08-16 17:55 ` [Buildroot] [PATCH v4 1/2] boot/arm-trusted-firmware: allow to generate BL2 from RCW Francois Perrad
2022-08-23 21:21   ` Thomas Petazzoni via buildroot
2022-08-16 17:55 ` [Buildroot] [PATCH v4 2/2] board/freescale/ls1028ardb: new board Francois Perrad
2022-08-21 17:58   ` Giulio Benetti
2022-08-23 21:22   ` Thomas Petazzoni via buildroot
2022-08-18 21:50 ` [Buildroot] [PATCH v4 0/2] new board LS1028ARDB Giulio Benetti

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