Re: [PATCH 1/6] cpu: add t-head's c9xx

2024-03-27 Thread Nils Le Roux
Hi! I tested this and it works fine. I also happen to have the glue layer ported from the Linux somewhere on my machine. If you're interested, please reach out to me and I'll arrange a patch. I have a few remarks on this patch: On 3/27/24 9:07 AM, w...@redhat.com wrote: From: Wei Fu

[PATCH v2] net: designware: Support high memory nodes

2023-12-02 Thread Nils Le Roux
Some platforms (such as the Lichee Pi 4A) have their dwmac device addressable only in high memory space. Storing the node's base address on 32 bits is not possible in such case. Use platform's physical address type to store the base address. Signed-off-by: Nils Le Roux Cc: Andre Przywara

[PATCH] net: designware: Support high memory nodes

2023-11-11 Thread Nils Le Roux
Some platforms (such as the Lichee Pi 4A) have their dwmac device addressable only in high memory space. Storing the node's base address on 32 bits is not possible in such case. Use platform's physical address type to store the base address. Signed-off-by: Nils Le Roux --- drivers/net