diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-02-26 10:21:19 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-02-26 10:21:19 +0000 |
commit | 7c72beae11d9e3f00b4921024fb0e07fe908363f (patch) | |
tree | 7ef48f12eb7fd6b2092a6afff88d405d0c08f881 /docs | |
parent | 8d48810f56ce707fc87316a5531dbbfb6db72620 (diff) | |
parent | b890b36d1d8649f67b8524162d32b7b5f4fc4351 (diff) | |
download | platform_external_arm-trusted-firmware-7c72beae11d9e3f00b4921024fb0e07fe908363f.tar.gz platform_external_arm-trusted-firmware-7c72beae11d9e3f00b4921024fb0e07fe908363f.tar.bz2 platform_external_arm-trusted-firmware-7c72beae11d9e3f00b4921024fb0e07fe908363f.zip |
Merge "tools: Small improvement to print_memory_map script" into integration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting_started/build-options.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst index 7ee34c985..da5dcbf89 100644 --- a/docs/getting_started/build-options.rst +++ b/docs/getting_started/build-options.rst @@ -340,6 +340,11 @@ Common build options translation library (xlat tables v2) must be used; version 1 of translation library is not supported. +- ``INVERTED_MEMMAP``: memmap tool print by default lower addresses at the + bottom, higher addresses at the top. This buid flag can be set to '1' to + invert this behavior. Lower addresses will be printed at the top and higher + addresses at the bottom. + - ``JUNO_AARCH32_EL3_RUNTIME``: This build flag enables you to execute EL3 runtime software in AArch32 mode, which is required to run AArch32 on Juno. By default this flag is set to '0'. Enabling this flag builds BL1 and BL2 in |