Comfast CF-E520N and CF-530N are identical, only difference is front panel
authorPiotr Dymacz <pepe2k@gmail.com>
Fri, 9 Sep 2016 13:05:23 +0000 (15:05 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Fri, 9 Sep 2016 13:05:23 +0000 (15:05 +0200)
Makefile
README.md
READMEPL.md
u-boot/Makefile
u-boot/include/configs/ap143.h

index fc2759c5ed7a6c1744efba562112b86da6b83177..74e468924b328d05f79044f985e5b3245228459d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -218,7 +218,7 @@ $(COMMON_ETHS27_TARGETS):
        @$(call build,256,1)
 
 comfast_cf-e320n_v2 \
-comfast_cf-e520n:
+comfast_cf-e520n_cf-e530n:
        @$(call build,64,1,ETH_CONFIG=_s27)
 
 d-link_dir-505:
index 3f4d098bff8cd6991e29914366087bc700b5e557..a3cfdf3d8ebbeb07e56deb712c4da5303398dc03 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ Currently supported devices:
   - TP-Link TL-WR802N
   - Wallys DR531
   - Zbtlink ZBT-WE1526
-  - Comfast CF-E520N
+  - Comfast CF-E520N/CF-E530N
   - Comfast CF-E320N v2
 
 I tested this modification on most of these devices, with OpenWrt and OFW firmware. If you are not sure about the version of your device, please contact with me **before** you try to make an upgrade. Changing bootloader to a wrong version will probably damage your router and you will need special hardware to fix it, so please, **be very careful**.
@@ -131,7 +131,7 @@ More information about supported devices:
 | [TP-Link TL-WR802N](https://wikidevi.com/wiki/TP-LINK_TL-WR802N_v1.0) | QCA9533 | 4 MiB | 32 MiB DDR1 | 64 KiB, LZMA | RO |
 | Wallys DR531 | QCA9531 | 8 MiB | 64 MiB DDR2 | 192 KiB | R/W |
 | Zbtlink ZBT-WE1526 | QCA9531 | 16 MiB | 128 MiB DDR2 | 256 KiB | R/W |
-| Comfast CF-E520N | QCA9531 | 8 MiB | 32 MiB DDR2 | 64 KiB, LZMA | RO |
+| Comfast CF-E520N/CF-E530N | QCA9531 | 8 MiB | 32 MiB DDR2 | 64 KiB, LZMA | RO |
 | Comfast CF-E320N v2 | QCA9531 | 16 MiB | 64 MiB DDR2 | 64 KiB, LZMA | RO |
 
 *(LZMA) - U-Boot binary image is compressed with LZMA.*  
index c8d1d4ff488dd610c8054db9bfcdc50f08afe380..2b8c20ceb50f2b478232d7c090b64eed29924828 100644 (file)
@@ -91,7 +91,7 @@ Lista obecnie wspieranych urządzeń:
   - TP-Link TL-WR802N
   - Wallys DR531
   - Zbtlink ZBT-WE1526
-  - Comfast CF-E520N
+  - Comfast CF-E520N/CF-E530N
   - Comfast CF-E320N v2
 
 Przetestowałem swoją modyfikację na większości z wymienionych powyżej urządzeń, z obrazami OpenWrt i oficjalnym firmware producenta. Jeżeli nie jesteś pewien wersji sprzętowej swojego urządzenia, proszę skontaktuj się ze mną **zanim** dokonasz wymiany obrazu bootloadera. Zmiana na niewłaściwą wersję najprawdopodobniej doprowadzi do uszkodzenia Twojego urządzenia i jedyną możliwością jego ponownego uruchomienia będzie przeprogramowanie kości FLASH w zewnętrznym programatorze.
@@ -128,7 +128,7 @@ Dodatkowe informacje o wspieranych urządzeniach:
 | [TP-Link TL-WR802N](https://wikidevi.com/wiki/TP-LINK_TL-WR802N_v1.0) | QCA9533 | 4 MiB | 32 MiB DDR1 | 64 KiB, LZMA | RO |
 | Wallys DR531 | QCA9531 | 8 MiB | 64 MiB DDR2 | 192 KiB | R/W |
 | Zbtlink ZBT-WE1526 | QCA9531 | 16 MiB | 128 MiB DDR2 | 256 KiB | R/W |
-| Comfast CF-E520N | QCA9531 | 8 MiB | 32 MiB DDR2 | 64 KiB, LZMA | RO |
+| Comfast CF-E520N/CF-E530N | QCA9531 | 8 MiB | 32 MiB DDR2 | 64 KiB, LZMA | RO |
 | Comfast CF-E320N v2 | QCA9531 | 16 MiB | 64 MiB DDR2 | 64 KiB, LZMA | RO |
 
 *(LZMA) - obraz binarny U-Boot został dodatkowo skompresowany przy pomocy LZMA.*  
index 44255092da3e6a2633554209f62054945fa8c6a5..1aa7a72e3f509c3706792dd10f6d7f6c8c16858d 100644 (file)
@@ -394,9 +394,9 @@ comfast_cf-e320n_v2: qca953x_common
        @$(call define_add,CFG_ATH_GMAC_NMACS,2)
        @$(MKCONFIG) -a ap143 mips mips ap143 ar7240 ar7240
 
-comfast_cf-e520n: qca953x_common
-       @$(call config_init,Comfast CF-E520N,cf-e520n,8,17,1,QCA_QCA953X_SOC)
-       @$(call define_add,CONFIG_FOR_COMFAST_CF_E520N,1)
+comfast_cf-e520n_cf-e530n: qca953x_common
+       @$(call config_init,Comfast CF-E520N/CF-E530N,cf-e520n_cf-e530n,8,17,1,QCA_QCA953X_SOC)
+       @$(call define_add,CONFIG_FOR_COMFAST_CF_E520N_CF_E530N,1)
        @$(call define_add,CFG_ATHRS27_PHY,1)
        @$(call define_add,CFG_ATH_GMAC_NMACS,2)
        @$(MKCONFIG) -a ap143 mips mips ap143 ar7240 ar7240
index 926c8f4ec96fc692eed17f2885d0f710391d7084..d829fa5a2669647e63fcdd2a2455ae6202c2ad81 100644 (file)
@@ -28,7 +28,7 @@
        #define CONFIG_QCA_GPIO_MASK_IN         GPIO17
        #define CONFIG_QCA_GPIO_MASK_OUT_INIT_L CONFIG_QCA_GPIO_MASK_LED_ACT_H
 
-#elif defined(CONFIG_FOR_COMFAST_CF_E520N)
+#elif defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N)
 
        #define CONFIG_QCA_GPIO_MASK_LED_ACT_L  GPIO11
        #define CONFIG_QCA_GPIO_MASK_OUT        CONFIG_QCA_GPIO_MASK_LED_ACT_L
@@ -82,7 +82,7 @@
                                "rootfstype=jffs2 init=/sbin/init "\
                                "mtdparts=ath-nor0:64k(u-boot),64k(art),1536k(uImage),14656k(rootfs),64k(mib0)"
 
-#elif defined(CONFIG_FOR_COMFAST_CF_E520N)
+#elif defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N)
 
        #define CONFIG_BOOTARGS "console=ttyS0,115200 root=31:03 "\
                                "rootfstype=jffs2 init=/sbin/init "\
  * Load address and boot command
  * =============================
  */
-#if defined(CONFIG_FOR_COMFAST_CF_E320N_V2) ||\
-    defined(CONFIG_FOR_COMFAST_CF_E520N)    ||\
-    defined(CONFIG_FOR_TPLINK_WR820N_CN)    ||\
-    defined(CONFIG_FOR_TPLINK_WR802N)       ||\
+#if defined(CONFIG_FOR_COMFAST_CF_E320N_V2)       ||\
+    defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N) ||\
+    defined(CONFIG_FOR_TPLINK_WR820N_CN)          ||\
+    defined(CONFIG_FOR_TPLINK_WR802N)             ||\
     defined(CONFIG_FOR_TPLINK_WR841N_V9)
        #define CFG_LOAD_ADDR   0x9F020000
 #elif defined(CONFIG_FOR_WALLYS_DR531)
  * =========================
  */
 #if defined(CONFIG_FOR_COMFAST_CF_E320N_V2) ||\
-    defined(CONFIG_FOR_COMFAST_CF_E520N)
+    defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N)
        #define CFG_ENV_ADDR            0x9F018000
        #define CFG_ENV_SIZE            0x7C00
        #define CFG_ENV_SECT_SIZE       0x10000
  * ==================================================
  */
 #if defined(CONFIG_FOR_COMFAST_CF_E320N_V2) ||\
-    defined(CONFIG_FOR_COMFAST_CF_E520N)
+    defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N)
        #define OFFSET_MAC_DATA_BLOCK           0x10000
        #define OFFSET_MAC_DATA_BLOCK_LENGTH    0x10000
        #define OFFSET_MAC_ADDRESS              0x00000
  * disable some commands
  */
 #if defined(CONFIG_FOR_COMFAST_CF_E320N_V2) ||\
-    defined(CONFIG_FOR_COMFAST_CF_E520N)
+    defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N)
        #undef CONFIG_CMD_DHCP
        #undef CONFIG_CMD_LOADB
        #undef CONFIG_CMD_SNTP
 #endif
 
 /* Firmware size limit */
-#if defined(CONFIG_FOR_COMFAST_CF_E320N_V2) ||\
-    defined(CONFIG_FOR_COMFAST_CF_E520N)    ||\
-    defined(CONFIG_FOR_TPLINK_WR820N_CN)    ||\
-    defined(CONFIG_FOR_TPLINK_WR802N)       ||\
+#if defined(CONFIG_FOR_COMFAST_CF_E320N_V2)       ||\
+    defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N) ||\
+    defined(CONFIG_FOR_TPLINK_WR820N_CN)          ||\
+    defined(CONFIG_FOR_TPLINK_WR802N)             ||\
     defined(CONFIG_FOR_TPLINK_WR841N_V9)
        #define WEBFAILSAFE_UPLOAD_LIMITED_AREA_IN_BYTES        (192 * 1024)
 #elif defined(CONFIG_FOR_WALLYS_DR531) ||\
     defined(CONFIG_FOR_TPLINK_WR802N)    ||\
     defined(CONFIG_FOR_TPLINK_WR841N_V9)
        #define CONFIG_QCA_PLL  QCA_PLL_PRESET_550_400_200
-#elif defined(CONFIG_FOR_COMFAST_CF_E320N_V2) ||\
-      defined(CONFIG_FOR_COMFAST_CF_E520N)    ||\
-      defined(CONFIG_FOR_WALLYS_DR531)        ||\
+#elif defined(CONFIG_FOR_COMFAST_CF_E320N_V2)       ||\
+      defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N) ||\
+      defined(CONFIG_FOR_WALLYS_DR531)              ||\
       defined(CONFIG_FOR_ZBTLINK_ZBT_WE1526)
        #define CONFIG_QCA_PLL  QCA_PLL_PRESET_650_400_200
 #endif
 
-#if defined(CONFIG_FOR_COMFAST_CF_E320N_V2) ||\
-    defined(CONFIG_FOR_COMFAST_CF_E520N)    ||\
-    defined(CONFIG_FOR_TPLINK_WR820N_CN)    ||\
-    defined(CONFIG_FOR_TPLINK_WR802N)       ||\
+#if defined(CONFIG_FOR_COMFAST_CF_E320N_V2)       ||\
+    defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N) ||\
+    defined(CONFIG_FOR_TPLINK_WR820N_CN)          ||\
+    defined(CONFIG_FOR_TPLINK_WR802N)             ||\
     defined(CONFIG_FOR_TPLINK_WR841N_V9)
 
        #define CONFIG_QCA_PLL_IN_FLASH_BLOCK_OFFSET    0x10000
  * For upgrade scripts in environment
  * ==================================
  */
-#if !defined(CONFIG_FOR_COMFAST_CF_E320N_V2) &&\
-    !defined(CONFIG_FOR_COMFAST_CF_E520N)    &&\
-    !defined(CONFIG_FOR_WALLYS_DR531)        &&\
+#if !defined(CONFIG_FOR_COMFAST_CF_E320N_V2)       &&\
+    !defined(CONFIG_FOR_COMFAST_CF_E520N_CF_E530N) &&\
+    !defined(CONFIG_FOR_WALLYS_DR531)              &&\
     !defined(CONFIG_FOR_ZBTLINK_ZBT_WE1526)
        #define CONFIG_UPG_UBOOT_SIZE_BACKUP_HEX        0x20000
 #endif