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

This serie introduces a new board.

The two first commits tweak some existing modules,
and the third commit introduces the new board.

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 (3):
  boot/arm-trusted-firmware: allow to generate BL2 from RCW
  package/qoriq-cadence-dp-firmware: add install in target
  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                  | 60 +++++++++++++++++++
 .../qoriq-cadence-dp-firmware.mk              |  6 ++
 9 files changed, 183 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] 12+ messages in thread

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03  7:43 [Buildroot] [PATCH v2 0/3] new board LS1028ARDB Francois Perrad
2022-08-03  7:43 ` [Buildroot] [PATCH v2 1/3] boot/arm-trusted-firmware: allow to generate BL2 from RCW Francois Perrad
2022-08-03 15:46   ` Giulio Benetti
2022-08-03 15:47   ` Giulio Benetti
2022-08-03  7:43 ` [Buildroot] [PATCH v2 2/3] package/qoriq-cadence-dp-firmware: add install in target Francois Perrad
2022-08-03 15:56   ` Giulio Benetti
2022-08-03 16:32   ` Thomas Petazzoni via buildroot
2022-08-03 19:45     ` François Perrad
2022-08-03 20:19       ` Thomas Petazzoni via buildroot
2022-08-04 11:21         ` François Perrad
2022-08-03  7:43 ` [Buildroot] [PATCH v2 3/3] board/freescale/ls1028ardb: new board Francois Perrad
2022-08-03 16:11   ` Giulio Benetti

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