projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc34707
)
misc/arm: Correctly name bit in the booting document
author
Julien Grall
<julien.grall@arm.com>
Wed, 21 Sep 2016 13:13:44 +0000
(14:13 +0100)
committer
Stefano Stabellini
<sstabellini@kernel.org>
Wed, 21 Sep 2016 18:23:32 +0000
(11:23 -0700)
SCTLR_EL3.HCR does not exists in the documentation (see D7.2.80 in ARM
DDI 0487A.j). It was meant to be SCTRL_EL3.HCE.
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
docs/misc/arm/booting.txt
patch
|
blob
|
history
diff --git
a/docs/misc/arm/booting.txt
b/docs/misc/arm/booting.txt
index c7c1d7ea58429a711f24770dfccfa9c50a29fbaa..d3f6ce4755f60ce590e9f1bb184af3557d633d3a 100644
(file)
--- a/
docs/misc/arm/booting.txt
+++ b/
docs/misc/arm/booting.txt
@@
-31,7
+31,7
@@
Xen relies on some settings the firmware has to configure in EL3 before starting
* Xen must be entered in NS EL2 mode
-* The bit SCR_EL3.HC
R
(resp. SCR.HCE for 32-bit ARM) must be set to 1.
+* The bit SCR_EL3.HC
E
(resp. SCR.HCE for 32-bit ARM) must be set to 1.
[1] linux/Documentation/arm/Booting