[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Embedded-pv-devel] Xen bring up on TI DRA7xxx (J6) EVM
Akshay,
At this point we are in the middle of GLSDK7 bringup with XEN, we were using GLSDK6 in our live demo. Moreover we even do not use GLSDK6 u-boot for our demo, derived at some point from I would give you some hints to let you go further, more detailed description we would release once we done with GLSDK7. You took wrong u-boot patch to switch OMAP like SoC to HYP mode. This oneÂhttp://u-boot.10912.n7.nabble.com/RFD-OMAP5-Working-HYP-mode-td163302.html is much closer to what you need, because it switches both cores to HYP and you do not need correspondent changes to XEN itself. Long time ago XEN community decided to lay on bootloader to switch to HYP mode all cores instead of keepin this code in hypervisor. Except choosen and hypervisor nodes in device tree you would need also: psci {         compatible = "arm,psci";         method = "hvc";         cpu_on = <2>;     }; And enablingÂÂCONFIG_ARM_PSCI=y in defconfig in order to have SMP in Linux. Andrii Anisov | Team Lead GlobalLogic Kyiv, 03038, Protasov Business Park, M.Grinchenka, 2/1 P +38.044.492.9695x3664 M +380505738852 ÂS andriyanisov www.globallogic.com http://www.globallogic.com/email_disclaimer.txt On Wed, May 20, 2015 at 2:21 PM, akshay bhat <akshayabhat@xxxxxxxxx> wrote:
_______________________________________________ Embedded-pv-devel mailing list Embedded-pv-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/embedded-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |