notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/edk2/Makefile

Number of commits found: 33

Friday, 24 Nov 2023
09:30 Corvin Köhne (corvink) search for other commits by this committer
sysutils/edk2: set IO port range properly for bhyve

Bhyve uses an io port range of [ 0x2000, 0x10000 ] [1]. At the moment,
EDKII is using a subset of this range [ 0xC000, 0x10000 ] [2]. Even
though the EDKII range doesn't exceed the bhyve range, it's causing
issues on some guests like OpenBSD. We don't know why it's causing
issues yet. However, using the same IO port range in EDKII fixes the
issue.

[1]
https://github.com/freebsd/freebsd-src/blob/82ea0132c8b17a7a6067c8a36c6434e587ede6de/usr.sbin/bhyve/pci_emul.c#L133-L134
[2]
https://github.com/tianocore/edk2/blob/fb044b7fe893a4545995bfe2701fd38e593355d9/OvmfPkg/Bhyve/PlatformPei/Platform.c#L156-L157

PR:			274389
Reviewed by:		manu, markj
Approved by:		manu
Sponsored by:		Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D42627
commit hash: 231c5bc3a4c964746ccd21f3d44720617dd3d40a commit hash: 231c5bc3a4c964746ccd21f3d44720617dd3d40a commit hash: 231c5bc3a4c964746ccd21f3d44720617dd3d40a commit hash: 231c5bc3a4c964746ccd21f3d44720617dd3d40a 231c5bc
Friday, 15 Sep 2023
15:00 Corvin Köhne (corvink) search for other commits by this committer
sysutils/edk2: enable TPM on bhyve

bhyve gained support for TPM emulation in the upcoming FreeBSD 14.0. The
firmware has to setup the TPM to make it useable for the OS.

Reviewed by:		manu
Approved by:		manu
Sponsored by:		Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D41868
commit hash: 37e614b16cd6129660b2416f7039e09a1f858ae4 commit hash: 37e614b16cd6129660b2416f7039e09a1f858ae4 commit hash: 37e614b16cd6129660b2416f7039e09a1f858ae4 commit hash: 37e614b16cd6129660b2416f7039e09a1f858ae4 37e614b
14:59 Corvin Köhne (corvink) search for other commits by this committer
sysutils/edk2: enable secure boot on bhyve

Everything is ready in edk2 for secure boot. To make use of secure boot
you have to boot into an EFI shell and install your keys. Booting an EFI
shell can be done by starting bhyve without any image attached to it.
More information on how to generate and install keys can be found in the
ACRN documentation [1].

Note that that secure boot capable UEFI implementation is required to
meet the Windows 11 requirements.

[1] https://projectacrn.github.io/3.2/tutorials/waag-secure-boot.html

Reviewed by:		manu
Approved by:		manu
Sponsored by:		Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D41869
commit hash: 46375fd002931ec59e73f02f78a0c228c3a85e36 commit hash: 46375fd002931ec59e73f02f78a0c228c3a85e36 commit hash: 46375fd002931ec59e73f02f78a0c228c3a85e36 commit hash: 46375fd002931ec59e73f02f78a0c228c3a85e36 46375fd
Friday, 8 Sep 2023
06:53 Corvin Köhne (corvink) search for other commits by this committer
OvmfPkg/Bhyve: don't exit early if RSDP is not found in memory

If OVMF fails to find the RSDP in memory, it should fall back installing
the statically provided ACPI tables.

Signed-off-by: Corvin Köhne <corvink@FreeBSD.org>

