Advertisement
Guest User

DroboBoot

a guest
Apr 3rd, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.21 KB | None | 0 0
  1.  
  2. __ __ _ _
  3. | \/ | __ _ _ ____ _____| | |
  4. | |\/| |/ _` | '__\ \ / / _ \ | |
  5. | | | | (_| | | \ V / __/ | |
  6. |_| |_|\__,_|_| \_/ \___|_|_|
  7. _ _ ____ _
  8. | | | | | __ ) ___ ___ | |_
  9. | | | |___| _ \ / _ \ / _ \| __|
  10. | |_| |___| |_) | (_) | (_) | |_
  11. \___/ |____/ \___/ \___/ \__| ** LOADER **
  12. ** MARVELL BOARD: DB-MV78200-A-BP LE
  13.  
  14. U-Boot 1.1.4 (Jan 20 2011 - 14:23:47) Marvell version: 3.3.5 - (DroboNAS Dual CPU) DRI version: 0.55
  15.  
  16. U-Boot code: 00F10000 -> 00F8FFF0 BSS: -> 00FEC0E0
  17.  
  18. Soc: MV78200 (DDR2)
  19. CPU running @ 1000Mhz L2 running @ 500Mhz
  20. SysClock = 400Mhz , TClock = 200Mhz
  21.  
  22. DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
  23. DRAM CS[0] base 0x00000000 size 512MB
  24. DRAM Total size 512MB 64bit width
  25. Flash: 128 MB
  26. Addresses 18M - 0M are saved for the U-Boot usage.
  27. Mem malloc Initialization (18M - 17M): Done
  28.  
  29. CPU 1: ARM926 (Rev 0)
  30.  
  31. Streaming enabled
  32. Write allocate enabled
  33. FPU initialized to Run Fast Mode.
  34.  
  35.  
  36. Net: eth_register: cur:egiga1 act:egiga0
  37. egiga1 [PRIME]
  38. Hit any key to stop autoboot: 3  2  1  0
  39. Booting from flash....
  40. Check image #1 ... OK.
  41. version = 44.64324.0, imageAddress = 0xf8100000, imageLength = 0x1b2f9cf bootFailureCount = 0, sequenceNum = 6
  42. Check image #2 ... OK.
  43. version = 45.75824.0, imageAddress = 0xf9dc0000, imageLength = 0x1b2f9bf bootFailureCount = 0, sequenceNum = 7
  44. Selecting image #2
  45. Copying header from flash to ram: src: 0xf8040000, dst: 0xfb000c size: 556
  46. td_bootImage: loadaddrStr: 0xf9dc0000, in: 0xfb000c, ntohl(ih->imageFlashAddress): 0xf9dc0000, 0xdcf9, ntohl(ih->segments[i].segmentOffset): 0x0, 0x0
  47. ## Booting image at f9dc0000 ...
  48. Image Name: Linux-2.6.22.18
  49. Created: 2015-08-14 21:18:16 UTC
  50. Image Type: ARM Linux Kernel Image (uncompressed)
  51. Data Size: 1599204 Bytes = 1.5 MB
  52. Load Address: 08008000
  53. Entry Point: 08008000
  54. Verifying Checksum ... OK
  55. OK
  56. bootargs: console=ttyS0,115200 mtdparts=cfi_flash_0:3m@30464k(kernel),21m@33536k(root_fs),2m@59m(var) root=/dev/mtdblock1 rw cpu0=eth0,eth2,eth3,pcie0,pcie1,sata,nand,spi,usb0,usb1,usb2,tdm cpu1=eth1,nor,xor ip=169.254.1.0:169.254.123.234:::DB78xx0:eth0:none
  57.  
  58. Starting kernel ...
  59.  
  60. Uncompressing Linux........................................................................................................ done, booting the kernel.
  61. Linux version 2.6.22.18 (root@jwinfield01) (gcc version 4.2.0 20070413 (prerelease)) #1 Fri Aug 14 14:18:12 PDT 2015
  62. CPU: ARM926EJ-S [41159260] revision 0 (ARMv5TE), cr=00053977
  63. Machine: Feroceon-MV78XX0
  64. Using UBoot passing parameters structure
  65. Memory policy: ECC disabled, Data cache writeback
  66. free_area_init_core: realsize: 48128, size: 131072, memmap_pages: 1024
  67. free_area_init_core: realsize: 0, size: 0, memmap_pages: 0
  68. CPU0: D VIVT write-back cache
  69. CPU0: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
  70. CPU0: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
  71. Built 1 zonelists. Total pages: 48128
  72. Kernel command line: console=ttyS0,115200 mtdparts=cfi_flash_0:3m@30464k(kernel),21m@33536k(root_fs),2m@59m(var) root=/dev/mtdblock1 rw cpu0=eth0,eth2,eth3,pcie0,pcie1,sata,nand,spi,usb0,usb1,usb2,tdm cpu1=eth1,nor,xor ip=169.254.1.0:169.254.123.234:::DB78xx0:eth0:none
  73. IRQ initialize for core 1
  74. PID hash table entries: 1024 (order: 10, 4096 bytes)
  75. Console: colour dummy device 80x30
  76. Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
  77. Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
  78. Memory: 512MB 0MB 0MB 0MB = 512MB total
  79. Memory: 188800KB available (2984K code, 255K data, 108K init)
  80. Mount-cache hash table entries: 512
  81. CPU: Testing write buffer coherency: ok
  82. NET: Registered protocol family 16
  83.  
  84. CPU 1, CPU Interface
  85. -------------
  86. SDRAM_CS0.... ....base 00000000, size 512MB
  87. SDRAM_CS1.... ....disable
  88. SDRAM_CS2.... ....disable
  89. SDRAM_CS3.... ....disable
  90. DEVICE_CS0... ....no such
  91. DEVICE_CS1... ....base fe000000, size 1MB
  92. DEVICE_CS2... ....no such
  93. DEVICE_CS3... ....base fd000000, size 1MB
  94. DEV_BOOCS.... ....base f8000000, size 64MB
  95. DEVICE_SPI... ....no such
  96. PEX0_IO...... ....base f2000000, size 8MB
  97. PEX0_MEM0.... ....base c8000000, size 64MB
  98. PEX1_IO...... ....base f3000000, size 8MB
  99. PEX1_MEM0.... ....base cc000000, size 64MB
  100. PEX2_IO...... ....no such
  101. PEX2_MEM0.... ....no such
  102. PEX3_IO...... ....base f5000000, size 8MB
  103. PEX3_MEM0.... ....base d4000000, size 64MB
  104. PEX4_IO...... ....base f6000000, size 8MB
  105. PEX4_MEM0.... ....base d8000000, size 64MB
  106. PEX5_IO...... ....no such
  107. PEX5_MEM0.... ....no such
  108. PEX6_IO...... ....no such
  109. PEX6_MEM0.... ....no such
  110. PEX7_IO...... ....no such
  111. PEX7_MEM0.... ....no such
  112. CRYPT_ENG..... ....base f7000000, size 2MB
  113. INTER_REGS... ....base f1000000, size 1MB
  114.  
  115. Marvell Development Board (LSP Version 2.0.2_Patch1_MV78XX0)-- DB-MV78200-A-BP Soc: MV78200 LE
  116.  
  117. Detected Tclk 200000000 and SysClk 400000000
  118. pci_preinit(): PCI-E 0 not mapped to this CPU.
  119. pci_preinit(): PCI-E 1 not mapped to this CPU.
  120. pci_preinit(): PCI-E 2 not mapped to this CPU.
  121. pci_preinit(): PCI-E 3 not mapped to this CPU.
  122. pci_preinit(): PCI-E 4 not mapped to this CPU.
  123. pci_preinit(): PCI-E 5 not mapped to this CPU.
  124. pci_preinit(): PCI-E 6 not mapped to this CPU.
  125. pci_preinit(): PCI-E 7 not mapped to this CPU.
  126. mv_pci_setup(): PCI-E 0 not mapped to this CPU.
  127. mv_pci_setup(): PCI-E 1 not mapped to this CPU.
  128. mv_pci_setup(): PCI-E 2 not mapped to this CPU.
  129. mv_pci_setup(): PCI-E 3 not mapped to this CPU.
  130. mv_pci_setup(): PCI-E 4 not mapped to this CPU.
  131. mv_pci_setup(): PCI-E 5 not mapped to this CPU.
  132. mv_pci_setup(): PCI-E 6 not mapped to this CPU.
  133. mv_pci_setup(): PCI-E 7 not mapped to this CPU.
  134. SCSI subsystem initialized
  135. NET: Registered protocol family 2
  136. Time: orion_clocksource clocksource has been installed.
  137. IP route cache hash table entries: 8192 (order: 3, 32768 bytes)
  138. TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  139. TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
  140. TCP: Hash tables configured (established 32768 bind 32768)
  141. TCP reno registered
  142. RTC registered.
  143. SHARED_MEM: INIT: Shared Memory mapped into Kernel space at Addr: 0x0 for size 0xc000000
  144. SHARED_MEM: INIT: Shared Memory Header in Kernel space at Addr: 0xa0800000
  145. shared_mem_module_init: Location of shm_dev: 93c14000
  146. Use the XOR engines (acceleration) for enhancing the following functions:
  147. o RAID 5 Xor calculation
  148. o kernel memcpy
  149. o kenrel memzero
  150. o copy user to/from kernel buffers
  151. Number of XOR engines to use: 1
  152. Use IDMA channels for enhancing the following function:
  153. Enable iDMA idma_chan0 interrupt IRQ 4 for iDMA 0
  154. Enable iDMA idma_chan1 interrupt IRQ 5 for iDMA 1
  155. Enable iDMA idma_chan2 interrupt IRQ 6 for iDMA 2
  156. Enable iDMA idma_chan3 interrupt IRQ 7 for iDMA 3
  157. mv_dma_init: iDMA channel 1 settings, state 0x00000000, cause 0x00000000 [0x00000000], mask 0x000004f0 [0x00000000], idmaCause 0x00000000, idmaMask 0x00000018
  158. JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  159. io scheduler noop registered
  160. io scheduler anticipatory registered (default)
  161. Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
  162. serial8250.0: ttyS0 at MMIO 0xf1012100 (irq = 13) is a 16550A
  163. Load Marvell Ethernet Driver
  164. o Cached descriptors in DRAM
  165. o DRAM SW cache-coherency
  166. o Single RX Queue support - ETH_DEF_RXQ=0
  167. o Single TX Queue support - ETH_DEF_TXQ=0
  168. o TCP segmentation offload enabled
  169. o Receive checksum offload enabled
  170. o Transmit checksum offload enabled
  171. o Driver statistics enabled
  172. o Proc tool API enabled
  173. o Rx descripors: q0=128
  174. o Tx descripors: q0=532
  175. o Loading network interface:
  176. Giga 0 is not mapped to this CPU
  177. eth0 Giga 2 is not mapped to this CPU
  178. Giga 3 is not mapped to this CPU
  179.  
  180. wait_for_init_shared_mem: Entering Mutex for shared memory init
  181. SHARED_MEM: CPU1: READY TO WAIT FOR INITIALIZATION OF SHARED MEMORY
  182. NFTL driver: nftlcore.c $Revision: 1.98 $, nftlmount.c $Revision: 1.41 $
  183. cfi_flash_0: Found 1 x16 devices at 0x0 in 16-bit bank
  184. Amd/Fujitsu Extended Query Table at 0x0040
  185. cfi_flash_0: CFI does not contain boot bank location. Assuming top.
  186. number of CFI chips: 1
  187. cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
  188. 3 cmdlinepart partitions found on MTD device cfi_flash_0
  189. Creating 3 MTD partitions on "cfi_flash_0":
  190. 0x01dc0000-0x020c0000 : "kernel"
  191. 0x020c0000-0x035c0000 : "root_fs"
  192. 0x03b00000-0x03d00000 : "var"
  193. mice: PS/2 mouse device common for all mice
  194. oprofile: using timer interrupt.
  195. TCP cubic registered
  196. NET: Registered protocol family 1
  197. NET: Registered protocol family 17
  198. VFP support v0.3: implementor 41 architecture 1 part 10 variant 9 rev 0
  199. eth0: link down
  200. eth0: started
  201. IP-Config: Guessing netmask 255.255.0.0
  202. IP-Config: Complete:
  203. device=eth0, addr=169.254.1.0, mask=255.255.0.0, gw=255.255.255.255,
  204. host=DB78xx0, domain=, nis-domain=(none),
  205. bootserver=169.254.123.234, rootserver=169.254.123.234, rootpath=
  206. eth0: link up, full duplex, speed 1 Gbps
  207. VFS: Mounted root (jffs2 filesystem).
  208. Freeing init memory: 108K
  209. SUCCESS: mounted /dev/mtdblock/2 at /var
  210. killall: udhcpc: no process killed
  211. false
  212. INFO: No valid static config found. Using DHCP
  213. ifconfig: SIOCSIFFLAGS: Cannot assign requested address
  214. ### adapter index 1
  215. ### adapter hardware address 00:1a:62:03:4c:71
  216. udhcpc (v1.14.2) started
  217. ### vfork'ing and exec'ing /etc/udhcpc.sh
  218. ### entering raw listen mode
  219. ### opening raw socket on ifindex 1
  220. ### got raw socket fd 5
  221. ### attached filter to raw socket fd 5
  222. ### bound to raw socket fd 5
  223. ### adding option 0x35
  224. ### adding option 0x3d
  225. ### adding option 0x3c
  226. ### adding option 0x39
  227. Sending discover...
  228. ### Waiting on select...
  229. ### Got valid DHCP packet
  230. ### adding option 0x35
  231. ### adding option 0x3d
  232. ### adding option 0x3c
  233. ### adding option 0x32
  234. ### adding option 0x36
  235. Sending select for 192.168.70.33...
  236. ### Waiting on select...
  237. ### Got valid DHCP packet
  238. Lease of 192.168.70.33 obtained, lease time 86400
  239. ### vfork'ing and exec'ing /etc/udhcpc.sh
  240. deleting routes
  241. route: SIOCDELRT: No such process
  242. Router is 192.168.70.1 eth0
  243. ### entering none listen mode
  244. INFO: udhcpc going into background
  245. netplug: Send LeaseDHCP signal to DHCP_PID = 238
  246. Sending ...
  247. SHARED_MEM: CPU1: INITIALIZATION STARTED BY CPU0. WAITING ON INIT DONE
  248. SHARED_MEM: CPU1: INITIALIZATION OF SHARED MEMORY BY CPU0 DONE DETECTED
  249. wait_for_init_shared_mem: Exiting Mutex for shared memory init
  250. wait_for_init_shared_mem: Entering Mutex for shared memory init
  251. wait_for_init_shared_mem: Exiting Mutex for shared memory init
  252. Shared Memory Partition Map Addresses:
  253. -----------------------------------------------------------------------------
  254. SHJ1: Start: 0xa6000000, End: 0xaa000000, Phys: 0x1bfff000
  255. HLRC: Start: 0xab000000, End: 0xb1000000, Phys: 0x15dff000
  256. SGLD: Start: 0xa0a00000, End: 0xa0b00000, Phys: 0x158ff000
  257. SHLX: Start: 0xa5400000, End: 0xa5600000, Phys: 0x15bff000
  258. SHVX: Start: 0xa5800000, End: 0xa5a00000, Phys: 0x159ff000
  259. -----------------------------------------------------------------------------
  260. SHARED_MEM: shm_queue_sync_cores: Mapped SHMQ partition at phys addr: 0x1bdff000 in kernel mem for size 0x200000
  261. SHARED_MEM: CPU1: shm_queue_sync_cores: Ready to wait for init of SHMQ
  262. SHARED_MEM: CPU1: shm_queue_sync_cores: Queue Init Started CPU0. Waiting on Init Done
  263. SHARED_MEM: CPU1: shm_queue_sync_cores: Init of SHMQ done
  264. handle_intercore_msg: Got Time Valid message
  265. handle_intercore_msg: Got a NET_INFO request
  266. handle_intercore_msg: Got ISCSI_ENABLE message
  267. init_write_buffer: dev: 93da4400, FreeList: a6000200, FreeBlocks: 131071
  268. handle_intercore_msg: QUEUING ISCSI_ENABLE to sysfs
  269. scsi0 : dri_dnas, version 0.1.0 [20090720], Commands: 0, Aborts: 0, Device Resets: 0
  270. scsi 0:0:0:0: Direct-Access DROBO DroboPro 1.00 PQ: 0 ANSI: 5
  271. sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
  272. sd 0:0:0:0: [sda] 34359738368 512-byte hardware sectors (17592186 MB)
  273. sd 0:0:0:0: [sda] Write Protect is off
  274. sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  275. sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
  276. sd 0:0:0:0: [sda] 34359738368 512-byte hardware sectors (17592186 MB)
  277. sd 0:0:0:0: [sda] Write Protect is off
  278. sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  279. sda: sda1 sda2
  280. sd 0:0:0:0: [sda] Attached SCSI disk
  281. sd 0:0:0:0: Attached scsi generic sg0 type 0
  282. *** WARNING: NTP set time failed ***
  283. Date now set to: Mon Nov 29 16:10:23 PST 1999
  284. rm: cannot remove '/var/log/fsck*': No such file or directory
  285. Starting Log Rotate for nasd.log
  286. # about to lock the queue
  287. about to look for elements
  288. about to copy the message
  289. about to lock the queue
  290. about to look for elements
  291. about to copy the message
  292. process_get_msg:NR trying to free elt: 93bca488, cache: 93cd06e0
  293. about to lock the queue
  294. about to look for elements
  295. about to unlock the queue
  296. about to wait for completion
  297. handle_intercore_msg: Got Time Valid message
  298. process_get_msg:NR trying to free elt: 93bca448, cache: 93cd06e0
  299. xfer_to_request_buffs: Unknown BUF ID in SGL Element
  300. no physical address, fall back: from 00000000 , to 93090000
  301. Unable to handle kernel NULL pointer dereference at virtual address 00000000
  302. pgd = 88004000
  303. [00000000] *pgd=00000000
  304. Internal error: Oops: 17 [#1]
  305. Modules linked in:
  306. CPU: 0 Not tainted (2.6.22.18 #1)
  307. PC is at asm_memcpy+0x48/0x330
  308. LR is at dri_memcpy+0xf4/0x2c8
  309. pc : [<8803e988>] lr : [<880f8d78>] psr: 20000013
  310. sp : 93bdbe84 ip : 00000000 fp : 93bdbed4
  311. r10: 13090000 r9 : 93090000 r8 : 00000000
  312. r7 : 00001000 r6 : 00000000 r5 : 93090000 r4 : 00000001
  313. r3 : 88313ebc r2 : 00000f80 r1 : 00000000 r0 : 93090000
  314. Flags: nzCv IRQs on FIQs on Mode SVC_32 Segment kernel
  315. Control: 0005397f Table: 13414000 DAC: 00000017
  316. Process dri_scsi_resp_2 (pid: 258, stack limit = 0x93bda268)
  317. Stack: (0x93bdbe84 to 0x93bdc000)
  318. be80: 93090000 00000000 00001000 00000000 93090000 00000001 880f8d78
  319. bea0: 93bdbec4 93bdbeb0 88103008 00001000 00001000 00000000 93da4400 93bdbf80
  320. bec0: 93090000 001dd8b4 93bdbf44 93bdbed8 88262e5c 880f8c94 00000000 00000001
  321. bee0: 93bdbf04 93bcdcc0 001dd8b4 00000000 00000000 001dd8b4 00000001 00000001
  322. bf00: 9305a3c0 00000000 887fb730 00000000 00000000 00000000 93bdbf34 00000000
  323. bf20: 9305a3c0 93da4400 a59c003c 0000000e 88346d80 00000000 93bdbfd4 93bdbf48
  324. bf40: 88263880 882629d0 00000000 00000017 93df22e0 93bdbf74 93da45a8 00000000
  325. bf60: 8810eb9c 00000002 9305a3c0 00000000 00000002 011b30b0 001dd8b4 00000001
  326. bf80: 001c003c 0000000e 00000013 00000000 93bdbf64 00000028 00000200 00000000
  327. bfa0: 00000028 00000000 93bdbfd4 93bda000 93da4400 882635d0 00000000 00000000
  328. bfc0: 00000000 00000000 93bdbff4 93bdbfd8 881159b8 882635e0 00000000 00000000
  329. bfe0: 00000000 00000000 00000000 93bdbff8 881055c0 8811596c d7bdfff3 fef7fffe
  330. Backtrace:
  331. [<880f8c84>] (dri_memcpy+0x0/0x2c8) from [<88262e5c>] (xfer_to_request_buffs+0x49c/0x5b4)
  332. [<882629c0>] (xfer_to_request_buffs+0x0/0x5b4) from [<88263880>] (dri_dnas_shared_mem_scsi_thread+0x2b0/0x3c0)
  333. [<882635d0>] (dri_dnas_shared_mem_scsi_thread+0x0/0x3c0) from [<881159b8>] (kthread+0x5c/0x94)
  334. [<8811595c>] (kthread+0x0/0x94) from [<881055c0>] (do_exit+0x0/0x7cc)
  335. r6:00000000 r5:00000000 r4:00000000
  336. Code: ba000002 f5d1f03c f5d1f05c f5d1f07c (e8b151f8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement