From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Date: Tue, 2 Aug 2016 07:49:07 +0530 Subject: [U-Boot] Question on Enabling hypervisor mode in u-boot In-Reply-To: <94d3d4ca-c552-f9ea-08d7-0d3f10521639@suse.de> References: <579F1F7B.2090504@ti.com> <94d3d4ca-c552-f9ea-08d7-0d3f10521639@suse.de> Message-ID: <57A0031B.4060808@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday 01 August 2016 11:11 PM, Andreas F?rber wrote: > Hi Keerthy, > > Am 01.08.2016 um 12:07 schrieb Keerthy: >> I am trying to enable hypervisor in u-boot for DRA7(A15 based) family of >> SoCs which does not have LPAE support yet. >> >> Is it mandatory for LPAE to be enabled before enabling hypervisor for A15? > > On the Linux kernel side you can't enable KVM without LPAE. > I assume the same will hold true in U-Boot then. Hi Andreas, Okay. Thanks for the confirmations. I will try with LPAE config defined in u-boot also. Best Regards, Keerthy > > Regards, > Andreas >