[Bug 254600] net/ipxe: update to newer commit and enable arm64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 27 10:40:42 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254600
Bug ID: 254600
Summary: net/ipxe: update to newer commit and enable arm64
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: egypcio at FreeBSD.org
Reporter: dch at freebsd.org
Assignee: egypcio at FreeBSD.org
Flags: maintainer-feedback?(egypcio at FreeBSD.org)
Could the port be updated, and amended to allow SNP EFI for armv8 please?
A number of 64-bit armv8 ampere servers are coming to the FreeBSD Foundation.
They can boot using iPXE, cross-built as follows:
```
# on a boring standard ubuntu
$ sudo apt-get -y --no-install-recommends install build-essential \
gcc-aarch64-linux-gnu git liblzma-dev
$ git clone https://github.com/ipxe/ipxe
$ cd ipxe/src
$ git log --oneline HEAD -1
1192edf3 (HEAD -> master) [dhcp] Handle DHCPNAK by returning to discovery
state
$ make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 bin-arm64-efi/snp.efi
```
thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list