mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-11 17:54:09 +00:00
This adds support for AMD's PCI-Express Non-Transparent Bridge (NTB) device on the Zeppelin platform. The driver connnects to the standard NTB sub-system interface, with modification to add hooks for power management in a separate patch. The AMD NTB device has 3 memory windows, 16 doorbell, 16 scratch-pad registers, and supports up to 16 PCIe lanes running a Gen3 speeds. Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com> Reviewed-by: Allen Hubbe <Allen.Hubbe@emc.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
2 lines
64 B
Makefile
2 lines
64 B
Makefile
obj-$(CONFIG_NTB_AMD) += amd/
|
|
obj-$(CONFIG_NTB_INTEL) += intel/
|