/trusted-firmware-a-3.6.0-3.5.0/tools/conventional-changelog-tf-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), 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 …]
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/brcm/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/ |
D | .versionrc.js | 37 function getTypes(sections) { argument 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, property in module.exports.preset
|
D | .commitlintrc.js | 34 function getTypes(sections) { argument 35 return sections.map(section => section.type) 47 const types = getTypes(changelog.sections).sort(); /* Sort alphabetically */
|
D | changelog.yaml | 8 # 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":
|
/trusted-firmware-a-3.6.0-3.5.0/tools/conventional-changelog-tf-a/templates/ |
D | note-section.hbs | 9 {{#if sections.length ~}} 10 {{#each sections ~}}
|
D | commit-section.hbs | 11 {{#if sections.length ~}} 12 {{#each sections ~}}
|
/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/rmmd/trp/ |
D | linker.ld.S | 10 /* Mapped using 4K pages, requires us to align different sections with 23 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/hisilicon/hikey960/include/ |
D | plat.ld.S | 15 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/hisilicon/hikey/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3399/drivers/m0/ |
D | Makefile | 37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common 39 LDFLAGS := -Wl,--gc-sections -Wl,--build-id=none
|
/trusted-firmware-a-3.6.0-3.5.0/plat/mediatek/include/lib/mtk_init/ |
D | mtk_init_def.h | 11 * Define init call sections here. _func is for 2nd level expansion, init
|
/trusted-firmware-a-3.6.0-3.5.0/include/plat/arm/common/ |
D | arm_tzc_dram.ld.S | 15 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rpi/rpi4/include/ |
D | plat.ld.S | 17 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3328/include/ |
D | plat.ld.S | 13 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3368/include/ |
D | plat.ld.S | 13 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3399/drivers/m0/src/ |
D | rk3399m0.ld.S | 11 SECTIONS {
|
/trusted-firmware-a-3.6.0-3.5.0/plat/socionext/synquacer/include/ |
D | plat.ld.S | 18 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/imx7/warp7/ |
D | platform.mk | 30 # Have different sections for code and rodata
|
/trusted-firmware-a-3.6.0-3.5.0/plat/renesas/common/include/ |
D | plat.ld.S | 17 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/px30/include/ |
D | plat.ld.S | 14 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/imx7/picopi/ |
D | platform.mk | 30 # Have different sections for code and rodata
|
/trusted-firmware-a-3.6.0-3.5.0/lib/romlib/ |
D | romlib.ld.S | 19 SECTIONS {
|
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rcar_layout_create/ |
D | sa0.ld.S | 7 SECTIONS
|
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rzg_layout_create/ |
D | sa0.ld.S | 7 SECTIONS
|