Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand.h12 void (*prepare_data_bus)(struct brcmnand_soc *soc, bool prepare,
/u-boot/arch/arm/mach-tegra/
A Dxusb-padctl-common.h30 int (*prepare)(struct tegra_xusb_phy *phy); member
A Dxusb-padctl-common.c18 if (phy && phy->ops && phy->ops->prepare) in tegra_xusb_phy_prepare()
19 return phy->ops->prepare(phy); in tegra_xusb_phy_prepare()
/u-boot/board/samsung/common/bootscripts/
A Dautoboot.cmd51 #### Routine: setboot_uimg - prepare env to boot uImage
60 #### Routine: setboot_zimg - prepare env to boot zImage
/u-boot/
A DMakefile1729 $(u-boot-dirs): prepare scripts
1732 tools: prepare
1790 prepare: prepare0 target
2159 %.s: %.c prepare scripts FORCE
2161 %.i: %.c prepare scripts FORCE
2163 %.o: %.c prepare scripts FORCE
2167 %.s: %.S prepare scripts FORCE
2169 %.o: %.S prepare scripts FORCE
2175 /: prepare scripts FORCE
2179 %/: prepare scripts FORCE
[all …]
/u-boot/arch/arm/mach-nexell/include/mach/
A Dmipi_display.h208 int (*prepare)(struct mipi_dsi_device *dsi); member
/u-boot/arch/arm/mach-tegra/tegra124/
A Dxusb-padctl.c289 .prepare = phy_prepare,
296 .prepare = phy_prepare,
/u-boot/doc/
A DREADME.splashprepare6 sequence. It gives the board an opportunity to prepare the splash
A DREADME.falcon22 from SPL. A new command is added to U-Boot to prepare the parameters that SPL
132 The following example shows how to prepare the data for Falcon Mode on
A DREADME.odroid56 To prepare bootable media you need boot binaries provided by hardkernel.
94 If you have an eMMC->microSD adapter you can prepare the card as in point 5.
/u-boot/scripts/
A DMakefile.spl325 include/generated/dt-structs-gen.h prepare FORCE
444 $(u-boot-spl-dirs): $(u-boot-spl-platdata) prepare
447 PHONY += prepare
448 prepare:
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon16 An important part of falcon boot is to prepare the device tree. A normal U-Boot
42 Steps to prepare static device tree
44 To prepare the static device tree for Layerscape boards, it is important to
/u-boot/doc/driver-model/
A Dserial-howto.rst32 - clean up / prepare the driver for conversion
A Di2c-howto.rst42 - clean up / prepare the driver for conversion
/u-boot/board/gateworks/gw_ventana/
A DREADME184 To use Falcon mode it is required that you first 'prepare' the 'args' data
201 To prepare a Gateworks Ventana board that boots from NAND flash for Falcon
252 To prepare a Gateworks Ventana board with a primary boot device of micro-SD
265 First you must prepare a micro-SD such that the SPL can be loaded by the
306 # prepare args
/u-boot/drivers/video/nexell/
A Ds5pxx18_dp_mipi.c666 if (dsi->ops && dsi->ops->prepare) in nx_mipi_display()
667 dsi->ops->prepare(dsi); in nx_mipi_display()
/u-boot/arch/arm/lib/
A Dvectors.S230 mov r13, #MODE_SVC @ prepare SVC-Mode
/u-boot/include/linux/mtd/
A Dspi-nor.h333 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); member
/u-boot/arch/arm/mach-tegra/tegra210/
A Dxusb-padctl.c393 .prepare = phy_prepare,
/u-boot/doc/board/intel/
A Dedison.rst33 3. Wait for few seconds, it will prepare environment variable and runs
/u-boot/doc/android/
A Dboot-image.rst78 So user has to prepare DTB blob manually and provide it in a 3rd parameter
/u-boot/doc/imx/common/
A Dmxs.txt114 Lastly, compile U-Boot and prepare a "BootStream". The "BootStream" is a special
150 To prepare such partition, use your favourite partitioning tool. The partition
/u-boot/arch/arm/cpu/armv8/
A DKconfig64 You should prepare and provide the below information:
/u-boot/doc/imx/mkimage/
A Dimximage.txt131 The following example prepare a SD card with u-boot and a FAT partition
/u-boot/board/ti/am335x/
A DREADME135 Note that when we run 'spl export' it will prepare to boot the kernel.

Completed in 31 milliseconds

12