Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.48 KB | None | 0 0
  1. boot 0x40f00000
  2.  
  3. Executing booted program at 0x40f00000
  4.  
  5. --============= Liftoff! ===============--
  6.  
  7. OpenSBI v0.8-1-gecf7701
  8. ____ _____ ____ _____
  9. / __ \ / ____| _ \_ _|
  10. | | | |_ __ ___ _ __ | (___ | |_) || |
  11. | | | | '_ \ / _ \ '_ \ \___ \| _ < | |
  12. | |__| | |_) | __/ | | |____) | |_) || |_
  13. \____/| .__/ \___|_| |_|_____/|____/_____|
  14. | |
  15. |_|
  16.  
  17. Platform Name : LiteX / VexRiscv-SMP
  18. Platform Features : timer,mfdeleg
  19. Platform HART Count : 8
  20. Boot HART ID : 0
  21. Boot HART ISA : rv32imas
  22. BOOT HART Features : time
  23. BOOT HART PMP Count : 0
  24. Firmware Base : 0x40f00000
  25. Firmware Size : 124 KB
  26. Runtime SBI Version : 0.2
  27.  
  28. MIDELEG : 0x00000222
  29. MEDELEG : 0x0000b101
  30. [ 0.000000] Linux version 5.12.0-rc4 (florent@panda) (riscv32-buildroot-linux-gnu-gcc.br_real (Buildroot 2020.11-281-g69e5046e7b) 10.2.0, GNU ld (GNU Binutils) 2.35.2) #2 SMP Mon Mar 29 10:07:39 CEST 2021
  31. [ 0.000000] Zone ranges:
  32. [ 0.000000] Normal [mem 0x0000000040000000-0x0000000047ffffff]
  33. [ 0.000000] Movable zone start for each node
  34. [ 0.000000] Early memory node ranges
  35. [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000047ffffff]
  36. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x0000000047ffffff]
  37. [ 0.000000] SBI specification v0.2 detected
  38. [ 0.000000] SBI implementation ID=0x1 Version=0x8
  39. [ 0.000000] SBI v0.2 TIME extension detected [66/9009]
  40. [ 0.000000] SBI v0.2 IPI extension detected
  41. [ 0.000000] SBI v0.2 RFENCE extension detected
  42. [ 0.000000] SBI v0.2 HSM extension detected
  43. [ 0.000000] riscv: ISA extensions aim
  44. [ 0.000000] riscv: ELF capabilities aim
  45. [ 0.000000] percpu: Embedded 10 pages/cpu s19148 r0 d21812 u40960
  46. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32512
  47. [ 0.000000] Kernel command line: console=liteuart earlycon=liteuart,0xf0001000 rootwait root=/dev/ram0
  48. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
  49. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
  50. [ 0.000000] Sorting __ex_table...
  51. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  52. [ 0.000000] Memory: 113720K/131072K available (5596K kernel code, 572K rwdata, 860K rodata, 214K init, 221K bss, 17352K reserved, 0K cma-reserved)
  53. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  54. [ 0.000000] rcu: Hierarchical RCU implementation.
  55. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
  56. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  57. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  58. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  59. [ 0.000000] riscv-intc: 32 local interrupts mapped
  60. [ 0.000000] plic: interrupt-controller@f0c00000: mapped 32 interrupts with 1 handlers for 2 contexts.
  61. [ 0.000000] random: get_random_bytes called from start_kernel+0x360/0x4d0 with crng_init=0
  62. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0]
  63. [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x114c1bade8, max_idle_ns: 440795203839 ns
  64. [ 0.000080] sched_clock: 64 bits at 75MHz, resolution 13ns, wraps every 2199023255546ns
  65. [ 0.007109] Console: colour dummy device 80x25
  66. [ 0.010953] Calibrating delay loop (skipped), value calculated using timer frequency.. 150.00 BogoMIPS (lpj=300000)
  67. [ 0.016239] pid_max: default: 32768 minimum: 301
  68. [ 0.031046] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  69. [ 0.035096] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  70. [ 0.131480] ASID allocator using 9 bits (512 entries)
  71. [ 0.143409] rcu: Hierarchical SRCU implementation.
  72. [ 0.171824] smp: Bringing up secondary CPUs ...
  73. [ 0.174588] smp: Brought up 1 node, 1 CPU
  74. [ 0.200842] devtmpfs: initialized
  75. [ 0.321095] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  76. [ 0.325930] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
  77. [ 0.351212] NET: Registered protocol family 16
  78. [ 1.106963] FPGA manager framework
  79. [ 1.169044] clocksource: Switched to clocksource riscv_clocksource
  80. [ 1.965036] NET: Registered protocol family 2
  81. [ 1.996746] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
  82. [ 2.001650] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
  83. [ 2.006165] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
  84. [ 2.009917] TCP: Hash tables configured (established 1024 bind 1024)
  85. [ 2.019402] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  86. [ 2.023857] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  87. [ 2.092140] Unpacking initramfs...
  88. [ 6.564347] Initramfs unpacking failed: invalid magic at start of compressed archive
  89. [ 7.273345] Freeing initrd memory: 8192K
  90. [ 7.320317] workingset: timestamp_bits=30 max_order=15 bucket_order=0
  91. [ 8.540653] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
  92. [ 8.543870] io scheduler mq-deadline registered
  93. [ 8.545690] io scheduler kyber registered
  94. [ 8.602253] LiteX SoC Controller driver initialized: subreg:4, align:4
  95. [ 13.682194] f0001000.serial: ttyLXU0 at MMIO 0x0 (irq = 0, base_baud = 0) is a liteuart
  96. [ 13.901161] printk: console [liteuart0] enabled
  97. [ 14.078012] libphy: Fixed MDIO Bus: probed
  98. [ 14.092776] liteeth f0002000.mac: unable to get rx-fifo-depth [7/9009]
  99. [ 14.100938] liteeth: probe of f0002000.mac failed with error -22
  100. [ 14.119579] i2c /dev entries driver
  101. [ 14.320687] NET: Registered protocol family 10
  102. [ 14.380015] Segment Routing with IPv6
  103. [ 14.388298] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  104. [ 14.452435] NET: Registered protocol family 17
  105. [ 14.506085] Freeing unused kernel memory: 208K
  106. [ 14.511738] Kernel memory protection not selected by kernel config.
  107. [ 14.517199] Run /init as init process
  108.  
  109.  
  110. Starting syslogd: OK
  111. Starting klogd: OK
  112. Running sysctl: OK
  113. Saving random seed: [ 23.927395] random: dd: uninitialized urandom read (512 bytes read)
  114. OK
  115. Starting network: OK
  116.  
  117. Welcome to Buildroot
  118. buildroot login: root
  119. __ _
  120. / / (_)__ __ ____ __
  121. / /__/ / _ \/ // /\ \ /
  122. /____/_/_//_/\_,_//_\_\
  123. / _ \/ _ \
  124. __ _ __ _ _\___/_//_/ ___ _
  125. / / (_) /____ | |/_/__| | / /____ __ / _ \(_)__ _____ __
  126. / /__/ / __/ -_)> </___/ |/ / -_) \ // , _/ (_-</ __/ |/ /
  127. /____/_/\__/\__/_/|_|____|___/\__/_\_\/_/|_/_/___/\__/|___/
  128. / __/ |/ / _ \
  129. _\ \/ /|_/ / ___/
  130. /___/_/ /_/_/
  131. 32-bit RISC-V Linux running on LiteX / VexRiscv-SMP.
  132.  
  133. login[68]: root login on 'console'
  134. root@buildroot:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement