/openbmc/openbmc/poky/meta/recipes-core/ovmf/ |
H A D | ovmf_git.bb | 23 file://0001-ovmf-update-path-to-native-BaseTools.patch \ 53 DEPENDS = "nasm-native acpica-native ovmf-native util-linux-native" 74 # Replaces the fake path inserted by 0002-ovmf-update-path-to-native-BaseTools.patch. 75 # Necessary for finding the actual BaseTools from ovmf-native. 102 # This tools_def.template is going to be used by the target ovmf and 122 # to make ovmf-native reusable across distros. 137 # tools definitions are built by ovmf-native so we need to pass this in 184 # from ovmf-native to find the compiler, which depends on 193 # ${WORKDIR}/ovmf is a well-known location where do_install and 195 rm -rf ${WORKDIR}/ovmf [all …]
|
H A D | ovmf-shell-image.bb | 9 WKS_FILE = "ovmf/ovmf-shell-image.wks" 14 # We want a minimal image with just ovmf-shell-efi unpacked in it. We 17 PACKAGE_INSTALL = "ovmf-shell-efi"
|
/openbmc/qemu/roms/ |
H A D | edk2-build.config | 18 [opts.ovmf.sb.smm] 39 [build.ovmf.i386] 40 desc = ovmf build (32-bit) 49 [build.ovmf.i386.secure] 50 desc = ovmf build (32-bit, secure boot) 54 ovmf.sb.smm 62 [build.ovmf.x86_64] 63 desc = ovmf build (64-bit) 71 [build.ovmf.x86_64.secure] 72 desc = ovmf build (64-bit, secure boot) [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | qemu.py | 25 boot_patterns = defaultdict(str), ovmf=False, tmpfsdir=None, **kwargs): argument 36 self.ovmf = ovmf 47 use_ovmf=ovmf, tmpfsdir=tmpfsdir)
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0001-ovmf-update-path-to-native-BaseTools.patch | 4 Subject: [PATCH 1/4] ovmf: update path to native BaseTools
|
H A D | 0003-debug-prefix-map.patch | 8 tools definitions file is built by ovmf-native so we need to pass this in 11 By using determininistc file paths during the ovmf build, it removes the
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu | 729 for index, ovmf in enumerate(self.ovmf_bios): 730 if os.path.exists(ovmf): 733 path = '%s/%s.%s' % (self.get('DEPLOY_DIR_IMAGE'), ovmf, suffix) 736 if ovmf.endswith('secboot'): 740 raise RunQemuError("Can't find OVMF firmware: %s" % ovmf) 1544 for ovmf in self.ovmf_bios: 1545 format = ovmf.rsplit('.', 1)[-1] 1548 self.qemu_opt += ' -drive if=pflash,format=%s,file=%s' % (format, ovmf)
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu | 729 for index, ovmf in enumerate(self.ovmf_bios): 730 if os.path.exists(ovmf): 733 path = '%s/%s.%s' % (self.get('DEPLOY_DIR_IMAGE'), ovmf, suffix) 736 if ovmf.endswith('secboot'): 740 raise RunQemuError("Can't find OVMF firmware: %s" % ovmf) 1544 for ovmf in self.ovmf_bios: 1545 format = ovmf.rsplit('.', 1)[-1] 1548 self.qemu_opt += ' -drive if=pflash,format=%s,file=%s' % (format, ovmf)
|
/openbmc/qemu/docs/interop/ |
H A D | firmware.json | 426 # - /usr/share/qemu/firmware/50-ovmf.json 432 # $ touch /etc/qemu/firmware/50-ovmf.json 436 # $ vim /etc/qemu/firmware/50-ovmf.json 440 # $ vim /etc/qemu/firmware/10-ovmf.json 444 # $ vim /etc/qemu/firmware/99-ovmf.json
|
/openbmc/linux/arch/x86/boot/ |
H A D | genimage.sh | 173 for f in $(find -L $(efidirs edk2 ovmf) \
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | testimage.bbclass | 274 ovmf = d.getVar("QEMU_USE_OVMF") 294 'ovmf' : ovmf,
|
H A D | uki.bbclass | 29 # from meta-arm or qemux86 ovmf/edk2 based firmware for x86_64
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.rst | 97 …, gstreamer1.0-plugins-base, libarchive, libnotify, libpsl, man-db, mesa, ovmf, parted, prelink, q… 201 - ovmf: correct license to "BSD-2-Clause-Patent" 453 - ovmf edk2-stable202102 -> edk2-stable202105
|
H A D | release-notes-5.0.6.rst | 20 - ovmf: Fix :cve_nist:`2024-1298` and :cve_nist:`2024-38796`
|
H A D | release-notes-4.1.2.rst | 126 - ovmf: correct patches status
|
H A D | release-notes-4.0.12.rst | 90 - maintainers.inc: unassign Ricardo Neri from ovmf
|
H A D | release-notes-3.4.1.rst | 120 - ovmf: update 202105 -> 202108
|
H A D | release-notes-4.0.2.rst | 124 - ovmf: Fix native build with gcc-12
|
H A D | release-notes-4.0.6.rst | 124 - ovmf: correct patches status
|
H A D | release-notes-4.3.rst | 567 - ovmf: update 202211 -> 202305 568 - ovmf: update edk2-stable202305 -> edk2-stable202308
|
H A D | release-notes-4.2.2.rst | 112 - maintainers.inc: unassign Ricardo Neri from ovmf
|
H A D | release-notes-5.1.rst | 467 - ``ovmf``: :cve_nist:`2023-45236`, :cve_nist:`2023-45237`, :cve_nist:`2024-25742` 692 - ``ovmf`` edk2-stable202402 -> edk2-stable202408
|
H A D | release-notes-5.1.1.rst | 113 - ovmf-native: remove .pyc files from install
|
/openbmc/u-boot/doc/ |
H A D | README.u-boot_on_efi | 252 [2] http://www.tianocore.org/ovmf/
|
/openbmc/qemu/docs/specs/ |
H A D | fw_cfg.rst | 279 For historical reasons, ``opt/ovmf/`` is reserved for OVMF firmware.
|