| /u-boot/arch/arm/mach-stm32mp/ |
| A D | cmd_stm32key.c | 325 bool yes = false, lock; in do_stm32key_fuse() local 333 yes = true; in do_stm32key_fuse() 353 if (!yes) { in do_stm32key_fuse() 358 if (!yes && !confirm_prog()) in do_stm32key_fuse() 361 if (fuse_key_value(dev, key, addr, !yes)) in do_stm32key_fuse() 372 bool yes, lock, closed; in do_stm32key_close() local 377 yes = false; in do_stm32key_close() 381 yes = true; in do_stm32key_close() 388 if (read_close_status(dev, !yes, &closed)) in do_stm32key_close() 398 ret = read_key_otp(dev, key, !yes, &lock); in do_stm32key_close() [all …]
|
| /u-boot/board/advantech/imx8qm_dmsse20_a1/ |
| A D | imx8qm_dmsse20-a1.env | 12 mmcautodetect=yes 20 if test ${boot_fdt} = yes || test ${boot_fdt} = try; then 34 if test ${ip_dyn} = yes; then 40 if test ${boot_fdt} = yes || test ${boot_fdt} = try; then
|
| /u-boot/scripts/kconfig/ |
| A D | symbol.c | 16 .curr = { "y", yes }, 199 tri = yes; in sym_calc_visibility() 207 tri = yes; in sym_calc_visibility() 211 tri = yes; in sym_calc_visibility() 220 tri = yes; in sym_calc_visibility() 229 tri = yes; in sym_calc_visibility() 543 newval = yes; in sym_toggle_tristate_value() 545 case yes: in sym_toggle_tristate_value() 737 val = yes; in sym_get_string_default() 741 val = yes; in sym_get_string_default() [all …]
|
| A D | conf.c | 180 case yes: in conf_sym() 188 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym() 210 newval = yes; in conf_sym() 245 case yes: in conf_choice() 255 case yes: in conf_choice() 422 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
|
| A D | mconf.c | 546 case yes: ch = '*'; break; in build_conf() 562 if (val == yes) { in build_conf() 583 if (sym_is_choice_value(sym) && val == yes) { in build_conf() 599 case yes: ch = '*'; break; in build_conf() 694 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf() 722 if (sym_set_tristate_value(sym, yes)) in conf() 837 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| A D | confdata.c | 176 sym->def[def].tri = yes; in conf_set_sym_val() 422 if (cs->def[def].tri == yes) { in conf_read_simple() 427 case yes: in conf_read_simple() 751 sym_get_tristate_value(sym) == yes) in conf_write_defconfig() 1135 if (csym->curr.tri != yes) in randomize_choice_values() 1154 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values() 1250 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() 1257 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() 1266 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols() 1270 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
|
| A D | nconf.c | 814 case yes: in build_conf() 833 if (val == yes) { in build_conf() 855 if (sym_is_choice_value(sym) && val == yes) { in build_conf() 869 case yes: in build_conf() 1180 sym_get_tristate_value(sym) == yes) in conf() 1195 if (sym_set_tristate_value(sym, yes)) in conf() 1335 sym_set_tristate_value(child->sym, yes); in conf_choice()
|
| /u-boot/board/beacon/imx8mp/ |
| A D | imx8mp_beacon.env | 13 mmcboot=echo Booting from mmc ...; run finduuid; run mmcargs; if test ${boot_fit} = yes || test ${b… 17 …test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv get_cmd tftp; fi; ${get_cmd} ${loadadd…
|
| /u-boot/doc/usage/cmd/ |
| A D | fwu_mdata.rst | 35 Image Acceptance: yes 37 Image Acceptance: yes
|
| A D | imxtract.rst | 38 To enable checking set *verify* to one of the values *1*, *yes*, *true*. 58 With verify=yes incorrect hashes, signatures, or check sums stop the extraction. 62 => setenv verify yes
|
| /u-boot/drivers/i2c/muxes/ |
| A D | Kconfig | 23 If you say yes to this option, support will be included for an 32 If you say yes here you get support for the TI PCA954x I2C mux/switch 43 If you say yes to this option, support will be included for
|
| /u-boot/drivers/mfd/ |
| A D | Kconfig | 4 Say yes here to support Atmel Static Memory Controller driver.
|
| /u-boot/test/py/tests/vboot/ |
| A D | sandbox-u-boot-global.dts | 21 mandatory = "yes";
|
| A D | sandbox-u-boot-global-pss.dts | 22 mandatory = "yes";
|
| /u-boot/include/environment/pg-wcom/ |
| A D | powerpc.env | 16 unlock=yes
|
| /u-boot/common/ |
| A D | kgdb_stubs.c | 45 void kgdb_interruptible(int yes) in kgdb_interruptible() argument
|
| /u-boot/arch/arm/dts/ |
| A D | px30-engicam-edimm2.2.dtsi | 16 compatible = "yes-optoelectronics,ytc700tlag-05-201c";
|
| /u-boot/drivers/rtc/ |
| A D | Kconfig | 142 If you say yes here you will get support for the 153 If you say yes here you get support for the Philips PCF8563 RTC 276 If you say yes here you get support for Abracon AB080X and AB180X 284 Say "yes" here to support the on chip real time clock 291 Say "yes" here to support the on chip real time clock 298 Say "yes" here to get support for Holtek HT1380/HT1381
|
| /u-boot/drivers/pinctrl/starfive/ |
| A D | Kconfig | 19 Say yes here to support pin control on the StarFive RISC-V SoC.
|
| /u-boot/drivers/gpio/ |
| A D | Kconfig | 135 Say yes here to select AT91 PIO GPIO driver. AT91 PIO 147 Say yes here to support the Atmel PIO4 driver. 156 Say yes here to support the Aspeed GPIO driver. The controller 198 Say yes here to select Intel ICH6 compatible legacy GPIO driver. 414 Say yes here to support UniPhier GPIOs. 420 Say yes here to support Vybrid vf610 GPIOs. 427 Say yes here to support Microchip PIC32 GPIOs. 460 Say yes here to support Marvell MVEBU (Armada XP/38x) GPIOs. 481 Say yes here to provide access to several register-oriented 504 Say yes here to provide access to several register-oriented [all …]
|
| /u-boot/drivers/extcon/ |
| A D | Kconfig | 27 If you say yes here you get support for the MUIC device of
|
| /u-boot/board/keymile/ |
| A D | README | 12 is set to 'yes'.
|
| /u-boot/scripts/ |
| A D | decodecode | 31 cont=yes
|
| /u-boot/include/environment/ti/ |
| A D | mmc.env | 34 if test ${boot_fdt} = yes || test ${boot_fdt} = try; then
|
| /u-boot/drivers/firmware/ |
| A D | Kconfig | 37 Say yes to enable ZynqMP firmware interface driver.
|