Adds platform-specific handling for Zhaoxin ZX-200 in both AHCI and xHCI drivers. For non-Zhaoxin CPU platforms, it applies the following quirks: 1. In AHCI driver (ahci.c): - Sets AHCI_HFLAG_32BIT_ONLY flag to restrict DMA operations to 32-bit addressing 2. In xHCI driver (xhci-pci.c): - Sets XHCI_RESET_ON_RESUME quirk to handle device resume issues - Sets XHCI_NO_64BIT_SUPPORT quirk to disable 64-bit DMA addressing These changes ensure proper functionality and compatibility of Zhaoxin ZX-200 on third-party platforms.
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5950