Guest User

Untitled

a guest
Oct 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. Xilinx Zynq MP First Stage Boot Loader
  2. Release 2017.1 May 15 2017 - 09:28:05
  3. NOTICE: ATF running on XCZU9EG/silicon v4/RTL5.1 at 0xfffea000, with PMU firmware
  4. NOTICE: BL31: Secure code at 0x0
  5. NOTICE: BL31: Non secure code at 0x8000000
  6. NOTICE: BL31: v1.3(release):7d1a673
  7. NOTICE: BL31: Built : 20:24:04, May 12 2017
  8.  
  9.  
  10. U-Boot 2017.01 (May 12 2017 - 13:34:12 -0700) Xilinx ZynqMP ZCU102
  11.  
  12. I2C: ready
  13. DRAM: 4 GiB
  14. EL Level: EL2
  15. Chip ID: xczu9eg
  16. MMC: sdhci@ff170000: 0 (SD)
  17. SF: Detected n25q512a with page size 512 Bytes, erase size 128 KiB, total 128 MiB
  18. *** Warning - bad CRC, using default environment
  19.  
  20. In: serial
  21. Out: serial
  22. Err: serial
  23. Bootmode: LVL_SHFT_SD_MODE1
  24. Net: No ethernet found.
  25. U-BOOT for xilinx-zcu102-zu9-es2-rev1_0-2017.1
  26.  
  27. No ethernet found.
  28. Hit any key to stop autoboot: 0
  29. Device: sdhci@ff170000
  30. Manufacturer ID: 27
  31. OEM: 5048
  32. Name: SD8GB
  33. Tran Speed: 50000000
  34. Rd Block Len: 512
  35. SD version 3.0
  36. High Capacity: Yes
  37. Capacity: 7.4 GiB
  38. Bus Width: 4-bit
  39. Erase Group Size: 512 Bytes
  40. reading image.ub
  41. 13424372 bytes read in 891 ms (14.4 MiB/s)
  42. ## Loading kernel from FIT Image at 10000000 ...
  43. Using 'conf@system-top.dtb' configuration
  44. Trying 'kernel@1' kernel subimage
  45. Description: Linux kernel
  46. Type: Kernel Image
  47. Compression: gzip compressed
  48. Data Start: 0x10000108
  49. Data Size: 6960378 Bytes = 6.6 MiB
  50. Architecture: AArch64
  51. OS: Linux
  52. Load Address: 0x00080000
  53. Entry Point: 0x00080000
  54. Hash algo: sha1
  55. Hash value: 158c8116e20909243b4c9dcb5ac7b5bfe87b071a
  56. Verifying Hash Integrity ... sha1+ OK
  57. ## Loading ramdisk from FIT Image at 10000000 ...
  58. Using 'conf@system-top.dtb' configuration
  59. Trying 'ramdisk@1' ramdisk subimage
  60. Description: petalinux-user-image
  61. Type: RAMDisk Image
  62. Compression: gzip compressed
  63. Data Start: 0x106ad9bc
  64. Data Size: 6420392 Bytes = 6.1 MiB
  65. Architecture: AArch64
  66. OS: Linux
  67. Load Address: unavailable
  68. Entry Point: unavailable
  69. Hash algo: sha1
  70. Hash value: d99f4a92d6379037a73314b970c9e1436a2dbdde
  71. Verifying Hash Integrity ... sha1+ OK
  72. ## Loading fdt from FIT Image at 10000000 ...
  73. Using 'conf@system-top.dtb' configuration
  74. Trying 'fdt@system-top.dtb' fdt subimage
  75. Description: Flattened Device Tree blob
  76. Type: Flat Device Tree
  77. Compression: uncompressed
  78. Data Start: 0x106a3708
  79. Data Size: 41456 Bytes = 40.5 KiB
  80. Architecture: AArch64
  81. Hash algo: sha1
  82. Hash value: c3228e02a058f810e26343561d0b9dc3a3a86a9e
  83. Verifying Hash Integrity ... sha1+ OK
  84. Booting using the fdt blob at 0x106a3708
  85. Uncompressing Kernel Image ... OK
  86. Loading Ramdisk to 079e0000, end 07fff7a8 ... OK
  87. Loading Device Tree to 00000000079d2000, end 00000000079df1ef ... OK
  88.  
  89. Starting kernel ...
  90.  
  91. [ 0.000000] Booting Linux on physical CPU 0x0
  92. [ 0.000000] Linux version 4.14.0-xilinx-v2018.2 (oe-user@oe-host) (gcc version 7.2.0 (GCC)) #1 SMP Sun Oct 14 21:07:40 CEST 2018
  93. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  94. [ 0.000000] Machine model: ZynqMP ZCU102 Rev1.0
  95. [ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
  96. [ 0.000000] bootconsole [cdns0] enabled
  97. [ 0.000000] efi: Getting EFI parameters from FDT:
  98. [ 0.000000] efi: UEFI not found.
  99. [ 0.000000] cma: Reserved 256 MiB at 0x0000000070000000
  100. [ 0.000000] psci: probing for conduit method from DT.
  101. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  102. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  103. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  104. [ 0.000000] percpu: Embedded 21 pages/cpu @ffffffc87ff67000 s46488 r8192 d31336 u86016
  105. [ 0.000000] Detected VIPT I-cache on CPU0
  106. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  107. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1034240
  108. [ 0.000000] Kernel command line: earlycon clk_ignore_unused
  109. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  110. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  111. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  112. [ 0.000000] software IO TLB [mem 0x6bfff000-0x6ffff000] (64MB) mapped at [ffffffc06bfff000-ffffffc06fffefff]
  113. [ 0.000000] Memory: 3779228K/4194304K available (9980K kernel code, 644K rwdata, 3128K rodata, 512K init, 2168K bss, 152932K reserved, 262144K cma-reserved)
  114. [ 0.000000] Virtual kernel memory layout:
  115. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  116. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
  117. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008a40000 ( 9984 KB)
  118. [ 0.000000] .rodata : 0xffffff8008a40000 - 0xffffff8008d60000 ( 3200 KB)
  119. [ 0.000000] .init : 0xffffff8008d60000 - 0xffffff8008de0000 ( 512 KB)
  120. [ 0.000000] .data : 0xffffff8008de0000 - 0xffffff8008e81200 ( 645 KB)
  121. [ 0.000000] .bss : 0xffffff8008e81200 - 0xffffff800909f2b0 ( 2169 KB)
  122. [ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
  123. [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
  124. [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
  125. [ 0.000000] 0xffffffbf00000000 - 0xffffffbf1dc00000 ( 476 MB actual)
  126. [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc880000000 ( 34816 MB)
  127. [ 0.000000] Hierarchical RCU implementation.
  128. [ 0.000000] RCU event tracing is enabled.
  129. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  130. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  131. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  132. [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
  133. [ 0.000000] GIC: Using split EOI/Deactivate mode
  134. [ 0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (phys).
  135. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns
  136. [ 0.000003] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns
  137. [ 0.008389] Console: colour dummy device 80x25
  138. [ 0.012645] console [tty0] enabled
  139. [ 0.016011] bootconsole [cdns0] disabled
Add Comment
Please, Sign In to add comment