armoon

u-boot risc-v botting succes

Oct 15th, 2024
109
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.86 KB | None | 1 0
  1. U-Boot SPL 2024.10-rc5-00013-g1d2059560e21 (Oct 05 2024 - 16:59:54 +0530)
  2. DDR version: dc2e84f0.
  3. Trying to boot from SPI
  4.  
  5. OpenSBI v1.5-82-g2ffa0a1
  6. Build time: 2024-10-05 16:59:31 +0530
  7. Build compiler: gcc version 14.2.0 (GCC)
  8. ____ _____ ____ _____
  9. / __ \ / ____| _ \_ _|
  10. | | | |_ __ ___ _ __ | (___ | |_) || |
  11. | | | | '_ \ / _ \ '_ \ \___ \| _ < | |
  12. | |__| | |_) | __/ | | |____) | |_) || |_
  13. \____/| .__/ \___|_| |_|_____/|____/_____|
  14. | |
  15. |_|
  16.  
  17. Platform Name : StarFive VisionFive 2 v1.3B
  18. Platform Features : medeleg
  19. Platform HART Count : 5
  20. Platform IPI Device : aclint-mswi
  21. Platform Timer Device : aclint-mtimer @ 4000000Hz
  22. Platform Console Device : uart8250
  23. Platform HSM Device : ---
  24. Platform PMU Device : ---
  25. Platform Reboot Device : pm-reset
  26. Platform Shutdown Device : pm-reset
  27. Platform Suspend Device : ---
  28. Platform CPPC Device : ---
  29. Firmware Base : 0x40000000
  30. Firmware Size : 367 KB
  31. Firmware RW Offset : 0x40000
  32. Firmware RW Size : 111 KB
  33. Firmware Heap Offset : 0x51000
  34. Firmware Heap Size : 43 KB (total), 2 KB (reserved), 11 KB (used), 29 KB (free)
  35. Firmware Scratch Size : 4096 B (total), 424 B (used), 3672 B (free)
  36. Runtime SBI Version : 2.0
  37.  
  38. Domain0 Name : root
  39. Domain0 Boot HART : 4
  40. Domain0 HARTs : 0*,1*,2*,3*,4*
  41. Domain0 Region00 : 0x0000000010000000-0x0000000010000fff M: (I,R,W) S/U: (R,W)
  42. Domain0 Region01 : 0x0000000002000000-0x000000000200ffff M: (I,R,W) S/U: ()
  43. Domain0 Region02 : 0x0000000040040000-0x000000004005ffff M: (R,W) S/U: ()
  44. Domain0 Region03 : 0x0000000040000000-0x000000004003ffff M: (R,X) S/U: ()
  45. Domain0 Region04 : 0x000000000c000000-0x000000000fffffff M: (I,R,W) S/U: (R,W)
  46. Domain0 Region05 : 0x0000000000000000-0xffffffffffffffff M: () S/U: (R,W,X)
  47. Domain0 Next Address : 0x0000000040200000
  48. Domain0 Next Arg1 : 0x0000000040400000
  49. Domain0 Next Mode : S-mode
  50. Domain0 SysReset : yes
  51. Domain0 SysSuspend : yes
  52.  
  53. Boot HART ID : 4
  54. Boot HART Domain : root
  55. Boot HART Priv Version : v1.11
  56. Boot HART Base ISA : rv64imafdcbx
  57. Boot HART ISA Extensions : zihpm,sdtrig
  58. Boot HART PMP Count : 8
  59. Boot HART PMP Granularity : 12 bits
  60. Boot HART PMP Address Bits: 34
  61. Boot HART MHPM Info : 2 (0x00000018)
  62. Boot HART Debug Triggers : 8 triggers
  63. Boot HART MIDELEG : 0x0000000000000222
  64. Boot HART MEDELEG : 0x000000000000b109
  65.  
  66.  
  67. U-Boot 2024.10-rc5-00013-g1d2059560e21 (Oct 05 2024 - 16:59:54 +0530)
  68.  
  69. CPU: sifive,u74-mc
  70. Model: StarFive VisionFive 2 v1.3B
  71. DRAM: 8 GiB
  72. Core: 136 devices, 26 uclasses, devicetree: board
  73. WDT: Not starting watchdog@13070000
  74. MMC: mmc@16010000: 0, mmc@16020000: 1
  75. Loading Environment from SPIFlash... SF: Detected gd25lq128 with page size 256 Bytes, erase size 4 KiB, total 16 MiB
  76. *** Warning - bad CRC, using default environment
  77.  
  78. StarFive EEPROM format v2
  79.  
  80. --------EEPROM INFO--------
  81. Vendor : StarFive Technology Co., Ltd.
  82. Product full SN: VF7110B1-2253-D008E000-00002905
  83. data version: 0x2
  84. PCB revision: 0xb2
  85. BOM revision: A
  86. Ethernet MAC0 address: 6c:cf:39:00:38:7b
  87. Ethernet MAC1 address: 6c:cf:39:00:38:7c
  88. --------EEPROM INFO--------
  89.  
  90. starfive_7110_pcie pcie@2b000000: Starfive PCIe bus probed.
  91. starfive_7110_pcie pcie@2c000000: Starfive PCIe bus probed.
  92. In: serial@10000000
  93. Out: serial@10000000
  94. Err: serial@10000000
  95. Net: eth0: ethernet@16030000, eth1: ethernet@16040000
  96. starting USB...
  97. Bus xhci_pci: Register 5000420 NbrPorts 5
  98. Starting the controller
  99. USB XHCI 1.00
  100. scanning bus xhci_pci for devices... 2 USB Device(s) found
  101. scanning usb for storage devices... 0 Storage Device(s) found
  102. Working FDT set to ff72d9c0
  103. Hit any key to stop autoboot: 0
  104. Card did not respond to voltage select! : -110
  105. ** Booting bootflow '<NULL>' with efi_mgr
  106. Loading Boot0000 'mmc 1' failed
  107. Loading Boot0001 'nvme 0' failed
  108. EFI boot manager: Cannot load any image
  109. Boot failed (err=-14)
  110. Card did not respond to voltage select! : -110
  111. ** Booting bootflow '[email protected]_3' with extlinux
  112. 1: Arch Linux Risc-V
  113. Retrieving file: /Image
  114. Retrieving file: /initramfs-linux.img
  115. append: root=UUID=2b8de04b-ccd2-44f0-9406-5571a51fba02 rw console=tty1 console=ttyS0,115200 earlycon rootwait swiotlb=65536 nvme_core.default_ps_max_latency_us=2000
  116. Retrieving file: /dtbs/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
  117. ## Flattened Device Tree blob at 46000000
  118. Booting using the fdt blob at 0x46000000
  119. Working FDT set to 46000000
  120. Loading Ramdisk to fdd58000, end fe6f2d27 ... OK
  121. Loading Device Tree to 00000000fdd4b000, end 00000000fdd57480 ... OK
  122. Working FDT set to fdd4b000
  123.  
  124. Starting kernel ...
  125.  
  126. [ 0.000000][ T0] Linux version 6.12.0-rc3-3-ARCH-RISC-V (amoon@anand-m920q) (riscv64-linux-gnu-gcc (GCC) 14.2.0, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT_RT Tue Oct 15 23:00:35 IST 2024
  127. [ 0.000000][ T0] Machine model: StarFive VisionFive 2 v1.3B
  128. [ 0.000000][ T0] SBI specification v2.0 detected
  129. [ 0.000000][ T0] SBI implementation ID=0x1 Version=0x10005
  130. [ 0.000000][ T0] SBI TIME extension detected
  131. [ 0.000000][ T0] SBI IPI extension detected
  132. [ 0.000000][ T0] SBI RFENCE extension detected
  133. [ 0.000000][ T0] SBI SRST extension detected
  134. [ 0.000000][ T0] SBI DBCN extension detected
  135. [ 0.000000][ T0] efi: UEFI not found.
  136. [ 0.000000][ T0] OF: reserved mem: 0x0000000040000000..0x000000004003ffff (256 KiB) nomap non-reusable mmode_resv1@40000000
  137. [ 0.000000][ T0] OF: reserved mem: 0x0000000040040000..0x000000004005ffff (128 KiB) nomap non-reusable mmode_resv0@40040000
  138. [ 0.000000][ T0] cma: Reserved 16 MiB at 0x00000000ff000000 on node -1
  139. [ 0.000000][ T0] earlycon: uart0 at MMIO32 0x0000000010000000 (options '115200n8')
  140. [ 0.000000][ T0] printk: legacy bootconsole [uart0] enabled
  141. [ 0.000000][ T0] NUMA: Faking a node at [mem 0x0000000040000000-0x000000023fffffff]
  142. [ 0.000000][ T0] NODE_DATA(0) allocated [mem 0x23fdbf500-0x23fdc1e7f]
  143. [ 0.000000][ T0] Zone ranges:
  144. [ 0.000000][ T0] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
  145. [ 0.000000][ T0] Normal [mem 0x0000000100000000-0x000000023fffffff]
  146. [ 0.000000][ T0] Device empty
  147. [ 0.000000][ T0] Movable zone start for each node
  148. [ 0.000000][ T0] Early memory node ranges
  149. [ 0.000000][ T0] node 0: [mem 0x0000000040000000-0x000000004005ffff]
  150. [ 0.000000][ T0] node 0: [mem 0x0000000040060000-0x000000023fffffff]
  151. [ 0.000000][ T0] Initmem setup node 0 [mem 0x0000000040000000-0x000000023fffffff]
  152. [ 0.000000][ T0] SBI HSM extension detected
  153. [ 0.000000][ T0] CPU with hartid=0 is not available
  154. [ 0.000000][ T0] riscv: base ISA extensions acdfim
  155. [ 0.000000][ T0] riscv: ELF capabilities acdfim
  156. [ 0.000000][ T0] percpu: Embedded 54 pages/cpu s95360 r8192 d117632 u221184
  157. [ 0.000000][ T0] Kernel command line: root=UUID=2b8de04b-ccd2-44f0-9406-5571a51fba02 rw console=tty1 console=ttyS0,115200 earlycon rootwait swiotlb=65536 nvme_core.default_ps_max_latency_us=2000
  158. [ 0.000000][ T0] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  159. [ 0.000000][ T0] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  160. [ 0.000000][ T0] Fallback order for Node 0: 0
  161. [ 0.000000][ T0] Built 1 zonelists, mobility grouping on. Total pages: 2097152
  162. [ 0.000000][ T0] Policy zone: Normal
  163. [ 0.000000][ T0] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
  164. [ 0.000000][ T0] stackdepot: allocating hash table via alloc_large_system_hash
  165. [ 0.000000][ T0] stackdepot hash table entries: 1048576 (order: 12, 16777216 bytes, linear)
  166. [ 0.000000][ T0] software IO TLB: area num 4.
  167. [ 0.000000][ T0] software IO TLB: mapped [mem 0x00000000f5d4b000-0x00000000fdd4b000] (128MB)
  168. [ 0.000000][ T0] Virtual kernel memory layout:
  169. [ 0.000000][ T0] fixmap : 0xffffffc4fea00000 - 0xffffffc4ff000000 (6144 kB)
  170. [ 0.000000][ T0] pci io : 0xffffffc4ff000000 - 0xffffffc500000000 ( 16 MB)
  171. [ 0.000000][ T0] vmemmap : 0xffffffc500000000 - 0xffffffc600000000 (4096 MB)
  172. [ 0.000000][ T0] vmalloc : 0xffffffc600000000 - 0xffffffd600000000 ( 64 GB)
  173. [ 0.000000][ T0] modules : 0xffffffff0df36000 - 0xffffffff89400000 (1972 MB)
  174. [ 0.000000][ T0] lowmem : 0xffffffd600000000 - 0xffffffd800000000 (8192 MB)
  175. [ 0.000000][ T0] kasan : 0xfffffff700000000 - 0xffffffff00000000 ( 32 GB)
  176. [ 0.000000][ T0] kernel : 0xffffffff89400000 - 0xffffffffffffffff (1899 MB)
  177. [ 0.000000][ T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  178.  
Advertisement
Add Comment
Please, Sign In to add comment