| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-setup-layers | 127 …help='Force the checkout of the layer containing this file (by default it is presumed that as this… 134 parser.add_argument('--destdir', default=defaultdest, help='Where to check out the layers (default … 135 …arser.add_argument('--jsondata', default=__file__+".json", help='File containing the layer data in…
|
| H A D | oe-setup-builddir | 66 OECORELOCALCONF="$OEROOT/meta/conf/templates/default/local.conf.sample" 81 OECORELAYERCONF="$OEROOT/meta/conf/templates/default/bblayers.conf.sample" 103 OECORESUMMARYCONF="$OEROOT/meta/conf/templates/default/conf-summary.txt" 110 OECORENOTESCONF="$OEROOT/meta/conf/templates/default/conf-notes.txt"
|
| /openbmc/u-boot/arch/xtensa/include/asm/arch-de212/ |
| H A D | tie-asm.h | 29 #define XTHAL_SAS_ALL 0xFFFF /* include all default NCP contents */ 57 // Optional caller-saved registers used by default by the compiler: 69 // Optional caller-saved registers not used by default by the compiler: 111 // Optional caller-saved registers used by default by the compiler: 123 // Optional caller-saved registers not used by default by the compiler:
|
| /openbmc/openpower-hw-diags/attn/pel/ |
| H A D | private_header.hpp | 49 ~PrivateHeader() = default; 50 PrivateHeader(const PrivateHeader&) = default; 51 PrivateHeader& operator=(const PrivateHeader&) = default; 52 PrivateHeader(PrivateHeader&&) = default; 53 PrivateHeader& operator=(PrivateHeader&&) = default;
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | bootdevices.rst | 82 Note that ``0`` can be used to boot the default entry. If the machine 83 ``loadparm`` is not assigned a value, then the default entry is used. 85 By default, the machine ``loadparm`` applies to all boot devices. If multiple 96 In this case, the primary boot device will attempt to IPL using the default 124 The supported configuration file entries are ``DEFAULT``, ``LABEL``,
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | sun8i-reference-design-tablet.dtsi | 55 default-brightness-level = <8>; 75 pinctrl-names = "default"; 84 pinctrl-names = "default"; 222 pinctrl-names = "default"; 241 pinctrl-names = "default";
|
| H A D | imx6q-logicpd.dts | 57 default-brightness-level = <6>; 62 pinctrl-names = "default"; 76 pinctrl-names = "default"; 109 pinctrl-names = "default";
|
| H A D | sun5i-q8-common.dtsi | 55 default-brightness-level = <8>; 89 pinctrl-names = "default"; 163 pinctrl-names = "default"; 174 pinctrl-names = "default";
|
| H A D | sun6i-a31s-yones-toptech-bs1078-v2.dts | 65 pinctrl-names = "default"; 71 pinctrl-names = "default"; 101 pinctrl-names = "default"; 191 pinctrl-names = "default";
|
| H A D | socfpga_cyclone5_sockit.dts | 36 linux,default-trigger = "heartbeat"; 42 linux,default-trigger = "heartbeat"; 48 linux,default-trigger = "heartbeat"; 54 linux,default-trigger = "heartbeat";
|
| H A D | sun4i-a10-a1000.dts | 74 default-state = "on"; 150 pinctrl-names = "default"; 215 pinctrl-names = "default"; 221 pinctrl-names = "default";
|
| H A D | sun4i-a10-olinuxino-lime.dts | 74 pinctrl-names = "default"; 80 default-state = "on"; 221 pinctrl-names = "default"; 232 pinctrl-names = "default";
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | reproducible.py | 10 # For reproducible builds, this code sets the default SOURCE_DATE_EPOCH in each 18 # The default value of SOURCE_DATE_EPOCH comes from the function 28 # If a recipe wishes to override the default behavior it should set it's own 79 # This is the default git fetcher unpack path 185 …bb.debug(1, "Cannot find %s. SOURCE_DATE_EPOCH will default to %d" % (epochfile, source_date_epoch…
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/ |
| H A D | 0001-client-conf-Add-allow-autospawn-for-root.patch | 37 + root is disabled by default, because running PulseAudio as root will 51 { "default-server", pa_config_parse_string, &c->default_server, NULL }, 52 { "default-dbus-server", pa_config_parse_string, &c->default_dbus_server, NULL }, 75 ; default-dbus-server =
|
| /openbmc/u-boot/tools/ |
| H A D | lpc32xximage.c | 37 * Default ICC (interface configuration data [sic]) if none specified 46 * Default boot NAND page size if none specified in board config 54 * Default boot NAND pages per sector if none specified in board config 150 /* fill header -- default byte value is 0x00, not 0xFF */ in lpc32xximage_set_header()
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | microvm.rst | 24 - IOAPIC (with kernel-irqchip=split by default) 59 By default, microvm uses ``qboot`` as its BIOS, to obtain better boot 70 By default, microvm aims for maximum compatibility, enabling both 124 Linux does support this mechanism, but by default will only be used
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | store.py | 118 parser_build.add_argument('-x', '--executed-by', default='', 120 parser_build.add_argument('-t', '--extra-test-env', default='', 122 parser_build.add_argument('-r', '--revision', default='', 124 parser_build.add_argument('-l', '--logfile-archive', default='',
|
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | hei_user_interface.cpp | 30 default: in __regType() 56 default: in __readProc() 84 default: in __readOcmb() 115 default: in registerRead()
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
| H A D | fvp.py | 21 with the default test dependencies. 23 DEFAULT_CONSOLE = "default" 96 # so make a symlink to the 'default' log file 99 if name == 'default' and not os.path.exists(self.bootlog):
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/ |
| H A D | 0001_initial.py | 66 ('bbport', models.IntegerField(default=-1)), 68 … ('bbstate', models.IntegerField(default=0, choices=[(0, b'stopped'), (1, b'started')])), 71 … ('lock', models.IntegerField(default=0, choices=[(0, b'free'), (1, b'lock'), (2, b'running')])), 80 …('state', models.IntegerField(default=0, choices=[(0, b'created'), (1, b'queued'), (2, b'in progre…
|
| /openbmc/u-boot/cmd/ |
| H A D | source.c | 27 * get_default_image() - Return default property from /images 29 * Return: Pointer to value of default property (or NULL) 152 default: in source() 172 debug ("* source: default load address = 0x%08lx\n", addr); in do_source()
|
| /openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ |
| H A D | ampere_flash_bios.sh | 50 echo " DEV_SEL 1 is Primary SPI (by default), 2 is Second SPI" 51 …: Optional, input '1' to flash "Secure Provisioning" image and enter Special Boot mode. Default: 0" 62 DEV_SEL="1" # by default, select primary device 169 # Recover HOST BOOTCOUNT to default
|
| /openbmc/u-boot/board/micronas/vct/ |
| H A D | dcgu.c | 27 default: in dcgu_set_clk_switch() 105 default: in dcgu_set_clk_switch() 141 default: in dcgu_set_reset_switch() 236 default: in dcgu_set_reset_switch()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ |
| H A D | ulogd.init | 8 # Default-Start: 2 3 4 5 9 # Default-Stop: 0 1 6 43 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
| /openbmc/pldm/fw-update/ |
| H A D | package_parser.hpp | 33 PackageParser(PackageParser&&) = default; 36 virtual ~PackageParser() = default; 153 PackageParserV1(PackageParserV1&&) = default; 156 ~PackageParserV1() = default;
|