Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-12-01 Thread Ard Biesheuvel
, Ard Biesheuvel > wrote: >> >> On 24 November 2015 at 00:05, Vladimir Olovyannikov >> wrote: >> >> -Original Message- >> >> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] >> >> Sent: Wednesday, November 18, 2015 11:32 PM >>

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-30 Thread Michael Zimmermann
rote: > >> -Original Message- > >> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > >> Sent: Wednesday, November 18, 2015 11:32 PM > >> To: Vladimir Olovyannikov > >> Cc: Mark Rutland; edk2-devel@lists.01.org > >> Subject: Re: [edk2] Ar

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-23 Thread Ard Biesheuvel
g >> Subject: Re: [edk2] Armv8 64bit: System error booting linux from the UEFI >> >> On 19 November 2015 at 05:48, Vladimir Olovyannikov >> wrote: >> > >> > > [...] >> > A side note: I got the u-boot source for that board and there are several &

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-23 Thread Vladimir Olovyannikov
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Wednesday, November 18, 2015 11:32 PM > To: Vladimir Olovyannikov > Cc: Mark Rutland; edk2-devel@lists.01.org > Subject: Re: [edk2] Armv8 64bit: System error booting linux from t

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-18 Thread Ard Biesheuvel
l@lists.01.org >> Subject: Re: [edk2] Armv8 64bit: System error booting linux from the UEFI >> >> On 17 November 2015 at 12:22, Mark Rutland >> wrote: >> [...] >> >> Did that. Regardless of ArmInstructionSycnhronizationBarrier() and >> subsequent enab

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-18 Thread Vladimir Olovyannikov
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Tuesday, November 17, 2015 11:03 PM > To: Mark Rutland > Cc: Vladimir Olovyannikov; edk2-devel@lists.01.org > Subject: Re: [edk2] Armv8 64bit: System error booting linux from t

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-17 Thread Ard Biesheuvel
On 17 November 2015 at 12:22, Mark Rutland wrote: [...] >> Did that. Regardless of ArmInstructionSycnhronizationBarrier() and >> subsequent enabling of the async abort >> SError happens right in the ArmWriteVBar. > > Ok. > > Two theories: > > * When we take an exception, SError is masked. So perh

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-17 Thread Mark Rutland
> > Is the SError taken directly to EL2? I understood from your previous > > reply that the EDK2 exception handler was invoked at this point, so is > > there anything at EL3 which is trying to catch exceptions and then > > re-inject them down to EL2? > None that I would be aware of. Ok. > > The f

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Vladimir Olovyannikov
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Monday, November 16, 2015 11:08 AM > To: Vladimir Olovyannikov > Cc: Mark Rutland; edk2-devel@lists.01.org > Subject: Re: [edk2] Armv8 64bit: System error booting linux from t

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Vladimir Olovyannikov
> -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Monday, November 16, 2015 11:11 AM > To: Vladimir Olovyannikov > Cc: Ard Biesheuvel; edk2-devel@lists.01.org > Subject: Re: [edk2] Armv8 64bit: System error booting linux from the UEFI &

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Mark Rutland
t; >> >> -Original Message- > >> >> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > >> >> Sent: Monday, November 16, 2015 10:28 AM > >> >> To: Vladimir Olovyannikov > >> >> Cc: Mark Rutland; edk2-devel@l

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Ard Biesheuvel
esheu...@linaro.org] >> >> Sent: Monday, November 16, 2015 10:28 AM >> >> To: Vladimir Olovyannikov >> >> Cc: Mark Rutland; edk2-devel@lists.01.org >> >> Subject: Re: [edk2] Armv8 64bit: System error booting linux from the UEFI >> >

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Mark Rutland
AM > >> To: Vladimir Olovyannikov > >> Cc: Mark Rutland; edk2-devel@lists.01.org > >> Subject: Re: [edk2] Armv8 64bit: System error booting linux from the UEFI > >> > > [...] > >> > > >> > Async abort occurs in ArmWriteVBar() called

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Mark Rutland
On Mon, Nov 16, 2015 at 06:23:20PM +, Vladimir Olovyannikov wrote: > > -Original Message- > > From: Mark Rutland [mailto:mark.rutl...@arm.com] [...] > > What is the earliest point in EDK2 that you have unmasked SError? > > > > Are you doing this in PrePeiCoreEntryPoint.S, or later? >

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Ard Biesheuvel
g >> Subject: Re: [edk2] Armv8 64bit: System error booting linux from the UEFI >> > [...] >> > >> > Async abort occurs in ArmWriteVBar() called by InitializeDebugAgent(), >> DebugAgentSymbolsBaseLib.c. >> > Prior to this call I can easily enable async

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Vladimir Olovyannikov
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Monday, November 16, 2015 10:28 AM > To: Vladimir Olovyannikov > Cc: Mark Rutland; edk2-devel@lists.01.org > Subject: Re: [edk2] Armv8 64bit: System error booting l

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Ard Biesheuvel
> Subject: Re: [edk2] Armv8 64bit: System error booting linux from the UEFI >> >> On Fri, Nov 13, 2015 at 10:39:34PM +, Vladimir Olovyannikov wrote: >> > >> > >> > > -Original Message- >> > > From: Ard Biesheuvel [mailto:ard

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-16 Thread Vladimir Olovyannikov
> -Original Message- > From: Mark Rutland [mailto:mark.rutl...@arm.com] > Sent: Friday, November 13, 2015 5:18 PM > To: Vladimir Olovyannikov > Cc: Ard Biesheuvel; edk2-devel@lists.01.org > Subject: Re: [edk2] Armv8 64bit: System error booting linux from the UEFI > &

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-13 Thread Mark Rutland
On Fri, Nov 13, 2015 at 10:39:34PM +, Vladimir Olovyannikov wrote: > > > > -Original Message- > > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > > Sent: Friday, November 13, 2015 3:00 AM > > To: Vladimir Olovyannikov > > Cc: edk2-devel@lists.01.org > > Subject: Re: Armv8 64

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-13 Thread Vladimir Olovyannikov
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Friday, November 13, 2015 3:00 AM > To: Vladimir Olovyannikov > Cc: edk2-devel@lists.01.org > Subject: Re: Armv8 64bit: System error booting linux from the UEFI > (removed extra text) > >> This is a f

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-13 Thread Ard Biesheuvel
On 12 November 2015 at 03:41, Vladimir Olovyannikov wrote: >> -Original Message- >> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] >> Sent: Wednesday, November 11, 2015 1:08 AM >> To: Vladimir Olovyannikov >> Cc: edk2-devel@lists.01.org >> Subject: Re: Armv8 64bit: System error bo

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-11 Thread Vladimir Olovyannikov
> -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Wednesday, November 11, 2015 1:08 AM > To: Vladimir Olovyannikov > Cc: edk2-devel@lists.01.org > Subject: Re: Armv8 64bit: System error booting linux from the UEFI > > On 11 November 2015 at 01:20, Vladi

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-11 Thread Ard Biesheuvel
On 11 November 2015 at 01:20, Vladimir Olovyannikov wrote: > Hello, > > I am not sure this is the right forum to ask this question, so I am sorry in > advance if this is an offtopic here (please point me to the proper one). > > I brought up UEFI on the device and am trying to load linux from the S

Re: [edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-10 Thread Haojian Zhuang
On 11 November 2015 at 08:20, Vladimir Olovyannikov wrote: > Hello, > > I am not sure this is the right forum to ask this question, so I am sorry in > advance if this is an offtopic here (please point me to the proper one). > > I brought up UEFI on the device and am trying to load linux from the

[edk2] Armv8 64bit: System error booting linux from the UEFI

2015-11-10 Thread Vladimir Olovyannikov
Hello, I am not sure this is the right forum to ask this question, so I am sorry in advance if this is an offtopic here (please point me to the proper one). I brought up UEFI on the device and am trying to load linux from the SD card (loading from the network using GRUB is a topic for another m