mbox series

[0/5] rock5b additional improvements

Message ID 20240902104433.2561797-1-niklas.cassel@wdc.com
Headers show
Series rock5b additional improvements | expand

Message

Niklas Cassel Sept. 2, 2024, 10:44 a.m. UTC
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

Comments

Thomas Petazzoni Sept. 3, 2024, 7:24 p.m. UTC | #1
On Mon,  2 Sep 2024 12:44:28 +0200
Niklas Cassel via buildroot <buildroot@buildroot.org> wrote:

> 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

I have applied to our next branch patches 1/5, 2/5 and 5/5, but not 3/5
and 4/5. I'll reply separately to them.

Thomas