Re: [U-Boot] [PATCH v5 09/16] arm: Add control over cachability of memory regions

2012-10-17 Thread Simon Glass
Hi Albert, On Sat, Oct 13, 2012 at 4:21 AM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, No comment on the patch itself except for one general question: On Mon, 8 Oct 2012 14:42:29 -0700, Simon Glass s...@chromium.org wrote: Add support for adjusting the cachability of an L1

Re: [U-Boot] [PATCH v5 09/16] arm: Add control over cachability of memory regions

2012-10-13 Thread Albert ARIBAUD
Hi Simon, No comment on the patch itself except for one general question: On Mon, 8 Oct 2012 14:42:29 -0700, Simon Glass s...@chromium.org wrote: Add support for adjusting the cachability of an L1 section by updating the MMU. The mmu_set_region_dcache() function allows drivers to make these

Re: [U-Boot] [PATCH v5 09/16] arm: Add control over cachability of memory regions

2012-10-09 Thread R Sricharan
Hi, Add support for adjusting the cachability of an L1 section by updating the MMU. The mmu_set_region_dcache() function allows drivers to make these changes after the MMU is set up. It is implemented only for ARMv7 at present. This is needed for LCD support, where we want to make the LCD

[U-Boot] [PATCH v5 09/16] arm: Add control over cachability of memory regions

2012-10-08 Thread Simon Glass
Add support for adjusting the cachability of an L1 section by updating the MMU. The mmu_set_region_dcache() function allows drivers to make these changes after the MMU is set up. It is implemented only for ARMv7 at present. This is needed for LCD support, where we want to make the LCD frame