diff options
author | davidcunado-arm <david.cunado@arm.com> | 2017-08-25 13:37:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-25 13:37:45 +0100 |
commit | f91e8d1af6bbe64747de138f5afdabbd901e17d5 (patch) | |
tree | d647c3ebf98323f5fc39eb6e70c2db3c89ee37e5 /docs | |
parent | 756f53b9fd602072594b5609b73362a8c9b67b67 (diff) | |
parent | 579b4adb79f4dd96e46d9fd544f8f913d7c0b330 (diff) | |
download | platform_external_arm-trusted-firmware-f91e8d1af6bbe64747de138f5afdabbd901e17d5.tar.gz platform_external_arm-trusted-firmware-f91e8d1af6bbe64747de138f5afdabbd901e17d5.tar.bz2 platform_external_arm-trusted-firmware-f91e8d1af6bbe64747de138f5afdabbd901e17d5.zip |
Merge pull request #1067 from jeenu-arm/rst-fix
firmware-design.rst: Fix formatting
Diffstat (limited to 'docs')
-rw-r--r-- | docs/firmware-design.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/firmware-design.rst b/docs/firmware-design.rst index 3bca7643f..36038ad6d 100644 --- a/docs/firmware-design.rst +++ b/docs/firmware-design.rst @@ -1045,8 +1045,8 @@ before returning through EL3 and running the non-trusted firmware (BL33): ``bl31_main()`` will set up the return to the normal world firmware BL33 and continue the boot process in the normal world. -#. .. rubric:: Crash Reporting in BL31 - :name: crash-reporting-in-bl31 +Crash Reporting in BL31 +----------------------- BL31 implements a scheme for reporting the processor state when an unhandled exception is encountered. The reporting mechanism attempts to preserve all the @@ -2333,8 +2333,8 @@ PMF code structure #. ``pmf_helpers.h`` is an internal header used by ``pmf.h``. -#. .. rubric:: ARMv8 Architecture Extensions - :name: armv8-architecture-extensions +ARMv8 Architecture Extensions +----------------------------- ARM Trusted Firmware makes use of ARMv8 Architecture Extensions where applicable. This section lists the usage of Architecture Extensions, and build |