From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keerthy Date: Mon, 1 Aug 2016 15:37:55 +0530 Subject: [U-Boot] Question on Enabling hypervisor mode in u-boot Message-ID: <579F1F7B.2090504@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 Hi Alexander, 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? I was looking at commit: commit d990f5c834f1b42293fb53e4fd7f3aa988184196 Author: Alexander Graf Date: Wed Mar 16 15:41:21 2016 +0100 arm: Add support for HYP mode and LPAE page tables and the is_hyp always returns 0 when LPAE config option is not enabled. Just wanted to confirm if that is mandatory. Best Regards, Keerthy