回覆: [PATCH] net: ftgmac100: Add Aspeed AST2700 support

2024-09-10 Thread Jacky Chou
Hello Joel, Thanks for your reply. > > > > Add support of Aspeed AST2700 SoC. AST2700 is based on ARM64 so > > modify the DMA address related code to fit both ARM and ARM64. > > Besides, the RMII/RGMII mode control register is moved from SCU500 to > > MAC50 so initialize the register in ftgmac10

Re: [PATCH] net: ftgmac100: Add Aspeed AST2700 support

2024-09-10 Thread Joel Stanley
Hi Jacky, On Mon, 8 Jul 2024 at 15:37, Jacky Chou wrote: > > Add support of Aspeed AST2700 SoC. AST2700 is based on ARM64 so modify > the DMA address related code to fit both ARM and ARM64. Besides, the > RMII/RGMII mode control register is moved from SCU500 to MAC50 so > initialize the registe

Re: [PATCH] net: ftgmac100: Add Aspeed AST2700 support

2024-09-09 Thread Leo Liang
On Mon, Jul 08, 2024 at 02:07:18PM +0800, Jacky Chou wrote: > Add support of Aspeed AST2700 SoC. AST2700 is based on ARM64 so modify > the DMA address related code to fit both ARM and ARM64. Besides, the > RMII/RGMII mode control register is moved from SCU500 to MAC50 so > initialize the register

[PATCH] net: ftgmac100: Add Aspeed AST2700 support

2024-07-08 Thread Jacky Chou
Add support of Aspeed AST2700 SoC. AST2700 is based on ARM64 so modify the DMA address related code to fit both ARM and ARM64. Besides, the RMII/RGMII mode control register is moved from SCU500 to MAC50 so initialize the register in ftgmac100_start correspondingly. Signed-off-by: Jacky Chou ---