Home
last modified time | relevance | path

Searched full:default (Results 1351 – 1375 of 9919) sorted by relevance

1...<<51525354555657585960>>...397

/openbmc/openbmc/meta-google/recipes-google/systemd/files/
H A D40-gbmc-forward.conf2 net.ipv4.conf.default.forwarding=1
4 net.ipv6.conf.default.forwarding=1
/openbmc/qemu/hw/sparc64/
H A DKconfig3 default y
22 default y
/openbmc/u-boot/arch/arm/dts/
H A Dsun4i-a10-cubieboard.dts75 pinctrl-names = "default";
86 linux,default-trigger = "heartbeat";
149 pinctrl-names = "default";
239 pinctrl-names = "default";
246 pinctrl-names = "default";
257 pinctrl-names = "default";
H A Dat91-sama5d27_som1_ek.dts59 pinctrl-names = "default";
73 pinctrl-names = "default";
84 pinctrl-names = "default";
92 pinctrl-names = "default";
102 pinctrl-names = "default";
125 pinctrl-names = "default";
H A Darmada-375-db.dts82 pinctrl-names = "default";
86 * by default.
105 pinctrl-names = "default";
112 pinctrl-names = "default";
134 pinctrl-names = "default";
167 pinctrl-names = "default";
H A Dkirkwood-dnskw.dtsi15 pinctrl-names = "default";
38 pinctrl-names = "default";
49 pinctrl-names = "default";
59 pinctrl-names = "default";
148 pinctrl-names = "default";
159 pinctrl-names = "default";
H A Dsun50i-h5-orangepi-pc2.dts87 default-state = "on";
156 pinctrl-names = "default";
182 pinctrl-names = "default";
223 pinctrl-names = "default";
229 pinctrl-names = "default";
235 pinctrl-names = "default";
H A Duniphier-pxs2.dtsi175 pinctrl-names = "default";
186 pinctrl-names = "default";
197 pinctrl-names = "default";
208 pinctrl-names = "default";
219 pinctrl-names = "default";
230 pinctrl-names = "default";
257 pinctrl-names = "default";
315 pinctrl-names = "default";
329 pinctrl-names = "default";
343 pinctrl-names = "default";
[all …]
H A Duniphier-pxs3.dtsi152 pinctrl-names = "default";
163 pinctrl-names = "default";
174 pinctrl-names = "default";
185 pinctrl-names = "default";
196 pinctrl-names = "default";
207 pinctrl-names = "default";
239 pinctrl-names = "default";
253 pinctrl-names = "default";
267 pinctrl-names = "default";
281 pinctrl-names = "default";
[all …]
H A Dimx6ul-phycore-segin.dts36 pinctrl-names = "default";
43 pinctrl-names = "default";
59 pinctrl-names = "default";
/openbmc/openbmc-build-scripts/config/
H A D.gitlint16 # By default gitlint will ignore merge, revert, fixup and squash commits.
26 # commit message to gitlint via stdin or --commit-msg. Disabled by default.
30 # already fail by default on invalid commit ranges. This option is specifically
32 # Disabled by default.
35 # Enable debug mode (prints more output). Disabled by default.
125 # This is a contrib rule - a community contributed rule. These are disabled by default.
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_interface.hpp51 virtual ~HostInterface() = default;
52 HostInterface(const HostInterface&) = default;
227 * @brief The default amount of time to wait before retrying
233 * @brief The default amount of time to wait
239 * @brief The default amount of time to wait when the host said it
245 * @brief The default amount of time to wait after the host is up
/openbmc/u-boot/arch/arm/mach-orion5x/
H A DKconfig14 default "orion5x"
19 default "$(CPUDIR)/orion5x/u-boot-spl.lds" if ORION5X
/openbmc/u-boot/drivers/power/regulator/
H A Ds2mps11_regulator.c65 default: in s2mps11_buck_hex2volt()
99 default: in s2mps11_buck_volt2hex()
137 default: in s2mps11_buck_val()
196 default: in s2mps11_buck_mode()
212 default: in s2mps11_buck_mode()
239 default: in s2mps11_buck_enable()
353 default: in s2mps11_ldo_hex2volt()
375 default: in s2mps11_ldo_volt2hex()
461 default: in s2mps11_ldo_mode()
480 default: in s2mps11_ldo_mode()
[all …]
/openbmc/qemu/configs/devices/sparc64-softmmu/
H A Ddefault.mak1 # Default configuration for sparc64-softmmu
9 # Boards are selected by default, uncomment to keep out of the build.
/openbmc/qemu/hw/ipmi/
H A DKconfig6 default y
11 default y
/openbmc/u-boot/arch/arm/mach-imx/mx2/
H A DKconfig5 default y
25 default "mx25"
/openbmc/u-boot/drivers/pinctrl/rockchip/
H A DKconfig6 default y
13 default y
/openbmc/openbmc/poky/meta/conf/fragments/yocto-autobuilder/
H A Dautobuilder.conf1 BB_CONF_FRAGMENT_SUMMARY = "Default variables used on the Yocto Projects autobuilder builds"
2 BB_CONF_FRAGMENT_DESCRIPTION = "Default variables used on the Yocto Projects autobuilder builds"
/openbmc/u-boot/doc/
H A DREADME.pxe111 default <label> - the label named here is treated as the default and is
135 menu default - set this label as the default label to boot; this is
136 the same behavior as the global default command but
182 # This is the default label
184 menu label Default Install Image
201 ------------/tftpboot/pxelinux.cfg/default-------------------
205 default linux-2.6.38
208 When a pxe client retrieves and boots the default pxe file,
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dcooker.py32 def _run_command(self, command, path, default=None): argument
37 result = default
58 …th = self._run_command('git rev-parse --show-toplevel', os.path.dirname(__file__), default=bb_path)
59 … bb_branch = self._run_command('git rev-parse --abbrev-ref HEAD', bb_path, default="<unknown>")
60 bb_rev = self._run_command('git rev-parse HEAD', bb_path, default="<unknown>")
61 for remotes in self._run_command('git remote -v', bb_path, default="").split("\n"):
121 … layerbasepath = self._run_command('git rev-parse --show-toplevel', layerpath, default=layerpath)
125 … layerbranch = self._run_command('git rev-parse --abbrev-ref HEAD', layerpath, default="<unknown>")
126 layerrev = self._run_command('git rev-parse HEAD', layerpath, default="<unknown>")
128 … for remotes in self._run_command('git remote -v', layerpath, default="").split("\n"):
/openbmc/u-boot/board/sbc8548/
H A DREADME31 will clock down to a 33MHz base clock instead of the default 66MHz. This
40 default 66MHz. Options four and five are just repeats of option two
68 The default configuration uses hard coded memory configuration settings
69 for 256MB of DDR2 @400MHz. It does not by default use the DDR2 SPD
126 The above assumes that you are using the default board settings which
129 If you are running the default 8MB /CS0 settings but want to store an
167 Note that this address reflects the default setting for
191 onto /CS0 and the SODIMM flash on /CS6 (default). When JP12
249 Default Memory Map:
259 [*] fb80 represents the default programmed by WR JTAG register files,
/openbmc/libpldm/scripts/
H A Drun-ci29 # Ensure the test suite passes in the default configuration. Note
30 # that we don't specify -Dabi=... - the default is equivalent to
37 # -Db_ndebug=if-release by default, so building with --buildtype=release passes
/openbmc/openbmc-build-scripts/scripts/
H A Drun-robot.sh13 # Default will be a temp location in /tmp/
15 # Default will be "tox -e qemu -- --include QEMU_CI tests"
17 # Default is qemu
/openbmc/phosphor-dbus-monitor/src/
H A Dpathwatch.hpp33 PathWatch(PathWatch&&) = default;
35 PathWatch& operator=(PathWatch&&) = default;
36 virtual ~PathWatch() = default;

1...<<51525354555657585960>>...397