Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 213) sorted by relevance

123456789

/openbmc/webui-vue/src/assets/styles/bootstrap/
H A D_index.scss2 @import "~bootstrap/scss/root";
3 @import "~bootstrap/scss/reboot";
4 @import "~bootstrap/scss/transitions";
5 @import "~bootstrap/scss/type";
8 @import "~bootstrap/scss/alert";
9 @import "~bootstrap/scss/badge";
10 @import "~bootstrap/scss/breadcrumb";
11 @import "~bootstrap/scss/button-group";
12 @import "~bootstrap/scss/buttons";
13 @import "~bootstrap/scss/card";
[all …]
H A D_helpers.scss1 @import "~bootstrap/scss/functions";
2 @import "~bootstrap/scss/variables";
3 @import "~bootstrap/scss/mixins";
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspear600.c134 u32 bootstrap = read_bootstrap(); in snor_boot_selected() local
138 if ((bootstrap & CONFIG_SPEAR_ONLYSNORBOOT) == in snor_boot_selected()
142 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in snor_boot_selected()
146 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in snor_boot_selected()
156 u32 bootstrap = read_bootstrap(); in nand_boot_selected() local
160 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in nand_boot_selected()
164 if ((bootstrap & CONFIG_SPEAR_NORNANDBOOT) == in nand_boot_selected()
180 u32 bootstrap = read_bootstrap(); in usb_boot_selected() local
184 if (!(bootstrap & CONFIG_SPEAR_USBBOOT)) in usb_boot_selected()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0011-eglibc-Help-bootstrap-cross-toolchain.patch4 Subject: [PATCH] eglibc: Help bootstrap cross toolchain
11 $(inst_includedir)/gnu/stubs.h only if install-bootstrap-headers
19 If install-bootstrap-headers is 'yes', install a dummy copy of
21 * include/stubs-bootstrap.h: New file.
27 include/stubs-bootstrap.h | 12 ++++++++++++
29 create mode 100644 include/stubs-bootstrap.h
46 +ifeq ($(install-bootstrap-headers),yes)
62 +ifeq ($(install-bootstrap-headers),yes)
63 +$(inst_includedir)/gnu/stubs.h: include/stubs-bootstrap.h $(+force)
80 diff --git a/include/stubs-bootstrap.h b/include/stubs-bootstrap.h
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0015-bootstrap-check-commands-of-openssl-exist.patch4 Subject: [PATCH] bootstrap: check commands of openssl exist
6 It calls openssl commands dhparam and pkcs12 in script bootstrap. These
9 these commands. If not, abort running of script bootstrap.
20 raddb/certs/bootstrap | 8 ++++++++
23 diff --git a/raddb/certs/bootstrap b/raddb/certs/bootstrap
25 --- a/raddb/certs/bootstrap
26 +++ b/raddb/certs/bootstrap
/openbmc/webui-vue/docs/guide/quickstart/
H A Dforms.md4 [bootstrap-vue form component](https://bootstrap-vue.org/docs/components/form)
11 [form component](https://bootstrap-vue.org/docs/components/form). Use the
18 [form group component](https://bootstrap-vue.org/docs/components/form-group)
23 - [Form checkbox](https://bootstrap-vue.org/docs/components/form-checkbox)
24 - [Form input](https://bootstrap-vue.org/docs/components/form-input)
25 - [Form radio](https://bootstrap-vue.org/docs/components/form-radio)
26 - [Form select](https://bootstrap-vue.org/docs/components/form-select)
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0004-make.bash-override-CC-when-building-dist-and-go_boot.patch34 # Run dist bootstrap to complete make.bash.
36 # Throw ours, built with the bootstrap toolchain, away after bootstrap.
37 -./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
38 +CC="${BUILD_CC:-${CC}}" ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
/openbmc/linux/arch/mips/ath79/
H A Dclock.c240 u32 bootstrap; in ar934x_clocks_init() local
245 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init()
246 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init()
358 u32 bootstrap; in qca953x_clocks_init() local
360 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_clocks_init()
361 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_clocks_init()
441 u32 bootstrap; in qca955x_clocks_init() local
443 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init()
444 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init()
524 u32 bootstrap; in qca956x_clocks_init() local
[all …]
/openbmc/webui-vue/src/components/Global/
H A DPageContainer.vue
H A DTableFilter.vue
H A DTableToolbar.vue
/openbmc/webui-vue/src/assets/styles/
H A D_obmc-custom.scss2 @import "./bootstrap";
3 @import "~bootstrap-vue/src/index";
/openbmc/phosphor-event/
H A DREADME.md5 1. ./bootstrap.sh
9 To clean the repository run `./bootstrap.sh clean`.
/openbmc/inarp/
H A DREADME.md5 1. ./bootstrap.sh
9 To full clean the repository again run `./bootstrap.sh clean`.
/openbmc/phosphor-net-ipmid/
H A DREADME.md8 1. ./bootstrap.sh
13 To clean the repository run `./bootstrap.sh clean`.
/openbmc/ibm-logging/
H A DREADME.md9 1. `./bootstrap.sh`
13 To clean the repository run `./bootstrap.sh clean`.
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_dropdown.scss
/openbmc/linux/drivers/hid/bpf/entrypoints/
H A DMakefile12 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool
88 LIBBPF_BOOTSTRAP_DESTDIR=$(LIBBPF_DESTDIR)/ bootstrap
92 OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
/openbmc/hiomapd/
H A DREADME.md13 The build system is a standard autotools setup. `bootstrap.sh` runs all the jobs
22 `bootstrap.sh` with the `dev` argument:
25 $ ./bootstrap.sh dev
37 $ ./bootstrap.sh
50 $ ./bootstrap.sh
/openbmc/phosphor-mboxd/
H A DREADME.md31 The build system is a standard autotools setup. `bootstrap.sh` runs all the
41 `bootstrap.sh` with the `dev` argument:
44 $ ./bootstrap.sh dev
56 $ ./bootstrap.sh
68 $ ./bootstrap.sh
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/
H A Dnetcf_0.2.8.bb36 # avoid bootstrap cloning gnulib on every configure
44 # | bootstrap: running: libtoolize --quiet
47 ./bootstrap --force --no-git --gnulib-srcdir=.gnulib
/openbmc/webui-vue/docs/customization/
H A Dreadme.md23 ├─ bootstrap
59 ├─ bootstrap
80 ├─ bootstrap
262 ### `bootstrap` Directory
264 The `bootstrap` directory contains all the import references. The references are
274 ├─ bootstrap
297 ├─ bootstrap
/openbmc/linux/kernel/bpf/preload/iterators/
H A DMakefile12 DEFAULT_BPFTOOL := $(BPFTOOL_OUTPUT)/bootstrap/bpftool
67 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOL_SRC) OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Makefile.am-remove-regression-dir.patch59 - bootstrap \
61 + bootstrap
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.c131 bool bootstrap = false; in do_version() local
139 bootstrap = !commands[i].func; in do_version()
163 jsonw_bool_field(json_wtr, "bootstrap", bootstrap); in do_version()
181 print_feature("bootstrap", bootstrap, &nb_features); in do_version()

123456789