Advertisement
Guest User

Untitled

a guest
Aug 5th, 2019
1,639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.88 KB | None | 0 0
  1.  
  2.  
  3. U-Boot 2012.10-00101-g93bc206 (Jun 19 2015 - 12:33:28)Meraki MX64 Boot Kernel Loader
  4.  
  5. DEV ID = 0xcf1e
  6. PCIE CFG DEV ID = 0x8025
  7. OTP offset(0x8): 0x78f01c01
  8. OTP offset(0x9): 0xfe200818
  9. OTP offset(0xa): 0xc01b0
  10. OTP offset(0xb): 0x0
  11. OTP offset(0xc): 0x4a00000
  12. OTP offset(0xd): 0xffede230
  13. OTP offset(0xe): 0x1035d17f
  14. OTP offset(0xf): 0x4000
  15. NSP25 32bit DDR
  16. SKU ID = 0x0
  17. DDR type: DDR3
  18. MEMC 0 DDR speed = 800MHz
  19. ddr_init2: Calling soc_ddr40_set_shmoo_dram_config
  20. ddr_init2: Calling soc_ddr40_phy_calibrate
  21. C01. Check Power Up Reset_Bar
  22. C02. Config and Release PLL from reset
  23. C03. Poll PLL Lock
  24. C04. Calibrate ZQ (ddr40_phy_calib_zq)
  25. C05. DDR PHY VTT On (Virtual VTT setup) DISABLE all Virtual VTT
  26. C06. DDR40_PHY_DDR3_MISC
  27. C07. VDL Calibration
  28. C07.1
  29. C07.2
  30. C07.4
  31. C07.4.1
  32. C07.4.4
  33. VDL calibration result: 0x30000003 (cal_steps = 0)
  34. C07.4.5
  35. C07.4.6
  36. C07.5
  37. C08. DDR40_PHY_DDR3_MISC : Start DDR40_PHY_RDLY_ODT....
  38. C09. Start ddr40_phy_autoidle_on (MEM_SYS_PARAM_PHY_AUTO_IDLE) ....
  39. C10. Wait for Phy Ready
  40. Programming controller register
  41. ddr_init2: Calling soc_ddr40_shmoo_ctl
  42. Validate Shmoo parameters stored in flash ..... OK
  43. Press Ctrl-C to run Shmoo ..... skipped
  44. Restoring Shmoo parameters from flash ..... done
  45. Running simple memory test ..... OK
  46. DDR Tune Completed
  47. DRAM: 31.9 MiB
  48. WARNING: Caches not enabled
  49. NAND: Micron MT29F8G08ABACA, Found strap type 0x6 strap page 0x2
  50. 256 KiB blocks, 4 KiB pages, 27B OOB, 8-bit
  51. NAND: chipsize 1024 MiB
  52. *** Warning - bad CRC, using default environment
  53.  
  54. In: serial
  55. Out: serial
  56. Err: serial
  57. arm_clk=1200MHz, axi_clk=600MHz, apb_clk=300MHz, arm_periph_clk=600MHz
  58. Enabling icache and dcache
  59. Enabling l2cache
  60. JDIZ
  61. Registering eth
  62. Broadcom BCM IPROC Ethernet driver 0.1
  63. Using GMAC1 (0x18023000)
  64. ERROR: could not get env ethaddr
  65. et0: ethHw_chipAttach: Chip ID: 0xcf1e; phyaddr: 0x1e
  66. bcm_robo_attach: devid: 0x10
  67. robo_serdes_reset_core page(0x16) id2(0x3ff)
  68. robo_serdes_init page(0x16) id0(0x4281) id1(0x4fc0) id2(0x3ff)
  69. robo_serdes_init access page4 via page5 lane1
  70. robo_serdes_init page(0x16) id0(0x4281) id1(0x4fc0) id2(0x3ff)
  71. robo_serdes_init set back to lane0
  72.  
  73. NAND read: device 0 offset 0x500000, size 0x200000
  74. 2097152 bytes read: OK
  75. Uncompressing Linux... done, booting the kernel.
  76. [ 0.000000] Booting Linux on physical CPU 0
  77.  
  78. [ 0.000000] Linux version 3.4.111 (jdizzle@x) (gcc version 4.8.3 (GCC) ) #6 Wed May 4 11:23:30 PDT 2016
  79.  
  80. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  81.  
  82. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  83.  
  84. [ 0.000000] Machine: Meraki Wired-Arm-Nsp, model: Meraki wired-arm-nsp
  85.  
  86. [ 0.000000] bootconsole [earlycon0] enabled
  87.  
  88. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  89.  
  90. [ 0.000000] BUG: mapping for 0x18000000 at 0xff000000 out of vmalloc space
  91.  
  92. [ 0.000000] BUG: mapping for 0x19000000 at 0xff200000 out of vmalloc space
  93.  
  94. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260080
  95.  
  96. [ 0.000000] Kernel command line: console=ttyS0,115200n8 ubi.mtd=ubi mem=0x3fff0000 earlyprintk loader=u-boot part=bootkernel2
  97.  
  98. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  99.  
  100. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  101.  
  102. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  103.  
  104. [ 0.000000] Memory: 1023MB = 1023MB total
  105.  
  106. [ 0.000000] Memory: 1033928k/1033928k available, 14584k reserved, 0K highmem
  107.  
  108. [ 0.000000] Virtual kernel memory layout:
  109.  
  110. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  111.  
  112. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  113.  
  114. [ 0.000000] vmalloc : 0x80000000 - 0xff000000 (2032 MB)
  115.  
  116. [ 0.000000] lowmem : 0x40000000 - 0x7fff0000 (1023 MB)
  117.  
  118. [ 0.000000] modules : 0x3f000000 - 0x40000000 ( 16 MB)
  119.  
  120. [ 0.000000] .text : 0x40008000 - 0x40310790 (3106 kB)
  121.  
  122. [ 0.000000] .init : 0x40311000 - 0x4051f9b4 (2107 kB)
  123.  
  124. [ 0.000000] .data : 0x40520000 - 0x40546588 ( 154 kB)
  125.  
  126. [ 0.000000] .bss : 0x405465ac - 0x40569e20 ( 143 kB)
  127.  
  128. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  129.  
  130. [ 0.000000] NR_IRQS:292
  131.  
  132. [ 0.000000] Data abort at addr=0x0, fsr=0x1c06 ignored.
  133.  
  134. [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
  135.  
  136. [ 0.010000] Calibrating delay loop... 2393.70 BogoMIPS (lpj=11968512)
  137.  
  138. [ 0.070000] pid_max: default: 32768 minimum: 301
  139.  
  140. [ 0.070000] Mount-cache hash table entries: 512
  141.  
  142. [ 0.080000] CPU: Testing write buffer coherency: ok
  143.  
  144. [ 0.080000] Setting up static identity map for 0x60239b18 - 0x60239b70
  145.  
  146. [ 0.090000] L310 cache controller enabled
  147.  
  148. [ 0.090000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x0a150000, Cache size: 524288 B
  149.  
  150. [ 0.100000] devtmpfs: initialized
  151.  
  152. [ 0.110000] NET: Registered protocol family 16
  153.  
  154. [ 0.110000] gpiochip_add: registered GPIOs 0 to 31 on device: GPIOA
  155.  
  156. [ 0.120000] iproc gpiochip add GPIOA
  157.  
  158. [ 0.120000] GPIOA:ioaddr ff000060
  159.  
  160. [ 0.130000] GPIOA:intr_ioaddr ff000000 dmu_ioaddr ff020000
  161.  
  162. [ 0.130000] gpiochip_add: registered GPIOs 32 to 35 on device: GPIOB
  163.  
  164. [ 0.140000] iproc gpiochip add GPIOB
  165.  
  166. [ 0.140000] GPIOB:ioaddr ff030000
  167.  
  168. [ 0.150000] Warning: No reset pin specified in config
  169.  
  170. [ 0.150000] request_idm_timeout_interrupts: 600 entry
  171.  
  172. [ 0.160000] idm_timeout_handler: 340, 0 entry
  173.  
  174. [ 0.160000] idm_timeout_handler: 585 exit
  175.  
  176. [ 0.160000] request_idm_timeout_interrupts: 696 exit
  177.  
  178. [ 0.170000] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  179.  
  180. [ 0.180000] hw-breakpoint: maximum watchpoint size is 4 bytes.
  181.  
  182. [ 0.190000] bio: create slab <bio-0> at 0
  183.  
  184. [ 0.190000] usbcore: registered new interface driver usbfs
  185.  
  186. [ 0.200000] usbcore: registered new interface driver hub
  187.  
  188. [ 0.200000] usbcore: registered new device driver usb
  189.  
  190. [ 0.210000] i2c-gpio i2c-gpio.6: using pins 5 (SDA) and 4 (SCL)
  191.  
  192. [ 0.210000] Switching to clocksource iproc_gtimer
  193.  
  194. [ 0.220000] NET: Registered protocol family 2
  195.  
  196. [ 0.230000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  197.  
  198. [ 0.240000] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  199.  
  200. [ 0.250000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  201.  
  202. [ 0.250000] TCP: Hash tables configured (established 131072 bind 65536)
  203.  
  204. [ 0.260000] TCP: reno registered
  205.  
  206. [ 0.260000] UDP hash table entries: 512 (order: 1, 8192 bytes)
  207.  
  208. [ 0.270000] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
  209.  
  210. [ 0.280000] NET: Registered protocol family 1
  211.  
  212. [ 0.540000] PCIE0: LINKSTA reg 0xbe val 0x1001
  213.  
  214. [ 0.540000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2, PCIE0 link=0
  215.  
  216. [ 0.910000] PCIE1: LINKSTA reg 0xbe val 0x1001
  217.  
  218. [ 0.920000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2, PCIE1 link=0
  219.  
  220. [ 1.290000] PCIE2: LINKSTA reg 0xbe val 0x1001
  221.  
  222. [ 1.290000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x2, reg[0xde]=0x1, PCIE2 link=0
  223.  
  224. [ 1.420000] pm_init: Initializing Power Management ....
  225.  
  226. [ 1.430000] msgmni has been set to 2019
  227.  
  228. [ 1.430000] io scheduler noop registered
  229.  
  230. [ 1.430000] io scheduler deadline registered
  231.  
  232. [ 1.440000] io scheduler cfq registered (default)
  233.  
  234. [ 1.440000] iproc_pwmc_probe iobase ff031000 phys:18031000
  235.  
  236. [ 1.450000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  237.  
  238. [ 1.460000] 18000300.uart: ttyS0 at MMIO 0x18000300 (irq = 117) is a 16550A
  239.  
  240. [ 1.460000] console [ttyS0] enabled, bootconsole disabled
  241. [ 1.460000] console [ttyS0] enabled, bootconsole disabled
  242.  
  243. [ 1.470000] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
  244. [ 1.480000] ONFI param page 0 valid
  245. [ 1.490000] ONFI flash detected
  246. [ 1.490000] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron MT29F8G08ABACAWP)
  247. [ 1.500000] iproc_nand: heuristics exception detected, Micron MT29F8G08ABACA
  248. [ 1.500000] iproc_nand: following bootloader settings
  249. [ 1.510000] iproc_nand: 1024MiB total, 256KiB blocks, 4KiB pages, 27B OOB, 8-bit
  250. [ 1.520000] iproc_nand: user oob per page: 46 bytes (4 steps)
  251. [ 1.520000] Bad block table found at page 262080, version 0x01
  252. [ 1.530000] Bad block table found at page 262016, version 0x01
  253. [ 1.540000] Bad block table found at page 262080, version 0x01
  254. [ 1.540000] Bad block table found at page 262016, version 0x01
  255. [ 1.550000] Creating 6 MTD partitions on "nand_iproc.0":
  256. [ 1.550000] 0x000000000000-0x000000200000 : "U-boot"
  257. [ 1.560000] 0x000000100000-0x000000400000 : "bootkernel1"
  258. [ 1.570000] 0x000000400000-0x000000500000 : "senao_nvram"
  259. [ 1.570000] 0x000000500000-0x000000800000 : "bootkernel2"
  260. [ 1.580000] 0x000000800000-0x00003ff00000 : "ubi"
  261. [ 1.580000] 0x000000000000-0x00003ff00000 : "all"
  262. [ 1.590000] iproc_nand: NAND controller driver is loaded
  263. [ 1.590000] UBI: attaching mtd4 to ubi0
  264. [ 1.600000] UBI: physical eraseblock size: 262144 bytes (256 KiB)
  265. [ 1.600000] UBI: logical eraseblock size: 253952 bytes
  266. [ 1.610000] UBI: smallest flash I/O unit: 4096
  267. [ 1.610000] UBI: VID header offset: 4096 (aligned 4096)
  268. [ 1.620000] UBI: data offset: 8192
  269. [ 6.680000] UBI: max. sequence number: 345
  270. [ 6.690000] UBI: attached mtd4 to ubi0
  271. [ 6.700000] UBI: MTD device name: "ubi"
  272. [ 6.700000] UBI: MTD device size: 1015 MiB
  273. [ 6.710000] UBI: number of good PEBs: 4060
  274. [ 6.710000] UBI: number of bad PEBs: 0
  275. [ 6.720000] UBI: number of corrupted PEBs: 0
  276. [ 6.720000] UBI: max. allowed volumes: 128
  277. [ 6.730000] UBI: wear-leveling threshold: 4096
  278. [ 6.730000] UBI: number of internal volumes: 1
  279. [ 6.740000] UBI: number of user volumes: 6
  280. [ 6.740000] UBI: available PEBs: 1568
  281. [ 6.740000] UBI: total number of reserved PEBs: 2492
  282. [ 6.750000] UBI: number of PEBs reserved for bad PEB handling: 40
  283. [ 6.760000] UBI: max/mean erase counter: 3/0
  284. [ 6.760000] UBI: image sequence number: 887924684
  285. [ 6.760000] UBI: background thread "ubi_bgt0d" started, PID 244
  286. [ 6.770000] tun: Universal TUN/TAP device driver, 1.6
  287. [ 6.780000] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
  288. [ 6.790000] bcm5301x_gmac_init_module: NAPI2_POLL mode
  289. [ 6.790000] bcm5301x_gmac_probe enter name:bcmiproc-gmac0; id:0x0; unit:0
  290. [ 6.800000] NVRAM: map 0x1e0a0000
  291. [ 6.830000] et0: eth1addr not found, ignore it
  292. [ 6.830000] bcm5301x_gmac_probe enter name:bcmiproc-gmac1; id:0x0; unit:1
  293. [ 6.840000] et1: eth2addr not found, ignore it
  294. [ 6.840000] bcm5301x_gmac_probe enter name:bcmiproc-gmac2; id:0x0; unit:2
  295. [ 6.850000] si_doattach chipid: 0x3f04cf1e
  296. [ 6.850000] et2: base_addr (0x18024000) irq (181)
  297. [ 6.860000] etc_gmac_speed default GMAC2 speed: auto
  298. [ 6.860000] etc_attach() mdio_init_time = 5
  299. [ 6.870000] si_doattach: incoming bus is PCI but it's a lie, switching to SI devid:0xcf1c
  300. [ 6.880000] si_doattach chipid: 0x3f04cf1e
  301. [ 6.880000] si_attach socitype(0x3) chip(0xcf1e) chiprev(0x4) chippkg(0x0)
  302. [ 6.890000] et2: chipattach: phyaddr(0x1e)
  303. [ 6.890000] et2: chipattach: Calling robo attach
  304. [ 6.900000] bcm_robo_attach: devid32: 0x10
  305. [ 6.960000] bcm_robo_enable_switch IPROC OTP is not configured, can not determine skuid
  306. [ 6.970000] bcm_robo_enable_switch Northstar Family chip
  307. [ 6.980000] eth0: Broadcom BCM5302x 10/100/1000 Mbps Ethernet Controller 6.30.40 (TOB) (r)
  308. [ 6.990000] eth_mac_proc_create: enter
  309. [ 6.990000]
  310. [ 6.990000] Creating fa bypass proc entry
  311. [ 6.990000] et_ctf_active enabled
  312. [ 7.000000] bcm5301x_gmac_probe enter name:bcmiproc-gmac3; id:0x0; unit:3
  313. [ 7.000000] et3: eth3addr not found, ignore it
  314. [ 7.010000] usbcore: registered new interface driver cdc_eem
  315. [ 7.020000] usbcore: registered new interface driver cdc_subset
  316. [ 7.020000] usbcore: registered new interface driver cdc_ncm
  317. [ 7.030000] usbcore: registered new interface driver cdc_acm
  318. [ 7.030000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  319. [ 7.040000] usbcore: registered new interface driver usbserial
  320. [ 7.050000] usbcore: registered new interface driver usbserial_generic
  321. [ 7.050000] USB Serial support registered for generic
  322. [ 7.060000] usbserial: USB Serial Driver core
  323. [ 7.060000] usbcore: registered new interface driver option
  324. [ 7.070000] USB Serial support registered for GSM modem (1-port)
  325. [ 7.070000] usbcore: registered new interface driver qcserial
  326. [ 7.080000] USB Serial support registered for Qualcomm USB modem
  327. [ 7.090000] usbcore: registered new interface driver sierra
  328. [ 7.090000] USB Serial support registered for Sierra USB modem
  329. [ 7.100000] input: gpio-buttons.5 as /devices/gpio-buttons.5/input/input0
  330. [ 7.110000] i2c /dev entries driver
  331. [ 7.110000] GENPLL[5] mdiv=12 rate=1500000000
  332. [ 7.120000] GENPLL[5] mdiv=12 rate=1500000000
  333. [ 7.120000] sp805-wdt sp805-wdt: registration successful
  334. [ 7.130000] usbcore: registered new interface driver usbhid
  335. [ 7.130000] usbhid: USB HID core driver
  336. [ 7.140000] meraki-config board-data.2: Meraki config device loaded
  337. [ 7.140000] TCP: cubic registered
  338. [ 7.150000] NET: Registered protocol family 17
  339. [ 7.150000] NET: Registered protocol family 15
  340. [ 7.160000] 8021q: 802.1Q VLAN Support v1.8
  341. [ 7.160000] Registering SWP/SWPB emulation handler
  342. [ 7.170000] devtmpfs: mounted
  343. [ 7.170000] Freeing init memory: 2104K
  344. [ 7.180000] Made it into bootsh: May 4 2016 11:22:26
  345. [ 7.180000] bootsh build T-202721-gf60003da-jdizzle
  346. [ 7.410000] UBIFS: mounted UBI device 0, volume 3, name "storage"
  347. [ 7.420000] UBIFS: file system size: 534061056 bytes (521544 KiB, 509 MiB, 2103 LEBs)
  348. [ 7.420000] UBIFS: journal size: 26664960 bytes (26040 KiB, 25 MiB, 105 LEBs)
  349. [ 7.430000] UBIFS: media format: w4/r0 (latest is w4/r0)
  350. [ 7.440000] UBIFS: default compressor: lzo
  351. [ 7.440000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
  352. In manufacturing[ 7.560000] /init: FALSE
  353. : reading file /storage/config: No such file or directory
  354. In manufacturing: FALSE
  355. [ 11.510000] Mapping 24498176 bytes for /dev/mtdblock/part.safe
  356. [ 11.550000] Meraki-build is T-189518M-g9b34fdcd-tpassaro
  357. Using itb config alamo (wired-arm-nsp alamo configuration)
  358. Description: wired-arm-nsp Kernel
  359. Description: wired-arm-nsp Ramdisk
  360. Description: wired-arm-nsp Device Tree 2GB Alamo
  361. [ 15.000000] UBIFS: un-mount UBI device 0, volume 3
  362. [ 15.010000] Starting new kernel
  363. [ 15.010000] Bye!
  364. [ 0.000000] Booting Linux on physical CPU 0
  365.  
  366. [ 0.000000] Linux version 3.4.109 (tpassaro@tpassaro-imac) (gcc version 4.8.3 (GCC) ) #15 SMP Sun Jan 10 21:10:58 PST 2016
  367.  
  368. [ 0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=10c5387d
  369.  
  370. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  371.  
  372. [ 0.000000] Machine: Meraki Wired-Arm-Nsp, model: Meraki MX65
  373.  
  374. [ 0.000000] bootconsole [earlycon0] enabled
  375.  
  376. [ 0.000000] Memory policy: ECC disabled, Data cache writealloc
  377.  
  378. [ 0.000000] BUG: mapping for 0x18000000 at 0xff000000 out of vmalloc space
  379.  
  380. [ 0.000000] BUG: mapping for 0x19000000 at 0xff200000 out of vmalloc space
  381.  
  382. [ 0.000000] PERCPU: Embedded 7 pages/cpu @423f0000 s5888 r8192 d14592 u32768
  383.  
  384. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520176
  385.  
  386. [ 0.000000] Kernel command line: console=ttyS0,115200n8 ubi.mtd=ubi earlyprintk console=ttyS0,115200n8 earlyprintks
  387.  
  388. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  389.  
  390. [ 0.000000] Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
  391.  
  392. [ 0.000000] Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
  393.  
  394. [ 0.000000] Memory: 2047MB = 2047MB total
  395.  
  396. [ 0.000000] Memory: 2058660k/2058660k available, 38428k reserved, 0K highmem
  397.  
  398. [ 0.000000] Virtual kernel memory layout:
  399.  
  400. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  401.  
  402. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  403.  
  404. [ 0.000000] vmalloc : 0xc0000000 - 0xff000000 (1008 MB)
  405.  
  406. [ 0.000000] lowmem : 0x40000000 - 0xbfff0000 (2047 MB)
  407.  
  408. [ 0.000000] modules : 0x3f000000 - 0x40000000 ( 16 MB)
  409.  
  410. [ 0.000000] .text : 0x40008000 - 0x403704b8 (3490 kB)
  411.  
  412. [ 0.000000] .init : 0x40371000 - 0x40396700 ( 150 kB)
  413.  
  414. [ 0.000000] .data : 0x40398000 - 0x403c6368 ( 185 kB)
  415.  
  416. [ 0.000000] .bss : 0x403c638c - 0x40406ad4 ( 258 kB)
  417.  
  418. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  419.  
  420. [ 0.000000] Hierarchical RCU implementation.
  421.  
  422. [ 0.000000] NR_IRQS:292
  423.  
  424. [ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
  425.  
  426. [ 0.010000] Calibrating delay loop... 2387.14 BogoMIPS (lpj=11935744)
  427.  
  428. [ 0.070000] pid_max: default: 32768 minimum: 301
  429.  
  430. [ 0.070000] Mount-cache hash table entries: 512
  431.  
  432. [ 0.080000] CPU: Testing write buffer coherency: ok
  433.  
  434. [ 0.080000] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  435.  
  436. [ 0.090000] smp_twd: clock not found: -2
  437.  
  438. [ 0.090000] Calibrating local timer... 599.91MHz.
  439.  
  440. [ 0.160000] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
  441.  
  442. [ 0.160000] Setting up static identity map for 0x6028b420 - 0x6028b478
  443.  
  444. [ 0.170000] L310 cache controller enabled
  445.  
  446. [ 0.170000] l2x0: 16 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x0a150000, Cache size: 524288 B
  447.  
  448. [ 0.180000] CPU1: Booted secondary processor
  449.  
  450. [ 0.370000] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  451.  
  452. [ 0.370000] Brought up 2 CPUs
  453.  
  454. [ 0.370000] SMP: Total of 2 processors activated (4780.85 BogoMIPS).
  455.  
  456. [ 0.380000] devtmpfs: initialized
  457.  
  458. [ 0.390000] NET: Registered protocol family 16
  459.  
  460. [ 0.390000] gpiochip_add: registered GPIOs 0 to 31 on device: GPIOA
  461.  
  462. [ 0.400000] iproc gpiochip add GPIOA
  463.  
  464. [ 0.400000] GPIOA:ioaddr ff000060
  465.  
  466. [ 0.410000] GPIOA:intr_ioaddr ff000000 dmu_ioaddr ff020000
  467.  
  468. [ 0.410000] gpiochip_add: registered GPIOs 32 to 35 on device: GPIOB
  469.  
  470. [ 0.420000] iproc gpiochip add GPIOB
  471.  
  472. [ 0.420000] GPIOB:ioaddr ff030000
  473.  
  474. [ 0.430000] request_idm_timeout_interrupts: 600 entry
  475.  
  476. [ 0.430000] idm_timeout_handler: 340, 0 entry
  477.  
  478. [ 0.440000] idm_timeout_handler: 585 exit
  479.  
  480. [ 0.440000] request_idm_timeout_interrupts: 696 exit
  481.  
  482. [ 0.450000] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  483.  
  484. [ 0.450000] hw-breakpoint: maximum watchpoint size is 4 bytes.
  485.  
  486. [ 0.460000] bio: create slab <bio-0> at 0
  487.  
  488. [ 0.470000] usbcore: registered new interface driver usbfs
  489.  
  490. [ 0.470000] usbcore: registered new interface driver hub
  491.  
  492. [ 0.480000] usbcore: registered new device driver usb
  493.  
  494. [ 0.480000] i2c-gpio i2c-gpio.1: using pins 5 (SDA) and 4 (SCL)
  495.  
  496. [ 0.490000] Switching to clocksource iproc_gtimer
  497.  
  498. [ 0.500000] NET: Registered protocol family 2
  499.  
  500. [ 0.510000] IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
  501.  
  502. [ 0.520000] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
  503.  
  504. [ 0.530000] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
  505.  
  506. [ 0.530000] TCP: Hash tables configured (established 262144 bind 65536)
  507.  
  508. [ 0.540000] TCP: reno registered
  509.  
  510. [ 0.540000] UDP hash table entries: 1024 (order: 3, 32768 bytes)
  511.  
  512. [ 0.550000] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
  513.  
  514. [ 0.560000] NET: Registered protocol family 1
  515.  
  516. [ 0.560000] Unpacking initramfs...
  517.  
  518. [ 7.560000] Freeing initrd memory: 16244K
  519.  
  520. [ 7.820000] PCIE0: LINKSTA reg 0xbe val 0x1001
  521.  
  522. [ 7.820000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x1, PCIE0 link=0
  523.  
  524. [ 8.090000] PCIE1: LINKSTA reg 0xbe val 0x1001
  525.  
  526. [ 8.100000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x1, PCIE1 link=0
  527.  
  528. [ 8.370000] PCIE2: LINKSTA reg 0xbe val 0x1001
  529.  
  530. [ 8.370000] reg[0xac]=0x10, reg[0xae]=0x42, reg[0xb0]=0x8000, reg[0xb4]=0x2c10, reg[0xb6]=0x10, reg[0xb8]=0x5c12, reg[0xba]=0x65, reg[0xbe]=0x1001, reg[0xc6]=0x40, reg[0xca]=0x1, reg[0xd0]=0x1f, reg[0xd2]=0x8, reg[0xdc]=0x1, reg[0xde]=0x1, PCIE2 link=0
  531.  
  532. [ 8.390000] pm_init: Initializing Power Management ....
  533.  
  534. [ 8.490000] msgmni has been set to 4052
  535.  
  536. [ 8.500000] io scheduler noop registered
  537.  
  538. [ 8.500000] io scheduler deadline registered
  539.  
  540. [ 8.510000] io scheduler cfq registered (default)
  541.  
  542. [ 8.510000] iproc_pwmc_probe iobase ff031000 phys:18031000
  543.  
  544. [ 8.520000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  545.  
  546. [ 8.530000] 18000300.uart: ttyS0 at MMIO 0x18000300 (irq = 117) is a 16550A
  547.  
  548. [ 8.530000] console [ttyS0] enabled, bootconsole disabled
  549. [ 8.530000] console [ttyS0] enabled, bootconsole disabled
  550.  
  551. [ 8.550000] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
  552. [ 8.560000] ONFI param page 0 valid
  553. [ 8.560000] ONFI flash detected
  554. [ 8.570000] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xd3 (Micron MT29F8G08ABACAWP)
  555. [ 8.580000] iproc_nand: heuristics exception detected, Micron MT29F8G08ABACA
  556. [ 8.580000] iproc_nand: following bootloader settings
  557. [ 8.590000] iproc_nand: 1024MiB total, 256KiB blocks, 4KiB pages, 27B OOB, 8-bit
  558. [ 8.590000] iproc_nand: user oob per page: 46 bytes (4 steps)
  559. [ 8.600000] Bad block table found at page 262080, version 0x01
  560. [ 8.610000] Bad block table found at page 262016, version 0x01
  561. [ 8.610000] Bad block table found at page 262080, version 0x01
  562. [ 8.620000] Bad block table found at page 262016, version 0x01
  563. [ 8.630000] Creating 6 MTD partitions on "nand_iproc.0":
  564. [ 8.630000] 0x000000000000-0x000000200000 : "U-boot"
  565. [ 8.640000] 0x000000100000-0x000000400000 : "bootkernel1"
  566. [ 8.650000] 0x000000400000-0x000000500000 : "senao_nvram"
  567. [ 8.660000] 0x000000500000-0x000000800000 : "bootkernel2"
  568. [ 8.680000] 0x000000800000-0x00003ff00000 : "ubi"
  569. [ 8.680000] 0x000000000000-0x00003ff00000 : "all"
  570. [ 8.700000] iproc_nand: NAND controller driver is loaded
  571. [ 8.700000] UBI: attaching mtd4 to ubi0
  572. [ 8.710000] UBI: physical eraseblock size: 262144 bytes (256 KiB)
  573. [ 8.710000] UBI: logical eraseblock size: 253952 bytes
  574. [ 8.720000] UBI: smallest flash I/O unit: 4096
  575. [ 8.720000] UBI: VID header offset: 4096 (aligned 4096)
  576. [ 8.730000] UBI: data offset: 8192
  577. [ 13.870000] UBI: max. sequence number: 346
  578. [ 13.890000] UBI: attached mtd4 to ubi0
  579. [ 13.890000] UBI: MTD device name: "ubi"
  580. [ 13.900000] UBI: MTD device size: 1015 MiB
  581. [ 13.900000] UBI: number of good PEBs: 4060
  582. [ 13.910000] UBI: number of bad PEBs: 0
  583. [ 13.910000] UBI: number of corrupted PEBs: 0
  584. [ 13.920000] UBI: max. allowed volumes: 128
  585. [ 13.920000] UBI: wear-leveling threshold: 4096
  586. [ 13.930000] UBI: number of internal volumes: 1
  587. [ 13.930000] UBI: number of user volumes: 6
  588. [ 13.940000] UBI: available PEBs: 1568
  589. [ 13.940000] UBI: total number of reserved PEBs: 2492
  590. [ 13.950000] UBI: number of PEBs reserved for bad PEB handling: 40
  591. [ 13.950000] UBI: max/mean erase counter: 3/0
  592. [ 13.960000] UBI: image sequence number: 887924684
  593. [ 13.960000] UBI: background thread "ubi_bgt0d" started, PID 377
  594. [ 14.020000] tun: Universal TUN/TAP device driver, 1.6
  595. [ 14.030000] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
  596. [ 14.040000] bcm5301x_gmac_init_module: NAPI2_POLL mode
  597. [ 14.040000] bcm5301x_gmac_probe enter name:bcmiproc-gmac0; id:0x0; unit:0
  598. [ 14.050000] NVRAM: map 0x1e0a0000
  599. [ 14.080000] et0: eth1addr not found, ignore it
  600. [ 14.080000] bcm5301x_gmac_probe enter name:bcmiproc-gmac1; id:0x0; unit:1
  601. [ 14.090000] et1: eth2addr not found, ignore it
  602. [ 14.100000] bcm5301x_gmac_probe enter name:bcmiproc-gmac2; id:0x0; unit:2
  603. [ 14.110000] si_doattach chipid: 0x3f04cf1e
  604. [ 14.110000] et2: base_addr (0x18024000) irq (181)
  605. [ 14.110000] etc_gmac_speed default GMAC2 speed: auto
  606. [ 14.120000] etc_attach() mdio_init_time = 5
  607. [ 14.120000] si_doattach: incoming bus is PCI but it's a lie, switching to SI devid:0xcf1c
  608. [ 14.130000] si_doattach chipid: 0x3f04cf1e
  609. [ 14.140000] si_attach socitype(0x3) chip(0xcf1e) chiprev(0x4) chippkg(0x0)
  610. [ 14.140000] et2: chipattach: phyaddr(0x1e)
  611. [ 14.150000] et2: chipattach: Calling robo attach
  612. [ 14.150000] bcm_robo_attach: devid32: 0x10
  613. [ 14.220000] bcm_robo_enable_switch IPROC OTP is not configured, can not determine skuid
  614. [ 14.230000] bcm_robo_enable_switch Northstar Family chip
  615. [ 14.240000] eth0: Broadcom BCM5302x 10/100/1000 Mbps Ethernet Controller 6.30.40 (TOB) (r)
  616. [ 14.250000] eth_mac_proc_create: enter
  617. [ 14.250000]
  618. [ 14.250000] Creating fa bypass proc entry
  619. [ 14.260000] et_ctf_active enabled
  620. [ 14.260000] bcm5301x_gmac_probe enter name:bcmiproc-gmac3; id:0x0; unit:3
  621. [ 14.270000] et3: eth3addr not found, ignore it
  622. [ 14.280000] PPP generic driver version 2.4.2
  623. [ 14.280000] PPP BSD Compression module registered
  624. [ 14.280000] PPP Deflate Compression module registered
  625. [ 14.290000] NET: Registered protocol family 24
  626. [ 14.300000] usbcore: registered new interface driver cdc_ether
  627. [ 14.300000] usbcore: registered new interface driver cdc_eem
  628. [ 14.310000] usbcore: registered new interface driver cdc_subset
  629. [ 14.310000] usbcore: registered new interface driver sierra_net
  630. [ 14.320000] usbcore: registered new interface driver cdc_ncm
  631. [ 14.330000] Initial usb2h clock is: 000003fc
  632. [ 14.330000] Initial usb2h clock now is: 000003fd
  633. [ 14.340000] Initial usb2_reset_state is: 00000001
  634. [ 14.340000] usb2_reset_state is set and now it is: 00000000
  635. [ 14.350000] usbcore: registered new interface driver cdc_acm
  636. [ 14.350000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  637. [ 14.360000] usbcore: registered new interface driver usbserial
  638. [ 14.370000] usbserial: USB Serial Driver core
  639. [ 14.370000] usbcore: registered new interface driver option
  640. [ 14.380000] USB Serial support registered for GSM modem (1-port)
  641. [ 14.390000] usbcore: registered new interface driver qcserial
  642. [ 14.390000] USB Serial support registered for Qualcomm USB modem
  643. [ 14.400000] usbcore: registered new interface driver sierra
  644. [ 14.400000] USB Serial support registered for Sierra USB modem
  645. [ 14.410000] input: gpio-buttons.7 as /devices/gpio-buttons.7/input/input0
  646. [ 14.420000] i2c /dev entries driver
  647. [ 14.430000] GENPLL[5] mdiv=12 rate=1500000000
  648. [ 14.440000] GENPLL[5] mdiv=12 rate=1500000000
  649. [ 14.440000] sp805-wdt sp805-wdt: registration successful
  650. [ 14.460000] usbcore: registered new interface driver usbhid
  651. [ 14.470000] usbhid: USB HID core driver
  652. [ 14.470000] meraki-config board-data.3: Meraki config device loaded
  653. [ 14.480000] TCP: cubic registered
  654. [ 14.490000] Initializing XFRM netlink socket
  655. [ 14.490000] NET: Registered protocol family 17
  656. [ 14.490000] NET: Registered protocol family 15
  657. [ 14.500000] L2TP core driver, V2.0
  658. [ 14.500000] PPPoL2TP kernel driver, V2.0
  659. [ 14.510000] 8021q: 802.1Q VLAN Support v1.8
  660. [ 14.510000] Registering SWP/SWPB emulation handler
  661. [ 14.520000] devtmpfs: mounted
  662. [ 14.520000] Freeing init memory: 148K
  663. [ 14.530000] Made it into bootsh: Jan 10 2016 19:11:18
  664. [ 14.540000] bootsh build T-189518M-g9b34fdcd-tpassaro
  665. [ 14.770000] UBIFS: mounted UBI device 0, volume 3, name "storage"
  666. [ 14.780000] UBIFS: file system size: 534061056 bytes (521544 KiB, 509 MiB, 2103 LEBs)
  667. [ 14.790000] UBIFS: journal size: 26664960 bytes (26040 KiB, 25 MiB, 105 LEBs)
  668. [ 14.800000] UBIFS: media format: w4/r0 (latest is w4/r0)
  669. [ 14.800000] UBIFS: default compressor: lzo
  670. [ 14.810000] UBIFS: reserved for root: 4952683 bytes (4836 KiB)
  671. In manufacturing: FALSE
  672. [ 14.930000]
  673. init started: BusyBox v1.20.2 (2015-12-18 17:37:54 PST)
  674. WARNING! THIS CONSOLE IS LOGGED! UNAUTHORIZED ACCESS FORBIDDEN!
  675. <Meraki> [ 15.070000] sysctl: error: 'vm.extfrag_threshold' is an unknown key
  676. [ 15.410000] device eth0 entered promiscuous mode
  677. [ 15.690000] grep: /storage/config: No such file or directory
  678. [ 15.750000] GENPLL[5] mdiv=12 rate=1500000000
  679. [ 15.750000] sysctl -w vm.panic_on_oom=2
  680. [ 15.760000] vm.panic_on_oom = 2
  681. [ 15.870000] click: starting router thread pid 892 (bf8cc400)
  682. [ 15.940000] elts_meraki: module license 'unspecified' taints kernel.
  683. [ 16.110000] Single synchronous check for reset
  684. [ 16.140000]
  685. [ 16.140000] !!!!! {swctl} failed to swctl open_and_lock
  686. [ 16.210000] GobiNet: 2013-10-08/NTGR_2.21
  687. [ 16.220000] usbcore: registered new interface driver GobiNet
  688. [ 16.250000] usbcore: registered new interface driver GobiSerial
  689. [ 16.260000] USB Serial support registered for GobiSerial
  690. [ 16.270000] GobiSerial: 2013-10-08/NTGR_2.12:GobiSerial
  691. [ 16.340000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  692. [ 16.350000] bcm-ehci bcm-ehci.0: bcm-ehci
  693. [ 16.350000] bcm-ehci bcm-ehci.0: new USB bus registered, assigned bus number 1
  694. [ 16.360000] bcm-ehci bcm-ehci.0: irq 111, io mem 0xff02a000
  695. [ 16.380000] bcm-ehci bcm-ehci.0: USB 2.0 started, EHCI 1.00
  696. [ 16.380000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  697. [ 16.390000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  698. [ 16.390000] usb usb1: Product: bcm-ehci
  699. [ 16.400000] et2 Link Up: 0FD
  700. [ 16.400000] usb usb1: Manufacturer: Linux 3.4.109 ehci_hcd
  701. [ 16.410000] usb usb1: SerialNumber: bcm-ehci
  702. [ 16.410000] hub 1-0:1.0: USB hub found
  703. [ 16.420000] hub 1-0:1.0: 2 ports detected
  704. [ 16.430000] bcm-ehci bcm-ehci.0: probe done
  705. [ 16.470000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  706. [ 16.480000] bcm-ohci bcm-ohci.0: bcm-ohci
  707. [ 16.480000] bcm-ohci bcm-ohci.0: new USB bus registered, assigned bus number 2
  708. [ 16.490000] bcm-ohci bcm-ohci.0: irq 111, io mem 0xff02b000
  709. [ 16.550000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
  710. [ 16.560000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  711. [ 16.560000] usb usb2: Product: bcm-ohci
  712. [ 16.570000] usb usb2: Manufacturer: Linux 3.4.109 ohci_hcd
  713. [ 16.570000] usb usb2: SerialNumber: bcm-ohci
  714. [ 16.580000] hub 2-0:1.0: USB hub found
  715. [ 16.590000] hub 2-0:1.0: 2 ports detected
  716. [ 16.600000] bcm-ohci bcm-ohci.0: probe done
  717. [ 16.670000] wl: module license 'Proprietary' taints kernel.
  718. [ 16.940000]
  719. [ 16.950000] boot 10 build T-189518M-g9b34fdcd-tpassaro board wired-arm-nsp mac <Redacted MAC>
  720. [ 16.960000] /usr/bin/snort-version
  721. [ 16.960000] Module: dummy .text=0x3f000000 .data=0x3f0003f4 .bss=
  722. [ 16.960000] Module: proclikefs .text=0x3f004000 .data= .bss=0x3f004b40
  723. [ 16.960000] Module: merakiclick .text=0x3f009000 .data=0x3f0f9bcc .bss=0x3f0f9e40
  724. [ 16.960000] Module: elts_meraki .text=0x3f1f2000 .data=0x3f43d3d0 .bss=0x3f43db38
  725. [ 16.960000] Module: GobiNet .text=0x3f5c2000 .data=0x3f5cb588 .bss=0x3f5cb7d8
  726. [ 16.960000] Module: GobiSerial .text=0x3f5d2000 .data=0x3f5d2e6c .bss=0x3f5d3338
  727. [ 16.960000] Module: bcmmdio .text=0x3f5d7000 .data=0x3f5d7370 .bss=0x3f5d75b8
  728. [ 16.960000] Module: ehci_hcd .text=0x3f5db000 .data=0x3f5e558c .bss=0x3f5e57e0
  729. [ 16.960000] Module: ohci_hcd .text=0x3f5ed000 .data=0x3f5f30e8 .bss=0x3f5f331c
  730. [ 16.960000] Module: wl .text=0x3f5fa000 .data=0x3f9255b8 .bss=0x3f9a6958
  731. [ 16.990000] phram: phram-oops device: 0x10000 at 0xdfff0000
  732. [ 17.060000] ramoops: platform device not found, using module parameters
  733. [ 20.250000] In write handler 'run' for 'ha_sync_init :: Script':
  734. [ 20.260000] While calling 'ha_sync_encrypt.keys ""':
  735. [ 20.260000] warning: key material 1 too short (minimum 16+4+20=40)
  736. [ 20.270000] While calling 'ha_sync_decrypt.keys ""':
  737. [ 20.280000] warning: key material 1 too short (minimum 16+4+20=40)
  738. [ 20.560000]
  739. [ 20.560000] !!!!! {/usr/bin/wired_brain} failed writing /proc/sys/net/ipv4/tcp_syncookies len 1 data: "0"
  740. [ 20.890000] chatter: bigacl load failed: checksum error (expected 1335b206e0eb8211b18460f4353bfb4743515456, actual: , buf size: 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement