Advertisement
Guest User

Untitled

a guest
Dec 30th, 2022
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. OpenSBI v1.2
  2. ____ _____ ____ _____
  3. / __ \ / ____| _ \_ _|
  4. | | | |_ __ ___ _ __ | (___ | |_) || |
  5. | | | | '_ \ / _ \ '_ \ \___ \| _ < | |
  6. | |__| | |_) | __/ | | |____) | |_) || |_
  7. \____/| .__/ \___|_| |_|_____/|____/_____|
  8. | |
  9. |_|
  10.  
  11. Platform Name : freechips,rocketchip-unknown
  12. Platform Features : medeleg
  13. Platform HART Count : 4
  14. Platform IPI Device : aclint-mswi
  15. Platform Timer Device : aclint-mtimer @ 500000Hz
  16. Platform Console Device : litex_uart
  17. Platform HSM Device : ---
  18. Platform PMU Device : ---
  19. Platform Reboot Device : ---
  20. Platform Shutdown Device : ---
  21. Firmware Base : 0x80000000
  22. Firmware Size : 240 KB
  23. Runtime SBI Version : 1.0
  24.  
  25. Domain0 Name : root
  26. Domain0 Boot HART : 0
  27. Domain0 HARTs : 0*,1*,2*,3*
  28. Domain0 Region00 : 0x0000000002000000-0x000000000200ffff (I)
  29. Domain0 Region01 : 0x0000000080000000-0x000000008003ffff ()
  30. Domain0 Region02 : 0x0000000000000000-0xffffffffffffffff (R,W,X)
  31. Domain0 Next Address : 0x0000000080200000
  32. Domain0 Next Arg1 : 0x0000000082200000
  33. Domain0 Next Mode : S-mode
  34. Domain0 SysReset : yes
  35.  
  36. Boot HART ID : 0
  37. Boot HART Domain : root
  38. Boot HART Priv Version : v1.11
  39. Boot HART Base ISA : rv64imafdcx
  40. Boot HART ISA Extensions : none
  41. Boot HART PMP Count : 8
  42. Boot HART PMP Granularity : 4
  43. Boot HART PMP Address Bits: 30
  44. Boot HART MHPM Count : 0
  45. Boot HART MIDELEG : 0x0000000000000222
  46. Boot HART MEDELEG : 0x000000000000b109
  47. [ 0.000000] Linux version 6.0.10-300.0.riscv64.fc37.riscv64 ([email protected]) (gcc (GCC) 12.2.1 20220819 (Red Hat 12.2.1-1), GNU ld version 2.39-4.fc37) #1 SMP Sun Nov 27 19:08:44 GMT 2022
  48. [ 0.000000] OF: fdt: Ignoring memory range 0x80000000 - 0x80200000
  49. [ 0.000000] Machine model: freechips,rocketchip-unknown
  50. [ 0.000000] earlycon: liteuart0 at MMIO 0x0000000012009000 (options '')
  51. [ 0.000000] printk: bootconsole [liteuart0] enabled
  52. [ 0.000000] efi: UEFI not found.
  53. [ 0.000000] Oops - store (or AMO) access fault [#1]
  54. [ 0.000000] Modules linked in:
  55. [ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 6.0.10-300.0.riscv64.fc37.riscv64 #1
  56. [ 0.000000] Hardware name: freechips,rocketchip-unknown (DT)
  57. [ 0.000000] epc : __memset+0x60/0xfc
  58. [ 0.000000] ra : create_pgd_mapping+0x114/0x1b0
  59. [ 0.000000] epc : ffffffff8064cdb8 ra : ffffffff80c0545c sp : ffffffff81e03e00
  60. [ 0.000000] gp : ffffffff82057750 tp : ffffffff81e111c0 t0 : ffffffc6feffe000
  61. [ 0.000000] t1 : 0000000000000000 t2 : 49464555203a6966 s0 : ffffffff81e03e50
  62. [ 0.000000] s1 : ffffffd800000000 a0 : ffffffc6feffe000 a1 : 0000000000000000
  63. [ 0.000000] a2 : 0000000000001000 a3 : ffffffc6fefff000 a4 : 0000000000000000
  64. [ 0.000000] a5 : ffffffc6feffe000 a6 : 0000000000002000 a7 : 0000000000000000
  65. [ 0.000000] s2 : 0000000080200000 s3 : 0000000000200000 s4 : 00000000000000e3
  66. [ 0.000000] s5 : ffffffff82056fa0 s6 : 0000000000000000 s7 : ffffffff82066b00
  67. [ 0.000000] s8 : ffffffff80e01000 s9 : 0080000000000000 s10: ffffffff82056fa1
  68. [ 0.000000] s11: 0000002000000000 t3 : 0000000080200000 t4 : 0000000080200000
  69. [ 0.000000] t5 : ffffffffffffffff t6 : ffffffff80e122a8
  70. [ 0.000000] status: 0000000200000100 badaddr: ffffffc6feffe000 cause: 0000000000000007
  71. [ 0.000000] [<ffffffff80c06660>] paging_init+0x48a/0x5c8
  72. [ 0.000000] [<ffffffff80c03d92>] setup_arch+0xe0/0x67e
  73. [ 0.000000] [<ffffffff80c00b18>] start_kernel+0xa4/0xb6c
  74. [ 0.000000] ---[ end trace 0000000000000000 ]---
  75. [ 0.000000] Kernel panic - not syncing: Attempted to kill the idle task!
  76. [ 0.000000] ---[ end Kernel panic - not syncing: Attempted to kill the idle task! ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement