/trusted-firmware-a-3.7.0/tools/conventional-changelog-tf-a/ |
D | index.js | 56 const flattenSections = function (sections) { argument 57 return sections.flatMap(section => { 58 const subsections = flattenSections(section.sections || []); 64 const flattenedSections = flattenSections(config.sections); 71 const generateTemplateData = function (sections, notes) { argument 72 return (sections || []).flatMap(section => { 75 sections: generateTemplateData(section.sections, notes), 82 if ((templateData.sections.length == 0) && (templateData.notes.length == 0)) { 93 sections: generateTemplateData(config.sections, noteGroup.notes), 105 const generateTemplateData = function (sections, commits) { argument [all …]
|
/trusted-firmware-a-3.7.0/ |
D | .versionrc.js | 37 function getTypes(sections) { argument 38 return sections.map(section => { 59 const types = getTypes(changelog.sections); 60 const sections = getSections(changelog.subsections); 71 "sections": sections, property in module.exports.preset
|
D | .commitlintrc.js | 34 function getTypes(sections) { argument 35 return sections.map(section => section.type) 47 const types = getTypes(changelog.sections).sort(); /* Sort alphabetically */
|
D | Makefile | 334 -ffunction-sections -fdata-sections \ 361 TF_LDFLAGS += -Wl,--gc-sections 388 TF_LDFLAGS += --gc-sections
|
/trusted-firmware-a-3.7.0/tools/conventional-changelog-tf-a/templates/ |
D | note-section.hbs | 9 {{#if sections.length ~}} 10 {{#each sections ~}}
|
D | commit-section.hbs | 11 {{#if sections.length ~}} 12 {{#each sections ~}}
|
/trusted-firmware-a-3.7.0/plat/rockchip/rk3399/drivers/m0/ |
D | Makefile | 37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common 39 LDFLAGS := -Wl,--gc-sections -Wl,--build-id=none
|
/trusted-firmware-a-3.7.0/tools/memory/memory/ |
D | elfparser.py | 92 def set_segment_section_map(self, segments, sections): argument 98 for sec in sections:
|
/trusted-firmware-a-3.7.0/lib/romlib/ |
D | Makefile | 34 LDFLAGS := --gc-sections -O1
|
/trusted-firmware-a-3.7.0/plat/nvidia/tegra/scat/ |
D | bl31.scat | 81 /* Place pubsub sections for events */
|
/trusted-firmware-a-3.7.0/docs/tools/ |
D | memory-layout-tool.rst | 155 module, their ELF segments as well as sections.
|
/trusted-firmware-a-3.7.0/docs/design_documents/ |
D | psci_osi_mode.rst | 143 See sections 5.1.14 and 5.15 of the PSCI spec (DEN0022D.b) for more details. 180 See sections 5.1.19 and 5.20 of the PSCI spec (DEN0022D.b) for more details. 215 See sections 5.1.2 and 5.4 of the PSCI spec (DEN0022D.b) for more details. 267 See sections 4.2.3.2, 6.2, and 6.3 of the PSCI spec (DEN0022D.b) for more
|
/trusted-firmware-a-3.7.0/docs/design/ |
D | firmware-design.rst | 77 The sections below provide the following details: 166 path as described in the following sections. 607 BL31 zero-init sections (e.g. ``.bss``) should not contain valid data on entry, 796 The following sections describe the framework which facilitates the 867 call handling functions are provided in the following sections. 1592 sections; 1597 corresponding sections need to be allocated and initialized at run-time. 1598 In the ELF terminology, they are called ``NOBITS`` sections. 1600 All PROGBITS sections are grouped together at the beginning of the image, 1601 followed by all NOBITS sections. This is true for all TF-A images and it is [all …]
|
D | reset-design.rst | 22 configuration, some of these steps might be unnecessary. The following sections
|
D | trusted-board-boot.rst | 201 described in the following sections.
|
D | interrupt-framework-design.rst | 83 following sub-sections describe all the possible routing models and specify 88 sub-sections is explained below. 217 #. Interrupt management: the following sections describe how interrupts are
|
D | cpu-specific-build-macros.rst | 116 sections. 125 <= r0p4. This workaround can lead the linker to emit ``*.stub`` sections
|
/trusted-firmware-a-3.7.0/docs/getting_started/ |
D | build-options.rst | 75 the RW sections in RAM, while leaving the RO sections in place. This option 799 sections of BL31 (.bss, stacks, page tables, and coherent memory) to be 803 sections are placed in RAM immediately following the loaded firmware image. 806 NOLOAD sections of BL2 (.bss, stacks, page tables) to be allocated in RAM 809 flag is disabled by default and NOLOAD sections are placed in RAM immediately
|
D | rt-svc-writers-guide.rst | 125 the following sections.
|
/trusted-firmware-a-3.7.0/docs/process/ |
D | coding-style.rst | 4 The following sections outline the |TF-A| coding style for *C* code. The style
|
D | contributing.rst | 174 new files under your platform, they are covered under the following two sections:
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | ras.rst | 325 As mentioned in earlier sections, RAS framework interacts with the |EHF| to
|
D | rmm-el3-comms-spec.rst | 17 The below sections discuss these interfaces more in detail.
|
/trusted-firmware-a-3.7.0/docs/threat_model/ |
D | threat_model_el3_spm.rst | 75 <threat_analysis>`. The following sections define:
|
/trusted-firmware-a-3.7.0/docs/ |
D | porting-guide.rst | 37 discusses these in detail. The subsequent sections discuss the remaining 82 page boundary (4K) for each BL stage. All sections which allocate coherent 98 The ``.coherent_ram`` section is a sum of all sections like ``.bakery_lock`` which are 534 Defines the maximum address in secure RAM that the BL31's progbits sections 539 Defines the maximum address that the TSP's progbits sections can occupy.
|