|
@@ -18,10 +18,10 @@ Signed-off-by: John Crispin <[email protected]>
|
|
|
fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw
|
|
|
fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw
|
|
|
fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin
|
|
|
-+fw-shipped-$(CONFIG_LANTIQ_XRX200) += lantiq/vr9_phy11g_a1x.bin
|
|
|
-+fw-shipped-$(CONFIG_LANTIQ_XRX200) += lantiq/vr9_phy11g_a2x.bin
|
|
|
-+fw-shipped-$(CONFIG_LANTIQ_XRX200) += lantiq/vr9_phy22f_a1x.bin
|
|
|
-+fw-shipped-$(CONFIG_LANTIQ_XRX200) += lantiq/vr9_phy22f_a2x.bin
|
|
|
++fw-shipped-$(CONFIG_LANTIQ_XRX200) += lantiq/xrx200_phy11g_a14.bin
|
|
|
++fw-shipped-$(CONFIG_LANTIQ_XRX200) += lantiq/xrx200_phy11g_a22.bin
|
|
|
++fw-shipped-$(CONFIG_LANTIQ_XRX200) += lantiq/xrx200_phy22f_a14.bin
|
|
|
++fw-shipped-$(CONFIG_LANTIQ_XRX200) += lantiq/xrx200_phy22f_a22.bin
|
|
|
fw-shipped-$(CONFIG_YAM) += yam/1200.bin yam/9600.bin
|
|
|
|
|
|
fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-)
|
|
@@ -356,9 +356,9 @@ Signed-off-by: John Crispin <[email protected]>
|
|
|
+#
|
|
|
+
|
|
|
+# GPHY core on Lantiq XWAY VR9 v1.1
|
|
|
-+lantiq/vr9_phy11g_a1x.bin
|
|
|
-+lantiq/vr9_phy22f_a1x.bin
|
|
|
++lantiq/xrx200_phy11g_a14.bin
|
|
|
++lantiq/xrx200_phy22f_a14.bin
|
|
|
+
|
|
|
+# GPHY core on Lantiq XWAY VR9 v1.2
|
|
|
-+lantiq/vr9_phy11g_a2x.bin
|
|
|
-+lantiq/vr9_phy22f_a2x.bin
|
|
|
++lantiq/xrx200_phy11g_a22.bin
|
|
|
++lantiq/xrx200_phy22f_a22.bin
|