The --enable-flash parameter seems to control the way build.sh invokes QEMU, and is useless for OVMF building.
Search Criteria
Package Details: edk2-ovmf-git r34315.93aeaa0812-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/edk2-git.git (read-only, click to copy) |
---|---|
Package Base: | edk2-git |
Description: | Firmware for Virtual Machines (x86_64, i686) |
Upstream URL: | https://github.com/tianocore/tianocore.github.io/wiki/OVMF |
Licenses: | BSD, MIT |
Conflicts: | ovmf |
Provides: | ovmf |
Replaces: | ovmf |
Submitter: | markzz |
Maintainer: | None |
Last Packager: | C0rn3j |
Votes: | 31 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-12 20:51 (UTC) |
Last Updated: | 2025-05-26 09:50 (UTC) |
Dependencies (8)
- aarch64-linux-gnu-gcc (make)
- acpica (make)
- git (git-gitAUR, git-glAUR) (make)
- iasl (acpica) (make)
- nasm (nasm-gitAUR) (make)
- python (python37AUR) (make)
- seabios (make)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR) (make)
Required by (0)
Sources (18)
- 50-edk2-ovmf-git-i386-secure.json
- 50-edk2-ovmf-git-x86_64-secure.json
- 60-edk2-armvirt-git-aarch64.json
- 60-edk2-ovmf-git-i386.json
- 60-edk2-ovmf-git-x86_64.json
- 70-edk2-ovmf-git-i386-csm.json
- 70-edk2-ovmf-git-x86_64-csm.json
- 80-edk2-ovmf-git-ia32-on-x86_64-secure.json
- 81-edk2-ovmf-git-ia32-on-x86_64.json
- 82-edk2-ovmf-git-ia32-on-x86_64-csm.json
- brotli-1.1.0.tar.gz
- edk2
- https://www.openssl.org/source/openssl-3.5.0.tar.gz
- https://www.openssl.org/source/openssl-3.5.0.tar.gz.asc
- libfdt
- libspdm
- mbedtls
- public-mipi-sys-t
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »
zhangyoufu commented on 2016-10-04 11:38 (UTC)
zhangyoufu commented on 2016-10-04 10:58 (UTC)
What about using TOOL_CHAIN_TAG = GCC5 instead of "Fix GCC Warning as error"?
smbullet commented on 2016-10-01 19:49 (UTC)
This PKGBUILD should work for the meantime: http://pastebin.com/X5uwJPi5
markzz commented on 2016-10-01 18:20 (UTC)
Flag it out of date if the PKGBUILD is out of date. Also there's *nothing* preventing you from updating the script yourself in the meantime.
z3ntu commented on 2016-10-01 17:31 (UTC)
patch: **** Can't open patch file /aur/packages/ovmf-git/src/edk2/CryptoPkg/Library/OpensslLib/EDKII_openssl-1.0.2h.patch : No such file or directory
@markzz !
dullin commented on 2016-09-30 05:30 (UTC)
There's a new version of openssl-1.0.2j and the files for 1.0.2h are now missing.
We need to update the version and SHA1 in the PKGBUILD to fix it.
hydranix commented on 2016-08-24 06:20 (UTC) (edited on 2016-08-24 06:25 (UTC) by hydranix)
I believe the problems building may be caused by community/hardening-wrapper
Removing the hardening-wrapper package fixed many build issues in AUR packages for me, including this one.
Need confirmation though.
markzz commented on 2016-07-30 03:28 (UTC)
lucasheringer: Some people have issues building this on some configurations. I'm not sure what's causing these, but try building the package in a clean chroot. You can find information on how to do this on the wiki.
newsboost commented on 2016-07-30 03:25 (UTC)
Hi lucasheringer,
I can say that this seemed to work very well, at my location: "packer -S ovmf-git". It finished up with "==> Finished making: ovmf-git 19546.92e9b9f-1 (Sat Jul 30 05:22:06 CEST 2016)". Not sure what you've done wrong, though... Assume you have everything updated...
lucasheringer commented on 2016-07-25 19:14 (UTC)
Not building for me:
/usr/bin/ld: GnuGenBootSector.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
GnuGenBootSector.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [../Makefiles/app.makefile:24: ../bin/GnuGenBootSector] Error 1
make[2]: Leaving directory '/tmp/yaourt-tmp-lucas/aur-ovmf-git/src/edk2/BaseTools/Source/C/GnuGenBootSector'
make[1]: *** [GNUmakefile:79: GnuGenBootSector] Error 2
make[1]: Leaving directory '/tmp/yaourt-tmp-lucas/aur-ovmf-git/src/edk2/BaseTools/Source/C'
make: *** [GNUmakefile:25: Source/C] Error 2
make: Leaving directory '/tmp/yaourt-tmp-lucas/aur-ovmf-git/src/edk2/BaseTools'
Pinned Comments