[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] [Renesas][Lager] Booting with XEN 4.6



Hello All

I have problem on the step of booting with xen with the reference site(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Lager).

I have used the environment like below.

- xen version : xen4.6 Release version
- linux kernel : mainline 3.19.8 with DTS(r8a7790-lager.dts)
- Without using XSM module ( I got error message for compiling XSM module on ubuntu14.04 host, if any got how to compile let me know)

I had tried Âto setup board and started,and then got below message that did not bring up CPU1 ~ 7.
Lager board got brought up CPU0 only. Also did not get problem for the console.
.............................................................
Starting kernel ...

- UART enabled -
- CPU 00000000 booting -
- Xen starting in Hyp mode -
- Zero BSS -
- Setting up control registers -
- Turning on paging -
- Ready -
(XEN) Checking for initrd in /chosen
(XEN) RAM: 0000000040000000 - 000000007fffffff
(XEN) RAM: 0000000140000000 - 00000001ffffffff
(XEN)Â
(XEN) MODULE[0]: 00000000407f4000 - 00000000407fd000 Device Tree Â
(XEN) MODULE[1]: 0000000060000000 - 0000000060a00000 Kernel   ÂÂ
(XEN) ÂRESVD[0]: 0000000042000000 - 0000000042009000
(XEN) ÂRESVD[1]: 000000007ff9a000 - 000000007ff9a120
(XEN) ÂRESVD[2]: 00000000407f4000 - 00000000407fd000
(XEN)Â

.....@1st problem Got the short contents from xen-bootargs on DTB inserted several items ..........
(XEN) COMMAND LINE: CONSOLE=DTUART Â;
...........................................................................................................................................................
(XEN) Placing Xen at 0x000000007fc00000-0x000000007fe00000
(XEN) Update BOOTMOD_XEN from 0000000090000000-0000000090101701 => 000000007fc00000-000000007fd01701
(XEN) Xen heap: 00000001f8000000-0000000200000000 (32768 pages)
(XEN) Dom heap: 1015808 pages
(XEN) Domain heap initialised
(XEN) Platform: Renesas R-Car Gen2

.....@2nd problem Got errors on uart from the chosen node of original ÂDTB Â...................
(XEN) Taking dtuart configuration from /chosen/stdout-path
(XEN) Looking for dtuart at "/serial@e6c40000", options ""
(XEN) Unable to initialize dtuart: -9
(XEN) Bad console= option 'dtuart'
...........................................................................................................................................................
ÂXen 4.6.0
(XEN) Xen version 4.6.0 (charles@) (arm-linux-gnueabihf-gcc (Linaro GCC 4.9-2015.01-3) 4.9.3 20150113 (prer5
(XEN) Latest ChangeSet: Mon Oct 5 15:33:39 2015 +0100 git:b24ad7b-dirty
(XEN) Processor: 413fc0f2: "ARM Limited", variant: 0x3, part 0xc0f, rev 0x2
(XEN) 32-bit Execution:
(XEN) Â Processor Features: 00001131:00011011
(XEN) Â Â Instruction Sets: AArch32 A32 Thumb Thumb-2 ThumbEE Jazelle
(XEN) Â Â Extensions: GenericTimer Security
(XEN) Â Debug Features: 02010555
(XEN) Â Auxiliary Features: 00000000
(XEN) Â Memory Model Features: 10201105 40000000 01240000 02102211
(XEN) ÂISA Features: 02101110 13112111 21232041 11112131 10011142 00000000
(XEN) Generic Timer IRQ: phys=30 hyp=26 virt=27 Freq: 10000 KHz
(XEN) GICv2 initialization:
(XEN) Â Â Â Â gic_dist_addr=00000000f1001000
(XEN) Â Â Â Â gic_cpu_addr=00000000f1002000
(XEN) Â Â Â Â gic_hyp_addr=00000000f1004000
(XEN) Â Â Â Â gic_vcpu_addr=00000000f1006000
(XEN) Â Â Â Â gic_maintenance_irq=25
(XEN) GICv2: 416 lines, 8 cpus, secure (IID 0200043b).
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Allocated console ring of 64 KiB.
(XEN) VFP implementer 0x41 architecture 4 part 0x30 variant 0xf rev 0x0

.....@3rd problem Got errors on bring up CPSs Â...................
(XEN) Bringing up CPU1
(XEN) CPU1 never came online
(XEN) Failed to bring up CPU 1 (error -5)
(XEN) Bringing up CPU2
(XEN) CPU2 never came online
(XEN) Failed to bring up CPU 2 (error -5)
(XEN) Bringing up CPU3
(XEN) CPU3 never came online
(XEN) Failed to bring up CPU 3 (error -5)
(XEN) Bringing up CPU4
(XEN) CPU4 never came online
(XEN) Failed to bring up CPU 4 (error -5)
(XEN) Bringing up CPU5
(XEN) CPU5 never came online
(XEN) Failed to bring up CPU 5 (error -5)
(XEN) Bringing up CPU6
(XEN) CPU6 never came online
(XEN) Failed to bring up CPU 6 (error -5)
(XEN) Bringing up CPU7
(XEN) CPU7 never came online
(XEN) Failed to bring up CPU 7 (error -5)
(XEN) Brought up 1 CPUs
...........................................................................................................................................................

(XEN) P2M: 40-bit IPA
(XEN) P2M: 3 levels with order-1 root, VTCR 0x80003558
(XEN) I/O virtualisation disabled

.....@4th problem Got errors on create DOM0 kernel Â...................
(XEN) *** LOADING DOMAIN 0 ***
(XEN) Loading kernel from boot module @ 0000000060000000
(XEN) Allocating 1:1 mappings totalling 128MB for dom0:
(XEN) BANK[0] 0x00000068000000-0x00000070000000 (128MB)
(XEN) Grant table range: 0x0000007fc00000-0x0000007fc61000
(XEN) DT: no ranges; cannot enumerate
(XEN) Device tree generation failed (-22).
(XEN)Â
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) Could not set up DOM0 guest OS
(XEN) ****************************************
(XEN)Â
...........................................................................................................................................................

(XEN) Reboot in five seconds...

Help, I need your advice to solve these problems.

Thanks.

BR

...........
Charles Cho
Happy day
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.