From: Oleksij Rempel Date: Fri, 19 Jul 2013 18:37:36 +0000 (+0200) Subject: docs: add chip images for documentation X-Git-Tag: 1.4.0~11^2~6 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=ff90f6df9342aa0b8e343456936feb67c1328676 docs: add chip images for documentation Signed-off-by: Oleksij Rempel --- diff --git a/docs/atheros_ar7010.png b/docs/atheros_ar7010.png new file mode 100755 index 0000000..d6615c7 Binary files /dev/null and b/docs/atheros_ar7010.png differ diff --git a/docs/atheros_ar7010.svg b/docs/atheros_ar7010.svg new file mode 100755 index 0000000..2af86f1 --- /dev/null +++ b/docs/atheros_ar7010.svg @@ -0,0 +1,1212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + Atheros + AR7010 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 42 + + 56 + + + diff --git a/docs/atheros_ar9271.png b/docs/atheros_ar9271.png new file mode 100755 index 0000000..94006c4 Binary files /dev/null and b/docs/atheros_ar9271.png differ diff --git a/docs/atheros_ar9271.svg b/docs/atheros_ar9271.svg new file mode 100755 index 0000000..86d5cb8 --- /dev/null +++ b/docs/atheros_ar9271.svg @@ -0,0 +1,1425 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + Atheros + AR9271 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + + + + + + + + + + + + 15 + 16 + 17 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + + + diff --git a/target_firmware/magpie_fw_dev/target/init/app_start.c b/target_firmware/magpie_fw_dev/target/init/app_start.c index 136f966..4b55152 100644 --- a/target_firmware/magpie_fw_dev/target/init/app_start.c +++ b/target_firmware/magpie_fw_dev/target/init/app_start.c @@ -209,7 +209,8 @@ void app_start() #ifdef FUSION_USB_ENABLE_TX_STREAM // For K2, enable tx stream mode - A_PRINTF("Enable Tx Stream mode\r\n"); + A_PRINTF("Enable Tx Stream mode: 0x%x\r\n", + USB_WORD_REG_READ(ZM_SOC_USB_MODE_CTRL_OFFSET)); // Patch for K2 USB STREAM mode USB_WORD_REG_WRITE(ZM_SOC_USB_MODE_CTRL_OFFSET, \ @@ -266,6 +267,8 @@ void app_start() else if (hostif == HIF_PCI ) hif_pci_patch_install(&_indir_tbl.hif); #endif + A_PRINTF("USB mode: 0x%x\r\n", + USB_WORD_REG_READ(0x100)); // patch the clock function if(1) {