Re: [U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board

2014-08-01 Thread Andreas Färber
Am 01.08.2014 15:29, schrieb Andre Przywara: > On 01/08/14 14:02, Christoffer Dall wrote: >> On 1 August 2014 14:59, Andre Przywara wrote: >>> On 01/08/14 13:53, Christoffer Dall wrote: On 1 August 2014 14:46, Andreas Färber wrote: > Hi, > > Am 01.08.2014 13:35, schrieb Christoff

Re: [U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board

2014-08-01 Thread Christoffer Dall
On 1 August 2014 15:29, Andre Przywara wrote: > > > On 01/08/14 14:02, Christoffer Dall wrote: >> On 1 August 2014 14:59, Andre Przywara wrote: >>> >>> >>> On 01/08/14 13:53, Christoffer Dall wrote: On 1 August 2014 14:46, Andreas Färber wrote: > Hi, > > Am 01.08.2014 13:35, sch

Re: [U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board

2014-08-01 Thread Andre Przywara
On 01/08/14 14:02, Christoffer Dall wrote: > On 1 August 2014 14:59, Andre Przywara wrote: >> >> >> On 01/08/14 13:53, Christoffer Dall wrote: >>> On 1 August 2014 14:46, Andreas Färber wrote: Hi, Am 01.08.2014 13:35, schrieb Christoffer Dall: > From: Andre Przywara > >>

Re: [U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board

2014-08-01 Thread Andre Przywara
On 01/08/14 13:53, Christoffer Dall wrote: > On 1 August 2014 14:46, Andreas Färber wrote: >> Hi, >> >> Am 01.08.2014 13:35, schrieb Christoffer Dall: >>> From: Andre Przywara >>> >>> To enable hypervisors utilizing the ARMv7 virtualization extension >>> on the Arndale board, add the simple SMP

Re: [U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board

2014-08-01 Thread Christoffer Dall
On 1 August 2014 14:59, Andre Przywara wrote: > > > On 01/08/14 13:53, Christoffer Dall wrote: >> On 1 August 2014 14:46, Andreas Färber wrote: >>> Hi, >>> >>> Am 01.08.2014 13:35, schrieb Christoffer Dall: From: Andre Przywara To enable hypervisors utilizing the ARMv7 virtualizat

Re: [U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board

2014-08-01 Thread Andreas Färber
Hi, Am 01.08.2014 13:35, schrieb Christoffer Dall: > From: Andre Przywara > > To enable hypervisors utilizing the ARMv7 virtualization extension > on the Arndale board, add the simple SMP pen address writer function > and add the required configuration variables to switch all cores to > HYP mode

Re: [U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board

2014-08-01 Thread Christoffer Dall
On 1 August 2014 14:46, Andreas Färber wrote: > Hi, > > Am 01.08.2014 13:35, schrieb Christoffer Dall: >> From: Andre Przywara >> >> To enable hypervisors utilizing the ARMv7 virtualization extension >> on the Arndale board, add the simple SMP pen address writer function >> and add the required c

[U-Boot] [PATCH] ARM: enable ARMv7 virt support for the Arndale board

2014-08-01 Thread Christoffer Dall
From: Andre Przywara To enable hypervisors utilizing the ARMv7 virtualization extension on the Arndale board, add the simple SMP pen address writer function and add the required configuration variables to switch all cores to HYP mode before launching the OS. This allows booting KVM and Xen direct