All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5] rock5b additional improvements
@ 2024-09-02 10:44 Niklas Cassel via buildroot
  2024-09-02 10:44 ` [Buildroot] [PATCH 1/5] board/radxa/rock5b: use gpt partition table instead of hybrid Niklas Cassel via buildroot
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Niklas Cassel via buildroot @ 2024-09-02 10:44 UTC (permalink / raw)
  To: buildroot; +Cc: Niklas Cassel, Damien Le Moal, Kilian Zinnecker

From: Niklas Cassel <cassel@kernel.org>

Hello all,

Here are some additional improvements for the rock5b board that:
-Migrates to GPT partition table instead of hybrid (MBR+GPT).
-Uses more robust rootfs definition on the kernel command line.
-Enables udev such that modules are loaded automatically, which
 also allows us to drop the linux.fragment which forced some
 drivers to be built as built-in.
-Disables udev predictable NIC names such the NIC is still called eth0.
-Enables DHCP for eth0.

Kind regards,
Niklas

Niklas Cassel (5):
  board/radxa/rock5b: use gpt partition table instead of hybrid
  board/radxa/rock5b: use PARTLABEL to specify rootfs
  configs/rock5b: enable eudev to enable automatic module loading
  board/radxa/rock5b: do not use udev predictable NIC names
  configs/rock5b: enable DHCP for eth0

 board/radxa/rock5b/extlinux.conf  | 2 +-
 board/radxa/rock5b/genimage.cfg   | 4 ++--
 board/radxa/rock5b/linux.fragment | 2 --
 configs/rock5b_defconfig          | 3 ++-
 4 files changed, 5 insertions(+), 6 deletions(-)
 delete mode 100644 board/radxa/rock5b/linux.fragment

-- 
2.46.0

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

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

end of thread, other threads:[~2024-09-09 11:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 10:44 [Buildroot] [PATCH 0/5] rock5b additional improvements Niklas Cassel via buildroot
2024-09-02 10:44 ` [Buildroot] [PATCH 1/5] board/radxa/rock5b: use gpt partition table instead of hybrid Niklas Cassel via buildroot
2024-09-02 10:44 ` [Buildroot] [PATCH 2/5] board/radxa/rock5b: use PARTLABEL to specify rootfs Niklas Cassel via buildroot
2024-09-02 10:44 ` [Buildroot] [PATCH 3/5] configs/rock5b: enable eudev to enable automatic module loading Niklas Cassel via buildroot
2024-09-03 19:26   ` Thomas Petazzoni via buildroot
2024-09-03 19:50     ` Arnout Vandecappelle via buildroot
2024-09-03 20:06       ` Niklas Cassel via buildroot
2024-09-03 21:10         ` Arnout Vandecappelle via buildroot
2024-09-09 11:11           ` Niklas Cassel via buildroot
2024-09-03 19:56     ` Niklas Cassel via buildroot
2024-09-03 21:06       ` Arnout Vandecappelle via buildroot
2024-09-09 11:01         ` Niklas Cassel via buildroot
2024-09-02 10:44 ` [Buildroot] [PATCH 4/5] board/radxa/rock5b: do not use udev predictable NIC names Niklas Cassel via buildroot
2024-09-02 10:44 ` [Buildroot] [PATCH 5/5] configs/rock5b: enable DHCP for eth0 Niklas Cassel via buildroot
2024-09-03 19:24 ` [Buildroot] [PATCH 0/5] rock5b additional improvements Thomas Petazzoni 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.