From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations Date: Fri, 11 Aug 2017 08:00:10 -0700 Message-ID: <20170811150007.GQ8569@atomide.com> References: <20170805205222.19868-1-ard.biesheuvel@linaro.org> <20170805205222.19868-13-ard.biesheuvel@linaro.org> <20170809190556.GD3934@atomide.com> <20170809210517.GE3934@atomide.com> <20170810140357.GA8569@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Andrew Lunn , baohua@kernel.org, Dave Martin , Jason Cooper , KVM devel mailing list , "nico@linaro.org" , Marc Zyngier , Simon Horman , Magnus Damm , Russell King , Krzysztof Kozlowski , Patrice CHOTARD , linux-renesas-soc@vger.kernel.org, arm@kernel.org, vireshk@kernel.org, Gregory CLEMENT , "linux-omap@vger.kernel.org" , Shiraz Hashim , "kvmarm@lists.cs.columbia.edu" , "linux-arm-kernel@lists.infradead.org" , Sebastian Hesselbarth To: Ard Biesheuvel Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org * Ard Biesheuvel [170811 06:48]: > On 10 August 2017 at 15:03, Tony Lindgren wrote: > > * Ard Biesheuvel [170810 02:23]: > >> On 9 August 2017 at 22:05, Tony Lindgren wrote: > >> > * Ard Biesheuvel [170809 12:24]: > >> >> On 9 August 2017 at 20:05, Tony Lindgren wrote: > >> >> > * Ard Biesheuvel [170805 13:54]: > >> >> >> This replaces a couple of open coded calculations to obtain the > >> >> >> physical address of a far symbol with calls to the new adr_l etc > >> >> >> macros. > >> >> > > >> >> > I gave this series a quick test and omap3 no longer boots it seems. > >> >> > > >> >> > >> >> Thanks Tony. I will investigate > >> > > >> > Thanks. Looks like omap4 still boots with all your patches, but > >> > omap3 won't boot even with patch 12 left out. > >> > > >> > >> Are you using the same image on both? Which .config? > > > > Yes it's the same image compiled with omap2plus_defconfig. > > > > Unfortunately, I am failing to reproduce this on beaglebone white or > QEMU's beagle-xm emulation. > > Anything you can share regarding the failure mode? Do you get any output at all? No output at all, I've tried omap3-evm, logicpd torpedo and n900. We do copy some of the PM code to SRAM on omap3 though that's not done on am335x. But as it's not caused by this patch, I'll try to narrow it down to the patch causing it. Regards, Tony