| /rk3399_ARM-atf/tools/conventional-changelog-tf-a/ |
| H A D | index.js | 56 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.js | 33 function getTypes(sections) { argument 34 return sections.map(section => section.type) 46 const types = getTypes(changelog.sections).sort(); /* Sort alphabetically */
|
| H A D | .versionrc.cjs | 37 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 D | note-section.hbs | 9 {{#if sections.length ~}} 10 {{#each sections ~}}
|
| H A D | commit-section.hbs | 11 {{#if sections.length ~}} 12 {{#each sections ~}}
|
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/ |
| H A D | Makefile | 29 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 D | elfparser.py | 21 from elftools.elf.sections import Section, SymbolTableSection 125 sections: Iterable[Section], 131 for sec in sections:
|
| H A D | summary.py | 231 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 D | numa-per-cpu.rst | 28 \`.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 D | ras.rst | 354 As mentioned in earlier sections, RAS framework interacts with the |EHF| to
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | cflags.mk | 102 cflags-common += -ffunction-sections -fdata-sections \ 181 ldflags-common += $(call ld_prefix,--gc-sections)
|
| /rk3399_ARM-atf/lib/romlib/ |
| H A D | Makefile | 44 LDFLAGS := -Wl,--gc-sections -nostdlib
|
| /rk3399_ARM-atf/plat/nvidia/tegra/scat/ |
| H A D | bl31.scat | 81 /* Place pubsub sections for events */
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | psci_osi_mode.rst | 143 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 D | firmware-design.rst | 77 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 D | trusted-board-boot.rst | 71 The next sections now present specificities of each default CoT provided in 274 described in the following sections.
|
| H A D | reset-design.rst | 22 configuration, some of these steps might be unnecessary. The following sections
|
| H A D | interrupt-framework-design.rst | 83 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 D | memory-layout-tool.rst | 155 ELF segments as well as sections.
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 76 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 D | rt-svc-writers-guide.rst | 128 the following sections.
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-style.rst | 4 The following sections outline the |TF-A| coding style for *C* code. The style
|
| H A D | contributing.rst | 186 they are covered by the following two sections.
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model_el3_spm.rst | 75 <threat_analysis>`. The following sections define:
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | lts.rst | 13 | | | sections. Introduce a new section documenting a day |
|