Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 100) sorted by relevance

1234

/u-boot/drivers/misc/
A Di2c_eeprom_emul.c102 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 Dbootz.rst23 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 Dbooti.rst23 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 Dqfw.rst24 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 Dblkcache.rst33 The initial value is 8.
36 maximum number of entries in the cche. The initial value is 32.
/u-boot/arch/arm/dts/
A Dstm32mp15xx-dhcor-som.dtsi65 regulator-initial-mode = <0>;
74 regulator-initial-mode = <0>;
83 regulator-initial-mode = <0>;
93 regulator-initial-mode = <0>;
A Dimx6qdl-phytec-phycore-som.dtsi134 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 Dstm32mp157c-odyssey-som.dtsi128 regulator-initial-mode = <0>;
137 regulator-initial-mode = <0>;
147 regulator-initial-mode = <0>;
157 regulator-initial-mode = <0>;
A Drv1126-edgeble-neu2.dtsi93 regulator-initial-mode = <0x2>;
106 regulator-initial-mode = <0x2>;
119 regulator-initial-mode = <0x2>;
129 regulator-initial-mode = <0x2>;
A Dstm32mp157c-ed1.dts201 regulator-initial-mode = <0>;
210 regulator-initial-mode = <0>;
220 regulator-initial-mode = <0>;
230 regulator-initial-mode = <0>;
A Drk3399pro-vmarc-som.dtsi100 regulator-initial-mode = <0x2>;
114 regulator-initial-mode = <0x2>;
124 regulator-initial-mode = <0x2>;
136 regulator-initial-mode = <0x2>;
A Drk3566-radxa-cm3.dtsi146 regulator-initial-mode = <0x2>;
160 regulator-initial-mode = <0x2>;
173 regulator-initial-mode = <0x2>;
183 regulator-initial-mode = <0x2>;
A Drk3399-rock-4c-plus.dts224 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 Dstm32mp15xx-dhcom-som.dtsi281 regulator-initial-mode = <0>;
290 regulator-initial-mode = <0>;
300 regulator-initial-mode = <0>;
310 regulator-initial-mode = <0>;
/u-boot/doc/arch/
A Darm64.rst8 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 Dgdsys,ihs_video_out.txt9 - mode: The initial resolution and frequency: "1024_768_60", "720_400_70", or
/u-boot/doc/develop/package/
A Dindex.rst11 initial execution (since FIT itself does not have an executable header) and
/u-boot/arch/mips/
A DKconfig363 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 DKconfig145 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 DKconfig17 int "Delay initial USB scan by x ms to allow builtin devices to init"
/u-boot/arch/arm/mach-kirkwood/
A DKconfig23 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 Dgpio-pcf857x.txt39 - lines-initial-states: Bitmask that specifies the initial state of each
/u-boot/doc/develop/
A Dsecurity.rst13 The preferred initial point of contact is to send email to
/u-boot/doc/device-tree-bindings/leds/
A Dleds-gpio.txt17 - default-state: (optional) The initial state of the LED. Valid
/u-boot/arch/powerpc/
A DKconfig49 bool "Lock some portion of L1 for initial ram stack"

Completed in 40 milliseconds

1234