Home
last modified time | relevance | path

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

12

/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.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 */
DMakefile436 -ffunction-sections -fdata-sections \
464 TF_LDFLAGS += -Wl,--gc-sections
488 TF_LDFLAGS += --gc-sections
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.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.6.0-3.5.0/lib/romlib/
DMakefile34 LDFLAGS := --gc-sections -O1
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/scat/
Dbl31.scat81 /* Place pubsub sections for events */
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/docs/design/
Dfirmware-design.rst77 The sections below provide the following details:
160 path as described in the following sections.
659 BL31 zero-init sections (e.g. ``.bss``) should not contain valid data on entry,
848 The following sections describe the framework which facilitates the
919 call handling functions are provided in the following sections.
1526 sections;
1531 corresponding sections need to be allocated and initialized at run-time.
1532 In the ELF terminology, they are called ``NOBITS`` sections.
1534 All PROGBITS sections are grouped together at the beginning of the image,
1535 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.
124 <= r0p4. This workaround can lead the linker to emit ``*.stub`` sections
/trusted-firmware-a-3.6.0-3.5.0/docs/getting_started/
Dbuild-options.rst69 the RW sections in RAM, while leaving the RO sections in place. This option
831 sections of BL31 (.bss, stacks, page tables, and coherent memory) to be
835 sections are placed in RAM immediately following the loaded firmware image.
838 NOLOAD sections of BL2 (.bss, stacks, page tables) to be allocated in RAM
841 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.6.0-3.5.0/docs/components/
Dras.rst261 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.
Dsecure-partition-manager.rst88 on sections mandated as implementation-defined in the specification.
519 Also refer to `Describing secure partitions`_ and `TF-A build options`_ sections.
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/docs/threat_model/
Dthreat_model_el3_spm.rst74 The following sections define:
Dthreat_model_spm.rst96 The following sections define:
338 | | SPMC code/data sections. |
/trusted-firmware-a-3.6.0-3.5.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
541 Defines the maximum address in secure RAM that the BL31's progbits sections
546 Defines the maximum address that the TSP's progbits sections can occupy.

12