Home
last modified time | relevance | path

Searched refs:ovmf (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb23 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 Dovmf-shell-image.bb9 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 Dedk2-build.config18 [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 Dqemu.py25 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 D0001-ovmf-update-path-to-native-BaseTools.patch4 Subject: [PATCH 1/4] ovmf: update path to native BaseTools
H A D0003-debug-prefix-map.patch8 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 Drunqemu729 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 Drunqemu729 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 Dfirmware.json426 # - /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 Dgenimage.sh173 for f in $(find -L $(efidirs edk2 ovmf) \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass274 ovmf = d.getVar("QEMU_USE_OVMF")
294 'ovmf' : ovmf,
H A Duki.bbclass29 # from meta-arm or qemux86 ovmf/edk2 based firmware for x86_64
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.rst97 …, 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 Drelease-notes-5.0.6.rst20 - ovmf: Fix :cve_nist:`2024-1298` and :cve_nist:`2024-38796`
H A Drelease-notes-4.1.2.rst126 - ovmf: correct patches status
H A Drelease-notes-4.0.12.rst90 - maintainers.inc: unassign Ricardo Neri from ovmf
H A Drelease-notes-3.4.1.rst120 - ovmf: update 202105 -> 202108
H A Drelease-notes-4.0.2.rst124 - ovmf: Fix native build with gcc-12
H A Drelease-notes-4.0.6.rst124 - ovmf: correct patches status
H A Drelease-notes-4.3.rst567 - ovmf: update 202211 -> 202305
568 - ovmf: update edk2-stable202305 -> edk2-stable202308
H A Drelease-notes-4.2.2.rst112 - maintainers.inc: unassign Ricardo Neri from ovmf
H A Drelease-notes-5.1.rst467 - ``ovmf``: :cve_nist:`2023-45236`, :cve_nist:`2023-45237`, :cve_nist:`2024-25742`
692 - ``ovmf`` edk2-stable202402 -> edk2-stable202408
H A Drelease-notes-5.1.1.rst113 - ovmf-native: remove .pyc files from install
/openbmc/u-boot/doc/
H A DREADME.u-boot_on_efi252 [2] http://www.tianocore.org/ovmf/
/openbmc/qemu/docs/specs/
H A Dfw_cfg.rst279 For historical reasons, ``opt/ovmf/`` is reserved for OVMF firmware.

12