Searched refs:replace (Results 1 – 17 of 17) sorted by relevance
/arm-trusted-firmware-2.8.0/docs/ |
A D | global_substitutions.txt | 1 .. |AArch32| replace:: :term:`AArch32` 3 .. |AMU| replace:: :term:`AMU` 5 .. |API| replace:: :term:`API` 6 .. |BTI| replace:: :term:`BTI` 7 .. |CoT| replace:: :term:`CoT` 8 .. |COT| replace:: :term:`COT` 9 .. |CSS| replace:: :term:`CSS` 10 .. |CVE| replace:: :term:`CVE` 11 .. |DTB| replace:: :term:`DTB` 14 .. |DT| replace:: :term:`DT` [all …]
|
A D | change-log.md | 552 …- replace non-inclusive terms from dts file ([e6ffafb](https://review.trustedfirmware.org/plugins/… 1377 …- replace ARM_ARCH_AT_LEAST macro with FEAT flags ([0ce220a](https://review.trustedfirmware.org/pl… 4384 - Based on coding guidelines, replace all `unsigned long` depending on if
|
/arm-trusted-firmware-2.8.0/docs/process/ |
A D | security.rst | 76 .. |TFV-1| replace:: :ref:`Advisory TFV-1 (CVE-2016-10319)` 77 .. |TFV-2| replace:: :ref:`Advisory TFV-2 (CVE-2017-7564)` 78 .. |TFV-3| replace:: :ref:`Advisory TFV-3 (CVE-2017-7563)` 79 .. |TFV-4| replace:: :ref:`Advisory TFV-4 (CVE-2017-9607)` 80 .. |TFV-5| replace:: :ref:`Advisory TFV-5 (CVE-2017-15031)` 81 .. |TFV-6| replace:: :ref:`Advisory TFV-6 (CVE-2017-5753, CVE-2017-5715, CVE-2017-5754)` 82 .. |TFV-7| replace:: :ref:`Advisory TFV-7 (CVE-2018-3639)` 83 .. |TFV-8| replace:: :ref:`Advisory TFV-8 (CVE-2018-19440)`
|
A D | platform-ports-policy.rst | 16 introduced to replace it. In case the migration to the new interface is trivial,
|
/arm-trusted-firmware-2.8.0/ |
A D | .versionrc.js | 105 contents = contents.replace(/^(VERSION_MAJOR\s*:=\s*)(\d+?)$/m, `$1${major}`); 106 contents = contents.replace(/^(VERSION_MINOR\s*:=\s*)(\d+?)$/m, `$1${minor}`);
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8173/drivers/spm/ |
A D | spm_hotplug.c | 183 .replace = 0,
|
A D | spm_suspend.c | 204 .replace = 0,
|
A D | spm_mcdi.c | 216 .replace = 0,
|
A D | spm.h | 261 const unsigned char replace; /* replace mode */ member
|
/arm-trusted-firmware-2.8.0/tools/conventional-changelog-tf-a/ |
A D | index.js | 35 return first + options.fn(this).replace(/\n(?!\s*\n)/gm, `\n${nth}`).trim() + "\n"; 179 note.text = note.text.replace(trailers, "").trim();
|
/arm-trusted-firmware-2.8.0/tools/memory/ |
A D | print_memory_map.py | 75 sym_start = symbol.replace('_END__', '_START__')
|
/arm-trusted-firmware-2.8.0/docs/plat/ |
A D | warp7.rst | 192 The resulting bl2.bin.imx-signed can replace bl2.bin.imx in the Deploy
|
A D | stm32mp1.rst | 196 For other boot devices, you have to replace STM32MP_SDMMC in the previous command
|
/arm-trusted-firmware-2.8.0/docs/about/ |
A D | maintainers.rst | 12 .. |M| replace:: **Mail** 13 .. |G| replace:: **GitHub ID** 14 .. |F| replace:: **Files**
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/juno/ |
A D | index.rst | 20 on an SD card, you can replace the ``bl1.bin`` and ``fip.bin``
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/drivers/spm/ |
A D | spm.h | 2360 const uint32_t replace; member
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 2749 This optional function may be used as a performance optimization to replace
|
Completed in 45 milliseconds