Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/
D.versionrc.js23 const contents = fs.readFileSync("changelog.yaml", "utf8"); constant
25 changelog = yaml.load(contents);
94 "readVersion": function (contents) {
95 const major = contents.match(/^VERSION_MAJOR\s*:=\s*(\d+?)$/m)[1];
96 const minor = contents.match(/^VERSION_MINOR\s*:=\s*(\d+?)$/m)[1];
101 "writeVersion": function (contents, version) {
105 contents = contents.replace(/^(VERSION_MAJOR\s*:=\s*)(\d+?)$/m, `$1${major}`);
106 contents = contents.replace(/^(VERSION_MINOR\s*:=\s*)(\d+?)$/m, `$1${minor}`);
108 return contents;
D.commitlintrc.js25 const contents = fs.readFileSync("changelog.yaml", "utf8"); constant
27 changelog = yaml.load(contents);
/trusted-firmware-a-3.4.0/docs/components/fconf/
Dmpmm-bindings.rst11 .. contents::
Damu-bindings.rst11 .. contents::
/trusted-firmware-a-3.4.0/docs/plat/
Dindex.rst53 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.4.0/docs/components/
Ddebugfs-design.rst5 .. 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.4.0/docs/getting_started/
Dtools-build.rst71 Example 2: view the contents of an existing Firmware package:
Dporting-guide.rst1568 the contents of ``meminfo`` as it may be subsequently overwritten by BL2.
1768 The platform may copy the contents of the ``mem_info`` and ``plat_info`` into
Dbuild-options.rst670 contents upon world switch. It can take either 0 (don't save and restore) or
/trusted-firmware-a-3.4.0/docs/threat_model/
Dthreat_model_spm.rst216 | | RX/TX buffer contents while the SPMC is processing |
241 | | The SPMC must copy the contents of the TX buffer |
243 | | its contents. The SPMC must implement hardened |
523 | | guarantees in protecting the DRAM contents. |
Dthreat_model.rst277 | | the external flash memory and change its contents|
697 | | contents** |
/trusted-firmware-a-3.4.0/docs/security_advisories/
Dsecurity-advisory-tfv-1.rst56 system to change its behaviour based on the unexpected secure memory contents.
/trusted-firmware-a-3.4.0/docs/design_documents/
Dcmake_framework.rst9 .. contents:: Table of Contents
Dcontext_mgmt_rework.rst9 .. contents:: Table of Contents
/trusted-firmware-a-3.4.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.4.0/docs/design/
Dfirmware-design.rst1184 register contents and report it via a dedicated UART (PL011 console). BL31
1373 can expose the data cache contents.
1524 - the static contents of the image. These are data actually stored in the
1528 - the run-time contents of the image. These are data that don't occupy any
1565 to the end address of the section's actual contents, rounded up to the right
1567 actual end address of the section's contents.
1578 corresponds to the size of the section's actual contents, rounded up to the
1580 to know the actual size of the section's contents.
1633 - ``__BL1_ROM_END__`` End address of BL1's ROM contents, covering its code
1956 The FIP layout consists of a table of contents (ToC) followed by payload data.
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md5126 - Added support for unpacking the contents of an existing FIP file into the