mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 19:07:47 +00:00
ipq5322: update rap7110c_341x to ATH12.5.5
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -38,6 +38,11 @@ $(call Package/ath12k-wifi-default)
|
|||||||
TITLE:=board-2.bin for EAP105
|
TITLE:=board-2.bin for EAP105
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ath12k-wifi-sonicfi-rap7110c-341x
|
||||||
|
$(call Package/ath12k-wifi-default)
|
||||||
|
TITLE:=board-2.bin for RAP7710c_341x
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ath12k-wifi-edgecore-eap105/install
|
define Package/ath12k-wifi-edgecore-eap105/install
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware/ath12k/QCN92XX/hw1.0/
|
$(INSTALL_DIR) $(1)/lib/firmware/ath12k/QCN92XX/hw1.0/
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware/ath12k/IPQ5332/hw1.0/
|
$(INSTALL_DIR) $(1)/lib/firmware/ath12k/IPQ5332/hw1.0/
|
||||||
@@ -45,4 +50,12 @@ define Package/ath12k-wifi-edgecore-eap105/install
|
|||||||
$(INSTALL_DATA) ./board-2.bin.eap105.IPQ5332 $(1)/lib/firmware/ath12k/IPQ5332/hw1.0/board-2.bin
|
$(INSTALL_DATA) ./board-2.bin.eap105.IPQ5332 $(1)/lib/firmware/ath12k/IPQ5332/hw1.0/board-2.bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ath12k-wifi-sonicfi-rap7110c-341x/install
|
||||||
|
$(INSTALL_DIR) $(1)/lib/firmware/ath12k/QCN92XX/hw1.0/
|
||||||
|
$(INSTALL_DIR) $(1)/lib/firmware/ath12k/IPQ5332/hw1.0/
|
||||||
|
$(INSTALL_DATA) ./board-2.bin.rap7110c_341x.QCN92XX $(1)/lib/firmware/ath12k/QCN92XX/hw1.0/board-2.bin
|
||||||
|
$(INSTALL_DATA) ./board-2.bin.rap7110c_341x.IPQ5332 $(1)/lib/firmware/ath12k/IPQ5332/hw1.0/board-2.bin
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,ath12k-wifi-edgecore-eap105))
|
$(eval $(call BuildPackage,ath12k-wifi-edgecore-eap105))
|
||||||
|
$(eval $(call BuildPackage,ath12k-wifi-sonicfi-rap7110c-341x))
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"board": [
|
||||||
|
{
|
||||||
|
"names": [
|
||||||
|
"bus=ahb,qmi-chip-id=0,qmi-board-id=255"
|
||||||
|
],
|
||||||
|
"data": "rap7110c_341x-IPQ5332.bin"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"regdb": [
|
||||||
|
{
|
||||||
|
"names": [
|
||||||
|
"bus=ahb,qmi-chip-id=0,qmi-board-id=255"
|
||||||
|
],
|
||||||
|
"data": "ipq5332.regdb"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"board": [
|
||||||
|
{
|
||||||
|
"names": [
|
||||||
|
"bus=pci,qmi-chip-id=0,qmi-board-id=255"
|
||||||
|
],
|
||||||
|
"data": "rap7110c_341x-QCN92xx.bin"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"regdb": [
|
||||||
|
{
|
||||||
|
"names": [
|
||||||
|
"bus=pci,qmi-chip-id=0,qmi-board-id=255"
|
||||||
|
],
|
||||||
|
"data": "qcn92xx.regdb"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
BIN
feeds/qca-wifi-7/ath12k-wifi/board-2.bin.rap7110c_341x.IPQ5332
Normal file
BIN
feeds/qca-wifi-7/ath12k-wifi/board-2.bin.rap7110c_341x.IPQ5332
Normal file
Binary file not shown.
BIN
feeds/qca-wifi-7/ath12k-wifi/board-2.bin.rap7110c_341x.QCN92XX
Normal file
BIN
feeds/qca-wifi-7/ath12k-wifi/board-2.bin.rap7110c_341x.QCN92XX
Normal file
Binary file not shown.
@@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# https://github.com/qca/qca-swiss-army-knife.git
|
||||||
|
|
||||||
encoder=/code/qca/qca-swiss-army-knife/tools/scripts/ath12k/ath12k-bdencoder
|
encoder=/code/qca/qca-swiss-army-knife/tools/scripts/ath12k/ath12k-bdencoder
|
||||||
|
|
||||||
$encoder -c board-2-eap105-IPQ5332.json -o board-2.bin.eap105.IPQ5332
|
$encoder -c board-2-eap105-IPQ5332.json -o board-2.bin.eap105.IPQ5332
|
||||||
$encoder -c board-2-eap105-QCN92XX.json -o board-2.bin.eap105.QCN92XX
|
$encoder -c board-2-eap105-QCN92XX.json -o board-2.bin.eap105.QCN92XX
|
||||||
|
|
||||||
|
$encoder -c board-2-rap7110c_341x-IPQ5332.json -o board-2.bin.rap7110c_341x.IPQ5332
|
||||||
|
$encoder -c board-2-rap7110c_341x-QCN92XX.json -o board-2.bin.rap7110c_341x.QCN92XX
|
||||||
|
|||||||
BIN
feeds/qca-wifi-7/ath12k-wifi/rap7110c_341x-IPQ5332.bin
Normal file
BIN
feeds/qca-wifi-7/ath12k-wifi/rap7110c_341x-IPQ5332.bin
Normal file
Binary file not shown.
BIN
feeds/qca-wifi-7/ath12k-wifi/rap7110c_341x-QCN92xx.bin
Normal file
BIN
feeds/qca-wifi-7/ath12k-wifi/rap7110c_341x-QCN92xx.bin
Normal file
Binary file not shown.
@@ -194,6 +194,8 @@
|
|||||||
wsi: wsi {
|
wsi: wsi {
|
||||||
id = <0>;
|
id = <0>;
|
||||||
num_chip = <2>;
|
num_chip = <2>;
|
||||||
|
chip_info = <0 1 1>,
|
||||||
|
<1 1 0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -269,6 +271,7 @@
|
|||||||
#else
|
#else
|
||||||
memory-region = <&q6_region>;
|
memory-region = <&q6_region>;
|
||||||
qcom,wsi = <&wsi>;
|
qcom,wsi = <&wsi>;
|
||||||
|
qcom,wsi_index = <0>;
|
||||||
#endif
|
#endif
|
||||||
qcom,board_id = <0x12>;
|
qcom,board_id = <0x12>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
@@ -335,6 +338,7 @@
|
|||||||
0x0 0x4 0x0 0x0 0x0 0x0>; /* End of arguments */
|
0x0 0x4 0x0 0x0 0x0 0x0>; /* End of arguments */
|
||||||
memory-region = <&qcn9224_pcie1>;
|
memory-region = <&qcn9224_pcie1>;
|
||||||
qcom,wsi = <&wsi>;
|
qcom,wsi = <&wsi>;
|
||||||
|
qcom,wsi_index = <1>;
|
||||||
qcom,board_id = <0x1019>;
|
qcom,board_id = <0x1019>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ description: Build image for the SONICFI RAP7110C-341X
|
|||||||
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap7110c_341x-squashfs-sysupgrade.tar
|
image: bin/targets/ipq53xx/generic/openwrt-ipq53xx-sonicfi_rap7110c_341x-squashfs-sysupgrade.tar
|
||||||
feeds:
|
feeds:
|
||||||
- name: qca
|
- name: qca
|
||||||
path: ../../feeds/qca
|
path: ../../feeds/qca-wifi-7
|
||||||
include:
|
include:
|
||||||
- ucentral-ap
|
- ucentral-ap
|
||||||
packages:
|
packages:
|
||||||
|
|||||||
Reference in New Issue
Block a user