On 09/09/2025 13:09, Dong Yibo wrote:
Add hardware initialization foundation for MUCSE 1Gbe controller, including: 1. Map PCI BAR2 as hardware register base; 2. Bind PCI device to driver private data (struct mucse) and initialize hardware context (struct mucse_hw); 3. Reserve board-specific init framework via rnpgbe_init_hw.Signed-off-by: Dong Yibo <dong...@mucse.com>
Reviewed-by: Vadim Fedorenko <vadim.fedore...@linux.dev>