Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 202) sorted by relevance

123456789

/u-boot/include/
A Dfdt_support.h63 const void *val, int len, int create);
65 u32 val, int create);
76 int create);
79 const char *prop, u32 val, int create);
81 const char *prop, const void *val, int len, int create);
83 const char *prop, u32 val, int create);
123 const void *val, int len, int create);
/u-boot/arch/arm/mach-omap2/
A Dconfig_secure.mk6 ifneq ($(wildcard $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh),)
8 cmd_mkomapsecimg = $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh \
12 cmd_mkomapsecimg = $(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh \
/u-boot/doc/usage/
A Dmbr.rst17 The mbr command lets users create or verify the MBR (Master Boot Record)
34 If one wants to create more than 4 partitions, an 'Extended' primary
38 Here is an example how to create a 6 partitions (3 on the 'extended
/u-boot/board/freescale/imx8qm_mek/
A Duboot-container.cfg8 /* This file is to create a container image could be loaded by SPL */
/u-boot/board/siemens/capricorn/
A Duboot-container.cfg8 /* This file is to create a container image could be loaded by SPL */
A Dimximage.cfg6 * and create imx8image boot image
/u-boot/board/freescale/imx8qxp_mek/
A Duboot-container.cfg8 /* This file is to create a container image could be loaded by SPL */
A Dimximage.cfg6 * and create imx8image boot image
/u-boot/test/fs/
A Dfat-noncontig-test.sh80 echo Could not create empty disk image
86 echo Could not create FAT filesystem
/u-boot/board/freescale/vf610twr/
A Dimximage.cfg6 * and create imximage boot image
/u-boot/board/toradex/colibri_vf/
A Dimximage.cfg6 * and create imximage boot image
/u-boot/board/phytec/pcm052/
A Dimximage.cfg6 * and create imximage boot image
/u-boot/doc/
A DREADME.ubi15 ubi create[vol] volume [size] [type] - create volume name with size
28 one mtd partition to the UBI subsystem. This command will either create
87 => ubi create testvol
243 You can optionally add "--skipcheck" to the "ubi create" command:
245 ubi create[vol] volume [size] [type] [id] [--skipcheck]
246 - create volume name with size ('-' for maximum available size)
/u-boot/tools/
A DKconfig8 calls to the dtc application in order to create the output. In
/u-boot/board/freescale/s32v234evb/
A Ds32v234evb.cfg8 * and create imximage boot image
/u-boot/board/freescale/corenet_ds/
A Dpbi.cfg5 # and create PBL boot image
/u-boot/board/varisys/cyrus/
A Dpbi.cfg5 # and create PBL boot image
/u-boot/board/advantech/dms-ba16/
A Ddms-ba16_1g.cfg8 * and create imximage boot image
A Ddms-ba16_2g.cfg8 * and create imximage boot image
/u-boot/common/
A Dfdt_support.c92 const void *val, int len, int create) in fdt_find_and_setprop() argument
304 const void *val, int len, int create) in do_fixup_by_path() argument
320 u32 val, int create) in do_fixup_by_path_u32() argument
323 do_fixup_by_path(fdt, path, prop, &tmp, sizeof(tmp), create); in do_fixup_by_path_u32()
329 int create) in do_fixup_by_prop() argument
341 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_prop()
349 const char *prop, u32 val, int create) in do_fixup_by_prop_u32() argument
352 do_fixup_by_prop(fdt, pname, pval, plen, prop, &tmp, 4, create); in do_fixup_by_prop_u32()
356 const char *prop, const void *val, int len, int create) in do_fixup_by_compat() argument
375 const char *prop, u32 val, int create) in do_fixup_by_compat_u32() argument
[all …]
/u-boot/board/freescale/t208xqds/
A Dt208x_pbi.cfg7 # and create PBL boot image
/u-boot/board/freescale/t208xrdb/
A Dt2080_pbi.cfg7 # and create PBL boot image
/u-boot/board/boundary/nitrogen6x/
A Dnitrogen6dl.cfg6 * and create imximage boot image
A Dnitrogen6dl2g.cfg6 * and create imximage boot image
A Dnitrogen6q.cfg6 * and create imximage boot image

Completed in 29 milliseconds

123456789