Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 25) sorted by relevance

/trusted-firmware-a-3.7.0/
D.versionrc.js23 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.js25 const contents = fs.readFileSync("changelog.yaml", "utf8"); constant
27 changelog = yaml.load(contents);
/trusted-firmware-a-3.7.0/docs/components/fconf/
Dmpmm-bindings.rst11 .. contents::
Damu-bindings.rst11 .. contents::
/trusted-firmware-a-3.7.0/docs/plat/
Dindex.rst56 In addition to the platforms ports listed within the table of contents, there
Drpi3.rst282 contents of the FIP automatically signed by the build process. The ROT key
/trusted-firmware-a-3.7.0/docs/threat_model/
Dthreat_model_el3_spm.rst236 | | 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 |
Dthreat_model_arm_cca.rst12 Model` in a number of places, as some of the contents is commonly applicable to
Dthreat_model.rst647 | | the external flash memory and change its contents|
914 | | contents** |
/trusted-firmware-a-3.7.0/docs/components/
Ddebugfs-design.rst5 .. contents::
Del3-spmc.rst4 .. contents::
182 BLOB contains Boot Info Header, followed by SP Manifest contents.
Dsdei.rst309 The SDEI specification requires that event handlers preserve the contents of all
Dxlat-tables-lib-v2-design.rst408 that all TLBs are disabled from reset and their contents have no effect on
Dsecure-partition-manager.rst4 .. contents::
/trusted-firmware-a-3.7.0/docs/getting_started/
Dtools-build.rst80 Example 2: view the contents of an existing Firmware package:
Dbuild-options.rst697 contents upon world switch. It can take either 0 (don't save and restore) or
/trusted-firmware-a-3.7.0/docs/security_advisories/
Dsecurity-advisory-tfv-1.rst56 system to change its behaviour based on the unexpected secure memory contents.
Dsecurity-advisory-tfv-10.rst68 Furthermore, ``cert_parse()`` does not check that the contents of the extension
/trusted-firmware-a-3.7.0/docs/design_documents/
Dcmake_framework.rst9 .. contents:: Table of Contents
Dcontext_mgmt_rework.rst9 .. contents:: Table of Contents
Dpsci_osi_mode.rst9 .. contents:: Table of Contents
/trusted-firmware-a-3.7.0/docs/process/
Dcoding-guidelines.rst6 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/
Dfirmware-design.rst1191 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/
Dporting-guide.rst1803 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
Dchange-log.md8208 - Added support for unpacking the contents of an existing FIP file into the