diff options
author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2019-03-20 12:36:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-20 12:36:17 +0000 |
commit | cc0dcf428f047454d96461aa06327cfb528e7270 (patch) | |
tree | 0ee6d3ef3350ea73417995e53790f4afdaa6dadd /docs | |
parent | 3481800fbd7d1ec9d6947c8eb60f8e78521cd6e8 (diff) | |
parent | 5a8f0a3f74b33eff82ff6e5bbdc3b7a08b0f540b (diff) | |
download | platform_external_arm-trusted-firmware-cc0dcf428f047454d96461aa06327cfb528e7270.tar.gz platform_external_arm-trusted-firmware-cc0dcf428f047454d96461aa06327cfb528e7270.tar.bz2 platform_external_arm-trusted-firmware-cc0dcf428f047454d96461aa06327cfb528e7270.zip |
Merge pull request #1899 from jts-arm/docs
Add USE_ROMLIB build option to user guide
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index c88b1f66e..5d6f4f8ed 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -742,6 +742,11 @@ Common build options (Coherent memory region is included) or 0 (Coherent memory region is excluded). Default is 1. +- ``USE_ROMLIB``: This flag determines whether library at ROM will be used. + This feature creates a library of functions to be placed in ROM and thus + reduces SRAM usage. Refer to `Library at ROM`_ for further details. Default + is 0. + - ``V``: Verbose build. If assigned anything other than 0, the build commands are printed. Default is 0. @@ -2102,3 +2107,4 @@ wakeup interrupt from RTC. .. _PSCI: http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf .. _Secure Partition Manager Design guide: secure-partition-manager-design.rst .. _`Trusted Firmware-A Coding Guidelines`: coding-guidelines.rst + _`Library at ROM`: romlib-design.rst
\ No newline at end of file |