Advertisement
Guest User

Untitled

a guest
Apr 9th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. jgr@debian:~/toolchain/linux$ or32-elf-sim -f arch/openrisc/or1ksim.cfg vmlinux
  2. Insn MMU 0KB: 1 ways, 64 sets, entry size 1 bytes
  3. Data MMU 0KB: 1 ways, 64 sets, entry size 1 bytes
  4. Verbose on, simdebug off, interactive prompt off
  5. Machine initialization...
  6. Clock cycle: 10ns
  7. No data cache.
  8. No instruction cache.
  9. BPB simulation off.
  10. BTIC simulation off.
  11. Or1ksim 0.3.0
  12. Building automata... done, num uncovered: 0/213.
  13. Parsing operands data... done.
  14. Cannot open Ethernet RX file "eth0.rx"
  15. UART at 0x90000000
  16. Resetting Tick Timer.
  17. Resetting Power Management.
  18. Resetting PIC.
  19. Starting at 0x00000000
  20. loadcode: filename vmlinux startaddr=00000000 virtphy_transl=00000000
  21. Not COFF file format
  22. ELF type: 0x0002
  23. ELF machine: 0x005c
  24. ELF version: 0x00000001
  25. ELF sec = 24
  26. Section: .text, vaddr: 0xc0000000, paddr: 0x0 offset: 0x00002000, size: 0x00291cd8
  27. Section: _fdt_blob, vaddr: 0xc0291cd8, paddr: 0x291cd8 offset: 0x00293cd8, size: 0x00004000
  28. Section: __ex_table, vaddr: 0xc0295cd8, paddr: 0x295cd8 offset: 0x00297cd8, size: 0x00000bd8
  29. Section: .rodata, vaddr: 0xc0298000, paddr: 0x298000 offset: 0x0029a000, size: 0x00036a3c
  30. Section: __param, vaddr: 0xc02cea40, paddr: 0x2cea40 offset: 0x002d0a40, size: 0x000015c0
  31. Section: .data, vaddr: 0xc02d0000, paddr: 0x2d0000 offset: 0x002d2000, size: 0x0001c000
  32. Section: .init.text, vaddr: 0xc02ec000, paddr: 0x2ec000 offset: 0x002ee000, size: 0x00017d80
  33. Section: .init.data, vaddr: 0xc0303d80, paddr: 0x303d80 offset: 0x00305d80, size: 0x000af94c
  34. WARNING: sim_init: Debug module not enabled, cannot start remote service to GDB
  35. Ok, booting the kernel.
  36. ****************** counters reset ******************
  37. cycles 109999, insn #88067
  38. ****************** counters reset ******************
  39. exit(34425)
  40. @reset : cycles 109999, insn #88067
  41. @exit : cycles 3270828, insn #2702024
  42. diff : cycles 3160829, insn #2613957
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement