about summary refs log tree commit diff
path: root/pkgs/development/compilers/edk2
AgeCommit message (Collapse)AuthorFilesLines
2019-08-25Merge remote-tracking branch 'upstream/master' into gcc-8Robin Gloster1-48/+35
2019-08-19edk2: 2017-12-05 -> 201905Nikolay Amiantov1-48/+35
* Move to stable version; * Refactor `setup` to `mkDerivation`; * Use flags instead of `sed`; * Support Secure Boot builds.
2019-06-17edk2: fix build with gcc8Robin Gloster1-0/+1
2018-08-01edk2: fix buidIzorkin1-2/+2
2018-03-21edk2, OVMF: Build on aarch64Tuomas Tynkkynen1-1/+3
And also build in parallel. I don't understand why we manually tediously link every single directory from the source, but I don't want to investigate too much.
2018-03-21edk2: Reformat a bit for readabilityTuomas Tynkkynen1-6/+13
- Have only one sed expression per line - Put the important stuff closer to the command and not hidden in some continuation line. That is, don't do: sed \ <boring stuff> \ <boring stuff> \ <boring stuff> \ <boring stuff> \ <boring stuff> \ <IMPORTANT STUFF> but: sed <IMPORTANT STUFF> \ <boring stuff> \ <boring stuff> \ <boring stuff> \ <boring stuff> \ <boring stuff>
2017-12-16edk2 add short-circuit-the-transfer-of-an-empty-S3_CONTEXT.patchOrivej Desh1-2/+12
as requested by @lukeadams in https://github.com/NixOS/nixpkgs/pull/32724#issuecomment-352140119
2017-12-16edk2: 2014-12-10 -> 2017-12-05Luke Adams1-3/+4
src was at vUDK2017 tag (2017-06-13), updated to the latest commit in UDK2017 branch.
2017-08-27edk2: 2014-12-10 -> UDK2017Linus Heckemann1-5/+6
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2016-10-18edk2: use python2Frederik Rietdijk1-2/+2
python 2 print statement
2016-10-13edk2: use python envFrederik Rietdijk1-2/+3
2016-10-10Python: remove modules and pythonFullFrederik Rietdijk1-3/+3
2016-06-10Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+1
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-03-05Use general hardening flag toggle listsFranz Pletz1-2/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-08edk2: turn off fortify & format hardeningRobin Gloster1-4/+5
2015-07-20edk2, OVMF: Fix build on GCC 4.9Tuomas Tynkkynen1-1/+1
The toolchain must be correctly specified in the OVMF build or it fails with 'Unsupported section alignment': http://hydra.nixos.org/build/23859056
2015-07-01Unmaintain a bunch of packagesShea Levy1-1/+0
2014-12-21Fix license attribute of many bsd-like licensed packagesPascal Wittmann1-2/+2
2014-12-11Update/Fix OVMFMichael Raskin1-3/+3
2014-02-03edk2/OVMF: UpdateShea Levy1-6/+6
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09Update edk2 and OVMFShea Levy1-6/+6
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-19edk2: UpdateShea Levy1-3/+3
Signed-off-by: Shea Levy <shea@shealevy.com>
2012-10-04edk2: Bump versionShea Levy1-2/+2
2012-03-14OMVF: Only need some of the sources, and symlinks instead of copies are fineShea Levy1-1/+1
svn path=/nixpkgs/trunk/; revision=33090
2012-03-14EDK2: Significant cleanup andShea Levy1-26/+47
modularization, and add OVMF as an example of how to use it svn path=/nixpkgs/trunk/; revision=33059
2012-03-14Add Intel's EDKShea Levy1-0/+53
svn path=/nixpkgs/trunk/; revision=33058