Searched refs:resolve (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a-latest/tools/conventional-changelog-tf-a/ |
D | index.js | 23 const resolve = require("path").resolve; constant 151 const notePartial = readFileSync(resolve(__dirname, "./templates/note.hbs"), "utf-8"); 152 …const noteSectionPartial = readFileSync(resolve(__dirname, "./templates/note-section.hbs"), "utf-8… 153 …const commitSectionPartial = readFileSync(resolve(__dirname, "./templates/commit-section.hbs"), "u… 163 … writerOpts.mainTemplate = readFileSync(resolve(__dirname, "./templates/template.hbs"), "utf-8"); 164 … writerOpts.headerPartial = readFileSync(resolve(__dirname, "./templates/header.hbs"), "utf-8"); 165 … writerOpts.commitPartial = readFileSync(resolve(__dirname, "./templates/commit.hbs"), "utf-8"); 166 … writerOpts.footerPartial = readFileSync(resolve(__dirname, "./templates/footer.hbs"), "utf-8");
|
/trusted-firmware-a-latest/docs/process/ |
D | maintenance.rst | 46 #. If there are objections, the existing maintainers should try to resolve them
|
D | code-review-guidelines.rst | 234 reviewers to resolve these together.
|
/trusted-firmware-a-latest/docs/ |
D | change-log.md | 736 …- resolve broken workaround reference ([bcb3ea9](https://review.trustedfirmware.org/plugins/gitile… 856 …- add headers to resolve compile time issue ([744d60a](https://review.trustedfirmware.org/plugins/… 896 …- resolve runtime error in TSP ([81ad3b1](https://review.trustedfirmware.org/plugins/gitiles/TF-A/… 912 …- resolve runtime console garbage in next stage ([889e3d1](https://review.trustedfirmware.org/plug… 1222 …- resolve build errors due to compiler optimization ([e8f0dd5](https://review.trustedfirmware.org/… 1430 …- resolve integer handling issue ([4e46db4](https://review.trustedfirmware.org/plugins/gitiles/TF-… 1452 …- resolve misra 10.6 warnings ([8c23775](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t… 1453 …- resolve misra rule 20.7 warnings ([21d1966](https://review.trustedfirmware.org/plugins/gitiles/T… 2442 …- resolve the misra 10.1 warnings ([b86e1aa](https://review.trustedfirmware.org/plugins/gitiles/TF… 2460 …- resolve the misra 10.1 warnings ([bfd7c88](https://review.trustedfirmware.org/plugins/gitiles/TF… [all …]
|
D | porting-guide.rst | 3296 function is to attempt to resolve the cause of External Abort and return;
|
/trusted-firmware-a-latest/docs/components/ |
D | secure-partition-manager.rst | 659 SP manifests provide an optional boot order attribute meant to resolve
|