Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 40) sorted by relevance

12

/u-boot/common/spl/
A Dspl_ext.c96 goto defaults; in spl_load_image_ext_os()
102 goto defaults; in spl_load_image_ext_os()
110 goto defaults; in spl_load_image_ext_os()
121 defaults: in spl_load_image_ext_os()
A Dspl_fat.c133 goto defaults; in spl_load_image_fat_os()
141 goto defaults; in spl_load_image_fat_os()
150 defaults: in spl_load_image_fat_os()
/u-boot/tools/patman/
A Dsettings.py248 defaults = {}
251 defaults.update(vars(pdefs))
255 if name in defaults:
256 default_val = defaults[name]
263 defaults[name] = val
268 main_parser.set_defaults(**defaults)
/u-boot/drivers/gpio/
A Dhsdk-creg-gpio.c84 const u8 *defaults; in hsdk_creg_gpio_probe() local
92 defaults = dev_read_u8_array_ptr(dev, "gpio-default-val", gpio_count); in hsdk_creg_gpio_probe()
147 if (defaults) in hsdk_creg_gpio_probe()
149 hsdk_creg_gpio_set_value(dev, i, defaults[i]); in hsdk_creg_gpio_probe()
/u-boot/doc/usage/
A Dload.rst28 partition number, defaults to 0 (whole device)
31 load address, defaults to environment variable loadaddr or if loadaddr is
35 path to file, defaults to environment variable bootfile
A Dnetconsole.rst70 source for UDP packets (defaults to 6665)
73 source IP to use (defaults to the interface's address)
76 network interface (defaults to eth0)
79 port for logging agent (defaults to 6666)
85 ethernet MAC address for logging agent (defaults to broadcast)
98 Autoconfiguration" kernel feature, which is usually done by defaults
A Dpartitions.rst26 The device number. This defaults to 0.
62 ``devnum`` defaults to the value of the ``bootdevice`` environmental variable.
A Dloady.rst22 load address, defaults to environment variable loadaddr or if loadaddr is
A Dbooti.rst20 address of kernel image, defaults to CONFIG_SYS_LOAD_ADDR.
/u-boot/arch/sandbox/dts/
A Dsandbox_pmic.dtsi63 * reg-defaults - byte array
65 reg-defaults = /bits/ 8 <
92 reg-defaults = /bits/ 8 <
/u-boot/arch/x86/dts/
A Dsmbios.dtsi4 * these defaults.
/u-boot/arch/arm/dts/
A Dtwl6030_omap4.dtsi11 * Therefore, configure the defaults for the SYS_NIRQ1 and
A Dtwl4030_omap3.dtsi18 * defaults for the SYS_NIRQ pin here.
A Dda850-lcdk.dts306 /* The LCDK defaults to booting from this partition */
/u-boot/doc/device-tree-bindings/gpio/
A Daltera_pio.txt10 GPIO device has. Ranges between 1-32. Optional and defaults to 32 if not
/u-boot/tools/buildman/
A Dkconfiglib.py3489 for value, cond in sym.defaults:
3524 for _, cond in choice.defaults:
3633 choice.defaults += node.defaults
3662 if cur.defaults:
3704 sym.defaults += node.defaults
3856 if sym.defaults:
4792 self.defaults = []
5390 self.defaults = []
5442 for sym, cond in self.defaults:
5637 self.defaults = []
[all …]
/u-boot/drivers/spi/
A Dbcmstb_spi.c108 const phys_addr_t defaults[BASE_LAST] = { BCMSTB_HIF_MSPI_BASE, in bcmstb_spi_of_to_plat() local
114 plat->base[i] = (void *)defaults[i]; in bcmstb_spi_of_to_plat()
120 __func__, names[i], (void *)defaults[i]); in bcmstb_spi_of_to_plat()
/u-boot/board/Arcturus/ucp1020/
A DREADME25 SPI resident factory defaults for serial number, and 1, 2 or 3 Ethernet
/u-boot/doc/device-tree-bindings/memory/
A Dmemory.txt9 defaults to -1, meaning that the value must fully match the board id.
/u-boot/doc/board/kontron/
A Dsl28.rst98 factory defaults, ie. all bits are off.
/u-boot/board/cadence/xtfpga/
A DREADME44 The serial port defaults to 115200 baud, no parity and 1 stop bit.
/u-boot/doc/
A DREADME.autoboot63 defaults to CONFIG_BOOT_RETRY_TIME. All times are in seconds.
/u-boot/board/gateworks/gw_ventana/
A DREADME207 The location offsets defined above are defaults chosen by Gateworks and are
262 The location offsets defined above are defaults chosen by Gateworks and are
/u-boot/
A DKconfig12 # Allow defaults in arch-specific code to override any given here
127 bool "Select defaults suitable for booting general purpose Linux distributions"
/u-boot/tools/binman/
A DREADME337 Sets the type of an entry. This defaults to the entry name, but it is
390 be positioned after the padding. This defaults to 0.
394 placed after the last entry. This defaults to 0.
398 defaults to 0. To use 0xff, you would add 'pad-byte = <0xff>'.
401 This specifies the image filename. It defaults to 'image.bin'.
513 Output filename for the image. This defaults to image.bin (or in the

Completed in 39 milliseconds

12