Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 20 of 20) sorted by relevance

/u-boot/tools/binman/
A Dentry_test.py93 expanded = entry.Entry.Create(None, self.GetNode(), expanded=True)
94 self.assertEqual('u-boot-expanded', expanded.etype)
97 entry.Entry.Create(None, self.GetNode(), 'missing', expanded=True)
A Dentry.py163 def FindEntryClass(etype, expanded): argument
184 if expanded:
195 if expanded:
204 def Lookup(node_path, etype, expanded, missing_etype=False): argument
224 cls = Entry.FindEntryClass(etype, expanded)
238 def Create(section, node, etype=None, expanded=False, missing_etype=False): argument
256 obj = Entry.Lookup(node.path, etype, expanded, missing_etype)
257 if obj and expanded:
A Dentries.rst116 FIP entry will cause it to be expanded or contracted as needed.
281 when converting a 'u-boot' entry automatically into a 'u-boot-expanded'
1675 Note that this entry is automatically replaced with u-boot-expanded unless
1676 --no-expanded is used or the node has a 'no-expanded' property.
1810 Note that this entry is automatically replaced with u-boot-spl-expanded
1811 unless --no-expanded is used or the node has a 'no-expanded' property.
1887 this is non-empty (and not 'n' or '0') then this expanded entry is selected.
1949 Note that this entry is automatically replaced with u-boot-tpl-expanded
1950 unless --no-expanded is used or the node has a 'no-expanded' property.
2038 this is non-empty (and not 'n' or '0') then this expanded entry is selected.
[all …]
A DREADME.rst714 no-expanded:
717 `--no-expanded` command-line option disables this globally. The
718 `no-expanded` property disables this just for a single entry. Put the
719 `no-expanded` boolean property in the node to select this behaviour.
1020 'u-boot-expanded'. This means that when you write::
1028 type = "u-boot-expanded';
1052 disabled with the --no-expanded flag if required.
1064 type = "u-boot-expanded';
1588 -n, --no-expanded
1590 becomes 'u-boot-expanded', for example. See `Expanded entries`_.
[all …]
A Dbinman.rst714 no-expanded:
717 `--no-expanded` command-line option disables this globally. The
718 `no-expanded` property disables this just for a single entry. Put the
719 `no-expanded` boolean property in the node to select this behaviour.
1020 'u-boot-expanded'. This means that when you write::
1028 type = "u-boot-expanded';
1052 disabled with the --no-expanded flag if required.
1064 type = "u-boot-expanded';
1588 -n, --no-expanded
1590 becomes 'u-boot-expanded', for example. See `Expanded entries`_.
[all …]
/u-boot/arch/sandbox/dts/
A Dsandbox_vpl.dtsi8 no-expanded;
11 no-expanded;
/u-boot/tools/binman/test/
A D197_symbols_expand.dts16 no-expanded;
A D199_collection_section.dts29 no-expanded;
/u-boot/doc/usage/cmd/
A Dfdt.rst44 If the `len` argument is provided, then the device tree is expanded to that
/u-boot/doc/develop/package/
A Dentries.rst116 FIP entry will cause it to be expanded or contracted as needed.
281 when converting a 'u-boot' entry automatically into a 'u-boot-expanded'
1675 Note that this entry is automatically replaced with u-boot-expanded unless
1676 --no-expanded is used or the node has a 'no-expanded' property.
1810 Note that this entry is automatically replaced with u-boot-spl-expanded
1811 unless --no-expanded is used or the node has a 'no-expanded' property.
1887 this is non-empty (and not 'n' or '0') then this expanded entry is selected.
1949 Note that this entry is automatically replaced with u-boot-tpl-expanded
1950 unless --no-expanded is used or the node has a 'no-expanded' property.
2038 this is non-empty (and not 'n' or '0') then this expanded entry is selected.
[all …]
A Dbinman.rst714 no-expanded:
717 `--no-expanded` command-line option disables this globally. The
718 `no-expanded` property disables this just for a single entry. Put the
719 `no-expanded` boolean property in the node to select this behaviour.
1020 'u-boot-expanded'. This means that when you write::
1028 type = "u-boot-expanded';
1052 disabled with the --no-expanded flag if required.
1064 type = "u-boot-expanded';
1588 -n, --no-expanded
1590 becomes 'u-boot-expanded', for example. See `Expanded entries`_.
[all …]
/u-boot/doc/develop/
A Dbloblist.rst77 `CONFIG_BLOBLIST_SIZE_RELOC` to define the expanded size, if needed.
A Drelease_cycle.rst17 source tree. This is further expanded on in the :doc:`process`.
A Dmakefiles.rst670 option. When $(biarch) equals 'y', the expanded variables $(aflags-y)
703 be an expanded variable or a macro.
1095 - The values of the above variables are expanded in arch/$(SRCARCH)/Makefile.
A Dcheckpatch.rst897 expanded there are two trailing semicolons, so the else branch gets
/u-boot/drivers/clk/
A DKconfig122 is barely used at present but could be expanded as needs arise.
/u-boot/tools/binman/etype/
A Dsection.py212 expanded=self.GetImage().use_expanded,
/u-boot/drivers/gpio/
A DKconfig180 This driver supports Broadwell U devices which have an expanded
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped801 -NOSPACE then the FDT will be expanded to have more space, and True will
/u-boot/common/
A Ddlmalloc.src2670 split: /* split off extra room in old or expanded chunk */

Completed in 52 milliseconds