/openbmc/u-boot/cmd/ |
H A D | Kconfig | 4 bool "Support U-Boot commands" 6 help 7 Enable U-Boot's command-line functions. This provides a means 8 to enter commands into U-Boot for a wide variety of purposes. It 12 substantially to the size of U-Boot. 17 help 30 help 38 help 42 bool "Enable long help messages" 45 help [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | cmdline.py | 1 # SPDX-License-Identifier: GPL-2.0+ 16 parser.add_option('-b', '--branch', type='string', 17 help='Branch name to build, or range of commits to build') 18 parser.add_option('-B', '--bloat', dest='show_bloat', 20 help='Show changes in function code size for each board') 21 parser.add_option('--boards', type='string', action='append', 22 help='List of board names to build separated by comma') 23 parser.add_option('-c', '--count', dest='count', type='int', 24 default=-1, help='Run build on the top n commits') 25 parser.add_option('-C', '--force-reconfig', dest='force_reconfig', [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | Kconfig | 10 help 22 help 23 Enable old-style I2C functions for compatibility with existing code. 31 help 41 ---help--- 43 often dealt with by using an I2C pass-through interface provided by 44 the EC. On some unfortunate models (e.g. Spring) the pass-through 55 help 63 help 69 help [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 082 | 4 # Test qemu-img command line parsing 56 # Last -f should win 57 run_qemu_img create -f foo -f $IMGFMT "$TEST_IMG" $size 60 # Multiple -o should be merged 61 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on "$TEST_IMG" $size 62 _img_info --format-specific 64 # If the same -o key is specified more than once, the last one wins 65 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k "$TEST_IM… 66 _img_info --format-specific 67 run_qemu_img create -f $IMGFMT -o cluster_size=4k,cluster_size=8k "$TEST_IMG" $size [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | useradd.py | 4 # SPDX-License-Identifier: GPL-2.0-only 11 bb.warn("%s - %s: %s" % (d.getVar('PN'), pkg, message)) 15 … message = message or ("%s - %s: useradd.bbclass: Argument parsing exited" % (d.getVar('PN'), pkg)) 32 # The following comes from --help on useradd from shadow 34 …parser.add_argument("-b", "--base-dir", metavar="BASE_DIR", help="base directory for the home dire… 35 parser.add_argument("-c", "--comment", metavar="COMMENT", help="GECOS field of the new account") 36 …parser.add_argument("-d", "--home-dir", metavar="HOME_DIR", help="home directory of the new accoun… 37 …parser.add_argument("-D", "--defaults", help="print or change default useradd configuration", acti… 38 …parser.add_argument("-e", "--expiredate", metavar="EXPIRE_DATE", help="expiration date of the new … 39 …parser.add_argument("-f", "--inactive", metavar="INACTIVE", help="password inactivity period of th… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/classes/ |
H A D | gnome-help.bbclass | 1 # Class to pack gnome help files or delete them during install 5 # delete all help contants during install 8 # pack all help files to ${PN}-help 10 # pack all help files to ${PN}-help-<lingua> 13 PACKAGES:append = " ${PN}-help" 14 FILES:${PN}-help = "${datadir}/help" 15 RRECOMMENDS:${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}" 19 rm -rf ${D}${datadir}/help/* 28 # all help files go to ${ 29 bb.debug(1, "package requested not splitting help-files") [all …]
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | Kconfig | 4 default "arch/arm/cpu/armv7/sunxi/u-boot-spl.lds" if !ARM64 11 help 17 help 23 help 29 help 35 help 41 help 47 help 53 help 64 help [all …]
|
/openbmc/u-boot/drivers/led/ |
H A D | Kconfig | 6 help 8 U-Boot provides a uclass API to implement this feature. LED drivers 9 can provide access to board-specific LEDs. Use of the device tree 15 help 26 help 34 help 43 help 50 bool "LED support for GPIO-connected LEDs" 52 help 59 bool "LED support for GPIO-connected LEDs in SPL" [all …]
|
/openbmc/u-boot/drivers/spi/ |
H A D | Kconfig | 9 help 16 typically use driver-private data instead of extending the 21 help 24 by providing an high-level interface to send memory-like commands. 30 help 39 help 47 help 53 help 61 help 65 please refer to doc/device-tree-bindings/spi/spi-ath79.txt. [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | Kconfig | 7 help 11 This is currently implemented in net/eth-uclass.c 18 help 28 help 37 help 43 bool "Altera Triple-Speed Ethernet MAC support" 46 help 47 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC. 48 Please find details on the "Triple-Speed Ethernet MegaCore Function 54 help [all …]
|
/openbmc/u-boot/drivers/serial/ |
H A D | Kconfig | 10 help 11 Select a default baudrate, where "default" has a driver-specific 19 # non-dm serial code 22 help 31 help 34 in U-Boot. 40 help 41 In very space-constrained devices even the full UART driver is too 43 This option enables the full UART in U-Boot, so if is it disabled, 50 help [all …]
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | Kconfig | 8 help 9 This option, if enabled, provides more flexible and linux-like 14 help 21 help 35 help 43 help 50 help 58 help 65 help 78 help [all …]
|
/openbmc/qemu/ |
H A D | hmp-commands-info.hx | 4 HXCOMM which specify the name, behaviour and help text for HMP commands. 24 .help = "show the version of QEMU", 38 .help = "show the network state", 51 .help = "show the character devices", 63 .args_type = "nodes:-n,verbose:-v,device:B?", 64 .params = "[-n] [-v] [device]", 65 .help = "show info of one block device or all block devices " 66 "(-n: show named nodes; -v: show details)", 79 .help = "show block device statistics", 89 .name = "block-jobs", [all …]
|
/openbmc/u-boot/drivers/misc/ |
H A D | Kconfig | 10 help 19 help 25 help 31 help 37 help 44 help 50 bool "Rockchip e-fuse support" 52 help 53 Enable (read-only) access for the e-fuse block found in Rockchip 55 or through child-nodes that are generated based on the e-fuse map [all …]
|
/openbmc/u-boot/common/spl/ |
H A D | Kconfig | 16 help 23 help 25 supports MMC, NAND and YMODEM and other methods loading of U-Boot 29 bool "Pass hand-off information from SPL to U-Boot proper" 31 help 32 It is useful to be able to pass information from SPL to U-Boot 33 proper to preserve state that is known in SPL and is needed in U-Boot. 34 Enable this to locate the handoff information in U-Boot proper, early 35 in boot. It is available in gd->handoff. The state state is set up 43 help [all …]
|
/openbmc/u-boot/tools/binman/ |
H A D | cmdline.py | 1 # SPDX-License-Identifier: GPL-2.0+ 5 # Command-line parser for binman 11 """Parse the binman command-line arguments 16 Tuple (options, args) with the command-line options and arugments. 21 parser.add_option('-a', '--entry-arg', type='string', action='append', 22 help='Set argument value arg=value') 23 parser.add_option('-b', '--board', type='string', 24 help='Board name to build') 25 parser.add_option('-B', '--build-dir', type='string', default='b', 26 help='Directory containing the build output') [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | throttle-options.h | 7 * See the COPYING file in the top-level directory for details. 13 #define QEMU_OPT_IOPS_TOTAL "iops-total" 14 #define QEMU_OPT_IOPS_TOTAL_MAX "iops-total-max" 15 #define QEMU_OPT_IOPS_TOTAL_MAX_LENGTH "iops-total-max-length" 16 #define QEMU_OPT_IOPS_READ "iops-read" 17 #define QEMU_OPT_IOPS_READ_MAX "iops-read-max" 18 #define QEMU_OPT_IOPS_READ_MAX_LENGTH "iops-read-max-length" 19 #define QEMU_OPT_IOPS_WRITE "iops-write" 20 #define QEMU_OPT_IOPS_WRITE_MAX "iops-write-max" 21 #define QEMU_OPT_IOPS_WRITE_MAX_LENGTH "iops-write-max-length" [all …]
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | Kconfig | 12 ---help--- 20 help 28 help 37 help 43 bool "Support for PCI-based xHCI USB controller" 46 help 47 Enables support for the PCI-based xHCI controller. 50 bool "Support for Rockchip on-chip xHCI USB controller" 55 help 56 Enables support for the on-chip xHCI controller on Rockchip SoCs. [all …]
|
/openbmc/u-boot/drivers/mmc/ |
H A D | Kconfig | 7 help 18 help 23 help 29 help 31 Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.) 32 and non-removable (e.g. eMMC chip) devices are supported. These 33 appear as block devices in U-Boot and can support filesystems such 40 help 42 Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.) 43 and non-removable (e.g. eMMC chip) devices are supported. These [all …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | Kconfig | 10 help 15 is defined in include/asm-generic/gpio.h. 21 help 24 is a mechanism providing automatic GPIO request and config- 25 uration as part of the gpio-controller's driver probe function. 31 help 34 is a mechanism providing automatic GPIO request and config- 35 uration as part of the gpio-controller's driver probe function. 40 help 47 help [all …]
|
/openbmc/u-boot/lib/ |
H A D | Kconfig | 5 help 7 This is used by SoC platforms which do not have built-in ELM 12 help 13 Enabling this option will pass "-O2" to gcc when compiling 20 help 26 help 77 help 85 help 86 This option allows you to use the built-in libgcc implementation 87 of U-Boot instead of the one provided by the compiler. [all …]
|
/openbmc/u-boot/common/ |
H A D | Kconfig | 5 help 24 help 25 Enable recording of boot time in SPL. To make this visible to U-Boot 27 information when SPL finishes and load it when U-Boot proper starts 33 help 34 Enable recording of boot time in SPL. To make this visible to U-Boot 36 information when TPL finishes and load it when U-Boot proper starts 42 help 44 This shows how long it took U-Boot to go through each stage of the 61 help [all …]
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | Kconfig | 10 help 18 help 19 This provides Linux-compatible device tree interface for the pinctrl 24 If this option is disabled (it is the only possible choice for non-DT 27 It is totally up to the implementation of each low-level driver. 34 help 40 If you need to handle vendor-specific DT properties, you can disable 48 help 58 help 65 help [all …]
|
/openbmc/u-boot/drivers/timer/ |
H A D | Kconfig | 6 help 9 will be used. The timer is usually a 32 bits free-running up 15 help 24 help 31 bool "Allow timer to be used early in U-Boot" 36 help 38 active. Examples include when using CONFIG_TRACE to trace U-Boot's 46 help 52 help 59 help [all …]
|
/openbmc/u-boot/arch/arc/ |
H A D | Kconfig | 17 help 22 help 23 ISA for the Next Generation ARC-HS cores 36 help 37 Choose this option to build an U-Boot for ARC750D CPU. 43 help 44 Choose this option to build an U-Boot for ARC770D CPU. 50 help 51 Next Generation ARC Core based on ISA-v2 ISA without MMU. 57 help [all …]
|