Searched refs:contents (Results 1 – 23 of 23) sorted by relevance
/arm-trusted-firmware-2.8.0/ |
A D | .versionrc.js | 23 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;
|
A D | .commitlintrc.js | 25 const contents = fs.readFileSync("changelog.yaml", "utf8"); constant 27 changelog = yaml.load(contents);
|
/arm-trusted-firmware-2.8.0/docs/components/fconf/ |
A D | mpmm-bindings.rst | 11 .. contents::
|
A D | amu-bindings.rst | 11 .. contents::
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | index.rst | 53 In addition to the platforms ports listed within the table of contents, there
|
A D | rpi3.rst | 282 contents of the FIP automatically signed by the build process. The ROT key
|
/arm-trusted-firmware-2.8.0/docs/threat_model/ |
A D | threat_model_el3_spm.rst | 234 | | RX/TX buffer contents while the SPMC is processing | 262 | | The SPMC copies the contents of the TX buffer | 264 | | its contents. The SPMC implements hardened input |
|
A D | threat_model_spm.rst | 216 | | 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. |
|
A D | threat_model.rst | 277 | | the external flash memory and change its contents| 697 | | contents** |
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | debugfs-design.rst | 5 .. contents::
|
A D | el3-spmc.rst | 4 .. contents:: 182 BLOB contains Boot Info Header, followed by SP Manifest contents.
|
A D | sdei.rst | 309 The SDEI specification requires that event handlers preserve the contents of all
|
A D | xlat-tables-lib-v2-design.rst | 408 that all TLBs are disabled from reset and their contents have no effect on
|
A D | secure-partition-manager.rst | 4 .. contents::
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | tools-build.rst | 80 Example 2: view the contents of an existing Firmware package:
|
A D | porting-guide.rst | 1826 the contents of ``meminfo`` as it may be subsequently overwritten by BL2. 2062 The platform may copy the contents of the ``mem_info`` and ``plat_info`` into
|
A D | build-options.rst | 686 contents upon world switch. It can take either 0 (don't save and restore) or
|
/arm-trusted-firmware-2.8.0/docs/security_advisories/ |
A D | security-advisory-tfv-1.rst | 56 system to change its behaviour based on the unexpected secure memory contents.
|
/arm-trusted-firmware-2.8.0/docs/design_documents/ |
A D | cmake_framework.rst | 9 .. contents:: Table of Contents
|
A D | context_mgmt_rework.rst | 9 .. contents:: Table of Contents
|
/arm-trusted-firmware-2.8.0/docs/process/ |
A 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
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | firmware-design.rst | 1185 register contents and report it via a dedicated UART (PL011 console). BL31 1374 can expose the data cache contents. 1525 - the static contents of the image. These are data actually stored in the 1529 - the run-time contents of the image. These are data that don't occupy any 1566 to the end address of the section's actual contents, rounded up to the right 1568 actual end address of the section's contents. 1579 corresponds to the size of the section's actual contents, rounded up to the 1581 to know the actual size of the section's contents. 1634 - ``__BL1_ROM_END__`` End address of BL1's ROM contents, covering its code 1957 The FIP layout consists of a table of contents (ToC) followed by payload data.
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 6040 - Added support for unpacking the contents of an existing FIP file into the
|
Completed in 84 milliseconds