diff options
author | Louis Mayencourt <louis.mayencourt@arm.com> | 2020-02-13 08:21:34 +0000 |
---|---|---|
committer | Louis Mayencourt <louis.mayencourt@arm.com> | 2020-02-14 16:31:19 +0000 |
commit | b890b36d1d8649f67b8524162d32b7b5f4fc4351 (patch) | |
tree | aaef0826ae582b187906d63d7b368f7fa476ed74 /docs | |
parent | 572fcdd547753d668ca1146ca420664ccc3ac6fb (diff) | |
download | platform_external_arm-trusted-firmware-b890b36d1d8649f67b8524162d32b7b5f4fc4351.tar.gz platform_external_arm-trusted-firmware-b890b36d1d8649f67b8524162d32b7b5f4fc4351.tar.bz2 platform_external_arm-trusted-firmware-b890b36d1d8649f67b8524162d32b7b5f4fc4351.zip |
tools: Small improvement to print_memory_map script
This patch:
- Add the __COHERENT_RAM_START__ and __COHERENT_RAM_END__ symbols.
- Improve how the symbols are found with a regex.
- Add a build option to revert the memory layout output.
Change-Id: I54ec660261431bc98d78acb0f80e3d95bc5397ac
Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
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 8854a7989..d79e9f521 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 |