Advertisement
Guest User

Xen booting on Raspberry Pi 4

a guest
Jul 20th, 2019
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. NOTICE: BL31: Built : 00:39:03, Jul 21 2019
  2. INFO: Changed device tree to advertise PSCI.
  3. INFO: ARM GICv2 driver initialized
  4. INFO: BL31: Initializing runtime services
  5. INFO: BL31: cortex_a72: CPU workaround for 859971 was applied
  6. INFO: BL31: cortex_a72: CPU workaround for cve_2017_5715 was applied
  7. INFO: BL31: cortex_a72: CPU workaround for cve_2018_3639 was applied
  8. INFO: BL31: Preparing for EL3 exit to normal world
  9. INFO: Entry point address = 0x80000
  10. INFO: SPSR = 0x3c9
  11. Xen 4.13-unstable
  12. (XEN) Xen version 4.13-unstable (aprzywara@lan) (aarch64-slackware-linux-gcc (GCC) 7.3.0) debug=y Sun Jul 21 00:42:38 BST 2019
  13. (XEN) Latest ChangeSet: Fri May 17 11:08:56 2019 +0100 git:38eeb3864d-dirty
  14. (XEN) build-id: a42c3eb1e96682b9686703a59771f695ba4de7d4
  15. (XEN) Processor: 410fd083: "ARM Limited", variant: 0x0, part 0xd08, rev 0x3
  16. (XEN) 64-bit Execution:
  17. (XEN) Processor Features: 0000000000002222 0000000000000000
  18. (XEN) Exception Levels: EL3:64+32 EL2:64+32 EL1:64+32 EL0:64+32
  19. (XEN) Extensions: FloatingPoint AdvancedSIMD
  20. (XEN) Debug Features: 0000000010305106 0000000000000000
  21. (XEN) Auxiliary Features: 0000000000000000 0000000000000000
  22. (XEN) Memory Model Features: 0000000000001124 0000000000000000
  23. (XEN) ISA Features: 0000000000010000 0000000000000000
  24. (XEN) 32-bit Execution:
  25. (XEN) Processor Features: 00000131:00011011
  26. (XEN) Instruction Sets: AArch32 A32 Thumb Thumb-2 Jazelle
  27. (XEN) Extensions: GenericTimer Security
  28. (XEN) Debug Features: 03010066
  29. (XEN) Auxiliary Features: 00000000
  30. (XEN) Memory Model Features: 10201105 40000000 01260000 02102211
  31. (XEN) ISA Features: 02101110 13112111 21232042 01112131 00011142 00010001
  32. (XEN) Using SMC Calling Convention v1.1
  33. (XEN) Using PSCI v1.1
  34. (XEN) SMP: Allowing 4 CPUs
  35. (XEN) Generic Timer IRQ: phys=30 hyp=26 virt=27 Freq: 2700 KHz
  36. (XEN) GICv2 initialization:
  37. (XEN) gic_dist_addr=00000000ff841000
  38. (XEN) gic_cpu_addr=00000000ff842000
  39. (XEN) gic_hyp_addr=00000000ff844000
  40. (XEN) gic_vcpu_addr=00000000ff846000
  41. (XEN) gic_maintenance_irq=25
  42. (XEN) GICv2: 256 lines, 4 cpus, secure (IID 0200143b).
  43. (XEN) Using scheduler: SMP Credit Scheduler rev2 (credit2)
  44. (XEN) Initializing Credit2 scheduler
  45. (XEN) load_precision_shift: 18
  46. (XEN) load_window_shift: 30
  47. (XEN) underload_balance_tolerance: 0
  48. (XEN) overload_balance_tolerance: -3
  49. (XEN) runqueues arrangement: socket
  50. (XEN) cap enforcement granularity: 10ms
  51. (XEN) load tracking window length 1073741824 ns
  52. (XEN) Adding cpu 0 to runqueue 0
  53. (XEN) First cpu on runqueue, activating
  54. (XEN) Allocated console ring of 32 KiB.
  55. (XEN) CPU0: Guest atomics will try 5 times before pausing the domain
  56. (XEN) Bringing up CPU1
  57. (XEN) Adding cpu 1 to runqueue 0
  58. (XEN) CPU1: Guest atomics will try 4 times before pausing the domain
  59. (XEN) CPU 1 booted.
  60. (XEN) Bringing up CPU2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement