[PATCH v4 2/5] board: add support for Milk-V Mars CM

2024-05-11 Thread Heinrich Schuchardt
We already support the VisionFive 2 and the Milk-V Mars board by patching the VisionFive 2 device tree. With this patch the same is done for the Milk-V Mars CM. Signed-off-by: Heinrich Schuchardt Tested-by: E. Shattow Reviewed-by: E. Shattow --- v5: no change v4: no change v3:

Re: [PATCH v4 2/5] board: add support for Milk-V Mars CM

2024-05-10 Thread E Shattow
Hi Shengyu, On Fri, May 10, 2024 at 8:39 AM Shengyu Qu wrote: > > Sorry, seems this is a false warning as fdt_fixup_ethernet() would do this. > > Best regards > If you need to set a network mac address in U-Boot for an extra network port (i.e. PCIe attached) this may be: env set eth2addr aa:bb:

Re: [PATCH v4 2/5] board: add support for Milk-V Mars CM

2024-05-10 Thread Shengyu Qu
Sorry, seems this is a false warning as fdt_fixup_ethernet() would do this. Best regards 在 2024/5/10 23:01, Shengyu Qu 写道: Btw I didn't have a code path to pass the MAC address to kernel. So does it actually exist? Best regards, Shengyu 在 2024/5/10 13:52, Heinrich Schuchardt 写道: We already

Re: [PATCH v4 2/5] board: add support for Milk-V Mars CM

2024-05-10 Thread Shengyu Qu
在 2024/5/10 23:01, Shengyu Qu 写道: Btw I didn't have a code path to pass the MAC address to kernel. So does Typo, have->find it actually exist? Best regards, Shengyu OpenPGP_0xE3520CC91929C8E7.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

Re: [PATCH v4 2/5] board: add support for Milk-V Mars CM

2024-05-10 Thread Shengyu Qu
Btw I didn't have a code path to pass the MAC address to kernel. So does it actually exist? Best regards, Shengyu 在 2024/5/10 13:52, Heinrich Schuchardt 写道: We already support the VisionFive 2 and the Milk-V Mars board by patching the VisionFive 2 device tree. With this patch the same is done

[PATCH v4 2/5] board: add support for Milk-V Mars CM

2024-05-09 Thread Heinrich Schuchardt
We already support the VisionFive 2 and the Milk-V Mars board by patching the VisionFive 2 device tree. With this patch the same is done for the Milk-V Mars CM. Signed-off-by: Heinrich Schuchardt Tested-by: E. Shattow Reviewed-by: E. Shattow --- v4: no change v3: no change v2: