/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 169 # Give bare-metal advice 173 touch $resdir/bare-metal 174 echo To run this scenario on bare metal: >> $resdir/bare-metal 175 echo >> $resdir/bare-metal 176 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal 177 echo " " $testid_txt >> $resdir/bare-metal 178 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal 179 echo " " $resdir/ConfigFragment >> $resdir/bare-metal 180 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/ba… 181 echo " " $ 'yes "" | make oldconfig' >> $resdir/bare-metal [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | git.py | 23 if self._run_git_cmd_at(['rev-parse', '--is-bare-repository'], path) == 'true': 24 self.bare = True 27 self.bare = False 48 def init(path, bare=False): argument 51 if bare: 52 cmd.append('--bare')
|
H A D | gitarchive.py | 30 def init_git_repo(path, no_create, bare, log): argument 47 repo = GitRepo.init(path, bare) 94 if not repo.bare and repo.get_current_branch() == branch: 165 def gitarchive(data_dir, git_dir, no_create, bare, commit_msg_subject, commit_msg_body, branch_name… argument 170 data_repo = init_git_repo(git_dir, no_create, bare, log)
|
/openbmc/openbmc/meta-google/recipes-google/ipmi/ |
H A D | bare-metal-active.bb | 1 SUMMARY = "Systemd target for bare-metal setup" 11 SRC_URI += "file://gbmc-bare-metal-active@.target" 22 gbmc-bare-metal-active@.target \ 27 install -m0644 ${UNPACKDIR}/gbmc-bare-metal-active@.target ${D}${systemd_system_unitdir}/
|
/openbmc/openbmc/meta-google/recipes-google/bare-metal-gpio-monitor/ |
H A D | bare-metal-gpio-monitor_git.bb | 1 SUMMARY = "Monitor host GPIO in bare metal mode" 2 DESCRIPTION = "Monitor host GPIO in bare metal mode" 3 GOOGLE_MISC_PROJ = "bare-metal-host-monitor" 17 bare-metal-active \
|
/openbmc/openbmc/meta-google/recipes-google/bare-metal-espi/bare-metal-espi/ |
H A D | disable-espi.service | 3 BindsTo=gbmc-bare-metal-active@0.target 4 Before=gbmc-bare-metal-active@0.target 13 WantedBy=gbmc-bare-metal-active@0.target
|
/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/bare-metal-obmc-console/ |
H A D | disable-obmc-console.service | 3 BindsTo=gbmc-bare-metal-active@0.target 4 Before=gbmc-bare-metal-active@0.target disable-ipmi-kcs.service 13 WantedBy=gbmc-bare-metal-active@0.target
|
/openbmc/openbmc/meta-google/recipes-google/bare-metal-ipmi-kcs/bare-metal-ipmi-kcs/ |
H A D | disable-ipmi-kcs.service.in | 3 BindsTo=gbmc-bare-metal-active@0.target 4 Before=gbmc-bare-metal-active@0.target 13 WantedBy=gbmc-bare-metal-active@0.target
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | running-nested-guests.rst | 31 - L0 – level-0; the bare metal host, running KVM 43 hypervisor running on bare metal, adding another layer and 44 resulting in at least four levels in a nested setup — L0 (bare 88 1. On the bare metal host (L0), list the kernel modules and ensure that 127 (Virtual Machine Control Structure)", APIC Virtualization on your bare 147 Once your bare metal host (L0) is configured for nesting, you should be 188 bare metal host, works as of Linux kernel 5.3 and QEMU 4.2.0 for 205 - Migrating a nested guest (L2) to another L1 guest on the *same* bare 209 bare metal host. 211 - Migrating a nested guest (L2) to a bare metal host.
|
/openbmc/google-ipmi-sys/test/ |
H A D | bmc_mode_unittest.cpp | 34 uint8_t bmcMode = 0; // Non Bare Metal Mode in TEST() 47 bmcMode = 1; // Bare Metal Mode in TEST() 59 bmcMode = 2; // Bare Metal Cleaning Mode in TEST()
|
/openbmc/openbmc/meta-arm/meta-arm-toolchain/ |
H A D | README.md | 73 Pre-built Arm toolchain for bare-metal development 76 Recipes for pre-built GNU Arm toolchain for bare-metal development are provided 83 bare-metal software development on devices based on 32-bit Arm Cortex-A, 91 This recipe provides support for pre-built GNU Arm toolchain for bare-metal
|
/openbmc/openbmc/poky/meta/lib/bblayers/ |
H A D | machines.py | 28 if args.bare: 36 …parser_show_machines.add_argument('-b', '--bare', help='output just the machine names, not the sou…
|
/openbmc/linux/drivers/soc/fsl/qbman/ |
H A D | bman_ccsr.c | 107 u32 bar, bare; in bm_set_memory() local 119 bare = bm_ccsr_in(REG_FBPR_BARE); in bm_set_memory() 120 if (bare != upper_32_bits(ba) || bar != lower_32_bits(ba)) { in bm_set_memory() 121 pr_err("Attempted to reinitialize BMan with different BAR, got 0x%llx read BARE=0x%x BAR=0x%x\n", in bm_set_memory() 122 ba, bare, bar); in bm_set_memory()
|
H A D | qman_ccsr.c | 123 /* Follows FQD_[BARE|BAR|AR] and PFDR_[BARE|BAR|AR] */ 349 u32 bar, bare; in qm_set_memory() local 361 bare = qm_ccsr_in(offset); in qm_set_memory() 362 if (bare != upper_32_bits(ba) || bar != lower_32_bits(ba)) { in qm_set_memory() 363 pr_err("Attempted to reinitialize QMan with different BAR, got 0x%llx read BARE=0x%x BAR=0x%x\n", in qm_set_memory() 364 ba, bare, bar); in qm_set_memory()
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | types.h | 10 * difference on ARM between GCC built for bare metal ARM, GCC built for glibc 21 * bare metal GCC long unsigned long unsigned int
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-git-archive | 45 parser.add_argument('--bare', action='store_true', 46 help="Initialize a bare repository when creating a " 106 gitarchive.gitarchive(args.data_dir, args.git_dir, args.no_create, args.bare,
|
/openbmc/google-misc/subprojects/bare-metal-host-monitor/ |
H A D | host_gpio_monitor.cpp | 29 "gbmc-bare-metal-active@{}.target"; 68 * If state is Standby, enable the bare-metal-active systemd in checkPostComplete() 146 * Stop the bare metal active target if the post in main()
|
H A D | host-gpio-monitor@.service.in | 2 Description=gBMC bare-metal GPIO monitoring for host %i
|
/openbmc/linux/include/linux/ |
H A D | cc_platform.h | 27 * includes running either as a bare-metal system or a hypervisor 38 * The platform/OS is running as a bare-metal system or a hypervisor
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.sh | 130 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 133 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \ 136 ./with_addr.sh ./with_tunnels.sh ./test_flow_dissector -o 4 -e bare -i 4 \
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitsm.py | 209 # Figure out where we clone over the bare submodules... 234 # Ensure the submodule repository is NOT set to bare, since we're checking it out... 236 …runfetchcmd("%s config core.bare false" % (ud.basecmd), d, quiet=True, workdir=os.path.join(repo_c… 238 …logger.error("Unable to set git config core.bare to false for %s" % os.path.join(repo_conf, 'modul…
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | test.yml | 113 - ./install/bare-metal/fastboot.sh 129 - ./install/bare-metal/fastboot.sh 142 - ./install/bare-metal/cros-servo.sh
|
/openbmc/qemu/scripts/qapi/ |
H A D | .flake8 | 2 # Prefer pylint's bare-except checks to flake8's
|
/openbmc/u-boot/doc/ |
H A D | README.x86 | 22 In this case, known as bare mode, from the fact that it runs on the 23 'bare metal', U-Boot acts like a BIOS replacement. The following platforms 60 Build Instructions for U-Boot as BIOS replacement (bare mode) 78 Chromebook Link specific instructions for bare mode: 109 Chromebook Samus (2015 Pixel) instructions for bare mode: 190 Intel Crown Bay specific instructions for bare mode: 227 Intel Cougar Canyon 2 specific instructions for bare mode: 250 Intel Bay Trail based board instructions for bare mode: 325 Intel Cherry Hill specific instructions for bare mode: 354 Intel Galileo instructions for bare mode: [all …]
|
/openbmc/u-boot/arch/x86/dts/ |
H A D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|