Advertisement
Guest User

Untitled

a guest
May 22nd, 2014
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. bootm 0x80080000 - 0x88000000
  2. ## Booting kernel from Legacy Image at 80080000 ...
  3. Image Name: Linux
  4. Image Type: AArch64 Linux Kernel Image (uncompressed)
  5. Data Size: 7278628 Bytes = 6.9 MiB
  6. Load Address: 80080000
  7. Entry Point: 80080000
  8. Verifying Checksum ... OK
  9. ## Flattened Device Tree blob at 88000000
  10. Booting using the fdt blob at 0x88000000
  11. Loading Kernel Image ... OK
  12. reserving fdt memory region: addr=80000000 size=10000
  13. Loading Device Tree to 000000009fffa000, end 000000009ffff850 ... OK
  14.  
  15. Starting kernel ...
  16.  
  17. [ 0.000000] Initializing cgroup subsys cpu
  18. [ 0.000000] Linux version 3.10.39 (vishal@vishal-ThinkPad-W520) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #2 SMP Thu May 22 11:02:43 IST 2014
  19. [ 0.000000] CPU: AArch64 Processor [410fd0f0] revision 0
  20. [ 0.000000] Machine: FVP Base
  21. [ 0.000000] bootconsole [earlycon0] enabled
  22. [ 0.000000] psci: probing function IDs from device-tree
  23. [ 0.000000] PERCPU: Embedded 11 pages/cpu @ffffffc07ff8e000 s13056 r8192 d23808 u45056
  24. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 517120
  25. [ 0.000000] Kernel command line: console=ttyAMA0 root=/dev/ram0 earlyprintk=pl011,0x1c090000
  26. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  27. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  28. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  29. [ 0.000000] Sorting __ex_table...
  30. [ 0.000000] Memory: 2048MB = 2048MB total
  31. [ 0.000000] Memory: 2057244k/2057244k available, 39908k reserved
  32. [ 0.000000] Virtual kernel memory layout:
  33. [ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbbffff0000 (245759 MB)
  34. [ 0.000000] vmemmap : 0xffffffbc01c00000 - 0xffffffbc03800000 ( 28 MB)
  35. [ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
  36. [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc080000000 ( 2048 MB)
  37. [ 0.000000] .init : 0xffffffc0006f2000 - 0xffffffc000720300 ( 185 kB)
  38. [ 0.000000] .text : 0xffffffc000080000 - 0xffffffc0006f2000 ( 6600 kB)
  39. [ 0.000000] .data : 0xffffffc000724000 - 0xffffffc00076e120 ( 297 kB)
  40. [ 0.000000] Hierarchical RCU implementation.
  41. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  42. [ 0.000000] GIC CPU mask not found - kernel will fail to boot.
  43. [ 0.000000] GIC CPU mask not found - kernel will fail to boot.
  44. [ 0.000000] Architected local timer running at 100.00MHz (virt).
  45. [ 0.000000] Console: colour dummy device 80x25
  46. [ 113.966973] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=1000000)
  47. [ 113.967046] pid_max: default: 32768 minimum: 301
  48. [ 113.967831] Mount-cache hash table entries: 256
  49. [ 113.974042] hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 9 counters available
  50. [ 113.978373] swapper/0[1]: undefined instruction: pc=ffffffc000088008
  51. [ 113.978454] Code: 00000000 00000000 d4000002 d65f03c0 (d4000003)
  52. [ 113.978510] Internal error: Oops - undefined instruction: 0 [#1] SMP
  53. [ 113.978553] Modules linked in:
  54. [ 113.978610] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.10.39 #2
  55. [ 113.978673] task: ffffffc07dc85440 ti: ffffffc07dc88000 task.ti: ffffffc07dc88000
  56. [ 113.978749] PC is at __invoke_psci_fn_smc+0x0/0x8
  57. [ 113.978815] LR is at psci_cpu_on+0x2c/0x54
  58. [ 113.978870] pc : [<ffffffc000088008>] lr : [<ffffffc000088104>] pstate: 20000345
  59. [ 113.978922] sp : ffffffc07dc8bd30
  60. [ 113.978964] x29: ffffffc07dc8bd30 x28: 0000000000000000
  61. [ 113.979024] x27: 0000000000000000 x26: 0000000000000001
  62. [ 113.979084] x25: 0000000000000000 x24: ffffffc07dcbd500
  63. [ 113.979148] x23: ffffffc0007827a0 x22: 0000000000000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement