Re: [PATCH] rockchip: board: assign up to 3 static Ethernet MAC addresses

2025-09-12 Thread MichaIng
Hi Jonas, > I cannot find any rockchip board in U-Boot or Linux that currently use > a ethernet2 alias, have you sent a Linux patch that I have missed? > > The addition of eth1addr was done because there are and was in-tree > boards that have use for both ethaddr and eth1addr. > > Suggest you sen

Re: [PATCH] rockchip: board: assign up to 3 static Ethernet MAC addresses

2025-06-27 Thread MichaIng
Hi Quentin, many thanks for all your feedback and input. > If DM_SEQ_ALIAS is enabled, I believe so. > I would imagine people be surprised if the same device operates under two different MAC addresses depending on which SW is running at the moment (U-Boot or Linux for example). So far I only

Re: [PATCH] rockchip: board: assign up to 3 static Ethernet MAC addresses

2025-06-18 Thread MichaIng
nd does not generate new/different MAC addresses for ethernet* aliases which have a related eth*addr variable, it should not be able to break anything, but only turns all those MAC addresses to static, which are otherwise random. Best regards, Micha (aka MichaIng) DietPi project lead Am 18.06.

Re: [PATCH] rockchip: board: assign up to 3 static Ethernet MAC addresses

2025-06-12 Thread MichaIng
a generic approach would be possible, incrementing the bit mask by one each loop, to assign up to a quite large number of MAC addresses to ethernet aliases. Best regards, Micha (aka MichaIng) DietPi project lead

[PATCH] rockchip: board: assign up to 3 static Ethernet MAC addresses

2025-06-07 Thread MichaIng
eth1addr. The change has been successfully tested on the NanoPi R5S and NanoPi R6S: With ethernet[0-2] device tree aliases (correctly) defined, both boards get 3 static MAC addresses. Signed-off-by: MichaIng --- arch/arm/mach-rockchip/board.c | 4 1 file changed, 4 insertions(+) diff

[RK3568] Default kernel_comp_addr_r can be too narrow

2023-11-29 Thread MichaIng
Hey guys, for our PINE64 Quartz64 images, I am working on moving from an older U-Boot fork (by Peter Geis', but rebased until v2022.07: https://gitlab.com/MichaIng/u-boot) to upstream U-Boot. But I was running into an error on boot: ERROR: Did not find a cmdline Flattened Device Tre