Searched refs:prepare (Results 1 – 25 of 32) sorted by relevance
12
/u-boot/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand.h | 12 void (*prepare_data_bus)(struct brcmnand_soc *soc, bool prepare,
|
/u-boot/arch/arm/mach-tegra/ |
A D | xusb-padctl-common.h | 30 int (*prepare)(struct tegra_xusb_phy *phy); member
|
A D | xusb-padctl-common.c | 18 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 D | autoboot.cmd | 51 #### Routine: setboot_uimg - prepare env to boot uImage 60 #### Routine: setboot_zimg - prepare env to boot zImage
|
/u-boot/ |
A D | Makefile | 1729 $(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 D | mipi_display.h | 208 int (*prepare)(struct mipi_dsi_device *dsi); member
|
/u-boot/arch/arm/mach-tegra/tegra124/ |
A D | xusb-padctl.c | 289 .prepare = phy_prepare, 296 .prepare = phy_prepare,
|
/u-boot/doc/ |
A D | README.splashprepare | 6 sequence. It gives the board an opportunity to prepare the splash
|
A D | README.falcon | 22 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 D | README.odroid | 56 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 D | Makefile.spl | 325 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 D | README.falcon | 16 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 D | serial-howto.rst | 32 - clean up / prepare the driver for conversion
|
A D | i2c-howto.rst | 42 - clean up / prepare the driver for conversion
|
/u-boot/board/gateworks/gw_ventana/ |
A D | README | 184 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 D | s5pxx18_dp_mipi.c | 666 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 D | vectors.S | 230 mov r13, #MODE_SVC @ prepare SVC-Mode
|
/u-boot/include/linux/mtd/ |
A D | spi-nor.h | 333 int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops); member
|
/u-boot/arch/arm/mach-tegra/tegra210/ |
A D | xusb-padctl.c | 393 .prepare = phy_prepare,
|
/u-boot/doc/board/intel/ |
A D | edison.rst | 33 3. Wait for few seconds, it will prepare environment variable and runs
|
/u-boot/doc/android/ |
A D | boot-image.rst | 78 So user has to prepare DTB blob manually and provide it in a 3rd parameter
|
/u-boot/doc/imx/common/ |
A D | mxs.txt | 114 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 D | Kconfig | 64 You should prepare and provide the below information:
|
/u-boot/doc/imx/mkimage/ |
A D | imximage.txt | 131 The following example prepare a SD card with u-boot and a FAT partition
|
/u-boot/board/ti/am335x/ |
A D | README | 135 Note that when we run 'spl export' it will prepare to boot the kernel.
|
Completed in 31 milliseconds
12