Home
last modified time | relevance | path

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

12

/trusted-firmware-a/tools/conventional-changelog-tf-a/
A Dindex.js56 const flattenSections = function (sections) { argument
57 return sections.flatMap(section => {
64 const flattenedSections = flattenSections(config.sections);
71 const generateTemplateData = function (sections, notes) { argument
72 return (sections || []).flatMap(section => {
75 sections: generateTemplateData(section.sections, notes),
93 sections: generateTemplateData(config.sections, noteGroup.notes),
105 const generateTemplateData = function (sections, commits) { argument
106 return (sections || []).flatMap(section => {
109 sections: generateTemplateData(section.sections, commits),
[all …]
/trusted-firmware-a/
A D.commitlintrc.js19 function getScopes(sections) { argument
20 return sections.flatMap(section => {
22 const subscopes = getScopes(section.sections || []);
30 const scopes = getScopes(cz.sections); /* Contains every blessed scope */
A D.versionrc.js41 "sections": cz.sections, property in module.exports.preset
A DMakefile403 -ffunction-sections -fdata-sections \
427 TF_LDFLAGS += -Wl,--gc-sections
444 TF_LDFLAGS += --gc-sections
/trusted-firmware-a/tools/conventional-changelog-tf-a/templates/
A Dnote-section.hbs9 {{#if sections.length ~}}
10 {{#each sections ~}}
A Dcommit-section.hbs11 {{#if sections.length ~}}
12 {{#each sections ~}}
/trusted-firmware-a/plat/rockchip/rk3399/drivers/m0/
A DMakefile37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common
39 LDFLAGS := -Wl,--gc-sections -Wl,--build-id=none
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dindex.rst.txt7 In the next sections, we first give a description of the target of evaluation
A Dthreat_model_spm.rst.txt95 The following sections define:
339 | | SPMC code/data sections. |
/trusted-firmware-a/docs/threat_model/
A Dindex.rst7 In the next sections, we first give a description of the target of evaluation
A Dthreat_model_spm.rst95 The following sections define:
339 | | SPMC code/data sections. |
/trusted-firmware-a/services/std_svc/rmmd/trp/
A Dlinker.lds9 /* Mapped using 4K pages, requires us to align different sections with
/trusted-firmware-a/docs/process/
A Dcommit-style.rst112 "sections": [
115 "sections": [
119 "sections": [
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dcommit-style.rst.txt112 "sections": [
115 "sections": [
119 "sections": [
/trusted-firmware-a/lib/romlib/
A DMakefile34 LDFLAGS := --gc-sections -O1
/trusted-firmware-a/plat/nvidia/tegra/scat/
A Dbl31.scat81 /* Place pubsub sections for events */
/trusted-firmware-a/docs/design/
A Dfirmware-design.rst78 The sections below provide the following details:
158 path as described in the following sections.
846 The following sections describe the framework which facilitates the
917 call handling functions are provided in the following sections.
1523 sections;
1529 In the ELF terminology, they are called ``NOBITS`` sections.
1531 All PROGBITS sections are grouped together at the beginning of the image,
1539 For BL31, a platform can specify an alternate location for NOBITS sections
1540 (other than immediately following PROGBITS sections) by setting
1673 sections must not overstep. The platform code must provide those.
[all …]
A Dreset-design.rst22 configuration, some of these steps might be unnecessary. The following sections
A Dtrusted-board-boot.rst201 described in the following sections.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dfirmware-design.rst.txt78 The sections below provide the following details:
158 path as described in the following sections.
846 The following sections describe the framework which facilitates the
917 call handling functions are provided in the following sections.
1523 sections;
1529 In the ELF terminology, they are called ``NOBITS`` sections.
1531 All PROGBITS sections are grouped together at the beginning of the image,
1539 For BL31, a platform can specify an alternate location for NOBITS sections
1540 (other than immediately following PROGBITS sections) by setting
1673 sections must not overstep. The platform code must provide those.
[all …]
A Dreset-design.rst.txt22 configuration, some of these steps might be unnecessary. The following sections
A Dtrusted-board-boot.rst.txt201 described in the following sections.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dras.rst.txt225 As mentioned in earlier sections, RAS framework interacts with the |EHF| to
/trusted-firmware-a/docs/components/
A Dras.rst225 As mentioned in earlier sections, RAS framework interacts with the |EHF| to
/trusted-firmware-a/docs/getting_started/
A Dbuild-options.rst63 the RW sections in RAM, while leaving the RO sections in place. This option
626 sections of BL31 (.bss, stacks, page tables, and coherent memory) to be
630 sections are placed in RAM immediately following the loaded firmware image.

Completed in 35 milliseconds

12