Re: [U-Boot] [PATCH v2 0/5] Enable caches for the RPi2

2016-08-11 Thread Alexander Graf
On 25.03.16 05:13, Stephen Warren wrote: > On 03/16/2016 08:41 AM, Alexander Graf wrote: >> This patch set converts the Raspberry Pi 2 system to properly make use of >> the caches available in it. >> >> Because we're running in HYP mode, we first need to teach U-Boot how to >> make use of HYP reg

Re: [U-Boot] [PATCH v2 0/5] Enable caches for the RPi2

2016-03-24 Thread Stephen Warren
On 03/16/2016 08:41 AM, Alexander Graf wrote: This patch set converts the Raspberry Pi 2 system to properly make use of the caches available in it. Because we're running in HYP mode, we first need to teach U-Boot how to make use of HYP registers and the LPAE page layout which is mandated by hard

Re: [U-Boot] [PATCH v2 0/5] Enable caches for the RPi2

2016-03-19 Thread Alexander Graf
On 17.03.16 05:26, Stephen Warren wrote: > On 03/16/2016 08:41 AM, Alexander Graf wrote: >> This patch set converts the Raspberry Pi 2 system to properly make use of >> the caches available in it. >> >> Because we're running in HYP mode, we first need to teach U-Boot how to >> make use of HYP reg

Re: [U-Boot] [PATCH v2 0/5] Enable caches for the RPi2

2016-03-19 Thread Alexander Graf
> Am 17.03.2016 um 05:26 schrieb Stephen Warren : > >> On 03/16/2016 08:41 AM, Alexander Graf wrote: >> This patch set converts the Raspberry Pi 2 system to properly make use of >> the caches available in it. >> >> Because we're running in HYP mode, we first need to teach U-Boot how to >> make

[U-Boot] [PATCH v2 0/5] Enable caches for the RPi2

2016-03-19 Thread Alexander Graf
This patch set converts the Raspberry Pi 2 system to properly make use of the caches available in it. Because we're running in HYP mode, we first need to teach U-Boot how to make use of HYP registers and the LPAE page layout which is mandated by hardware when running in HYP mode. Then while we're

Re: [U-Boot] [PATCH v2 0/5] Enable caches for the RPi2

2016-03-19 Thread Stephen Warren
On 03/16/2016 08:41 AM, Alexander Graf wrote: This patch set converts the Raspberry Pi 2 system to properly make use of the caches available in it. Because we're running in HYP mode, we first need to teach U-Boot how to make use of HYP registers and the LPAE page layout which is mandated by hard

Re: [U-Boot] [PATCH v2 0/5] Enable caches for the RPi2

2016-03-18 Thread Stephen Warren
On 03/17/2016 01:58 AM, Alexander Graf wrote: On 17.03.16 05:26, Stephen Warren wrote: On 03/16/2016 08:41 AM, Alexander Graf wrote: This patch set converts the Raspberry Pi 2 system to properly make use of the caches available in it. Because we're running in HYP mode, we first need to teach