/openbmc/openbmc-build-scripts/scripts/ |
H A D | boot-qemu.sh | 57 MACHINE=${MACHINE:-${DEFAULT_MACHINE}} 66 if [ -f "${DEFAULT_IMAGE_LOC}/${MACHINE}/obmc-phosphor-image-${MACHINE}".ubi.mtd ]; then 67 DRIVE="obmc-phosphor-image-${MACHINE}.ubi.mtd" 68 elif [ -f "${DEFAULT_IMAGE_LOC}/${MACHINE}/obmc-phosphor-image-${MACHINE}".static.mtd ]; then 69 DRIVE="obmc-phosphor-image-${MACHINE}.static.mtd" 82 if [ "${MACHINE}" = "${DEFAULT_MACHINE}" ]; then 85 cp "${DEFAULT_IMAGE_LOC}/${MACHINE}/${DRIVE}" "${TMP_DRIVE_PATH}" 100 if [ "${MACHINE}" = "tacoma" ]; then 111 if [ "${MACHINE}" = "${DEFAULT_MACHINE}" ]; then 132 -machine "${MACHINE}"-bmc \
|
/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/ |
H A D | phosphor-fan_%.bbappend | 19 mkdir -p ${S}/control/config_files/${MACHINE} 20 cp ${UNPACKDIR}/events.json ${S}/control/config_files/${MACHINE}/events.json 21 cp ${UNPACKDIR}/fans.json ${S}/control/config_files/${MACHINE}/fans.json 22 cp ${UNPACKDIR}/groups.json ${S}/control/config_files/${MACHINE}/groups.json 23 cp ${UNPACKDIR}/zones.json ${S}/control/config_files/${MACHINE}/zones.json 25 mkdir -p ${S}/monitor/config_files/${MACHINE} 26 cp ${UNPACKDIR}/monitor.json ${S}/monitor/config_files/${MACHINE}/config.json 28 mkdir -p ${S}/presence/config_files/${MACHINE} 29 cp ${UNPACKDIR}/presence.json ${S}/presence/config_files/${MACHINE}/config.json
|
/openbmc/openbmc/meta-ibm/conf/templates/default/ |
H A D | conf-notes.txt | 4 MACHINE=pstbmc bitbake obmc-phosphor-image 6 MACHINE=huygens bitbake obmc-phosphor-image 8 MACHINE=p10bmc bitbake obmc-phosphor-image 10 MACHINE=witherspoon bitbake obmc-phosphor-image 12 MACHINE=witherspoon-tacoma bitbake obmc-phosphor-image
|
H A D | local.conf.sample | 1 #MACHINE ?= "p10bmc" 2 MACHINE ??= "witherspoon"
|
/openbmc/qemu/hw/core/ |
H A D | machine.c | 292 MachineState *ms = MACHINE(obj); in machine_get_kernel() 299 MachineState *ms = MACHINE(obj); in machine_set_kernel() 307 MachineState *ms = MACHINE(obj); in machine_get_initrd() 314 MachineState *ms = MACHINE(obj); in machine_set_initrd() 322 MachineState *ms = MACHINE(obj); in machine_get_append() 329 MachineState *ms = MACHINE(obj); in machine_set_append() 337 MachineState *ms = MACHINE(obj); in machine_get_dtb() 344 MachineState *ms = MACHINE(obj); in machine_set_dtb() 352 MachineState *ms = MACHINE(obj); in machine_get_dumpdtb() 359 MachineState *ms = MACHINE(obj); in machine_set_dumpdtb() [all …]
|
/openbmc/linux/tools/testing/ktest/examples/include/ |
H A D | defaults.conf | 18 BOX := ${MACHINE} 38 CONFIG_DIR := ${THIS_DIR}/configs/${MACHINE} 50 SSH := ssh ${SSH_USER}@${MACHINE} 60 OUTPUT_DIR = ${THIS_DIR}/build/${MACHINE} 92 LOG_FILE = ${OUTPUT_DIR}/${MACHINE}.log 110 REBOOT_SUCCESS_LINE = ${MACHINE} login:
|
/openbmc/openbmc-build-scripts/ |
H A D | run-qemu-robot-test.sh | 67 MACHINE=${MACHINE:-${DEFAULT_MACHINE}} 73 if [[ "$MACHINE" == "$DEFAULT_MACHINE" ]]; then 76 MACHINE_QEMU=${MACHINE} 124 --env MACHINE="${MACHINE}" \
|
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/ |
H A D | u-boot.inc | 205 …ig}/u-boot-initial-env-${type} ${D}/${sysconfdir}/${UBOOT_INITIAL_ENV}-${MACHINE}-${type}-${PV}-${… 206 …ln -sf ${UBOOT_INITIAL_ENV}-${MACHINE}-${type}-${PV}-${PR} ${D}/${sysconfdir}/${UBOOT_INITIAL_ENV}… 207 …ln -sf ${UBOOT_INITIAL_ENV}-${MACHINE}-${type}-${PV}-${PR} ${D}/${sysconfdir}/${UBOOT_INITIAL_ENV}… 208 … ln -sf ${UBOOT_INITIAL_ENV}-${MACHINE}-${type}-${PV}-${PR} ${D}/${sysconfdir}/${UBOOT_INITIAL_ENV} 218 …install -D -m 644 ${B}/u-boot-initial-env ${D}/${sysconfdir}/${UBOOT_INITIAL_ENV}-${MACHINE}-${PV}… 219 …ln -sf ${UBOOT_INITIAL_ENV}-${MACHINE}-${PV}-${PR} ${D}/${sysconfdir}/${UBOOT_INITIAL_ENV}-${MACHI… 220 ln -sf ${UBOOT_INITIAL_ENV}-${MACHINE}-${PV}-${PR} ${D}/${sysconfdir}/${UBOOT_INITIAL_ENV} 289 … install -D -m 644 ${UNPACKDIR}/fw_env.config ${DEPLOYDIR}/fw_env.config-${MACHINE}-${PV}-${PR} 291 ln -sf fw_env.config-${MACHINE}-${PV}-${PR} fw_env.config-${MACHINE} 292 ln -sf fw_env.config-${MACHINE}-${PV}-${PR} fw_env.config [all …]
|
/openbmc/linux/tools/testing/ktest/examples/ |
H A D | kvm.conf | 7 MACHINE = Guest 11 CONSOLE = virsh console ${MACHINE} 81 POWER_CYCLE = virsh destroy ${MACHINE}; sleep 5; virsh start ${MACHINE}
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
H A D | corstone1000-flash-firmware-image.bb | 28 # The generated ${MACHINE}_image.nopt is used instead of the default wic image 42 UEFI_FIRMWARE_BINARY = "${B}/${MACHINE}_image.nopt" 85 dd conv=notrunc bs=1 if=${DEPLOY_DIR_IMAGE}/bl2_signed.bin of=${B}/${MACHINE}_image.nopt 86 …dd conv=notrunc bs=1 if=${DEPLOY_DIR_IMAGE}/tfm_s_signed.bin of=${B}/${MACHINE}_image.nopt seek=${… 87 …dd conv=notrunc bs=1 if=${DEPLOY_DIR_IMAGE}/signed_fip-corstone1000.bin of=${B}/${MACHINE}_image.n… 88 …dd conv=notrunc bs=1 if=${DEPLOY_DIR_IMAGE}/Image.gz-initramfs-${MACHINE}.bin of=${B}/${MACHINE}_i… 95 install -m 0755 ${B}/${MACHINE}_image.nopt ${DEPLOYDIR}
|
/openbmc/openbmc/poky/meta/recipes-rt/ |
H A D | README | 5 local.conf, bblayers.conf, or your $MACHINE.conf. 10 use the line above in the $MACHINE.conf in your BSP layer, and specify the 13 COMPATIBLE_MACHINE:$MACHINE = $MACHINE
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | uboot-config.bbclass | 30 UBOOT_IMAGE ?= "${UBOOT_BINARYNAME}-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" 31 UBOOT_SYMLINK ?= "${UBOOT_BINARYNAME}-${MACHINE}.${UBOOT_SUFFIX}" 39 UBOOT_ELF_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_ELF_SUFFIX}" 41 UBOOT_ELF_SYMLINK ?= "u-boot-${MACHINE}.${UBOOT_ELF_SUFFIX}" 52 SPL_IMAGE ?= "${SPL_BINARYNAME}-${MACHINE}-${PV}-${PR}${SPL_DELIMITER}${SPL_SUFFIX}" 53 SPL_SYMLINK ?= "${SPL_BINARYNAME}-${MACHINE}${SPL_DELIMITER}${SPL_SUFFIX}" 65 UBOOT_ENV_IMAGE ?= "${UBOOT_ENV}-${MACHINE}-${PV}-${PR}.${UBOOT_ENV_SUFFIX}" 66 UBOOT_ENV_SYMLINK ?= "${UBOOT_ENV}-${MACHINE}.${UBOOT_ENV_SUFFIX}" 72 UBOOT_EXTLINUX_SYMLINK ?= "${UBOOT_EXTLINUX_CONF_NAME}-${MACHINE}-${PR}" 110 … UBOOT_MACHINE or UBOOT_CONFIG must be set in the %s machine configuration." % d.getVar("MACHINE"))
|
H A D | uboot-sign.bbclass | 38 UBOOT_DTB_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.dtb" 41 UBOOT_DTB_SYMLINK ?= "u-boot-${MACHINE}.dtb" 42 UBOOT_NODTB_IMAGE ?= "u-boot-nodtb-${MACHINE}-${PV}-${PR}.bin" 44 UBOOT_NODTB_SYMLINK ?= "u-boot-nodtb-${MACHINE}.bin" 45 UBOOT_ITS_IMAGE ?= "u-boot-its-${MACHINE}-${PV}-${PR}" 47 UBOOT_ITS_SYMLINK ?= "u-boot-its-${MACHINE}" 48 UBOOT_FITIMAGE_IMAGE ?= "u-boot-fitImage-${MACHINE}-${PV}-${PR}" 50 UBOOT_FITIMAGE_SYMLINK ?= "u-boot-fitImage-${MACHINE}" 52 SPL_DTB_IMAGE ?= "u-boot-spl-${MACHINE}-${PV}-${PR}.dtb" 55 SPL_DTB_SYMLINK ?= "u-boot-spl-${MACHINE}.dtb" [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | sbom.rst | 35 - :term:`SPDX` output in JSON format as an ``IMAGE-MACHINE.spdx.json`` file in 36 ``tmp/deploy/images/MACHINE/`` inside the :term:`Build Directory`. 38 - This toplevel file is accompanied by an ``IMAGE-MACHINE.spdx.index.json`` 41 - The compressed archive ``IMAGE-MACHINE.spdx.tar.zst`` contains the index 58 ``tmp/deploy/images/MACHINE/`` inside the :term:`Build Directory`, ancillary 59 generated files are available in ``tmp/deploy/spdx/MACHINE`` too, such as: 61 - The individual :term:`SPDX` JSON files in the ``IMAGE-MACHINE.spdx.tar.zst``
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-cross-canadian.bb | 2 PN = "packagegroup-cross-canadian-${MACHINE}" 17 meta-environment-${MACHINE} \ 20 # When TUNE_ARCH changes but MACHINE does not (for example when a machine definition is updated),
|
/openbmc/openbmc/meta-aspeed/recipes-aspeed/images/ |
H A D | aspeed-image-norootfs.bb | 10 ASPEED_IMAGE_KERNEL_IMAGE ?= "fitImage-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE}" 11 ASPEED_IMAGE_NAME ?= "aspeed-norootfs-${MACHINE}.bin"
|
/openbmc/openbmc/meta-aspeed/conf/templates/default/ |
H A D | local.conf.sample | 1 #MACHINE ?= "evb-ast2500" 2 MACHINE ??= "evb-ast2600"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/ |
H A D | nbench_32bits.patch | 30 $(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\ 34 - $(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\ 43 $(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\
|
/openbmc/openbmc/meta-ibm/ |
H A D | README.md | 37 after building a different one, set the MACHINE environment to the desired 40 export MACHINE=machine_configuration_name 48 export MACHINE=p10bmc 52 export MACHINE=witherspoon
|
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/ |
H A D | local.conf.sample | 19 #MACHINE ?= "qemuarm" 20 #MACHINE ?= "qemuarm64" 21 #MACHINE ?= "qemumips" 22 #MACHINE ?= "qemumips64" 23 #MACHINE ?= "qemuppc" 24 #MACHINE ?= "qemux86" 25 #MACHINE ?= "qemux86-64" 30 #MACHINE ?= "beaglebone-yocto" 31 #MACHINE ?= "genericx86" 32 #MACHINE ?= "genericx86-64" [all …]
|
/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/ |
H A D | local.conf.sample | 20 #MACHINE ?= "qemuarm" 21 #MACHINE ?= "qemuarm64" 22 #MACHINE ?= "qemumips" 23 #MACHINE ?= "qemuppc" 24 #MACHINE ?= "qemux86" 25 #MACHINE ?= "qemux86-64" 30 #MACHINE ?= "beaglebone" 31 #MACHINE ?= "genericx86" 32 #MACHINE ?= "genericx86-64" 33 #MACHINE ?= "mpc8315e-rdb" [all …]
|
/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/ |
H A D | local.conf.sample | 20 #MACHINE ?= "qemuarm" 21 #MACHINE ?= "qemuarm64" 22 #MACHINE ?= "qemumips" 23 #MACHINE ?= "qemuppc" 24 #MACHINE ?= "qemux86" 25 #MACHINE ?= "qemux86-64" 30 #MACHINE ?= "beaglebone" 31 #MACHINE ?= "genericx86" 32 #MACHINE ?= "genericx86-64" 33 #MACHINE ?= "mpc8315e-rdb" [all …]
|
/openbmc/qemu/hw/loongarch/ |
H A D | virt.c | 141 MachineState *ms = MACHINE(lvms); in fdt_add_cpuic_node() 159 MachineState *ms = MACHINE(lvms); in fdt_add_eiointc_node() 184 MachineState *ms = MACHINE(lvms); in fdt_add_pch_pic_node() 209 MachineState *ms = MACHINE(lvms); in fdt_add_pch_msi_node() 235 MachineState *ms = MACHINE(lvms); in fdt_add_flash_node() 269 MachineState *ms = MACHINE(lvms); in fdt_add_rtc_node() 287 MachineState *ms = MACHINE(lvms); in fdt_add_ged_reset() 327 MachineState *ms = MACHINE(lvms); in fdt_add_uart_node() 344 MachineState *ms = MACHINE(lvms); in create_fdt() 368 const MachineState *ms = MACHINE(lvms); in fdt_add_cpu_nodes() [all …]
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/ |
H A D | u-boot-nuvoton.inc | 32 UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" 33 UBOOT_SYMLINK ?= "u-boot-${MACHINE}.${UBOOT_SUFFIX}" 41 UBOOT_ELF_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_ELF_SUFFIX}" 43 UBOOT_ELF_SYMLINK ?= "u-boot-${MACHINE}.${UBOOT_ELF_SUFFIX}" 51 SPL_IMAGE ?= "${SPL_BINARYNAME}-${MACHINE}-${PV}-${PR}" 52 SPL_SYMLINK ?= "${SPL_BINARYNAME}-${MACHINE}" 62 UBOOT_ENV_IMAGE ?= "${UBOOT_ENV}-${MACHINE}-${PV}-${PR}.${UBOOT_ENV_SUFFIX}" 63 UBOOT_ENV_SYMLINK ?= "${UBOOT_ENV}-${MACHINE}.${UBOOT_ENV_SUFFIX}" 69 UBOOT_EXTLINUX_SYMLINK ?= "${UBOOT_EXTLINUX_CONF_NAME}-${MACHINE}-${PR}" 332 ln -sf ${UBOOT_EXTLINUX_SYMLINK} ${DEPLOYDIR}/${UBOOT_EXTLINUX_CONF_NAME}-${MACHINE}
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-environment-extsdk.bb | 5 PN = "meta-environment-extsdk-${MACHINE}" 8 … sysroot=${SDKPATH}/tmp/${@os.path.relpath(d.getVar('STAGING_DIR'), d.getVar('TMPDIR'))}/${MACHINE}
|