Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.52 KB | None | 0 0
  1. U-Boot SPL 2017.09 (Nov 12 2017 - 09:38:38)
  2. DRAM: 1024 MiB
  3. Trying to boot from MMC1
  4. NOTICE: BL3-1: Running on H5 (1718) in SRAM A2 (@0x44000)
  5. NOTICE: Configuring SPC Controller
  6. NOTICE: BL3-1: v1.0(debug):91f2402
  7. NOTICE: BL3-1: Built : 09:37:52, Nov 12 2017
  8. NOTICE: SCPI: dummy stub handler, implementation level: 000000
  9. INFO: BL3-1: Initializing runtime services
  10. INFO: BL3-1: Preparing for EL3 exit to normal world
  11. INFO: BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
  12.  
  13.  
  14. U-Boot 2017.09 (Nov 12 2017 - 09:38:38 +0000) Allwinner Technology
  15.  
  16. CPU: Allwinner H5 (SUN50I)
  17. Model: OrangePi PC 2
  18. DRAM: 1 GiB
  19. MMC: SUNXI SD/MMC: 0
  20. *** Warning - bad CRC, using default environment
  21.  
  22. In: serial
  23. Out: vidconsole
  24. Err: vidconsole
  25. Net: phy interface7
  26. eth0: ethernet@1c30000
  27. starting USB...
  28. USB0: USB EHCI 1.00
  29. USB1: USB OHCI 1.0
  30. scanning bus 0 for devices... 1 USB Device(s) found
  31. scanning usb for storage devices... 0 Storage Device(s) found
  32. Hit any key to stop autoboot: 0
  33. switch to partitions #0, OK
  34. mmc0 is current device
  35. Scanning mmc 0:1...
  36. Found U-Boot script /boot.scr
  37. 523 bytes read in 51 ms (9.8 KiB/s)
  38. ## Executing script at 4fc00000
  39. Hello, World!
  40. booting...
  41. 16572928 bytes read in 955 ms (16.5 MiB/s)
  42. 20344 bytes read in 148 ms (133.8 KiB/s)
  43. ## Flattened Device Tree blob at 4fa00000
  44. Booting using the fdt blob at 0x4fa00000
  45. Loading Device Tree to 0000000049ff8000, end 0000000049ffff77 ... OK
  46.  
  47. Starting kernel ...
  48.  
  49. [ 0.000000] Booting Linux on physical CPU 0x0
  50. [ 0.000000] Linux version 4.14.0-rc8-ga215a061 (chris@sunxi-build) (gcc version 7.2.0 (Debian 7.2.0-11)) #1 SMP PREEMPT Sun Nov 12 09:36:54 GMT 2017
  51. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  52. [ 0.000000] Machine model: Xunlong Orange Pi PC 2
  53. [ 0.000000] efi: Getting EFI parameters from FDT:
  54. [ 0.000000] efi: UEFI not found.
  55. [ 0.000000] cma: Reserved 16 MiB at 0x000000007f000000
  56. [ 0.000000] NUMA: No NUMA configuration found
  57. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
  58. [ 0.000000] NUMA: NODE_DATA [mem 0x7efd6100-0x7efd7bff]
  59. [ 0.000000] Zone ranges:
  60. [ 0.000000] DMA [mem 0x0000000040000000-0x000000007fffffff]
  61. [ 0.000000] Normal empty
  62. [ 0.000000] Movable zone start for each node
  63. [ 0.000000] Early memory node ranges
  64. [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
  65. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
  66. [ 0.000000] On node 0 totalpages: 262144
  67. [ 0.000000] DMA zone: 4096 pages used for memmap
  68. [ 0.000000] DMA zone: 0 pages reserved
  69. [ 0.000000] DMA zone: 262144 pages, LIFO batch:31
  70. [ 0.000000] psci: probing for conduit method from DT.
  71. [ 0.000000] psci: PSCIv0.2 detected in firmware.
  72. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  73. [ 0.000000] psci: Trusted OS migration not required
  74. [ 0.000000] random: fast init done
  75. [ 0.000000] percpu: Embedded 23 pages/cpu @ffff80003ef77000 s55448 r8192 d30568 u94208
  76. [ 0.000000] pcpu-alloc: s55448 r8192 d30568 u94208 alloc=23*4096
  77. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  78. [ 0.000000] Detected VIPT I-cache on CPU0
  79. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  80. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 258048
  81. [ 0.000000] Policy zone: DMA
  82. [ 0.000000] Kernel command line: console=ttyS0,115200 console=tty0 disp.screen0_output_mode=1280x720p60 root=/dev/mmcblk0p1 panic=10
  83. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  84. [ 0.000000] Memory: 998588K/1048576K available (9596K kernel code, 1144K rwdata, 4288K rodata, 1088K init, 404K bss, 33604K reserved, 16384K cma-reserved)
  85. [ 0.000000] Virtual kernel memory layout:
  86. [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)
  87. [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
  88. [ 0.000000] .text : 0xffff000008080000 - 0xffff0000089e0000 ( 9600 KB)
  89. [ 0.000000] .rodata : 0xffff0000089e0000 - 0xffff000008e20000 ( 4352 KB)
  90. [ 0.000000] .init : 0xffff000008e20000 - 0xffff000008f30000 ( 1088 KB)
  91. [ 0.000000] .data : 0xffff000008f30000 - 0xffff00000904e200 ( 1145 KB)
  92. [ 0.000000] .bss : 0xffff00000904e200 - 0xffff0000090b3460 ( 405 KB)
  93. [ 0.000000] fixed : 0xffff7dfffe7fd000 - 0xffff7dfffec00000 ( 4108 KB)
  94. [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
  95. [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
  96. [ 0.000000] 0xffff7e0000000000 - 0xffff7e0001000000 ( 16 MB actual)
  97. [ 0.000000] memory : 0xffff800000000000 - 0xffff800040000000 ( 1024 MB)
  98. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  99. [ 0.000000] Preemptible hierarchical RCU implementation.
  100. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
  101. [ 0.000000] Tasks RCU enabled.
  102. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  103. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  104. [ 0.000000] GIC: Using split EOI/Deactivate mode
  105. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  106. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  107. [ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  108. [ 0.000171] Console: colour dummy device 80x25
  109. [ 0.000781] console [tty0] enabled
  110. [ 0.000852] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  111. [ 0.000881] pid_max: default: 32768 minimum: 301
  112. [ 0.000976] Security Framework initialized
  113. [ 0.001651] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  114. [ 0.001998] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  115. [ 0.002036] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  116. [ 0.002065] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  117. [ 0.016032] ASID allocator initialised with 65536 entries
  118. [ 0.024018] Hierarchical SRCU implementation.
  119. [ 0.032848] EFI services will not be available.
  120. [ 0.040056] smp: Bringing up secondary CPUs ...
  121. [ 0.069024] Detected VIPT I-cache on CPU1
  122. [ 0.069082] CPU1: Booted secondary processor [410fd034]
  123. [ 0.096698] Detected VIPT I-cache on CPU2
  124. [ 0.096731] CPU2: Booted secondary processor [410fd034]
  125. [ 0.124718] Detected VIPT I-cache on CPU3
  126. [ 0.124746] CPU3: Booted secondary processor [410fd034]
  127. [ 0.124815] smp: Brought up 1 node, 4 CPUs
  128. [ 0.124891] SMP: Total of 4 processors activated.
  129. [ 0.124907] CPU features: detected feature: 32-bit EL0 Support
  130. [ 0.125075] CPU: All CPU(s) started at EL2
  131. [ 0.125104] alternatives: patching kernel code
  132. [ 0.126138] devtmpfs: initialized
  133. [ 0.130948] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  134. [ 0.131031] futex hash table entries: 1024 (order: 5, 131072 bytes)
  135. [ 0.131052] Unable to handle kernel NULL pointer dereference at virtual address 00000050
  136. [ 0.131074] Mem abort info:
  137. [ 0.131089] Exception class = DABT (current EL), IL = 32 bits
  138. [ 0.131104] SET = 0, FnV = 0
  139. [ 0.131115] EA = 0, S1PTW = 0
  140. [ 0.131126] Data abort info:
  141. [ 0.131136] ISV = 0, ISS = 0x00000044
  142. [ 0.131147] CM = 0, WnR = 1
  143. [ 0.131167] [0000000000000050] user address but active_mm is swapper
  144. [ 0.131192] Internal error: Oops: 96000044 [#1] PREEMPT SMP
  145. [ 0.131210] Modules linked in:
  146. [ 0.131233] CPU: 2 PID: 31 Comm: kworker/u8:0 Not tainted 4.14.0-rc8-ga215a061 #1
  147. [ 0.131251] Hardware name: Xunlong Orange Pi PC 2 (DT)
  148. [ 0.131266] task: ffff80003da92a00 task.stack: ffff0000092f8000
  149. [ 0.131297] PC is at do_exit+0x264/0x948
  150. [ 0.131312] LR is at do_exit+0x124/0x948
  151. [ 0.131325] pc : [<ffff0000080cc944>] lr : [<ffff0000080cc804>] pstate: 60000045
  152. [ 0.131342] sp : ffff0000092fbe20
  153. [ 0.131353] x29: 0000000000000000 x28: 0000000000000000
  154. [ 0.131371] x27: 0000000000000000 x26: 0000000000000000
  155. [ 0.131389] x25: 0000000000000000 x24: 0000000000000000
  156. [ 0.131407] x23: ffff80003da92a00 x22: 0000000000000000
  157. [ 0.131425] x21: 0000000000000000 x20: 0000000000000001
  158. [ 0.131442] x19: ffff80003da92a00 x18: 0000000000000001
  159. [ 0.131460] x17: 0000000000000000 x16: 0000000000000000
  160. [ 0.131479] x15: ffffffffffffffff x14: 0000000000000000
  161. [ 0.131497] x13: 0000000000000000 x12: 0000000000000000
  162. [ 0.131514] x11: 0000000000000000 x10: 00000000ffffff80
  163. [ 0.131532] x9 : ffff80003efd6220 x8 : 0000000000000040
  164. [ 0.131550] x7 : 0000000000000000 x6 : 0000000000000000
  165. [ 0.131567] x5 : 0000000000000000 x4 : 0000000000000000
  166. [ 0.131585] x3 : 0000000000000000 x2 : ffff80003da93288
  167. [ 0.131602] x1 : 0000000000000000 x0 : 0000000000000000
  168. [ 0.131622] Process kworker/u8:0 (pid: 31, stack limit = 0xffff0000092f8000)
  169. [ 0.131637] Call trace:
  170. [ 0.131652] Exception stack(0xffff0000092fbce0 to 0xffff0000092fbe20)
  171. [ 0.131670] bce0: 0000000000000000 0000000000000000 ffff80003da93288 0000000000000000
  172. [ 0.131691] bd00: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  173. [ 0.131712] bd20: 0000000000000040 ffff80003efd6220 00000000ffffff80 0000000000000000
  174. [ 0.131733] bd40: 0000000000000000 0000000000000000 0000000000000000 ffffffffffffffff
  175. [ 0.131752] pinctrl core: initialized pinctrl subsystem
  176. [ 0.131754] bd60: 0000000000000000 0000000000000000 0000000000000001 ffff80003da92a00
  177. [ 0.131761] bd80: 0000000000000001 0000000000000000 0000000000000000 ffff80003da92a00
  178. [ 0.131766] bda0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  179. [ 0.131773] bdc0: 0000000000000000 0000000000000000 ffff0000080cc804 ffff0000092fbe20
  180. [ 0.131778] bde0: ffff0000080cc944 0000000060000045 0000000000000000 ffff0000080ccc28
  181. [ 0.131783] be00: 0001000000000000 ffff0000080cc804 0000000000000000 ffff0000080cc944
  182. [ 0.131792] [<ffff0000080cc944>] do_exit+0x264/0x948
  183. [ 0.131800] Code: f9400280 720e001f 54000040 9402f888 (f9002bbb)
  184. [ 0.131811] ---[ end trace c54dd6fbc924e9f0 ]---
  185. [ 0.131814] Fixing recursive fault but reboot is needed!
  186. [ 0.133393] DMI not present or invalid.
  187. [ 0.133825] NET: Registered protocol family 16
  188. [ 0.135483] cpuidle: using governor menu
  189. [ 0.136180] vdso: 2 pages (1 code @ ffff0000089e6000, 1 data @ ffff000008f35000)
  190. [ 0.136217] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  191. [ 0.137846] DMA: preallocated 256 KiB pool for atomic allocations
  192. [ 0.138360] Serial: AMBA PL011 UART driver
  193. [ 0.158910] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  194. [ 0.160046] ACPI: Interpreter disabled.
  195. [ 0.161674] vgaarb: loaded
  196. [ 0.162061] SCSI subsystem initialized
  197. [ 0.162294] libata version 3.00 loaded.
  198. [ 0.162615] usbcore: registered new interface driver usbfs
  199. [ 0.162683] usbcore: registered new interface driver hub
  200. [ 0.162776] usbcore: registered new device driver usb
  201. [ 0.163766] pps_core: LinuxPPS API ver. 1 registered
  202. [ 0.163785] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  203. [ 0.163825] PTP clock support registered
  204. [ 0.163990] EDAC MC: Ver: 3.0.0
  205. [ 0.165603] dmi: Firmware registration failed.
  206. [ 0.166018] Advanced Linux Sound Architecture Driver Initialized.
  207. [ 0.166804] clocksource: Switched to clocksource arch_sys_counter
  208. [ 0.166974] VFS: Disk quotas dquot_6.6.0
  209. [ 0.167047] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  210. [ 0.167218] pnp: PnP ACPI: disabled
  211. [ 0.174696] NET: Registered protocol family 2
  212. [ 0.175361] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  213. [ 0.175491] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  214. [ 0.175660] TCP: Hash tables configured (established 8192 bind 8192)
  215. [ 0.175820] UDP hash table entries: 512 (order: 2, 16384 bytes)
  216. [ 0.175873] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  217. [ 0.176049] NET: Registered protocol family 1
  218. [ 0.176410] RPC: Registered named UNIX socket transport module.
  219. [ 0.176428] RPC: Registered udp transport module.
  220. [ 0.176441] RPC: Registered tcp transport module.
  221. [ 0.176454] RPC: Registered tcp NFSv4.1 backchannel transport module.
  222. [ 0.176474] PCI: CLS 0 bytes, default 128
  223. [ 0.177288] kvm [1]: 8-bit VMID
  224. [ 0.177303] kvm [1]: IDMAP page: 449c9000
  225. [ 0.177316] kvm [1]: HYP VA range: 800000000000:ffffffffffff
  226. [ 0.178282] kvm [1]: vgic-v2@1c84000
  227. [ 0.178370] kvm [1]: vgic interrupt IRQ1
  228. [ 0.178394] kvm [1]: virtual timer IRQ4
  229. [ 0.178483] kvm [1]: Hyp mode initialized successfully
  230. [ 0.181433] audit: initializing netlink subsys (disabled)
  231. [ 0.181609] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
  232. [ 0.181885] workingset: timestamp_bits=44 max_order=18 bucket_order=0
  233. [ 0.190138] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  234. [ 0.190950] NFS: Registering the id_resolver key type
  235. [ 0.190997] Key type id_resolver registered
  236. [ 0.191011] Key type id_legacy registered
  237. [ 0.191032] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  238. [ 0.191272] 9p: Installing v9fs 9p2000 file system support
  239. [ 0.194208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  240. [ 0.194244] io scheduler noop registered
  241. [ 0.194473] io scheduler cfq registered (default)
  242. [ 0.194491] io scheduler mq-deadline registered
  243. [ 0.194505] io scheduler kyber registered
  244. [ 0.196309] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
  245. [ 0.200508] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
  246. [ 0.204165] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  247. [ 0.216548] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  248. [ 0.218866] console [ttyS0] disabled
  249. [ 0.239261] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 29, base_baud = 1500000) is a U6_16550A
  250. [ 1.359247] console [ttyS0] enabled
  251. [ 1.363983] SuperH (H)SCI(F) driver initialized
  252. [ 1.368753] Unable to handle kernel NULL pointer dereference at virtual address 00000010
  253. [ 1.376862] Mem abort info:
  254. [ 1.379668] Exception class = DABT (current EL), IL = 32 bits
  255. [ 1.385600] SET = 0, FnV = 0
  256. [ 1.388664] EA = 0, S1PTW = 0
  257. [ 1.391817] Data abort info:
  258. [ 1.394698] ISV = 0, ISS = 0x00000004
  259. [ 1.398542] CM = 0, WnR = 0
  260. [ 1.401524] [0000000000000010] user address but active_mm is swapper
  261. [ 1.407889] Internal error: Oops: 96000004 [#2] PREEMPT SMP
  262. [ 1.413461] Modules linked in:
  263. [ 1.416525] CPU: 2 PID: 1 Comm: swapper/0 Tainted: G D 4.14.0-rc8-ga215a061 #1
  264. [ 1.424874] Hardware name: Xunlong Orange Pi PC 2 (DT)
  265. [ 1.430012] task: ffff80003d9d8000 task.stack: ffff000008030000
  266. [ 1.435940] PC is at uart_register_driver+0x128/0x1d8
  267. [ 1.440992] LR is at uart_register_driver+0x118/0x1d8
  268. [ 1.446044] pc : [<ffff000008567d90>] lr : [<ffff000008567d80>] pstate: 60000145
  269. [ 1.453438] sp : ffff000008033d60
  270. [ 1.456752] x29: 0000000000000000 x28: ffff000008f1f038
  271. [ 1.462067] x27: 0000000000000007 x26: ffff000008e2046c
  272. [ 1.467381] x25: ffff000009053000 x24: 00000000000001a0
  273. [ 1.472696] x23: ffff000008aed138 x22: ffff80003d1d6900
  274. [ 1.478010] x21: 0000000000000006 x20: ffff000009001198
  275. [ 1.483325] x19: ffff80003d294820 x18: 0000000000000000
  276. [ 1.488639] x17: 0000000000000001 x16: 0000000000000000
  277. [ 1.493954] x15: ffffffffffffffff x14: ffff80003d29091c
  278. [ 1.499268] x13: 0000000000000001 x12: 0000000000000000
  279. [ 1.504582] x11: 0000000000000004 x10: 0000000000000003
  280. [ 1.509897] x9 : 0000000000000000 x8 : ffff80003d294980
  281. [ 1.515211] x7 : 0000000000000000 x6 : 000000000000003f
  282. [ 1.520524] x5 : 0000000000000040 x4 : 0000000fffffffe0
  283. [ 1.525837] x3 : 0000000000010000 x2 : 00001d4c0000007d
  284. [ 1.531151] x1 : 0000000000000001 x0 : 0000000000000006
  285. [ 1.536467] Process swapper/0 (pid: 1, stack limit = 0xffff000008030000)
  286. [ 1.543165] Call trace:
  287. [ 1.545615] Exception stack(0xffff000008033c20 to 0xffff000008033d60)
  288. [ 1.552056] 3c20: 0000000000000006 0000000000000001 00001d4c0000007d 0000000000010000
  289. [ 1.559886] 3c40: 0000000fffffffe0 0000000000000040 000000000000003f 0000000000000000
  290. [ 1.567716] 3c60: ffff80003d294980 0000000000000000 0000000000000003 0000000000000004
  291. [ 1.575548] 3c80: 0000000000000000 0000000000000001 ffff80003d29091c ffffffffffffffff
  292. [ 1.583378] 3ca0: 0000000000000000 0000000000000001 0000000000000000 ffff80003d294820
  293. [ 1.591208] 3cc0: ffff000009001198 0000000000000006 ffff80003d1d6900 ffff000008aed138
  294. [ 1.599038] 3ce0: 00000000000001a0 ffff000009053000 ffff000008e2046c 0000000000000007
  295. [ 1.606869] 3d00: ffff000008f1f038 0000000000000000 ffff000008567d80 ffff000008033d60
  296. [ 1.614699] 3d20: ffff000008567d90 0000000060000145 ffff80003d294820 ffff000008567cb8
  297. [ 1.622530] 3d40: ffffffffffffffff ffff000008567d80 0000000000000000 ffff000008567d90
  298. [ 1.630362] [<ffff000008567d90>] uart_register_driver+0x128/0x1d8
  299. [ 1.636458] Code: f9004e77 b9402280 6b15001f 54ffff0c (f9400bb3)
  300. [ 1.642557] ---[ end trace c54dd6fbc924e9f1 ]---
  301. [ 1.647214] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  302. [ 1.647214]
  303. [ 1.656351] SMP: stopping secondary CPUs
  304. [ 1.660277] Kernel Offset: disabled
  305. [ 1.663766] CPU features: 0x002004
  306. [ 1.667166] Memory Limit: none
  307. [ 1.670223] Rebooting in 10 seconds..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement