Date: Sat, 27 Mar 2021 10:40:41 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254600] net/ipxe: update to newer commit and enable arm64 Message-ID: <bug-254600-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254600 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@FreeBSD.org Reporter: dch@freebsd.org Assignee: egypcio@FreeBSD.org Flags: maintainer-feedback?(egypcio@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 Foundatio= n. 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=3Daarch64-linux-gnu- ARCH=3Darm64 bin-arm64-efi/snp.efi ``` thanks! --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254600-7788>