aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-07-24 23:01:03 +0100
committerMark Brown <broonie@linaro.org>2014-07-24 23:01:03 +0100
commitc98536343efee5087773751d2a26899ed302acf3 (patch)
tree464ae8b698ddbb2268e2d1d1f613d75c9ffb3dba /Documentation
parentb54021f4075c0efb204da4e9c830197d8069da30 (diff)
parentbcddae4453f74e9d1dbc8db78c5c9bc552c600cb (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
Conflicts: drivers/of/fdt.c
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/arm64/booting.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/arm64/booting.txt b/Documentation/arm64/booting.txt
index 5273c4d60e65..1b0c968098aa 100644
--- a/Documentation/arm64/booting.txt
+++ b/Documentation/arm64/booting.txt
@@ -111,8 +111,14 @@ Before jumping into the kernel, the following conditions must be met:
- Caches, MMUs
The MMU must be off.
Instruction cache may be on or off.
- Data cache must be off and invalidated.
- External caches (if present) must be configured and disabled.
+ The address range corresponding to the loaded kernel image must be
+ cleaned to the PoC. In the presence of a system cache or other
+ coherent masters with caches enabled, this will typically require
+ cache maintenance by VA rather than set/way operations.
+ System caches which respect the architected cache maintenance by VA
+ operations must be configured and may be enabled.
+ System caches which do not respect architected cache maintenance by VA
+ operations (not recommended) must be configured and disabled.
- Architected timers
CNTFRQ must be programmed with the timer frequency.