PR:			273560
Reviewed by:		madpilot, manu
Approved by:		manu
Fixes:			8097dda40a03b8a27a1edf1f31a8af0455a52baf ("sysutils/edk2: update to
202308")
Sponsored by:		Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D41769
commit hash: d64f4b43b1d2e784c837bf38e3c2c0829e9c9f27 commit hash: d64f4b43b1d2e784c837bf38e3c2c0829e9c9f27 commit hash: d64f4b43b1d2e784c837bf38e3c2c0829e9c9f27 commit hash: d64f4b43b1d2e784c837bf38e3c2c0829e9c9f27 d64f4b43b
Friday, 1 Sep 2023
11:38 Corvin Köhne (corvink) search for other commits by this committer
sysutils/edk2: update to 202308

Reviewed by:		manu
Approved by:		manu
Sponsored by:		Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D41631
commit hash: 8097dda40a03b8a27a1edf1f31a8af0455a52baf commit hash: 8097dda40a03b8a27a1edf1f31a8af0455a52baf commit hash: 8097dda40a03b8a27a1edf1f31a8af0455a52baf commit hash: 8097dda40a03b8a27a1edf1f31a8af0455a52baf 8097dda
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Tuesday, 4 Apr 2023
07:09 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Enable IPV6

PR:	270631
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: b9d5e500163e01b6aab11dbfb6cc880ae659a5e5 commit hash: b9d5e500163e01b6aab11dbfb6cc880ae659a5e5 commit hash: b9d5e500163e01b6aab11dbfb6cc880ae659a5e5 commit hash: b9d5e500163e01b6aab11dbfb6cc880ae659a5e5 b9d5e50
Friday, 21 Oct 2022
22:00 Lorenzo Salvadore (salvadore) search for other commits by this committer Author: Mark Millard
sysutils/edk2: Fix build on aarch64

Build on aarch64 was failing with the following error:

ld-elf.so.1: /lib/libgcc_s.so.1: version GCC_4.5.0 required by
/usr/local/lib/gcc11/libstdc++.so.6 not found

Fix by using /usr/local/lib/gcc*/libgcc_s.so.1 instead.

While here, also define WWW variable.

PR:		266404
Approved by:	imp (uboot)
commit hash: 819bf69c15605e1e31998c91fb3fd02d5bc9fa0f commit hash: 819bf69c15605e1e31998c91fb3fd02d5bc9fa0f commit hash: 819bf69c15605e1e31998c91fb3fd02d5bc9fa0f commit hash: 819bf69c15605e1e31998c91fb3fd02d5bc9fa0f 819bf69
Friday, 9 Sep 2022
22:19 Lorenzo Salvadore (salvadore) search for other commits by this committer Author: Oleg Sidorkin
sysutils/edk2: Fix build with GCC 12

- Backport two upstreamed patches.
- Fix ar path.

While here, pet portlint.

PR:		263543
Reported by:	exp-run (antoine)
Approved by:	manu
commit hash: 675ef8421cde2569121e3b623c481f25d2de6c34 commit hash: 675ef8421cde2569121e3b623c481f25d2de6c34 commit hash: 675ef8421cde2569121e3b623c481f25d2de6c34 commit hash: 675ef8421cde2569121e3b623c481f25d2de6c34 675ef84
Tuesday, 7 Jun 2022
06:35 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2@qemu_i386: Fix build depends

nasm is also needed for qemu_i386

Fixes:	177204e319 ("sysutils/edk2: Add qemu_x64 and qemu_i386 as new FLAVORs of
edk2")
Reported by:	pkg-fallout
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 05068774796a180344fb56dd2397b7bdfbd1d38e commit hash: 05068774796a180344fb56dd2397b7bdfbd1d38e commit hash: 05068774796a180344fb56dd2397b7bdfbd1d38e commit hash: 05068774796a180344fb56dd2397b7bdfbd1d38e 0506877
Monday, 6 Jun 2022
23:32 Rebecca Cran (bcran) search for other commits by this committer
sysutils/edk2: Add qemu_x64 and qemu_i386 as new FLAVORs of edk2

Instead of having a separate sysutils/uefi-edk2-qemu port, add qemu_x64
and qemu_i386 as FLAVORs of sysutils/edk2 and delete sysutils/uefi-edk2-qemu.

Differential Revision: https://reviews.freebsd.org/D35408
Approved by: manu
commit hash: 177204e3190b7e608f39df4160217aad578ab7ef commit hash: 177204e3190b7e608f39df4160217aad578ab7ef commit hash: 177204e3190b7e608f39df4160217aad578ab7ef commit hash: 177204e3190b7e608f39df4160217aad578ab7ef 177204e
Friday, 3 Jun 2022
08:23 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2@bhyve: Fix main firmware

EDK2 produce multiple files for the bhyve flavor, _CODE and _DATA
The PLAT_RESULT is just a concat of both.
But bhyve doesn't support having only one file.
When it was its own port we just install the _CODE file as the main file
instead of using the concat one generated during edk2 build.
For this port we need to use the main PLAT_RESULT files for all flavors
except bhyve so add a quirks in the install phase that just replace the main
file with the _CODE one.
Thanks to Corvin Köhne <CorvinK@beckhoff.com> for helping me understanding
the issue.

Fixes:		2e6a6ccd15 ("sysutils/edk2: Add bhyve as a new FLAVOR of edk2")
Sponsored by:	Beckhoff Automation GmbH & Co. KG
PR:		264338
commit hash: 3023881d2e9b0f07aeca701e99caed5039206e06 commit hash: 3023881d2e9b0f07aeca701e99caed5039206e06 commit hash: 3023881d2e9b0f07aeca701e99caed5039206e06 commit hash: 3023881d2e9b0f07aeca701e99caed5039206e06 3023881
Wednesday, 25 May 2022
19:33 Rebecca Cran (bcran) search for other commits by this committer
sysutils/edk2: Add bhyve as a new FLAVOR of edk2

Instead of having a separate sysutils/uefi-edk2-bhyve port, add bhyve
as a FLAVOR of sysutils/edk2 and delete sysutils/uefi-edk2-bhyve.

To support existing users who depend on firmware in
/usr/local/share/uefi-firmware create compatibility symlinks.

Update sysutils/bhyve-firmware to depend on edk2@bhyve.

Differential Revision: https://reviews.freebsd.org/D35148
Reviewed by: manu
Approved by: manu
commit hash: 2e6a6ccd15d1c2b83ea238325b9feddff4f8eaa7 commit hash: 2e6a6ccd15d1c2b83ea238325b9feddff4f8eaa7 commit hash: 2e6a6ccd15d1c2b83ea238325b9feddff4f8eaa7 commit hash: 2e6a6ccd15d1c2b83ea238325b9feddff4f8eaa7 2e6a6cc
Monday, 16 May 2022
12:28 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Remove default FLAVOR

THis makes make clean clean all the flavors by default.
commit hash: 3e971e9bf59b04d5bb7fa0eb35157c2aa2a9a295 commit hash: 3e971e9bf59b04d5bb7fa0eb35157c2aa2a9a295 commit hash: 3e971e9bf59b04d5bb7fa0eb35157c2aa2a9a295 commit hash: 3e971e9bf59b04d5bb7fa0eb35157c2aa2a9a295 3e971e9
Monday, 2 May 2022
16:52 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Update to stable202202

Release notes: https://github.com/tianocore/edk2/releases/tag/edk2-stable202202
Release notes: https://github.com/tianocore/edk2/releases/tag/edk2-stable202111
Release notes: https://github.com/tianocore/edk2/releases/tag/edk2-stable202108
Release notes: https://github.com/tianocore/edk2/releases/tag/edk2-stable202105
commit hash: 7d47e1f2971cabf764770d0388b2c6ad671e9f94 commit hash: 7d47e1f2971cabf764770d0388b2c6ad671e9f94 commit hash: 7d47e1f2971cabf764770d0388b2c6ad671e9f94 commit hash: 7d47e1f2971cabf764770d0388b2c6ad671e9f94 7d47e1f
Tuesday, 9 Nov 2021
08:53 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Remove aarch64-none-elf-gcc on aarch64

We can use the native gcc (from USE_GCC) to build the ports so don't
add another build dep.
commit hash: dfd3f7e23b6a08182b5aebc142685ae8df10485a commit hash: dfd3f7e23b6a08182b5aebc142685ae8df10485a commit hash: dfd3f7e23b6a08182b5aebc142685ae8df10485a commit hash: dfd3f7e23b6a08182b5aebc142685ae8df10485a dfd3f7e
08:53 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Mark the xen flavor as amd64 only

Xen flavors needs a gcc that can compile amd64 code (obviously) which
we don't really have in ports. Also there isn't much sense to build something
amd64 only on other arches. The inverse isn't true as bootstraping arm64 boards
from amd64 is common.

Reported by:  diizzy
commit hash: cb4a79442c93ec652ac85534add6c1609a02948b commit hash: cb4a79442c93ec652ac85534add6c1609a02948b commit hash: cb4a79442c93ec652ac85534add6c1609a02948b commit hash: cb4a79442c93ec652ac85534add6c1609a02948b cb4a794
Monday, 25 Oct 2021
12:58 Alexey Dokuchaev (danfe) search for other commits by this committer
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)

ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 61b6613
Thursday, 21 Oct 2021
14:27 Stefan Eßer (se) search for other commits by this committer
sysutils/edk2: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 12bc458a7aa12a08a6410bca9af66ea7cf4b07d1 commit hash: 12bc458a7aa12a08a6410bca9af66ea7cf4b07d1 commit hash: 12bc458a7aa12a08a6410bca9af66ea7cf4b07d1 commit hash: 12bc458a7aa12a08a6410bca9af66ea7cf4b07d1 12bc458
Tuesday, 28 Sep 2021
17:06 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Reorder FLAVORS

Put the default one (macchiatobin) at the first place otherwise poudriere
keeps rebuilding the package :

Deleting edk2-macchiatobin-g202102.pkg: stale package: unwanted origin
sysutils/edk2@macchiatobin
commit hash: e533c7117fc81f6b0e3decf23d7738b098308b7b commit hash: e533c7117fc81f6b0e3decf23d7738b098308b7b commit hash: e533c7117fc81f6b0e3decf23d7738b098308b7b commit hash: e533c7117fc81f6b0e3decf23d7738b098308b7b e533c71
Thursday, 29 Jul 2021
20:03 Andrew Turner (andrew) search for other commits by this committer
sysutils/edk2: Add fvp support

This is used on the Arm Models (simulators)

Reviewed by:	manu
Approved by:	manu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D31277
commit hash: d7df5341dbd50cc83a8bc292eab98d004677ccfd commit hash: d7df5341dbd50cc83a8bc292eab98d004677ccfd commit hash: d7df5341dbd50cc83a8bc292eab98d004677ccfd commit hash: d7df5341dbd50cc83a8bc292eab98d004677ccfd d7df534
Thursday, 20 May 2021
06:58 Roger Pau Monné (royger) search for other commits by this committer
sysutils/xen-tools: fix build on FreeBSD 12

QEMU Inter-VM shared memory device (ivshmem) depends on eventfd and
will only be built on FreeBSD versions > 12.

The fix is picked up from the QEMU port.

Approved by: bapt (implicit)
commit hash: 97632df2b3f820f6cbd8a09602aa96af6aaec0f5 commit hash: 97632df2b3f820f6cbd8a09602aa96af6aaec0f5 commit hash: 97632df2b3f820f6cbd8a09602aa96af6aaec0f5 commit hash: 97632df2b3f820f6cbd8a09602aa96af6aaec0f5 97632df
06:58 Roger Pau Monné (royger) search for other commits by this committer
sysutils/edk2: update to 202102

This also requires bumping the versions of some submodules and the
platform repositories.

Reviewed by: manu
Approved by: manu
Differential revision: https://reviews.freebsd.org/D30329
commit hash: ef0c9c2a7940b1ce88c44a543fe9a2744b0bebc1 commit hash: ef0c9c2a7940b1ce88c44a543fe9a2744b0bebc1 commit hash: ef0c9c2a7940b1ce88c44a543fe9a2744b0bebc1 commit hash: ef0c9c2a7940b1ce88c44a543fe9a2744b0bebc1 ef0c9c2
06:57 Roger Pau Monné (royger) search for other commits by this committer
sysutils/edk2: use default gcc

Builds fine with the default gcc version.

Reviewed by: manu
Approved by: manu
Differential revision: https://reviews.freebsd.org/D30328
commit hash: 998bc21597591f98bcea13d513f31aaa2c9ef2ed commit hash: 998bc21597591f98bcea13d513f31aaa2c9ef2ed commit hash: 998bc21597591f98bcea13d513f31aaa2c9ef2ed commit hash: 998bc21597591f98bcea13d513f31aaa2c9ef2ed 998bc21
Tuesday, 18 May 2021
09:15 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Rename xen flavor to xen_x64

We might want to have other flavor of this for other xen
arches at one point.

Reviewed by:	royger
Differential Revision:	https://reviews.freebsd.org/D30278
commit hash: 91fcb7ade64ea5050cc7cfe6951956cb0c31e80f commit hash: 91fcb7ade64ea5050cc7cfe6951956cb0c31e80f commit hash: 91fcb7ade64ea5050cc7cfe6951956cb0c31e80f commit hash: 91fcb7ade64ea5050cc7cfe6951956cb0c31e80f 91fcb7a
Saturday, 15 May 2021
17:15 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Restrict building on aarch64 and amd64

The port only provides firmwares for those arch so it doesn't make sense to
build them for other arch.
If one day people wants to bootstrap an aarch64 image from a risc-v board
we will reconsider this change.
commit hash: d80d28ff5ba7c2af9e0eed882abb922df658afac commit hash: d80d28ff5ba7c2af9e0eed882abb922df658afac commit hash: d80d28ff5ba7c2af9e0eed882abb922df658afac commit hash: d80d28ff5ba7c2af9e0eed882abb922df658afac d80d28f
Wednesday, 12 May 2021
08:57 Roger Pau Monné (royger) search for other commits by this committer
sysutils/edk2: add Xen platform

As part of this make the gcc aarch64 dependency conditional to
building a firmware for that architecture, and make the nasm package a
build dependency for the X64 (amd64) targets.

Sponsored by: Citrix Systems R&D
Reviewed by: manu
Approved by: manu
Differential revision: https://reviews.freebsd.org/D30225
commit hash: 565eb7e544c803dbaa64a3767d4c3e1e593e144c commit hash: 565eb7e544c803dbaa64a3767d4c3e1e593e144c commit hash: 565eb7e544c803dbaa64a3767d4c3e1e593e144c commit hash: 565eb7e544c803dbaa64a3767d4c3e1e593e144c 565eb7e
Tuesday, 11 May 2021
17:07 Emmanuel Vadot (manu) search for other commits by this committer
sysutils/edk2: Set maintainer to uboot@

Nobody should ever own this port so set the uboot list as the maintainer.
Even if it's not uboot this port is a flavored port for edk2 targeting
arm64 boards (for now) so uboot@ is the closest things that we have.
commit hash: d945bde259ddc4c4d839a03c96620186dbc99a83 commit hash: d945bde259ddc4c4d839a03c96620186dbc99a83 commit hash: d945bde259ddc4c4d839a03c96620186dbc99a83 commit hash: d945bde259ddc4c4d839a03c96620186dbc99a83 d945bde
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 6 Sep 2020
19:07 linimon search for other commits by this committer
Restrict only to architectures that the code claims to support:

  Python/TargetTool/TargetTool.py:  help="ARCHS is one of list: IA32, X64, ARM,
AARCH64 or EBC, which replaces target.txt's TARGET_ARCH definition. To specify
more archs, please repeat this option."
  Python/build/buildoptions.py:     help="ARCHS is one of list: IA32, X64, ARM,
AARCH64, RISCV64 or EBC, which overrides target.txt's TARGET_ARCH definition. To
specify more archs, please repeat this option."

See also: BaseTools/Source/C/GNUmakefile.

Result from attempt on powerpc64:

  Attempting to detect HOST_ARCH from 'uname -m': powerpc
  Could not detected HOST_ARCH from uname results

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:547866 
Sunday, 9 Aug 2020
17:31 manu search for other commits by this committer
sysutils/edk2: Add new port

EDK2 is a modern, feature-rich, cross-platform firmware development
environment for the UEFI and PI specifications from www.uefi.org.

The port currently support 3 flavors: macchiatobin, rpi3 and rpi4.
Original commitRevision:544569 

Number of commits found: 33