Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H 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), property
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 …]
/rk3399_ARM-atf/
H A D.commitlintrc.js33 function getTypes(sections) { argument
34 return sections.map(section => section.type)
46 const types = getTypes(changelog.sections).sort(); /* Sort alphabetically */
H A D.versionrc.cjs37 function getTypes(sections) {
38 return sections.map(section => {
53 "sections": getSections(subsection.subsections || []),
59 const types = getTypes(changelog.sections);
60 const sections = getSections(changelog.subsections);
71 "sections": sections,
/rk3399_ARM-atf/tools/conventional-changelog-tf-a/templates/
H A Dnote-section.hbs9 {{#if sections.length ~}}
10 {{#each sections ~}}
H A Dcommit-section.hbs11 {{#if sections.length ~}}
12 {{#each sections ~}}
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/
H A DMakefile29 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common
33 LDFLAGS := -Wl,--gc-sections -Wl,--build-id=none -Wl,--fatal-warnings -z noexecstack
/rk3399_ARM-atf/tools/memory/src/memory/
H A Delfparser.py21 from elftools.elf.sections import Section, SymbolTableSection
125 sections: Iterable[Section],
131 for sec in sections:
H A Dsummary.py231 sections: Tuple[str, ...] = SECTIONS variable in MapParser
501 for k in self.sections:
506 for k in self.sections:
/rk3399_ARM-atf/docs/components/
H A Dnuma-per-cpu.rst28 \`.stack\`, \`.bss\`, and \`xlat\` sections. The \`.text\`,
29 \`.rodata\`, and \`.data\` segments are \`PROGBITS\` sections, while
30 \`.stack\`, \`.bss\`, and \`xlat\` form the \`NOBITS\` sections at
69 \`.bss\`, and \`xlat\` sections stacked vertically. When NUMA is
154 requirements in order for the runtime to correctly set up per-CPU sections on
193 Platform-defined regions that hold remote per-CPU sections must have
H A Dras.rst354 As mentioned in earlier sections, RAS framework interacts with the |EHF| to
/rk3399_ARM-atf/make_helpers/
H A Dcflags.mk102 cflags-common += -ffunction-sections -fdata-sections \
181 ldflags-common += $(call ld_prefix,--gc-sections)
/rk3399_ARM-atf/lib/romlib/
H A DMakefile44 LDFLAGS := -Wl,--gc-sections -nostdlib
/rk3399_ARM-atf/plat/nvidia/tegra/scat/
H A Dbl31.scat81 /* Place pubsub sections for events */
/rk3399_ARM-atf/docs/design_documents/
H A 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
/rk3399_ARM-atf/docs/design/
H A 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,
828 The following sections describe the framework which facilitates the
899 call handling functions are provided in the following sections.
1652 sections;
1657 corresponding sections need to be allocated and initialized at run-time.
1658 In the ELF terminology, they are called ``NOBITS`` sections.
1660 All PROGBITS sections are grouped together at the beginning of the image,
1661 followed by all NOBITS sections. This is true for all TF-A images and it is
[all …]
H A Dtrusted-board-boot.rst71 The next sections now present specificities of each default CoT provided in
274 described in the following sections.
H A Dreset-design.rst22 configuration, some of these steps might be unnecessary. The following sections
H 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
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst155 ELF segments as well as sections.
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst76 the RW sections in RAM, while leaving the RO sections in place. This option
913 snippet for any custom sections that cannot be expressed otherwise. Defaults
1020 sections of BL31 (.bss, stacks, page tables, and coherent memory) to be
1024 sections are placed in RAM immediately following the loaded firmware image.
1027 NOLOAD sections of BL2 (.bss, stacks, page tables) to be allocated in RAM
1030 flag is disabled by default and NOLOAD sections are placed in RAM immediately
H A Drt-svc-writers-guide.rst128 the following sections.
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst4 The following sections outline the |TF-A| coding style for *C* code. The style
H A Dcontributing.rst186 they are covered by the following two sections.
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_el3_spm.rst75 <threat_analysis>`. The following sections define:
/rk3399_ARM-atf/docs/about/
H A Dlts.rst13 | | | sections. Introduce a new section documenting a day |

12