Commit 7e3f1d9c authored by Roberto Vargas's avatar Roberto Vargas
Browse files

Improve format of exception vectors in BL1 description



Without the additional newlines all the text becomes a single paragraph
and next newlines are ignored.

Change-Id: I783198477f654e3923fcabb21248f2bc62c33e9d
Signed-off-by: default avatarRoberto Vargas <roberto.vargas@arm.com>
parent 38fe380a
......@@ -138,6 +138,7 @@ BL1 performs minimal architectural initialization as follows.
code is one of:
For AArch64:
0x0 : Synchronous exception from Current EL with SP_EL0
0x1 : IRQ exception from Current EL with SP_EL0
0x2 : FIQ exception from Current EL with SP_EL0
......@@ -156,6 +157,7 @@ BL1 performs minimal architectural initialization as follows.
0xf : System Error exception from Lower EL using aarch32
For AArch32:
0x10 : User mode
0x11 : FIQ mode
0x12 : IRQ mode
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment