Home
last modified time | relevance | path

Searched full:sections (Results 1 – 25 of 113) sorted by relevance

12345

/rk3399_ARM-atf/tools/conventional-changelog-tf-a/
H A Dindex.js52 * Flatten the configuration's sections list. This helps us iterate over all of the sections
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
80 * Don't return a section if it contains no notes and no sub-sections.
82 if ((templateData.sections.length == 0) && (templateData.notes.length == 0)) {
[all …]
/rk3399_ARM-atf/drivers/brcm/
H A Dscp.c16 * <num-sections>
20 * MCU data (<data>) consists of several sections of code/data, to be
22 * Header (<header>) gives information about sections contained in <data>.
24 * The installer code iterates over sections in MCU binary.
29 * - <num-sections> - number of sections in <data>
30 * - <num-sections> tuples. Each tuple describes a section.
62 INFO("...Number of sections: %d\n", num_sections); in download_scp_patch()
/rk3399_ARM-atf/
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,
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 */
/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/tools/memory/src/memory/
H A Delfparser.py21 from elftools.elf.sections import Section, SymbolTableSection
91 # Segment and sections header keys have different prefixes.
98 # TODO figure out how to handle free space for sections and segments
125 sections: Iterable[Section],
131 for sec in sections:
H A Dsummary.py32 SECTIONS: Tuple[str, ...] = (".text", ".data", ".bss", ".heap", ".stack") variable
50 SECTIONS + OTHER_SECTIONS + MISC_FLASH_SECTIONS + ("unknown", "OUTPUT")
230 # sections to print info (generic for all toolchains)
231 sections: Tuple[str, ...] = SECTIONS variable in MapParser
247 # list of all modules and their sections
254 # Memory report (sections + summary)
501 for k in self.sections:
506 for k in self.sections:
/rk3399_ARM-atf/services/std_svc/rmmd/trp/
H A Dlinker.ld.S10 /* Mapped using 4K pages, requires us to align different sections with
23 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
/rk3399_ARM-atf/tools/qti/
H A Dfip-elf.lds8 SECTIONS
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhisi_mcu.c174 /* check the sections */ in hisi_mcu_load_image()
184 /* copy the sections */ in hisi_mcu_load_image()
190 INFO("%s: mcu sections %d:\n", __func__, i); in hisi_mcu_load_image()
/rk3399_ARM-atf/plat/hisilicon/hikey960/include/
H A Dplat.ld.S15 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/plat/mediatek/include/lib/mtk_init/
H A Dmtk_init_def.h11 * Define init call sections here. _func is for 2nd level expansion, init
/rk3399_ARM-atf/plat/rpi/rpi4/include/
H A Dplat.ld.S17 SECTIONS
/rk3399_ARM-atf/plat/rpi/rpi5/include/
H A Dplat.ld.S17 SECTIONS
/rk3399_ARM-atf/plat/socionext/synquacer/include/
H A Dplat.ld.S18 SECTIONS
/rk3399_ARM-atf/include/plat/arm/common/
H A Darm_tzc_dram.ld.S15 SECTIONS
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/src/
H A Drk3399m0.ld.S11 SECTIONS {
/rk3399_ARM-atf/plat/rockchip/rk3368/include/
H A Dplat.ld.S13 SECTIONS
/rk3399_ARM-atf/plat/rockchip/rk3328/include/
H A Dplat.ld.S13 SECTIONS
/rk3399_ARM-atf/plat/rockchip/rk3568/include/
H A Dplat.ld.S13 SECTIONS
/rk3399_ARM-atf/plat/imx/imx7/warp7/
H A Dplatform.mk30 # Have different sections for code and rodata
/rk3399_ARM-atf/plat/rockchip/px30/include/
H A Dplat.ld.S14 SECTIONS

12345