Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/rk3399_rockchip-uboot/doc/
H A DREADME.at9126 make at91sam9260ek_nandflash_config - use nand flash
27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0)
28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1)
48 make at91sam9261ek_nandflash_config - use nand flash
49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0)
50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3)
69 make at91sam9263ek_nandflash_config - use nand flash
70 make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0)
71 make at91sam9263ek_norflash_config - use nor flash
90 make at91sam9m10g45ek_nandflash_config - use nand flash
[all …]
H A DREADME.video18 <xres> The X resolution (in pixels) to use.
19 <yres> The Y resolution (in pixels) to use.
20 <depth> The color depth (in bits) to use.
21 <freq> The frequency (in Hz) to use.
43 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use
54 - hpd=[0|1] - Enable use of the hdmi HotPlug Detect feature
65 - edid=[0|1] - Enable use of DDC + EDID to get monitor info
76 For example to always use the hdmi connector, even if no cable is inserted,
78 use: "setenv video-mode sunxi:1024x768-24@60,monitor=dvi,hpd=0,edid=1".
H A DREADME.marvell26 - For the Armada-70x0/80x0 DB board use "mvebu_db_armada8k_defconfig"
27 - For the Armada-80x0 MacchiatoBin use "make mvebu_mcbin-88f8040_defconfig"
28 - For the Armada-3700 DB board use "make mvebu_db-88f3720_defconfig"
29 - For the Armada-3700 EsspressoBin use "make mvebu_espressobin-88f3720_defconfig"
H A DREADME.rockusb9 use Rockusb for upgrading firmware (e.g. kernel, u-boot, rootfs, etc.).
28 On your host PC. use lsusb command. you should see a usb device
35 use rkdeveloptool wl command to write lba. BeginSec is the lba on device
40 to flash U-Boot image use below command. U-Boot binary is made by mkimage.
H A DREADME.console17 use).
22 You can use the command "coninfo" to see all registered console
28 setenv stdin serial <- To use the serial input
29 setenv stdout video <- To use the video console
37 You can use the following functions to access the console:
77 use the framebuffers initialized by U-Boot.
H A DREADME.rockchip41 - EVB RK3288 - use evb-rk3288 configuration
42 - Fennec RK3288 - use fennec-rk3288 configuration
43 - Firefly RK3288 - use firefly-rk3288 configuration
44 - Hisense Chromebook - use chromebook_jerry configuration
45 - MiQi RK3288 - use miqi-rk3288 configuration
46 - phyCORE-RK3288 RDK - use phycore-rk3288 configuration
47 - PopMetal RK3288 - use popmetal-rk3288 configuration
48 - Radxa Rock 2 - use rock2 configuration
49 - Tinker RK3288 - use tinker-rk3288 configuration
53 - EVB RK3036 - use evb-rk3036 configuration
[all …]
H A DREADME.splashprepare8 U-Boot. Define your own version to use this feature.
19 use that splash location.
20 - If splashsource is undefined, use the first splash location as default.
H A DREADME.JFFS25 Linux with the same name. To use JFFS2 define CONFIG_CMD_JFFS2.
30 defined the first flash bank to use
33 defines the first sector to use
H A DREADME.dfutftp9 Device Firmware Upgrade (DFU) - extension to use TFTP
26 This document briefly describes how to use DFU for
68 (use "bdinfo" to check current setting)
76 It is possible to use USB interface to emulate ETH connection by setting
87 "preboot" env variable. Otherwise use this command from u-boot prompt.
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H A Dsoft-spi.txt3 The soft SPI bus implementation allows the use of GPIO pins to simulate a
10 soft_spi_cs: GPIO number to use for SPI chip select (output)
11 soft_spi_sclk: GPIO number to use for SPI clock (output)
12 soft_spi_mosi: GPIO number to use for SPI MOSI line (output)
13 soft_spi_miso GPIO number to use for SPI MISO line (input)
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DKconfig6 be use in android bootloader a/b and avb
15 be use in android bootloader a/b and avb
24 be use in android bootloader a/b and avb
28 bool "Support use emmc security partition for OPTEE"
/rk3399_rockchip-uboot/board/renesas/sh7785lcr/
H A DREADME.sh7785lcr33 0x40000000 - 0x5fffffff | DDR SDRAM | (cannot use)
44 When you use "make sh7785lcr_config", there is build U-Boot for 29-bit
45 address mode. This mode can use 128MB DDR-SDRAM.
47 When you use "make sh7785lcr_32bit_config", there is build U-Boot for 32-bit
48 extended address mode. This mode can use 384MB DDR-SDRAM. And if you run
49 "pmb" command, this mode can use 512MB DDR-SDRAM.
120 This command change PMB for DDR-SDRAM all mapping. However you cannot use
/rk3399_rockchip-uboot/Licenses/
H A DExceptions6 use U-Boot services by means of the jump table provided by U-Boot
7 exactly for this purpose - this is merely considered normal use of
12 files in another file is considered normal use of U-Boot, and does
/rk3399_rockchip-uboot/drivers/bootcount/
H A DKconfig29 Set the interface to use when locating the filesystem to use for the
37 Set the partition to use when locating the filesystem to use for the
/rk3399_rockchip-uboot/doc/driver-model/
H A Dserial-howto.txt18 - If the board does not already use driver model, you need CONFIG_DM also
32 - convert at least one existing board to use driver model serial
33 - (if no boards remain that don't use driver model) remove the old code
35 This may be a good time to move your board to use device tree also. Mostly
43 - Your drivers can now use device tree
H A Di2c-howto.txt30 - If the board does not already use driver model, you need CONFIG_DM also
44 - convert at least one existing board to use driver model serial
45 - (if no boards remain that don't use driver model) remove the old code
47 This may be a good time to move your board to use device tree also. Mostly
55 - Your drivers can now use device tree
/rk3399_rockchip-uboot/board/renesas/alt/
H A DKconfig17 ALT board can use default ethernet and etnernet B function.
19 DIP switch of board in order to use this function.
/rk3399_rockchip-uboot/dts/
H A DKconfig36 Enable this to use 'fdtdec_get_addr_size_auto_noparent' instead of
37 'fdtdec_get_addr_size_fixed' in case of 64-bit U-Boot use 32-bit
54 Some boards use device tree in U-Boot but only have 4KB of SRAM
72 Some boards use device tree in U-Boot but only have 4KB of SRAM
77 bool "Enable use of a live tree"
81 avoids the need to unpack the tree before use. However a flat
104 Boards in the mainline U-Boot tree should not use it.
144 This option specifies a list of device tree files to use for DT
146 or SPL will select the correct DT to use by examining the
156 It is possible during initial boot you may need to use a generic
[all …]
/rk3399_rockchip-uboot/board/freescale/m53017evb/
H A DREADME70 CONFIG_MCFUART -- define to use common CF Uart driver
74 CONFIG_MCFRTC -- define to use common CF RTC driver
78 CONFIG_CMD_DATE -- enable to use date feature in U-Boot
80 CONFIG_MCFFEC -- define to use common CF FEC driver
81 CONFIG_MII -- enable to use MII driver
82 CONFIG_CF_DOMII -- enable to use MII feature in cmd_mii.c
90 CONFIG_MCFTMR -- define to use DMA timer
91 CONFIG_MCFPIT -- define to use PIT timer
93 CONFIG_SYS_I2C_FSL -- define to use FSL common I2C driver
/rk3399_rockchip-uboot/disk/
H A DKconfig30 Say Y here if you would like to use device under U-Boot which
66 Say Y here if you would like to use device under U-Boot which
80 Say Y here if you would like to use device under U-Boot which
143 Say Y here if you would like to use ENV partition table.
150 Say Y here if you would like to use ENV partition table in SPL.
156 Say Y here if you would like to use device under U-Boot which
164 Say Y here if you would like to use device under U-Boot which
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsama5d3xmb_cmp.dtsi32 dmas = <0>, <0>; /* Do not use DMA for spi0 */
47 * disable it to allow the use of ISI
67 /* use pck1 for the master clock of ov2640 */
83 dmas = <0>, <0>; /* Do not use DMA for usart1 */
181 dmas = <0>, <0>; /* Do not use DMA for dbgu */
H A Dsama5d3xmb.dtsi34 dmas = <0>, <0>; /* Do not use DMA for spi0 */
51 * disable it to allow the use of ISI
71 /* use pck1 for the master clock of ov2640 */
87 dmas = <0>, <0>; /* Do not use DMA for usart1 */
184 dmas = <0>, <0>; /* Do not use DMA for dbgu */
/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt5 and tools you need to develop applications that use LZMA compression.
45 To compile with static libraries, you can use
206 periodical data you can use lp=2. Often it's better to set lc0,
314 If you want to use old interfaces you can download previous version of LZMA SDK
317 To use ANSI-C LZMA Decoder you need the following files:
341 You must use external allocator:
347 You can use p = p; operator to disable compiler warnings.
352 When to use: RAM->RAM decompressing
374 You can use LZMA_FINISH_END, when you know that
396 You can use multiple checks to test data integrity after full decompression:
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/bridge/
H A Dps8622.txt12 - lane-count: number of DP lanes to use
13 - use-external-pwm: backlight will be controlled by an external PWM
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/
H A Dsnps-dw-apb-uart.txt29 register. Define this if your serial port does not use this pin.
32 register. Define this if your serial port does not use this pin.
35 register. Define this if your serial port does not use this pin.
38 Define this if your serial port does not use this pin.

12345678910>>...26