Searched refs:contents (Results 1 – 25 of 25) sorted by relevance
/trusted-firmware-a-3.7.0/ |
D | .versionrc.js | 23 const contents = fs.readFileSync("changelog.yaml", "utf8"); constant 25 changelog = yaml.load(contents); 86 "readVersion": function (contents) { 87 const _ver = contents.match(/version\s=.*"(\d+?)\.(\d+?)\.(\d+?)/); 92 "writeVersion": function (contents, version) { 95 return contents.replace(/^(version\s=\s")((\d).?)*$/m, _ver) 106 "readVersion": function (contents) { 107 const _ver = contents.match(/version\s=.*"(\d+?)\.(\d+?)\.(\d+?)/); 112 "writeVersion": function (contents, version) { 116 contents = contents.replace(/^(version\s=\s")((\d).?)*$/m, _ver) [all …]
|
D | .commitlintrc.js | 25 const contents = fs.readFileSync("changelog.yaml", "utf8"); constant 27 changelog = yaml.load(contents);
|
/trusted-firmware-a-3.7.0/docs/components/fconf/ |
D | mpmm-bindings.rst | 11 .. contents::
|
D | amu-bindings.rst | 11 .. contents::
|
/trusted-firmware-a-3.7.0/docs/plat/ |
D | index.rst | 56 In addition to the platforms ports listed within the table of contents, there
|
D | rpi3.rst | 282 contents of the FIP automatically signed by the build process. The ROT key
|
/trusted-firmware-a-3.7.0/docs/threat_model/ |
D | threat_model_el3_spm.rst | 236 | | RX/TX buffer contents while the SPMC is processing | 264 | | The SPMC copies the contents of the TX buffer | 266 | | its contents. The SPMC implements hardened input |
|
D | threat_model_arm_cca.rst | 12 Model` in a number of places, as some of the contents is commonly applicable to
|
D | threat_model.rst | 647 | | the external flash memory and change its contents| 914 | | contents** |
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | debugfs-design.rst | 5 .. contents::
|
D | el3-spmc.rst | 4 .. contents:: 182 BLOB contains Boot Info Header, followed by SP Manifest contents.
|
D | sdei.rst | 309 The SDEI specification requires that event handlers preserve the contents of all
|
D | xlat-tables-lib-v2-design.rst | 408 that all TLBs are disabled from reset and their contents have no effect on
|
D | secure-partition-manager.rst | 4 .. contents::
|
/trusted-firmware-a-3.7.0/docs/getting_started/ |
D | tools-build.rst | 80 Example 2: view the contents of an existing Firmware package:
|
D | build-options.rst | 697 contents upon world switch. It can take either 0 (don't save and restore) or
|
/trusted-firmware-a-3.7.0/docs/security_advisories/ |
D | security-advisory-tfv-1.rst | 56 system to change its behaviour based on the unexpected secure memory contents.
|
D | security-advisory-tfv-10.rst | 68 Furthermore, ``cert_parse()`` does not check that the contents of the extension
|
/trusted-firmware-a-3.7.0/docs/design_documents/ |
D | cmake_framework.rst | 9 .. contents:: Table of Contents
|
D | context_mgmt_rework.rst | 9 .. contents:: Table of Contents
|
D | psci_osi_mode.rst | 9 .. contents:: Table of Contents
|
/trusted-firmware-a-3.7.0/docs/process/ |
D | coding-guidelines.rst | 6 contents of the :ref:`Coding Style`. 419 - Use ``u_register_t`` when it's important to store the contents of a register
|
/trusted-firmware-a-3.7.0/docs/design/ |
D | firmware-design.rst | 1191 register contents and report it via a dedicated UART (PL011 console). BL31 1381 can expose the data cache contents. 1590 - the static contents of the image. These are data actually stored in the 1594 - the run-time contents of the image. These are data that don't occupy any 1631 to the end address of the section's actual contents, rounded up to the right 1633 actual end address of the section's contents. 1644 corresponds to the size of the section's actual contents, rounded up to the 1646 to know the actual size of the section's contents. 1701 - ``__BL1_ROM_END__`` End address of BL1's ROM contents, covering its code 2054 The FIP layout consists of a table of contents (ToC) followed by payload data.
|
/trusted-firmware-a-3.7.0/docs/ |
D | porting-guide.rst | 1803 the contents of ``meminfo`` as it may be subsequently overwritten by BL2. 2003 The platform may copy the contents of the ``mem_info`` and ``plat_info`` into
|
D | change-log.md | 8208 - Added support for unpacking the contents of an existing FIP file into the
|