Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 29) sorted by relevance

12

/trusted-firmware-a-3.7.0/tools/conventional-changelog-tf-a/
Dindex.js56 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.js37 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.js34 function getTypes(sections) { argument
35 return sections.map(section => section.type)
47 const types = getTypes(changelog.sections).sort(); /* Sort alphabetically */
DMakefile334 -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/
Dnote-section.hbs9 {{#if sections.length ~}}
10 {{#each sections ~}}
Dcommit-section.hbs11 {{#if sections.length ~}}
12 {{#each sections ~}}
/trusted-firmware-a-3.7.0/plat/rockchip/rk3399/drivers/m0/
DMakefile37 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/
Delfparser.py92 def set_segment_section_map(self, segments, sections): argument
98 for sec in sections:
/trusted-firmware-a-3.7.0/lib/romlib/
DMakefile34 LDFLAGS := --gc-sections -O1
/trusted-firmware-a-3.7.0/plat/nvidia/tegra/scat/
Dbl31.scat81 /* Place pubsub sections for events */
/trusted-firmware-a-3.7.0/docs/tools/
Dmemory-layout-tool.rst155 module, their ELF segments as well as sections.
/trusted-firmware-a-3.7.0/docs/design_documents/
Dpsci_osi_mode.rst143 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/
Dfirmware-design.rst77 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 …]
Dreset-design.rst22 configuration, some of these steps might be unnecessary. The following sections
Dtrusted-board-boot.rst201 described in the following sections.
Dinterrupt-framework-design.rst83 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
Dcpu-specific-build-macros.rst116 sections.
125 <= r0p4. This workaround can lead the linker to emit ``*.stub`` sections
/trusted-firmware-a-3.7.0/docs/getting_started/
Dbuild-options.rst75 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
Drt-svc-writers-guide.rst125 the following sections.
/trusted-firmware-a-3.7.0/docs/process/
Dcoding-style.rst4 The following sections outline the |TF-A| coding style for *C* code. The style
Dcontributing.rst174 new files under your platform, they are covered under the following two sections:
/trusted-firmware-a-3.7.0/docs/components/
Dras.rst325 As mentioned in earlier sections, RAS framework interacts with the |EHF| to
Drmm-el3-comms-spec.rst17 The below sections discuss these interfaces more in detail.
/trusted-firmware-a-3.7.0/docs/threat_model/
Dthreat_model_el3_spm.rst75 <threat_analysis>`. The following sections define:
/trusted-firmware-a-3.7.0/docs/
Dporting-guide.rst37 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.

12