Searched refs:defaults (Results 1 – 25 of 40) sorted by relevance
12
/u-boot/common/spl/ |
A D | spl_ext.c | 96 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 D | spl_fat.c | 133 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 D | settings.py | 248 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 D | hsdk-creg-gpio.c | 84 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 D | load.rst | 28 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 D | netconsole.rst | 70 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 D | partitions.rst | 26 The device number. This defaults to 0. 62 ``devnum`` defaults to the value of the ``bootdevice`` environmental variable.
|
A D | loady.rst | 22 load address, defaults to environment variable loadaddr or if loadaddr is
|
A D | booti.rst | 20 address of kernel image, defaults to CONFIG_SYS_LOAD_ADDR.
|
/u-boot/arch/sandbox/dts/ |
A D | sandbox_pmic.dtsi | 63 * reg-defaults - byte array 65 reg-defaults = /bits/ 8 < 92 reg-defaults = /bits/ 8 <
|
/u-boot/arch/x86/dts/ |
A D | smbios.dtsi | 4 * these defaults.
|
/u-boot/arch/arm/dts/ |
A D | twl6030_omap4.dtsi | 11 * Therefore, configure the defaults for the SYS_NIRQ1 and
|
A D | twl4030_omap3.dtsi | 18 * defaults for the SYS_NIRQ pin here.
|
A D | da850-lcdk.dts | 306 /* The LCDK defaults to booting from this partition */
|
/u-boot/doc/device-tree-bindings/gpio/ |
A D | altera_pio.txt | 10 GPIO device has. Ranges between 1-32. Optional and defaults to 32 if not
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 3489 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 D | bcmstb_spi.c | 108 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 D | README | 25 SPI resident factory defaults for serial number, and 1, 2 or 3 Ethernet
|
/u-boot/doc/device-tree-bindings/memory/ |
A D | memory.txt | 9 defaults to -1, meaning that the value must fully match the board id.
|
/u-boot/doc/board/kontron/ |
A D | sl28.rst | 98 factory defaults, ie. all bits are off.
|
/u-boot/board/cadence/xtfpga/ |
A D | README | 44 The serial port defaults to 115200 baud, no parity and 1 stop bit.
|
/u-boot/doc/ |
A D | README.autoboot | 63 defaults to CONFIG_BOOT_RETRY_TIME. All times are in seconds.
|
/u-boot/board/gateworks/gw_ventana/ |
A D | README | 207 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 D | Kconfig | 12 # 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 D | README | 337 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