/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/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}/
|
H A D | google-ipmi-sys_git.bb | 21 bare-metal-active \
|
/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-arm/meta-arm-toolchain/ |
H A D | README.md | 9 Pre-built Arm toolchain for bare-metal development 12 Recipes for pre-built GNU Arm toolchain for bare-metal development are provided 19 bare-metal software development on devices based on 32-bit Arm Cortex-A, 27 This recipe provides support for pre-built GNU Arm toolchain for bare-metal
|
/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/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 45 metal, running the LPAR hypervisor), L1 (host hypervisor), L2 88 1. On the bare metal host (L0), list the kernel modules and ensure that 128 metal host (L0). Parameters for Intel hosts:: 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 206 metal host. 209 bare metal host. 211 - Migrating a nested guest (L2) to a bare metal host.
|
/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/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/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/linux/Documentation/devicetree/bindings/input/ |
H A D | iqs62x-keys.yaml | 62 | 6 | Metal (+) Touch** | x | x | | | | 65 | 7 | Metal (+) Prox.** | x | x | | | | 68 | 8 | Metal (-) Touch** | x | x | | | | 70 | 9 | Metal (-) Prox.** | x | x | | | | 84 * Two-channel SAR. Replaces CH0-2 plus metal touch and proximity events
|
/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/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-rf-tuner.rst | 17 inside a metal box, while newer ones are highly integrated chips 18 without a metal box "silicon tuners". These controls are mostly
|
/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/linux/arch/arm/include/asm/hardware/ |
H A D | sa1111.h | 239 #define SAD_CS_DIE (1<<1) /* Not functional on metal 1 */ 240 #define SAD_CS_DBDA (1<<3) /* Not functional on metal 1 */ 242 #define SAD_CS_DBDB (1<<5) /* Not functional on metal 1 */ 244 #define SAD_CS_BIU (1<<7) /* Not functional on metal 1 */
|
/openbmc/google-ipmi-sys/ |
H A D | meson.options | 3 option('bare_metal', type: 'boolean', value: false, description: 'Bare Metal Mode Flag')
|
/openbmc/google-misc/ |
H A D | .gitignore | 10 !subprojects/bare-metal-host-monitor/
|
/openbmc/openbmc/meta-google/recipes-google/bare-metal-espi/ |
H A D | bare-metal-espi.bb | 17 bare-metal-active \
|
/openbmc/linux/Documentation/devicetree/bindings/arm/amlogic/ |
H A D | analog-top.txt | 5 "metal revision" (which encodes the "minor version") of the SoC.
|
/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/ |
H A D | bare-metal-obmc-console.bb | 19 bare-metal-active \
|
/openbmc/openbmc/meta-google/recipes-google/bare-metal-ipmi-kcs/ |
H A D | bare-metal-ipmi-kcs.bb | 17 bare-metal-active \
|
/openbmc/openbmc/poky/meta/recipes-graphics/kmscube/ |
H A D | kmscube_git.bb | 2 DESCRIPTION = "kmscube is a little demonstration program for how to drive bare metal graphics \
|