Home
last modified time | relevance | path

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

12

/arm-trusted-firmware-2.8.0/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 …]
/arm-trusted-firmware-2.8.0/
A 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
A D.commitlintrc.js34 function getTypes(sections) { argument
35 return sections.map(section => section.type)
47 const types = getTypes(changelog.sections).sort(); /* Sort alphabetically */
A Dchangelog.yaml8 # The following block describes the top-level sections of the changelog. Commits are categorized
9 # into these top-level sections based on the commit message "type":
15 sections:
70 # The following block describes the sub-sections of the changelog. These sub-sections may appear in
71 # any of the top-level sections, and describe the individual components that a change may relate to.
73 # Sub-sections have an optional associated commit message "scope":
A DMakefile403 -ffunction-sections -fdata-sections \
429 TF_LDFLAGS += -Wl,--gc-sections
446 TF_LDFLAGS += --gc-sections
/arm-trusted-firmware-2.8.0/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 ~}}
/arm-trusted-firmware-2.8.0/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
/arm-trusted-firmware-2.8.0/docs/threat_model/
A Dindex.rst7 In the next sections, we first give a description of the target of evaluation
A Dthreat_model_spm.rst96 The following sections define:
338 | | SPMC code/data sections. |
A Dthreat_model_el3_spm.rst74 The following sections define:
/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/trp/
A Dlinker.lds9 /* Mapped using 4K pages, requires us to align different sections with
/arm-trusted-firmware-2.8.0/lib/romlib/
A DMakefile34 LDFLAGS := --gc-sections -O1
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/scat/
A Dbl31.scat81 /* Place pubsub sections for events */
/arm-trusted-firmware-2.8.0/docs/design/
A Dfirmware-design.rst78 The sections below provide the following details:
161 path as described in the following sections.
849 The following sections describe the framework which facilitates the
920 call handling functions are provided in the following sections.
1527 sections;
1533 In the ELF terminology, they are called ``NOBITS`` sections.
1535 All PROGBITS sections are grouped together at the beginning of the image,
1543 For BL31, a platform can specify an alternate location for NOBITS sections
1544 (other than immediately following PROGBITS sections) by setting
1677 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.
A Dcpu-specific-build-macros.rst116 sections.
124 <= r0p4. This workaround can lead the linker to emit ``*.stub`` sections
A 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
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dbuild-options.rst63 the RW sections in RAM, while leaving the RO sections in place. This option
789 sections of BL31 (.bss, stacks, page tables, and coherent memory) to be
793 sections are placed in RAM immediately following the loaded firmware image.
796 NOLOAD sections of BL2 (.bss, stacks, page tables) to be allocated in RAM
799 flag is disabled by default and NOLOAD sections are placed in RAM immediately
A Drt-svc-writers-guide.rst125 the following sections.
/arm-trusted-firmware-2.8.0/docs/components/
A Dras.rst226 As mentioned in earlier sections, RAS framework interacts with the |EHF| to
A Drmm-el3-comms-spec.rst17 The below sections discuss these interfaces more in detail.
/arm-trusted-firmware-2.8.0/docs/process/
A Dcoding-style.rst4 The following sections outline the |TF-A| coding style for *C* code. The style
A Dcontributing.rst174 new files under your platform, they are covered under the following two sections:

Completed in 28 milliseconds

12