Home
last modified time | relevance | path

Searched refs:footprint (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/tools/memory/src/memory/
H A Dimage.py67 def footprint(self) -> Dict[str, Region]: member in Image
H A Dmapparser.py58 def footprint(self) -> Dict[str, Region]: member in TfaMapParser
H A Dmemmap.py85 def footprint(obj: Context, no_elf_images: bool): function
109 obj.printer.print_footprint({k: v.footprint for k, v in images.items()})
H A Delfparser.py181 def footprint(self) -> Dict[str, Region]: member in TfaElfParser
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst119 The tool enables users to view static memory consumption. When the ``footprint``
126 $ poetry run memory footprint
/rk3399_ARM-atf/docs/plat/
H A Ds32g274a.rst80 BL2_START="0x$(poetry run memory -p s32g274ardb2 -b debug footprint | \
/rk3399_ARM-atf/docs/about/
H A Dfeatures.rst105 shared across images to reduce memory footprint. The romlib image is stored
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst2474 This has an impact on memory footprint, as padding bytes need to be introduced
2499 add zero or one page to the memory footprint of each BL image. Each platform
2500 should consider the trade-off between memory footprint and security.
2502 This build flag is disabled by default, minimising memory footprint. On Arm
2597 footprint, the memory used for this code can be reclaimed after initialization
2823 If ``ARM_ARCH_MAJOR == 8`` and ``ARM_ARCH_MINOR >= 3`` the code footprint of
H A Dauth-framework.rst1060 implementation of SHA-256 with smaller memory footprint (~1.5 KB less) but
/rk3399_ARM-atf/docs/components/
H A Dxlat-tables-lib-v2-design.rst349 sub-table if it is strictly necessary. This is to reduce the memory footprint of
/rk3399_ARM-atf/docs/
H A Dchange-log.md1837 …- optimize SHA256 for reduced memory footprint ([b57468b](https://review.trustedfirmware.org/plugi…
4307 …- make BL2 SRAM footprint flexible ([e0e03a8](https://review.trustedfirmware.org/plugins/gitiles/T…
4520 …- fix footprint free space calculation ([9e72d01](https://review.trustedfirmware.org/plugins/gitil…
11317 footprint, the memory used for this code can be reclaimed after
11755 may be shared across images to reduce memory footprint. The romlib image is
12118 been included in the build. This reduces the memory footprint and avoids
12261 - Memory footprint improvements:
12679 - Various memory footprint improvements. In particular:
12684 the memory footprint of BL1 and BL2 by approximately 6 KB.