Home
last modified time | relevance | path

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

1234

/trusted-firmware-a-3.6.0-3.5.0/tools/conventional-changelog-tf-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),
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/
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()
/trusted-firmware-a-3.6.0-3.5.0/
D.versionrc.js37 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.js34 function getTypes(sections) { argument
35 return sections.map(section => section.type)
47 const types = getTypes(changelog.sections).sort(); /* Sort alphabetically */
Dchangelog.yaml8 # 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/
Dnote-section.hbs9 {{#if sections.length ~}}
10 {{#each sections ~}}
Dcommit-section.hbs11 {{#if sections.length ~}}
12 {{#each sections ~}}
/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/rmmd/trp/
Dlinker.ld.S10 /* 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/
Dplat.ld.S15 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/plat/hisilicon/hikey/
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()
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3399/drivers/m0/
DMakefile37 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/
Dmtk_init_def.h11 * 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/
Darm_tzc_dram.ld.S15 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/plat/rpi/rpi4/include/
Dplat.ld.S17 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3328/include/
Dplat.ld.S13 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3368/include/
Dplat.ld.S13 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3399/drivers/m0/src/
Drk3399m0.ld.S11 SECTIONS {
/trusted-firmware-a-3.6.0-3.5.0/plat/socionext/synquacer/include/
Dplat.ld.S18 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/imx7/warp7/
Dplatform.mk30 # Have different sections for code and rodata
/trusted-firmware-a-3.6.0-3.5.0/plat/renesas/common/include/
Dplat.ld.S17 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/px30/include/
Dplat.ld.S14 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/imx7/picopi/
Dplatform.mk30 # Have different sections for code and rodata
/trusted-firmware-a-3.6.0-3.5.0/lib/romlib/
Dromlib.ld.S19 SECTIONS {
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rcar_layout_create/
Dsa0.ld.S7 SECTIONS
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rzg_layout_create/
Dsa0.ld.S7 SECTIONS

1234