Last active
September 30, 2024 16:10
-
-
Save Noltari/094499317b55ea1dbd5008ba2fbb351f to your computer and use it in GitHub Desktop.
Sercomm SHG2500 (VOX 2.5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static bp_elem_t g_bcm963168mbv3[] = { | |
| {bp_cpBoardId , .u.cp = "963168MBV3"}, | |
| {bp_cpComment, .u.cp = g_obsoleteStr}, | |
| {bp_ulDeviceOptions, .u.ul = BP_DEVICE_OPTION_ENABLE_GMAC | BP_DEVICE_OPTION_DISABLE_LED_INVERSION}, | |
| {bp_ulGpioOverlay, .u.ul =(BP_OVERLAY_PHY | | |
| BP_OVERLAY_USB_DEVICE)}, | |
| {bp_usGpioLedAdsl, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioLedSesWireless, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioLedWanData, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioLedWanError, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioLedBlPowerOn, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioLedBlStop, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioUart2Sdin, .u.us = BP_GPIO_12_AH}, | |
| {bp_usGpioUart2Sdout, .u.us = BP_GPIO_13_AH}, | |
| {bp_usAntInUseWireless, .u.us = BP_WLAN_ANT_MAIN}, | |
| {bp_usWirelessFlags, .u.us = 0}, | |
| {bp_usGphyBaseAddress, .u.us = 0x08}, // 5bit phy address for Gphy is b'01xxx now | |
| {bp_ucPhyType0, .u.uc = BP_ENET_EXTERNAL_SWITCH}, | |
| {bp_ucPhyAddress, .u.uc = 0x0}, | |
| {bp_usConfigType, .u.us = BP_ENET_CONFIG_MMAP}, | |
| {bp_ulPortMap, .u.ul = 0x18}, | |
| {bp_ulPhyId3, .u.ul = BP_PHY_ID_12 | PHY_INTERNAL | PHY_INTEGRATED_VALID | BCM_WAN_PORT}, // Gphy address is changed form 4 to 12 | |
| {bp_ulPhyId4, .u.ul = RGMII_DIRECT | EXTSW_CONNECTED}, | |
| {bp_ucPhyType1, .u.uc = BP_ENET_EXTERNAL_SWITCH}, | |
| {bp_ucPhyAddress, .u.uc = 0x0}, | |
| {bp_usConfigType, .u.us = BP_ENET_CONFIG_MDIO}, | |
| {bp_ulPortMap, .u.ul = 0x1e}, | |
| {bp_ulPhyId1, .u.ul = 0x01 | CONNECTED_TO_EXTERN_SW}, | |
| {bp_ulPhyId2, .u.ul = 0x02 | CONNECTED_TO_EXTERN_SW}, | |
| {bp_ulPhyId3, .u.ul = 0x03 | CONNECTED_TO_EXTERN_SW}, | |
| {bp_ulPhyId4, .u.ul = 0x04 | CONNECTED_TO_EXTERN_SW}, | |
| // {bp_ucDspType0, .u.uc = BP_VOIP_MIPS}, | |
| {bp_ucDspType0, .u.uc = BP_VOIP_DSP}, | |
| {bp_ucDspAddress, .u.uc = 0}, | |
| {bp_usGpioVoip1Led, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioVoip2Led, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioPotsLed, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioSecLedAdsl, .u.us = BP_NOT_DEFINED}, | |
| #ifdef CONFIG_HW_DSL_ANNEX_B | |
| {bp_ulAfeId0, .u.ul = BP_AFE_CHIP_INT | BP_AFE_LD_6303 | BP_AFE_FE_ANNEXBJ | BP_AFE_FE_REV_6303_REV_12_3_30 }, | |
| #else | |
| {bp_ulAfeId0, .u.ul = BP_AFE_CHIP_INT | BP_AFE_LD_6303 | BP_AFE_FE_ANNEXA | BP_AFE_FE_REV_6303_REV_12_3_30 }, | |
| #endif | |
| {bp_usGpioIntAFELDMode, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioIntAFELDPwr, .u.us = BP_GPIO_10_AH}, | |
| {bp_usGpioExtAFELDPwr, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioExtAFELDClk, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioExtAFELDData, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioExtAFEReset, .u.us = BP_NOT_DEFINED}, | |
| {bp_usGpioAFELDRelay, .u.us = BP_GPIO_NONE}, | |
| #ifdef CONFIG_HW_AUQ00X_CUT1 | |
| {bp_usGpioDSLAnnexFilter, .u.us = BP_GPIO_33_AH}, | |
| #else | |
| {bp_usGpioDSLAnnexFilter, .u.us = BP_GPIO_22_AH}, | |
| #endif | |
| #ifdef CONFIG_RG_HW_BUTTONS_FEATURE | |
| {bp_usGpioBtnRst, .u.us = BP_GPIO_35_AL}, | |
| {bp_usGpioBtnWps, .u.us = BP_GPIO_34_AL}, | |
| #endif | |
| {bp_ucProximitySensorAddress,.u.uc = 0x1e }, | |
| {bp_usProximitySensorSDA, .u.us = BP_GPIO_14_AH }, | |
| {bp_usProximitySensorSCL, .u.us = BP_GPIO_9_AH }, | |
| // {bp_elemTemplate, .u.bp_elemp = g_bcm963168mbv_30a}, | |
| {bp_last} | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@OpenWrt:/# i2cdetect -y 0 | |
| 0 1 2 3 4 5 6 7 8 9 a b c d e f | |
| 00: -- -- -- -- -- -- -- -- | |
| 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- 1e -- | |
| 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
| 70: -- -- -- -- -- -- -- -- | |
| root@OpenWrt:/# i2cdump -y 0 0x1e | |
| No size specified (using byte-data access) | |
| 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef | |
| 00: 00 00 00 02 02 01 ee ee 00 00 00 00 00 00 00 00 ...?????........ | |
| 10: 00 01 00 03 ee ee ee ee ee 40 00 00 ff ff ee ee .?.??????@....?? | |
| 20: 05 13 01 00 00 ee ee ee 00 00 00 80 00 80 ee ee ???..???...?.??? | |
| 30: 00 00 ee 05 ee 00 ee 1b 00 00 00 00 00 00 00 00 ..???.??........ | |
| 40: 82 84 80 8b 81 81 8b b1 ee ee ee ee ee ee ee ee ???????????????? | |
| 50: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| 60: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| 70: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| 80: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| 90: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| a0: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| b0: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| c0: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| d0: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| e0: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? | |
| f0: ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ee ???????????????? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HELO | |
| CPUI | |
| L1CI | |
| HELO | |
| CPUI | |
| L1CI | |
| DRAM | |
| ---- | |
| PHYS | |
| STRF | |
| 400H | |
| PHYE | |
| DDR3 | |
| SIZ4 | |
| SIZ3 | |
| SIZ2 | |
| DINT | |
| USYN | |
| LSYN | |
| MFAS | |
| LMBE | |
| RACE | |
| PASS | |
| ---- | |
| ZBSS | |
| CODE | |
| DATA | |
| L12F | |
| MAIN | |
| RO08 | |
| SUN2 | |
| find | |
| flag | |
| find | |
| flag | |
| SUN6 | |
| 002 | |
| 002 | |
| 003 | |
| 003 | |
| RAM2 | |
| NAN3 | |
| RFS0 | |
| NAN5 | |
| Base: 4.16_04 | |
| CFE version 1.0.38-116.228 for BCM963268 (32bit,SP,BE) | |
| Build Date: Thu Feb 25 14:38:16 CST 2016 (jeremy@localhost) | |
| Copyright (C) 2000-2013 Broadcom Corporation. | |
| Boot Strap Register: 0x1fff7bf | |
| Chip ID: BCM63168D0, MIPS: 400MHz, DDR: 400MHz, Bus: 200MHz | |
| Main Thread: TP0 | |
| Memory Test Passed | |
| Total Memory: 134217728 bytes (128MB) | |
| Boot Address: 0xb8000000 | |
| NAND ECC Hamming, page size 0x800 bytes, spare size used 64 bytes | |
| NAND flash device: , id 0xc8da block 128KB size 262144KB | |
| Board IP address : 192.168.1.1:ffffff00 | |
| Host IP address : 192.168.1.100 | |
| Gateway IP address : | |
| Run from flash/host/tftp (f/h/c) : f | |
| Default host run file name : vmlinux | |
| Default host flash file name : bcm963xx_fs_kernel | |
| Boot delay (0-9 seconds) : 1 | |
| Default host ramdisk file name : | |
| Default ramdisk store address : | |
| Board Id (0-31) : 963168MBV3 | |
| Number of MAC Addresses (1-32) : 12 | |
| Base MAC Address : e0:60:66:60:cd:7a | |
| PSI Size (1-128) KBytes : 24 | |
| Enable Backup PSI [0|1] : 0 | |
| System Log Size (0-256) KBytes : 0 | |
| Auxillary File System Size Percent: 0 | |
| Main Thread Number [0|1] : 0 | |
| WLan Feature : 0x00 | |
| Voice Board Configuration (0-19) : LE9672_ZSI | |
| Partition 1 Size (MB) : 0M | |
| Partition 2 Size (MB) : 0M | |
| Partition 3 Size (MB) : 0M | |
| Partition 4 Size (MB) (Data) : 0M | |
| External switch id = 53125 | |
| SC_DEBUG: Nand Partition Table Magic Found at 20000. | |
| part 0, logic_offset 00000000, logic_length 00020000, real_offset 00000000, real_length 00020000 | |
| part 1, logic_offset 00020000, logic_length 000a0000, real_offset 00020000, real_length 000a0000 | |
| part 2, logic_offset 000c0000, logic_length 00140000, real_offset 000c0000, real_length 00140000 | |
| part 3, logic_offset 00200000, logic_length 00140000, real_offset 00200000, real_length 00140000 | |
| part 4, logic_offset 00340000, logic_length 000a0000, real_offset 00340000, real_length 000a0000 | |
| part 5, logic_offset 003e0000, logic_length 00140000, real_offset 003e0000, real_length 00140000 | |
| part 6, logic_offset 00520000, logic_length 01e00000, real_offset 00520000, real_length 01e20000 | |
| part 7, logic_offset 02320000, logic_length 01400000, real_offset 02340000, real_length 01400000 | |
| part 8, logic_offset 03720000, logic_length 01e00000, real_offset 03740000, real_length 01e00000 | |
| part 9, logic_offset 05520000, logic_length 01400000, real_offset 05540000, real_length 01400000 | |
| part 10, logic_offset 06920000, logic_length 00140000, real_offset 06940000, real_length 00140000 | |
| part 11, logic_offset 06a60000, logic_length 00140000, real_offset 06a80000, real_length 00140000 | |
| part 12, logic_offset 06ba0000, logic_length 00280000, real_offset 06bc0000, real_length 00280000 | |
| part 13, logic_offset 06e20000, logic_length 00280000, real_offset 06e40000, real_length 00280000 | |
| *** Press any key to stop auto run (1 seconds) *** | |
| Auto run second count down: 110 | |
| *************************************************** | |
| Sercomm Boot Version 1.0.2.0 | |
| *************************************************** | |
| Entering Firmware : Everything is OK. | |
| Boot Flag's Magic Found at 6940000. | |
| Boot Flag's Magic Found at 6a80000. | |
| Find bootFlag successfully. | |
| BootFlag1: eRcOmM.002 | |
| BootFlag2: eRcOmM.003 | |
| Booting from backup image (0xbb740000) ... | |
| Checksum ... OK! | |
| Decompression LZMA Image OK! | |
| Entry at 0x80455cf0 | |
| Closing network. | |
| Disabling Switch ports. | |
| Flushing Receive Buffers... | |
| 4 buffers found | |
| Closing DMA Channels | |
| Starting program at 0x80455cf0 | |
| Linux version 3.4.11-rt19 (west@ubuntu) (gcc version 4.6.2 (Buildroot 2011.11) ) #1 SMP PREEMPT Sun Jul 16 22:36:26 CST 2017 | |
| 963168MBV3 prom init | |
| CPU revision is: 0002a080 (Broadcom BMIPS4350) | |
| DSL SDRAM reserved: 0x132000 | |
| Determined physical RAM map: | |
| memory: 07ece000 @ 00000000 (usable) | |
| Zone PFN ranges: | |
| DMA 0x00000000 -> 0x00001000 | |
| Normal 0x00001000 -> 0x00007ece | |
| Movable zone start PFN for each node | |
| Early memory PFN ranges | |
| 0: 0x00000000 -> 0x00007ece | |
| On node 0 totalpages: 32462 | |
| free_area_init_node: node 0, pgdat 8056e6d0, node_mem_map 81000000 | |
| DMA zone: 32 pages used for memmap | |
| DMA zone: 0 pages reserved | |
| DMA zone: 4064 pages, LIFO batch:0 | |
| Normal zone: 222 pages used for memmap | |
| Normal zone: 28144 pages, LIFO batch:7 | |
| PERCPU: Embedded 7 pages/cpu @81103000 s5520 r8192 d14960 u32768 | |
| pcpu-alloc: s5520 r8192 d14960 u32768 alloc=8*4096 | |
| pcpu-alloc: [0] 0 [0] 1 | |
| Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32208 | |
| Kernel command line: root=mtd:rootfs rw rootfstype=jffs2 irqaffinity=0 | |
| PID hash table entries: 512 (order: -1, 2048 bytes) | |
| Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) | |
| Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) | |
| Primary instruction cache 64kB, VIPT, 4-way, linesize 16 bytes. | |
| Primary data cache 32kB, 2-way, VIPT, cache aliases, linesize 16 bytes | |
| Memory: 122632k/129848k available (4431k kernel code, 7216k reserved, 1068k data, 220k init, 0k highmem) | |
| Preemptible hierarchical RCU implementation. | |
| NR_IRQS:128 | |
| console [ttyS0] enabled | |
| Allocating memory for DSP module core and initialization code | |
| Allocated DSP module memory - CORE=0x0 SIZE=0, INIT=0x0 SIZE=0 | |
| Calibrating delay loop... 397.31 BogoMIPS (lpj=198656) | |
| pid_max: default: 32768 minimum: 301 | |
| Mount-cache hash table entries: 512 | |
| --Kernel Config-- | |
| SMP=1 | |
| PREEMPT=1 | |
| DEBUG_SPINLOCK=0 | |
| DEBUG_MUTEXES=0 | |
| Broadcom Logger v0.1 Jul 16 2017 22:15:26 | |
| CPU revision is: 0002a080 (Broadcom BMIPS4350) | |
| Primary instruction cache 64kB, VIPT, 4-way, linesize 16 bytes. | |
| Primary data cache 32kB, 2-way, VIPT, cache aliases, linesize 16 bytes | |
| Brought up 2 CPUs | |
| NET: Registered protocol family 16 | |
| Internal 1P2 VREG will be shutdown if unused...Unused, turn it off (00008a48-00008a3a=14<300) | |
| registering PCI controller with io_map_base unset | |
| registering PCI controller with io_map_base unset | |
| bio: create slab <bio-0> at 0 | |
| SCSI subsystem initialized | |
| usbcore: registered new interface driver usbfs | |
| usbcore: registered new interface driver hub | |
| usbcore: registered new device driver usb | |
| PCI host bridge to bus 0000:00 | |
| pci_bus 0000:00: root bus resource [mem 0xa0f00000-0xa0ffffff] | |
| pci_bus 0000:00: root bus resource [io 0xa2000000-0xa200ffff] | |
| pci 0000:00:00.0: [14e4:435f] type 00 class 0x028000 | |
| pci 0000:00:00.0: reg 10: [mem 0x10004000-0x10005fff] | |
| pci 0000:00:09.0: [14e4:6300] type 00 class 0x0c0310 | |
| pci 0000:00:09.0: reg 10: [mem 0x10002600-0x100026ff] | |
| pci 0000:00:0a.0: [14e4:6300] type 00 class 0x0c0320 | |
| pci 0000:00:0a.0: reg 10: [mem 0x10002500-0x100025ff] | |
| PCI host bridge to bus 0000:01 | |
| pci_bus 0000:01: root bus resource [mem 0x11000000-0x11efffff] | |
| pci_bus 0000:01: root bus resource [??? 0x00000000 flags 0x0] | |
| pci 0000:01:00.0: [14e4:6326] type 01 class 0x060400 | |
| pci 0000:01:00.0: PME# supported from D0 D3hot | |
| pci 0000:02:00.0: [14e4:4360] type 00 class 0x028000 | |
| pci 0000:02:00.0: reg 10: [mem 0x00000000-0x00007fff 64bit] | |
| pci 0000:02:00.0: supports D1 D2 | |
| pci 0000:01:00.0: Checking PCIe ASPM for vendor 14e4 device 4360 | |
| pci 0000:01:00.0: BAR 8: assigned [mem 0x11000000-0x110fffff] | |
| pci 0000:02:00.0: BAR 0: assigned [mem 0x11000000-0x11007fff 64bit] | |
| pci 0000:01:00.0: PCI bridge to [bus 02-02] | |
| pci 0000:01:00.0: bridge window [mem 0x11000000-0x110fffff] | |
| PCI: Enabling device 0000:01:00.0 (0000 -> 0002) | |
| bcmhs_spi bcmhs_spi.1: master is unqueued, this is deprecated | |
| bcmleg_spi bcmleg_spi.0: master is unqueued, this is deprecated | |
| skb_free_task created successfully | |
| gbpm_do_work scheduled | |
| BLOG v3.0 Initialized | |
| BLOG Rule v1.0 Initialized | |
| Broadcom IQoS v0.1 Jul 16 2017 22:32:27 initialized | |
| Broadcom GBPM v0.1 Jul 16 2017 22:32:28 initialized | |
| NET: Registered protocol family 8 | |
| NET: Registered protocol family 20 | |
| Switching to clocksource MIPS | |
| NET: Registered protocol family 2 | |
| IP route cache hash table entries: 1024 (order: 0, 4096 bytes) | |
| TCP established hash table entries: 4096 (order: 3, 32768 bytes) | |
| TCP bind hash table entries: 4096 (order: 3, 32768 bytes) | |
| TCP: Hash tables configured (established 4096 bind 4096) | |
| TCP: reno registered | |
| UDP hash table entries: 128 (order: 0, 4096 bytes) | |
| UDP-Lite hash table entries: 128 (order: 0, 4096 bytes) | |
| NET: Registered protocol family 1 | |
| PCI: CLS mismatch (64 != 16), using 16 bytes | |
| bcm_tstamp initialized, (hpt_freq=200000000 2us_div=200 2ns_mult=5 2ns_shift=0) | |
| squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
| NTFS driver 2.1.30 [Flags: R/W]. | |
| jffs2: version 2.2. (NAND) (SUMMARY) \C2 2001-2006 Red Hat, Inc. | |
| fuse init (API version 7.18) | |
| msgmni has been set to 239 | |
| io scheduler noop registered (default) | |
| Broadcom NAND controller (BrcmNand Controller) | |
| mtd->oobsize=0, mtd->eccOobSize=0 | |
| NAND_CS_NAND_XOR=00000000 | |
| B4: NandSelect=40000001, nandConfig=16152300, chipSelect=0 | |
| brcmnand_read_id: CS0: dev_id=c8da9095 | |
| After: NandSelect=40000001, nandConfig=16152300 | |
| DevId c8da9095 may not be supported. Will use config info | |
| Spare Area Size = 16B/512B | |
| Block size=00020000, erase shift=17 | |
| NAND Config: Reg=16152300, chipSize=256 MB, blockSize=128K, erase_shift=11 | |
| busWidth=1, pageSize=2048B, page_shift=11, page_mask=000007ff | |
| ECC level changed to 15 | |
| OOB size changed to 16 | |
| BrcmNAND mfg 0 0 UNSUPPORTED NAND CHIP 256MB on CS0 | |
| Found NAND on CS0: ACC=e3ff1010, cfg=16152300, flashId=c8da9095, tim1=6532845b, tim2=00001e94 | |
| BrcmNAND version = 0x0400 256MB @00000000 | |
| brcmnand_scan: B4 nand_select = 40000001 | |
| brcmnand_scan: After nand_select = 40000001 | |
| page_shift=11, bbt_erase_shift=17, chip_shift=28, phys_erase_shift=17 | |
| Brcm NAND controller version = 4.0 NAND flash size 256MB @10000000 | |
| ECC layout=brcmnand_oob_bch4_4k | |
| brcmnand_scan: mtd->oobsize=64 | |
| brcmnand_scan: oobavail=50, eccsize=512, writesize=2048 | |
| brcmnand_scan, eccsize=512, writesize=2048, eccsteps=4, ecclevel=15, eccbytes=3 | |
| -->brcmnand_default_bbt | |
| brcmnand_default_bbt: bbt_td = bbt_main_descr | |
| Bad block table Bbt0 found at page 0001ffc0, version 0x01 for chip on CS0 | |
| Bad block table 1tbB found at page 0001ff80, version 0x01 for chip on CS0 | |
| nand_read_bbt: Bad block at 0x01de0000 | |
| nand_read_bbt: Bad block at 0x09e60000 | |
| brcmnandCET: Status -> Deferred | |
| PPP generic driver version 2.4.2 | |
| PPP BSD Compression module registered | |
| PPP Deflate Compression module registered | |
| NET: Registered protocol family 24 | |
| ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
| PCI: Enabling device 0000:00:0a.0 (0000 -> 0002) | |
| ehci_hcd 0000:00:0a.0: setting latency timer to 64 | |
| ehci_hcd 0000:00:0a.0: EHCI Host Controller | |
| ehci_hcd 0000:00:0a.0: new USB bus registered, assigned bus number 1 | |
| ehci_hcd 0000:00:0a.0: Enabling legacy PCI PM | |
| ehci_hcd 0000:00:0a.0: irq 18, io mem 0x10002500 | |
| ehci_hcd 0000:00:0a.0: USB f.f started, EHCI 1.00 | |
| hub 1-0:1.0: USB hub found | |
| hub 1-0:1.0: 2 ports detected | |
| ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
| PCI: Enabling device 0000:00:09.0 (0000 -> 0002) | |
| ohci_hcd 0000:00:09.0: setting latency timer to 64 | |
| ohci_hcd 0000:00:09.0: OHCI Host Controller | |
| ohci_hcd 0000:00:09.0: new USB bus registered, assigned bus number 2 | |
| ohci_hcd 0000:00:09.0: irq 17, io mem 0x10002600 | |
| hub 2-0:1.0: USB hub found | |
| hub 2-0:1.0: 2 ports detected | |
| usbcore: registered new interface driver usblp | |
| Initializing USB Mass Storage driver... | |
| usbcore: registered new interface driver usb-storage | |
| USB Mass Storage support registered. | |
| brcmboard: brcm_board_init entry | |
| DYING GASP IRQ Initialized and Enabled | |
| Serial: BCM63XX driver $Revision: 3.00 $ | |
| Magic SysRq with Auxilliary trigger char enabled (type ^ h for list of supported commands) | |
| ttyS0 at MMIO 0xb0000180 (irq = 13) is a BCM63XX | |
| ttyS1 at MMIO 0xb00001a0 (irq = 42) is a BCM63XX | |
| Total # RxBds=1448 | |
| bcmPktDmaBds_init: Broadcom Packet DMA BDs initialized | |
| bcmPktDma_init: Broadcom Packet DMA Library initialized | |
| IPSEC SPU: SUCCEEDED | |
| GACT probability NOT on | |
| Mirror/redirect action on | |
| u32 classifier | |
| input device check on | |
| Actions configured | |
| Netfilter messages via NETLINK v0.30. | |
| nf_conntrack version 0.5.0 (1916 buckets, 7664 max) | |
| ip_tables: (C) 2000-2006 Netfilter Core Team | |
| TCP: cubic registered | |
| Initializing XFRM netlink socket | |
| NET: Registered protocol family 10 | |
| ip6_tables: (C) 2000-2006 Netfilter Core Team | |
| IPv6 over IPv4 tunneling driver | |
| NET: Registered protocol family 17 | |
| NET: Registered protocol family 15 | |
| Initializing MCPD Module | |
| Ebtables v2.0 registered | |
| ebt_time registered | |
| ebt_tcpmss registered | |
| ebt_ftos registered | |
| ebt_wmm_mark registered | |
| 8021q: 802.1Q VLAN Support v1.8 | |
| brcmnand_ctrl_verify_ecc: Correctable ECC error at 00000000:03df9800 | |
| corrected error at 0x3df9800 | |
| brcmnand_refresh_blk: Performing block refresh for correctable ECC error at 3de0590 | |
| brcmnand_ctrl_verify_ecc: Correctable ECC error at 00000000:03df9800 | |
| corrected error at 0x3df9800 | |
| brcmnand_refresh_blk: block refresh success | |
| VFS: Mounted root (jffs2 filesystem) readonly on device 31:7. | |
| Freeing unused kernel memory: 220k freed | |
| init started: BusyBox v1.15.3 () | |
| starting pid 297, tty '': '/etc/rcS' | |
| MCU module loaded ok v0.1 Jul 16 2017 22:22:44 | |
| bcm_ingqos: module license 'Proprietary' taints kernel. | |
| Disabling lock debugging due to kernel taint | |
| Broadcom Ingress QoS Module Char Driver v0.1 Jul 16 2017 22:22:29 Registered<243> | |
| Broadcom Ingress QoS ver 0.1 initialized | |
| BPM: tot_mem_size=134217728B (128MB), buf_mem_size <15%> =20132655B (19MB), num of buffers=9986, buf size=2016 | |
| Broadcom BPM Module Char Driver v0.1 Jul 16 2017 22:21:15 Registered<244> | |
| bcmxtmrt: Broadcom BCM3168D0 ATM/PTM Network Device v0.9 Jul 16 2017 22:27:33 | |
| NBUFF v1.0 Initialized | |
| Initialized fcache state | |
| Broadcom Packet Flow Cache Char Driver v3.0 Jul 16 2017 22:22:37 Registered<242> | |
| Created Proc FS /procfs/fcache | |
| Broadcom Packet Flow Cache registered with netdev chain | |
| Broadcom Packet Flow Cache learning via BLOG enabled. | |
| [FHW] pktDbgLvl[0x85d7f040]=0 | |
| [FHW] fhw_construct: | |
| Initialized Fcache HW accelerator layer state | |
| flwStatsThread created | |
| Constructed Broadcom Packet Flow Cache v3.0 Jul 16 2017 22:22:37 | |
| chipId 0x631680D0 | |
| Broadcom Forwarding Assist Processor (FAP) Char Driver v0.1 Jul 16 2017 22:21:49 Registered <241> | |
| Enabling SMISBUS PHYS_FAP_BASE[0] is 0x10c01000 | |
| FAP Soft Reset Done | |
| 4ke Reset Done | |
| Enabling SMISBUS PHYS_FAP_BASE[1] is 0x10c01000 | |
| FAP Soft Reset Done | |
| 4ke Reset Done | |
| FAP Debug values at 0xa5fa46f0 0xa54246f0 | |
| fapGso_LoopBkThread created successfully | |
| Allocated FAP0 SWQ_HOST2FAP_GSO_LOOPBACK_Q mem=a5dd4000 : 16384 bytes | |
| Allocated FAP0 SWQ_FAP2HOST_GSO_LOOPBACK_Q mem=a78dc000 : 16384 bytes | |
| GSO LOOPBACK Cached HOST2FAP Q INFO: | |
| Swq =b0825ef8 qStart=a5dd4000 qEnd=a5dd8000 msgSize=4 dqm=18 fapId=0 | |
| GSO LOOPBACK Cached FAP2HOST Q INFO: | |
| Swq =b0825ec8 qStart=a78dc000 qEnd=a78e0000 msgSize=2 dqm=19 fapId=0 | |
| Allocated FAP0 SWQ_FAP2HOST_WFD_Q mem=a7186000 : 7200 bytes | |
| Allocated FAP1 SWQ_FAP2HOST_WFD_Q mem=a5d4a000 : 7200 bytes | |
| Allocated FAP0 SWQ_FAP2HOST_WFD_Q mem=a5d3c000 : 7200 bytes | |
| Allocated FAP1 SWQ_FAP2HOST_WFD_Q mem=a70ea000 : 7200 bytes | |
| Allocated FAP0 TM SDRAM Queue Storage (a5fb5780) : 390144 bytes @ a5480000 | |
| Allocated FAP1 TM SDRAM Queue Storage (a5435780) : 390144 bytes @ a5500000 | |
| [NTC fapProto] fapReset : Reset FAP Protocol layer | |
| [FAP0] DSPRAM : stack <0x80000000><1792>, global <0x80000700><4568>, free <1832>, total<8192> | |
| [FAP1] DSPRAM : stack <0x80000000><1792>, global <0x80000700><4568>, free <1832>, total<8192> | |
| [FAP0] PSM : addr<0x80002000>, used <24472>, free <104>, total <24576> | |
| [FAP1] PSM : addr<0x80002000>, used <24472>, free <104>, total <24576> | |
| [FAP0] DQM : availableMemory 14668 bytes, nextByteAddress 0xE00048B0 | |
| [FAP1] DQM : availableMemory 14668 bytes, nextByteAddress 0xE00048B0 | |
| [FAP0] Initializing FAP4KE GSO LOOPBACK on fapIdx=0 ... | |
| [FAP1] IC Timer started | |
| [FAP0] SWQ: HOST2FAP_GSO_LOOPBACK | |
| [FAP1] FAP4KE WFD Init Done... | |
| [FAP0] >>>>------------------ | |
| [FAP0] swq =80007ef8 msgSize =4 words , maxDepth=1024 | |
| [FAP0] qStart =a5dd4000 qEnd=a5dd8000 | |
| [FAP0] rdPtr =a5dd4000 wrPtr=a5dd4000 count=0 | |
| [FAP0] swq->interrupts 0 processed =0 dropped =0 | |
| [FAP0] Associated DQM=18 dir HOST2FAP | |
| [FAP0] ------------------<<<< | |
| [FAP0] SWQ: FAP2HOST_GSO_LOOPBACK | |
| [FAP0] >>>>------------------ | |
| [FAP0] swq =80007ec8 msgSize =2 words , maxDepth=2048 | |
| [FAP0] qStart =a78dc000 qEnd=a78e0000 | |
| [FAP0] rdPtr =a78dc000 wrPtr=a78dc000 count=0 | |
| [FAP0] swq->interrupts 0 processed =0 dropped =0 | |
| [FAP0] Associated DQM=19 dir FAP2HOST | |
| [FAP0] ------------------<<<< | |
| [FAP0] FAP4KE GSO LOOPBACK Init Done... | |
| [FAP0] IC Timer started | |
| [FAP0] FAP4KE WFD Init Done... | |
| [FAP1] FAP BPM Initialized. | |
| [FAP0] FAP BPM Initialized. | |
| Broadcom Packet Flow Cache HW acceleration enabled. | |
| fapDrv_construct: FAP0: pManagedMemory=b0820650. wastage 8 bytes | |
| fapDrv_construct: FAP1: pManagedMemory=b0a20650. wastage 8 bytes | |
| bcmPktDma_bind: FAP Driver binding successfull | |
| [FAP1] FAP TM: ON | |
| [FAP0] FAP TM: ON | |
| bcmxtmcfg: bcmxtmcfg_init entry | |
| adsl: adsl_init entry | |
| Broadcom BCM63168D0 Ethernet Network Device v0.1 Jul 16 2017 22:26:38 | |
| Broadcom GMAC Char Driver v0.1 Jul 16 2017 22:27:19 Registered<249> | |
| Broadcom GMAC Driver v0.1 Jul 16 2017 22:27:19 Initialized | |
| fapDrv_psmAlloc: fapIdx=1, size: 4800, offset=b0a20650 bytes remaining 7000 | |
| ETH Init: Ch:0 - 200 tx BDs at 0xb0a20650 | |
| fapDrv_psmAlloc: fapIdx=0, size: 4800, offset=b0820650 bytes remaining 7000 | |
| ETH Init: Ch:1 - 200 tx BDs at 0xb0820650 | |
| fapDrv_psmAlloc: wastage 8 bytes | |
| fapDrv_psmAlloc: fapIdx=0, size: 4808, offset=b0821910 bytes remaining 2184 | |
| ETH Init: Ch:0 - 600 rx BDs at 0xb0821910 | |
| [FAP0] enetRxChannel 0 | |
| fapDrv_psmAlloc: wastage 8 bytes | |
| fapDrv_psmAlloc: fapIdx=1, size: 4808, offset=b0a21910 bytes remaining 2184 | |
| ETH Init: Ch:1 - 600 rx BDs at 0xb0a21910 | |
| [FAP1] enetRxChannel 1 | |
| dgasp: kerSysRegisterDyingGaspHandler: bcmsw registered | |
| eth0: <Ext sw port: 1> <Logical : 09> PHY_ID <0x20180001 : 0x01> MAC : E0:60:66:60:CD:7A | |
| eth1: <Ext sw port: 2> <Logical : 10> PHY_ID <0x20180002 : 0x02> MAC : E0:60:66:60:CD:7A | |
| eth2: <Ext sw port: 3> <Logical : 11> PHY_ID <0x20180003 : 0x03> MAC : E0:60:66:60:CD:7A | |
| eth3: <Ext sw port: 4> <Logical : 12> PHY_ID <0x20180004 : 0x04> MAC : E0:60:66:60:CD:7A | |
| eth4: <Int sw port: 3> <Logical : 03> PHY_ID <0x0010000c : 0x0c> MAC : E0:60:66:60:CD:7A | |
| Ethernet Auto Power Down and Sleep: Enabled | |
| All Port Bit Map: 0x1e08: eth4,eth0,eth1,eth2,eth3 | |
| Chip WAN Only Ports 0000, Defined WAN Only Ports 0000, WAN Only Port Result: 0x0000: | |
| Chip WAN Preffered Ports 0008, Defined WAN Preffered Ports 0000, WAN Preffered Port Result: 0x0008:eth4 | |
| Chip LAN Only Ports 0000, Defined LAN Only Ports 0000, LAN Only Port Result: 0x0000: | |
| WAN/LAN Both Capable Ports 0x1e00:eth0,eth1,eth2,eth3 | |
| [NTC arl] arlEnable : Enabled ARL binding to FAP | |
| Broadcom Address Resolution Logic Processor (ARL) Char Driver v0.1 Jul 16 2017 22:21:14 Registered <245> | |
| Broadcom 802.1Q VLAN Interface, v0.1 | |
| Endpoint: endpoint_init entry | |
| Endpoint: endpoint_init COMPLETED | |
| Initializing WLCSM Module | |
| WLCSM Module loaded successfully | |
| Wifi Forwarding Driver is initialized! | |
| gre: GRE over IPv4 demultiplexor driver | |
| ip_gre: GRE over IPv4 tunneling driver | |
| PPTP driver version 0.8.5 | |
| Loading PCM shim driver | |
| --SMP support | |
| wl: dsl_tx_pkt_flush_len=338 | |
| wl: norm_wmark_tot=3552, pktc_wmark_tot=3552 | |
| wl 0000:00:00.0: setting latency timer to 64 | |
| wl: passivemode=1 | |
| wl0: creating kthread wl0-kthrd | |
| wl: napimode=0 | |
| Neither SPROM nor OTP has valid image | |
| wl:srom/otp not programmed, using main memory mapped srom info(wombo board) | |
| wl:loading /etc/wlan/bcm6362_vars.bin, file size=3205 | |
| wl0: allocskbmode=1 currallocskbsz=1024 | |
| wfd_bind: Dev wl%d wfd_idx 0 wl_radio_idx 0 Type skb configured WFD thread wfd0-thrd minQId/maxQId (20/1073741844), status (0) qmask 0x3 | |
| Instantiating WFD 0 thread | |
| +++++ Added gso loopback support for dev=wl0 <8715c000> | |
| wfd_registerdevice Successfully registered dev wl0 ifidx 0 wfd_idx 0 | |
| wl0: Broadcom BCM435f 802.11 Wireless Controller 7.14.164.307.cpe4.16L05.1-kdb | |
| dgasp: kerSysRegisterDyingGaspHandler: wl0 registered | |
| PCI: Enabling device 0000:02:00.0 (0000 -> 0002) | |
| wl: passivemode=1 | |
| wl1: creating kthread wl1-kthrd | |
| wl: napimode=0 | |
| initvars_cis_pci: Not CIS format | |
| wl:srom/otp not programmed, using main memory mapped srom info(wombo board) | |
| wl:loading /tmp/sc_data_jffs2/bcm4360_vars.bin, file size=3710 | |
| wl1: allocskbmode=1 currallocskbsz=2048 | |
| wfd_bind: Dev wl%d wfd_idx 1 wl_radio_idx 1 Type skb configured WFD thread wfd1-thrd minQId/maxQId (21/1073741845), status (0) qmask 0xc | |
| Instantiating WFD 1 thread | |
| +++++ Added gso loopback support for dev=wl1 <84eb5800> | |
| wfd_registerdevice Successfully registered dev wl1 ifidx 0 wfd_idx 1 | |
| wl1: Broadcom BCM4360 802.11 Wireless Controller 7.14.164.307.cpe4.16L05.1-kdb | |
| dgasp: kerSysRegisterDyingGaspHandler: wl1 registered | |
| Success | |
| Note: Loading 6300 MDK (default) driver for 63168 chip | |
| Note: Forcing 53115 driver for 53125 | |
| Switch MDK: num_switches = 2 | |
| Switch MDK: unit = 0; phy_pbmp = 0x8; config_pbmp = 0x18 | |
| Switch MDK: unit = 1; phy_pbmp = 0x1e; config_pbmp = 0x1e | |
| Switch MDK link poll thread: unit=0; phypbmp=0x8 config_pbmp=0x18 | |
| Switch MDK link poll thread: unit=1; phypbmp=0x1e config_pbmp=0x1e | |
| Energy Efficient Ethernet: Enabled | |
| VOX25_SERCOMM_VFES_3302 | |
| Sun Jul 16 23:14:00 UTC 2017 | |
| ap_name=syslogd, action=start | |
| ap_name=coredump, action=start | |
| ap_name=energy_saving, action=start | |
| ap_name=dnrd, action=start | |
| ap_name=phy, action=start | |
| /bin/adslctl: xdslCtl_GetObjectValue error | |
| ap_name=dhcpd, action=create | |
| ap_name=dnsmasq, action=start | |
| ap_name=lanip, action=start | |
| ap_name=firewall, action=start | |
| ap_name=telnetd, action=start | |
| ap_name=sshd, action=start | |
| ap_name=httpd, action=start | |
| ap_name=redirect, action=start | |
| ap_name=dnrd, action=start | |
| bind: Address already in use | |
| bind: Address already in use | |
| ap_name=ftpd, action=start | |
| ap_name=networkmap, action=start | |
| ap_name=srt, action=restart | |
| ap_name=rp, action=start | |
| ap_name=udpecho, action=start | |
| ap_name=ntp, action=start | |
| ap_name=wlan, action=start | |
| ap_name=ingress_qos, action=start | |
| ap_name=ingress_classify, action=start | |
| /bin/wlctl: Not Found | |
| /bin/wlctl: Not Found | |
| ap_name=qos_cls, action=start | |
| Setting SSID: "vodafoneCD7A" | |
| Setting SSID: "_ONOWiFi" | |
| Setting SSID: "_AUTO_ONOWiFi" | |
| ifconfig: SIOCGIFFLAGS: No such device | |
| /bin/wlctl: Not In Range | |
| /bin/wlctl: Not In Range | |
| ifconfig: SIOCGIFFLAGS: No such device | |
| killall: wifi_radar_2g: no process killed | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: selected channel spec: 0x100a | |
| acsd: Adjusted channel spec: 0x100a | |
| acsd: selected channel spec: 0x100a | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: selected channel spec: 0x100b | |
| acsd: Adjusted channel spec: 0x100b | |
| acsd: selected channel spec: 0x100b | |
| 7200 sec | |
| ACSD >>acs_idx_from_map(1483): cannot find the mapped entry for ifname: wl1 | |
| ERR: Requested ifname not available | |
| killall: wps_det: no process killed | |
| ap_name=qos_remark, action=start | |
| ap_name=ipv6wd, action=start | |
| ap_name=duplexmode, action=start | |
| /bin/wlctl: Not Found | |
| /bin/wlctl: Not Found | |
| ap_name=cpm, action=start | |
| Setting SSID: "vodafoneCD7A" | |
| Setting SSID: "_ONOWiFi" | |
| Setting SSID: "_AUTO_ONOWiFi" | |
| ifconfig: SIOCGIFFLAGS: No such device | |
| /bin/wlctl: Not In Range | |
| /bin/wlctl: Not In Range | |
| ap_name=wanip, action=stop | |
| device wl0 is already a member of a bridge; can't enslave it to bridge br0. | |
| ap_name=wanip, action=stop | |
| ifconfig: SIOCGIFFLAGS: No such device | |
| ap_name=igmp_proxy, action=stop | |
| Setting SSID: "vodafoneCD7A_5G" | |
| Setting SSID: "_ONOWiFi" | |
| Setting SSID: "_AUTO_ONOWiFi" | |
| ifconfig: SIOCGIFFLAGS: No such device | |
| ap_name=wanip, action=stop | |
| /bin/wlctl: Not In Range | |
| /bin/wlctl: Not In Range | |
| ifconfig: SIOCGIFFLAGS: No such device | |
| killall: wifi_radar_5g: no process killed | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: selected channel spec: 0x1007 | |
| acsd: Adjusted channel spec: 0x1007 | |
| acsd: selected channel spec: 0x1007 | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: scan in progress ... | |
| acsd: selected channel spec: 0xe06a | |
| acsd: Adjusted channel spec: 0xe06a | |
| acsd: selected channel spec: 0xe06a | |
| 7200 sec | |
| 7200 sec | |
| ap_name=igd_upnp, action=start | |
| ap_name=dnsr, action=start | |
| ap_name=cron, action=start | |
| ap_name=cups, action=start | |
| ap_name=snmp, action=start | |
| ap_name=3g, action=start | |
| ap_name=emrd, action=start | |
| ap_name=fon, action=start | |
| ap_name=tr069, action=start | |
| killall: cwmp: no process killed | |
| ap_name=voip_qos, action=start | |
| starting pid 2186, tty '': '/sbin/getty ttyS0 115200' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0.000000] Linux version 5.15.107 (noltari@atlantis) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r22187+1-19817fa3f5) 12.2.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Thu Apr 20 11:35:09 2023 | |
| [ 0.000000] CPU0 revision is: 0002a080 (Broadcom BMIPS4350) | |
| [ 0.000000] MIPS: machine is Sercomm SHG2500 | |
| [ 0.000000] 128MB of RAM installed | |
| [ 0.000000] earlycon: bcm63xx_uart0 at MMIO 0x10000180 (options '115200n8') | |
| [ 0.000000] printk: bootconsole [bcm63xx_uart0] enabled | |
| [ 0.000000] Initrd not found or empty - disabling initrd | |
| [ 0.000000] Reserving 0KB of memory at 4194303KB for kdump | |
| [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 16 bytes. | |
| [ 0.000000] Primary data cache 32kB, 2-way, VIPT, cache aliases, linesize 16 bytes | |
| [ 0.000000] Zone ranges: | |
| [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] | |
| [ 0.000000] Movable zone start for each node | |
| [ 0.000000] Early memory node ranges | |
| [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] | |
| [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] | |
| [ 0.000000] percpu: Embedded 11 pages/cpu s13328 r8192 d23536 u45056 | |
| [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 | |
| [ 0.000000] Kernel command line: earlycon | |
| [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) | |
| [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) | |
| [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off | |
| [ 0.000000] Memory: 119208K/131072K available (6995K kernel code, 616K rwdata, 1412K rodata, 1208K init, 215K bss, 11864K reserved, 0K cma-reserved) | |
| [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 | |
| [ 0.000000] rcu: Hierarchical RCU implementation. | |
| [ 0.000000] Tracing variant of Tasks RCU enabled. | |
| [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. | |
| [ 0.000000] NR_IRQS: 256 | |
| [ 0.000000] irq_bcm6345_l1: registered BCM6345 L1 intc (IRQs: 128) | |
| [ 0.000000] irq_bcm6345_l1: CPU0 (irq = 2) | |
| [ 0.000000] irq_bcm6345_l1: CPU1 (irq = 3) | |
| [ 0.000000] brcm,bcm63268 detected @ 400 MHz | |
| [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302233 ns | |
| [ 0.000002] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737418237ns | |
| [ 0.008288] Calibrating delay loop... 398.13 BogoMIPS (lpj=1990656) | |
| [ 0.074683] pid_max: default: 32768 minimum: 301 | |
| [ 0.079902] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | |
| [ 0.087428] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) | |
| [ 0.101839] rcu: Hierarchical SRCU implementation. | |
| [ 0.107642] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build | |
| [ 0.116196] smp: Bringing up secondary CPUs ... | |
| [ 0.122779] SMP: Booting CPU1... | |
| [ 0.131158] Primary instruction cache 64kB, VIPT, 4-way, linesize 16 bytes. | |
| [ 0.131195] Primary data cache 32kB, 2-way, VIPT, cache aliases, linesize 16 bytes | |
| [ 0.131466] CPU1 revision is: 0002a080 (Broadcom BMIPS4350) | |
| [ 1.132942] Synchronize counters for CPU 1: | |
| [ 1.153640] SMP: CPU1 is running | |
| [ 1.153652] done. | |
| [ 1.163551] smp: Brought up 1 node, 2 CPUs | |
| [ 1.175927] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | |
| [ 1.186114] futex hash table entries: 512 (order: 3, 32768 bytes, linear) | |
| [ 1.193353] pinctrl core: initialized pinctrl subsystem | |
| [ 1.201161] NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
| [ 1.256577] clocksource: Switched to clocksource MIPS | |
| [ 1.263939] NET: Registered PF_INET protocol family | |
| [ 1.269597] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) | |
| [ 1.278528] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) | |
| [ 1.287260] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
| [ 1.295210] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) | |
| [ 1.303188] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear) | |
| [ 1.310548] TCP: Hash tables configured (established 1024 bind 1024) | |
| [ 1.317533] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | |
| [ 1.324318] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | |
| [ 1.332126] NET: Registered PF_UNIX/PF_LOCAL protocol family | |
| [ 1.338068] PCI: CLS 0 bytes, default 16 | |
| [ 1.348070] workingset: timestamp_bits=14 max_order=15 bucket_order=1 | |
| [ 1.364108] squashfs: version 4.0 (2009/01/31) Phillip Lougher | |
| [ 1.370142] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. | |
| [ 1.391603] bcm63xx-power-controller 1000184c.power-controller: registered 14 power domains | |
| [ 1.402306] 10000180.serial: ttyS0 at MMIO 0x10000180 (irq = 8, base_baud = 1562500) is a bcm63xx_uart | |
| [ 1.412026] printk: console [ttyS0] enabled | |
| [ 1.412026] printk: console [ttyS0] enabled | |
| [ 1.420627] printk: bootconsole [bcm63xx_uart0] disabled | |
| [ 1.420627] printk: bootconsole [bcm63xx_uart0] disabled | |
| [ 1.432659] 100001a0.serial: ttyS1 at MMIO 0x100001a0 (irq = 34, base_baud = 1562500) is a bcm63xx_uart | |
| [ 1.477109] bcm2835-rng 10002880.rng: hwrng registered | |
| [ 2.010104] random: crng init done | |
| [ 2.015411] bcm6368_nand 10000200.nand: there is not valid maps for state default | |
| [ 2.024190] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xda | |
| [ 2.030842] nand: ESMT NAND 256MiB 3,3V 8-bit | |
| [ 2.035293] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 | |
| [ 2.043220] bcm6368_nand 10000200.nand: detected 256MiB total, 128KiB blocks, 2KiB pages, 16B OOB, 8-bit, Hamming ECC | |
| [ 2.056293] Bad block table found at page 131008, version 0x01 | |
| [ 2.065313] Bad block table found at page 130944, version 0x01 | |
| [ 2.072028] nand_read_bbt: bad block at 0x000001de0000 | |
| [ 2.077378] nand_read_bbt: bad block at 0x000009e60000 | |
| [ 2.083954] 9 fixed-partitions partitions found on MTD device brcmnand.0 | |
| [ 2.092872] Creating 9 MTD partitions on "brcmnand.0": | |
| [ 2.098308] 0x000000000000-0x000000020000 : "cferom" | |
| [ 2.108057] 0x000000020000-0x0000000c0000 : "part_map" | |
| [ 2.115118] 0x0000000c0000-0x000000200000 : "cferam1" | |
| [ 2.122587] 0x000000200000-0x000000340000 : "cferam2" | |
| [ 2.132931] 0x000006920000-0x000006a60000 : "bootflag1" | |
| [ 2.141847] 0x000006a60000-0x000006ba0000 : "bootflag2" | |
| [ 2.149112] 0x000000520000-0x000006920000 : "wfi" | |
| [ 2.160952] sercomm: bootflag1=4 | |
| [ 2.165426] sercomm: bootflag2=3 | |
| [ 2.232319] 4 ser-wfi-fw partitions found on MTD device wfi | |
| [ 2.238084] Creating 4 MTD partitions on "wfi": | |
| [ 2.242705] 0x000000000000-0x000003200000 : "firmware" | |
| [ 2.250202] 0x000000000000-0x000000500000 : "kernel" | |
| [ 2.257382] 0x000000500000-0x000003200000 : "ubi" | |
| [ 2.264804] 0x000003200000-0x000006400000 : "img2" | |
| [ 2.275672] 0x000006ba0000-0x000006e20000 : "xml_cfg" | |
| [ 2.282817] 0x000006e20000-0x0000070a0000 : "app_data" | |
| [ 2.424278] bcm6368-mdio-mux 107000b0.mdio: Broadcom BCM6368 MDIO mux bus | |
| [ 2.433525] bcm53xx 0.1:1e: found switch: BCM53125, rev 4 | |
| [ 2.439267] bcm53xx 0.1:1e: failed to register switch: -517 | |
| [ 2.446506] b53-switch 10700000.switch: found switch: BCM63268, rev 0 | |
| [ 2.455352] bcm6368-enetsw 1000d800.ethernet: mtd mac e0:60:66:60:cd:7a | |
| [ 2.578035] bcm6368-enetsw 1000d800.ethernet: eth0 at 0xb000d800, IRQ 0 | |
| [ 2.588656] bcm7038-wdt 1000009c.watchdog: Registered BCM7038 Watchdog | |
| [ 2.598278] NET: Registered PF_INET6 protocol family | |
| [ 2.613492] Segment Routing with IPv6 | |
| [ 2.617471] In-situ OAM (IOAM) with IPv6 | |
| [ 2.621635] NET: Registered PF_PACKET protocol family | |
| [ 2.627624] 8021q: 802.1Q VLAN Support v1.8 | |
| [ 2.891434] registering PCI controller with io_map_base unset | |
| [ 2.897698] PCI host bridge to bus 0000:00 | |
| [ 2.901905] pci_bus 0000:00: root bus resource [mem 0x11000000-0x11efffff] | |
| [ 2.909020] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0] | |
| [ 2.915965] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] | |
| [ 2.924216] pci 0000:00:00.0: [14e4:6326] type 01 class 0x060400 | |
| [ 2.930530] pci 0000:00:00.0: PME# supported from D0 D3hot | |
| [ 2.939713] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring | |
| [ 2.948409] pci 0000:01:00.0: [14e4:4360] type 00 class 0x028000 | |
| [ 2.954645] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit] | |
| [ 2.961921] pci 0000:01:00.0: supports D1 D2 | |
| [ 2.966305] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link) | |
| [ 2.985084] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 | |
| [ 2.991939] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 01 | |
| [ 2.998751] pci 0000:00:00.0: BAR 8: assigned [mem 0x11000000-0x110fffff] | |
| [ 3.005706] pci 0000:01:00.0: BAR 0: assigned [mem 0x11000000-0x11007fff 64bit] | |
| [ 3.013306] pci 0000:00:00.0: PCI bridge to [bus 01] | |
| [ 3.018399] pci 0000:00:00.0: bridge window [mem 0x11000000-0x110fffff] | |
| [ 3.025529] pcieport 0000:00:00.0: enabling device (0000 -> 0002) | |
| [ 3.032229] pcieport 0000:00:00.0: PME: Signaling with IRQ 40 | |
| [ 3.041474] bcm53xx 0.1:1e: found switch: BCM53125, rev 4 | |
| [ 3.047287] bcm53xx 0.1:1e: failed to register switch: -517 | |
| [ 3.054156] b53-switch 10700000.switch: found switch: BCM63268, rev 0 | |
| [ 3.178285] b53-switch 10700000.switch: Using legacy PHYLIB callbacks. Please migrate to PHYLINK! | |
| [ 3.190429] b53-switch 10700000.switch wan (uninitialized): PHY [0.0:0c] driver [Generic PHY] (irq=POLL) | |
| [ 3.206379] DSA: tree 0 setup | |
| [ 3.211291] bcm53xx 0.1:1e: found switch: BCM53125, rev 4 | |
| [ 3.354574] bcm53xx 0.1:1e: Using legacy PHYLIB callbacks. Please migrate to PHYLINK! | |
| [ 3.365798] bcm53xx 0.1:1e: Configured port 8 for rgmii | |
| [ 3.372652] bcm53xx 0.1:1e lan1 (uninitialized): PHY [dsa-1.0:01] driver [Generic PHY] (irq=POLL) | |
| [ 3.386114] bcm53xx 0.1:1e lan2 (uninitialized): PHY [dsa-1.0:02] driver [Generic PHY] (irq=POLL) | |
| [ 3.399371] bcm53xx 0.1:1e lan3 (uninitialized): PHY [dsa-1.0:03] driver [Generic PHY] (irq=POLL) | |
| [ 3.412386] bcm53xx 0.1:1e lan4 (uninitialized): PHY [dsa-1.0:04] driver [Generic PHY] (irq=POLL) | |
| [ 3.426847] DSA: tree 1 setup | |
| [ 3.434621] UBI: auto-attach mtd9 | |
| [ 3.438164] ubi0: attaching mtd9 | |
| [ 3.874140] ubi0: scanning is finished | |
| [ 3.897883] ubi0: attached mtd9 (name "ubi", size 45 MiB) | |
| [ 3.903512] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes | |
| [ 3.910672] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048 | |
| [ 3.917698] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 | |
| [ 3.924832] ubi0: good PEBs: 359, bad PEBs: 1, corrupted PEBs: 0 | |
| [ 3.931066] ubi0: user volume: 2, internal volumes: 1, max. volumes count: 128 | |
| [ 3.938481] ubi0: max/mean erase counter: 7/4, WL threshold: 4096, image sequence number: 1680107614 | |
| [ 3.947886] ubi0: available PEBs: 0, total reserved PEBs: 359, PEBs reserved for bad PEB handling: 39 | |
| [ 3.957467] ubi0: background thread "ubi_bgt0d" started, PID 359 | |
| [ 3.967181] block ubiblock0_0: created from ubi0:0(rootfs) | |
| [ 3.972849] ubiblock: device ubiblock0_0 (rootfs) set to be root filesystem | |
| [ 3.992435] VFS: Mounted root (squashfs filesystem) readonly on device 254:0. | |
| [ 4.012469] Freeing unused kernel image (initmem) memory: 1208K | |
| [ 4.018570] This architecture does not have kernel memory protection. | |
| [ 4.025163] Run /sbin/init as init process | |
| [ 4.903633] init: Console is alive | |
| [ 4.907968] init: - watchdog - | |
| [ 6.495900] kmodloader: loading kernel modules from /etc/modules-boot.d/* | |
| [ 6.619380] usbcore: registered new interface driver usbfs | |
| [ 6.625254] usbcore: registered new interface driver hub | |
| [ 6.631055] usbcore: registered new device driver usb | |
| [ 6.653910] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
| [ 6.664316] fsl-ehci: Freescale EHCI Host controller driver | |
| [ 6.674258] ehci-platform: EHCI generic platform driver | |
| [ 6.716630] ehci-platform 10002500.usb: EHCI Host Controller | |
| [ 6.722468] ehci-platform 10002500.usb: new USB bus registered, assigned bus number 1 | |
| [ 6.731032] ehci-platform 10002500.usb: irq 10, io mem 0x10002500 | |
| [ 6.766664] ehci-platform 10002500.usb: USB 2.0 started, EHCI 1.00, overcurrent ignored | |
| [ 6.776464] hub 1-0:1.0: USB hub found | |
| [ 6.780540] hub 1-0:1.0: 2 ports detected | |
| [ 6.801594] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
| [ 6.811364] ohci-platform: OHCI generic platform driver | |
| [ 6.817412] ohci-platform 10002600.usb: Generic Platform OHCI controller | |
| [ 6.824362] ohci-platform 10002600.usb: new USB bus registered, assigned bus number 2 | |
| [ 6.832858] ohci-platform 10002600.usb: irq 11, io mem 0x10002600 | |
| [ 6.912214] hub 2-0:1.0: USB hub found | |
| [ 6.916221] hub 2-0:1.0: 2 ports detected | |
| [ 6.941317] kmodloader: done loading kernel modules from /etc/modules-boot.d/* | |
| [ 6.959707] init: - preinit - | |
| [ 9.488164] b53-switch 10700000.switch extsw: configuring for fixed/rgmii link mode | |
| [ 9.496756] b53-switch 10700000.switch extsw: Link is Up - 1Gbps/Full - flow control off | |
| [ 9.501195] bcm53xx 0.1:1e lan1: configuring for phy/gmii link mode | |
| [ 9.512330] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
| [ 9.519337] IPv6: ADDRCONF(NETDEV_CHANGE): extsw: link becomes ready | |
| Press the [f] key and hit [enter] to enter failsafe mode | |
| Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level | |
| [ 11.977321] UBIFS (ubi0:1): Mounting in unauthenticated mode | |
| [ 11.983592] UBIFS (ubi0:1): background thread "ubifs_bgt0_1" started, PID 505 | |
| [ 12.073319] UBIFS (ubi0:1): recovery needed | |
| [ 12.271036] UBIFS (ubi0:1): recovery completed | |
| [ 12.275757] UBIFS (ubi0:1): UBIFS: mounted UBI device 0, volume 1, name "rootfs_data" | |
| [ 12.283869] UBIFS (ubi0:1): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes | |
| [ 12.294075] UBIFS (ubi0:1): FS size: 35045376 bytes (33 MiB, 276 LEBs), max 286 LEBs, journal size 1777664 bytes (1 MiB, 14 LEBs) | |
| [ 12.306071] UBIFS (ubi0:1): reserved for root: 1655278 bytes (1616 KiB) | |
| [ 12.312880] UBIFS (ubi0:1): media format: w5/r0 (latest is w5/r0), UUID 9FA146BE-1363-4DC2-A4A2-C5F49B70055E, small LPT model | |
| [ 12.331413] mount_root: switching to ubifs overlay | |
| [ 12.363955] urandom-seed: Seeding with /etc/urandom.seed | |
| [ 12.590831] procd: - early - | |
| [ 12.594316] procd: - watchdog - | |
| [ 13.362702] procd: - watchdog - | |
| [ 13.370185] procd: - ubus - | |
| [ 13.501471] procd: - init - | |
| Please press Enter to activate this console. | |
| [ 14.878376] kmodloader: loading kernel modules from /etc/modules.d/* | |
| [ 15.482777] urngd: v1.0.2 started. | |
| [ 15.840358] bcma-sprom bcm4360-sprom: Unsupported SPROM revision 11 detected. Will extract v1 | |
| [ 15.850047] bcma-sprom bcm4360-sprom: mtd mac e0:60:66:60:cd:7b | |
| [ 15.856113] bcma-sprom bcm4360-sprom: registered SPROM for [1:0] | |
| [ 15.863445] bcma-pci-bridge 0000:01:00.0: enabling device (0000 -> 0002) | |
| [ 15.870509] bcma-pci-bridge 0000:01:00.0: bus0: Found chip with id 0x4360, rev 0x03 and package 0x01 | |
| [ 15.880020] bcma-pci-bridge 0000:01:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0) | |
| [ 15.891022] bcma-pci-bridge 0000:01:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2A, class 0x0) | |
| [ 15.902169] bcma-pci-bridge 0000:01:00.0: bus0: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x02, class 0x0) | |
| [ 15.912893] bcma-pci-bridge 0000:01:00.0: bus0: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x01, class 0x0) | |
| [ 15.923782] bcma-pci-bridge 0000:01:00.0: bus0: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x11, class 0x0) | |
| [ 15.967108] bcma-pci-bridge 0000:01:00.0: bus0: Invalid SPROM read from the PCIe card, trying to use fallback SPROM | |
| [ 15.977893] bcma-sprom bcm4360-sprom: requested by [1:0] | |
| [ 15.986800] bcma-pci-bridge 0000:01:00.0: bus0: Bus registered | |
| [ 16.094409] i2c_dev: i2c /dev entries driver | |
| [ 16.108190] i2c-gpio i2c: Slow GPIO pins might wreak havoc into I2C/SMBus bus timing | |
| [ 16.116928] i2c-gpio i2c: using lines 474 (SDA) and 469 (SCL) | |
| [ 16.141229] Loading modules backported from Linux version v6.1.24-0-g0102425ac76b | |
| [ 16.148961] Backport generated by backports.git v5.15.92-1-44-gd6ea70fafd36 | |
| [ 16.595133] PPP generic driver version 2.4.2 | |
| [ 16.603525] NET: Registered PF_PPPOX protocol family | |
| [ 16.643565] b43-phy0: Broadcom 4360 WLAN found (core revision 42) | |
| [ 16.650294] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1) | |
| [ 16.658590] b43: probe of bcma0:1 failed with error -122 | |
| [ 16.664239] Broadcom 43xx driver loaded [ Features: NL ] | |
| [ 16.690026] kmodloader: done loading kernel modules from /etc/modules.d/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment