| /rk3399_ARM-atf/tools/conventional-changelog-tf-a/ |
| H A D | index.js | 52 * 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 D | scp.c | 16 * <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.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,
|
| 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 */
|
| /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/tools/memory/src/memory/ |
| H A D | elfparser.py | 21 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 D | summary.py | 32 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 D | linker.ld.S | 10 /* Mapped using 4K pages, requires us to align different sections with 23 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
|
| /rk3399_ARM-atf/tools/qti/ |
| H A D | fip-elf.lds | 8 SECTIONS
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hisi_mcu.c | 174 /* 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 D | plat.ld.S | 15 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/plat/mediatek/include/lib/mtk_init/ |
| H A D | mtk_init_def.h | 11 * Define init call sections here. _func is for 2nd level expansion, init
|
| /rk3399_ARM-atf/plat/rpi/rpi4/include/ |
| H A D | plat.ld.S | 17 SECTIONS
|
| /rk3399_ARM-atf/plat/rpi/rpi5/include/ |
| H A D | plat.ld.S | 17 SECTIONS
|
| /rk3399_ARM-atf/plat/socionext/synquacer/include/ |
| H A D | plat.ld.S | 18 SECTIONS
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | arm_tzc_dram.ld.S | 15 SECTIONS
|
| /rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/src/ |
| H A D | rk3399m0.ld.S | 11 SECTIONS {
|
| /rk3399_ARM-atf/plat/rockchip/rk3368/include/ |
| H A D | plat.ld.S | 13 SECTIONS
|
| /rk3399_ARM-atf/plat/rockchip/rk3328/include/ |
| H A D | plat.ld.S | 13 SECTIONS
|
| /rk3399_ARM-atf/plat/rockchip/rk3568/include/ |
| H A D | plat.ld.S | 13 SECTIONS
|
| /rk3399_ARM-atf/plat/imx/imx7/warp7/ |
| H A D | platform.mk | 30 # Have different sections for code and rodata
|
| /rk3399_ARM-atf/plat/rockchip/px30/include/ |
| H A D | plat.ld.S | 14 SECTIONS
|