Searched refs:initial (Results 1 – 25 of 100) sorted by relevance
1234
| /u-boot/drivers/misc/ |
| A D | i2c_eeprom_emul.c | 102 int initial = len - overflow; in sandbox_i2c_eeprom_xfer() local 104 memcpy(msg->buf, priv->data + offset, initial); in sandbox_i2c_eeprom_xfer() 105 memcpy(msg->buf + initial, priv->data, in sandbox_i2c_eeprom_xfer() 134 int initial = len - overflow; in sandbox_i2c_eeprom_xfer() local 136 memcpy(priv->data + offset, ptr, initial); in sandbox_i2c_eeprom_xfer() 137 memcpy(priv->data, ptr + initial, overflow); in sandbox_i2c_eeprom_xfer()
|
| /u-boot/doc/usage/cmd/ |
| A D | bootz.rst | 23 address of the initial RAM disk. Use '-' to boot a kernel with a device 24 tree but without an initial RAM disk. 27 size of the initial RAM disk. This parameter must be specified for raw 28 initial RAM disks.
|
| A D | booti.rst | 23 address of the initial RAM disk. Use '-' to boot a kernel with a device 24 tree but without an initial RAM disk. 27 size of the initial RAM disk. This parameter must be specified for raw 28 initial RAM disks.
|
| A D | qfw.rst | 24 The *qfw load* command is used to load a kernel and an initial RAM disk. 65 initial RAM disk for QEMU: 72 Now the kernel and the initial RAM disk can be loaded to the U-Boot memory via
|
| A D | blkcache.rst | 33 The initial value is 8. 36 maximum number of entries in the cche. The initial value is 32.
|
| /u-boot/arch/arm/dts/ |
| A D | stm32mp15xx-dhcor-som.dtsi | 65 regulator-initial-mode = <0>; 74 regulator-initial-mode = <0>; 83 regulator-initial-mode = <0>; 93 regulator-initial-mode = <0>;
|
| A D | imx6qdl-phytec-phycore-som.dtsi | 134 regulator-initial-mode = <DA9063_BUCK_MODE_SYNC>; 142 regulator-initial-mode = <DA9063_BUCK_MODE_SYNC>; 150 regulator-initial-mode = <DA9063_BUCK_MODE_SYNC>; 158 regulator-initial-mode = <DA9063_BUCK_MODE_SYNC>;
|
| A D | stm32mp157c-odyssey-som.dtsi | 128 regulator-initial-mode = <0>; 137 regulator-initial-mode = <0>; 147 regulator-initial-mode = <0>; 157 regulator-initial-mode = <0>;
|
| A D | rv1126-edgeble-neu2.dtsi | 93 regulator-initial-mode = <0x2>; 106 regulator-initial-mode = <0x2>; 119 regulator-initial-mode = <0x2>; 129 regulator-initial-mode = <0x2>;
|
| A D | stm32mp157c-ed1.dts | 201 regulator-initial-mode = <0>; 210 regulator-initial-mode = <0>; 220 regulator-initial-mode = <0>; 230 regulator-initial-mode = <0>;
|
| A D | rk3399pro-vmarc-som.dtsi | 100 regulator-initial-mode = <0x2>; 114 regulator-initial-mode = <0x2>; 124 regulator-initial-mode = <0x2>; 136 regulator-initial-mode = <0x2>;
|
| A D | rk3566-radxa-cm3.dtsi | 146 regulator-initial-mode = <0x2>; 160 regulator-initial-mode = <0x2>; 173 regulator-initial-mode = <0x2>; 183 regulator-initial-mode = <0x2>;
|
| A D | rk3399-rock-4c-plus.dts | 224 regulator-initial-mode = <0x2>; 238 regulator-initial-mode = <0x2>; 249 regulator-initial-mode = <0x2>; 260 regulator-initial-mode = <0x2>; 434 regulator-initial-mode = <1>; /* 1:force PWM 2:auto */
|
| A D | stm32mp15xx-dhcom-som.dtsi | 281 regulator-initial-mode = <0>; 290 regulator-initial-mode = <0>; 300 regulator-initial-mode = <0>; 310 regulator-initial-mode = <0>;
|
| /u-boot/doc/arch/ |
| A D | arm64.rst | 8 The initial arm64 U-Boot port was developed before hardware was available, 18 classical firmware (like initial hardware setup, CPU errata workarounds 26 is used to encode the initial addend of rela to u-boot.bin. After running,
|
| /u-boot/doc/device-tree-bindings/video/osd/ |
| A D | gdsys,ihs_video_out.txt | 9 - mode: The initial resolution and frequency: "1024_768_60", "720_400_70", or
|
| /u-boot/doc/develop/package/ |
| A D | index.rst | 11 initial execution (since FIT itself does not have an executable header) and
|
| /u-boot/arch/mips/ |
| A D | Kconfig | 363 bool "Do not reserve malloc space on initial stack" 366 initial stack. This is useful if the initial stack can't hold large 371 bool "Do not reserve malloc space on initial stack in SPL" 374 initial stack. This is useful if the initial stack can't hold large 489 Select this if the initial stack frame could be setup in SRAM. 490 Normally the initial stack frame is set up in DRAM which is often 491 only available after lowlevel_init. With this option the initial 500 Select this if the SRAM for initial stack needs to be initialized
|
| /u-boot/drivers/led/ |
| A D | Kconfig | 145 int "initial state" 180 int "initial state" 215 int "initial state" 250 int "initial state" 285 int "initial state" 320 int "initial state"
|
| /u-boot/drivers/phy/allwinner/ |
| A D | Kconfig | 17 int "Delay initial USB scan by x ms to allow builtin devices to init"
|
| /u-boot/arch/arm/mach-kirkwood/ |
| A D | Kconfig | 23 bool "Use a custom location for the initial stack pointer address" 27 hex "Static location for the initial stack pointer"
|
| /u-boot/doc/device-tree-bindings/gpio/ |
| A D | gpio-pcf857x.txt | 39 - lines-initial-states: Bitmask that specifies the initial state of each
|
| /u-boot/doc/develop/ |
| A D | security.rst | 13 The preferred initial point of contact is to send email to
|
| /u-boot/doc/device-tree-bindings/leds/ |
| A D | leds-gpio.txt | 17 - default-state: (optional) The initial state of the LED. Valid
|
| /u-boot/arch/powerpc/ |
| A D | Kconfig | 49 bool "Lock some portion of L1 for initial ram stack"
|
Completed in 40 milliseconds
1234