[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V2 00/33] Support multiple ARM platforms in Xen
> If you want to try this patch series you can clone: > git clone -b arm-v2 git://xenbits.xen.org/people/julieng/xen-unstable.git > > The command line to compile Xen is the same as before. You just need to > specify on Xen command line, via the device tree, which UART will be used > for the console. > > Feel free to test this branch during Xen test day. The wiki has been updated > for the arndale board: > http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale > > It's now based on: > - this patch series for Xen > - linux 3.9 > Hello, While I am testing on your new patch series on the Arndale Board, I have found some mismatching items between wiki and source code. 1. dts path problem: from kernel 3.9 ( my guessing.. :) ), dtb file will be created in the same directory with dts file: arch/arm/boot/dts/*.dtb. However, in the wiki, it still describe dtb path is in arch/arm/boot/*.dtb. 2. early_printk uart: In the branch name "arndale" from your linux tree (git://xenbits.xen.org/people/julieng/linux-arm.git), exynos5250-arndale.dts describes "console=com1,dbgp com1=serial0" as a boot argument for early_printk. However, in your newer patch series for XenARM, ${xensrc}/drivers/char/arm-uart.c try to find console that has node name as "dtuart". So, I think it is required to modify "exynos5250-arndale.dts" file like: - console=com1,dbgp com1=serial0 +console=dtuart dtuart=serial0 Please consider this matters. > Feel free to test this branch during the Xen test day on both the versatile > express and the arndale board. > > Cheers, I am really enjoying to testing with your newly release patch series on the arndale board. But, I am still facing some problems :( I will post the problem to the mailing list later. Sincerely yours, Gihun Jung _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |