Page MenuHomeFreeBSD

sysutils/edk2: add Xen platform
ClosedPublic

Authored by royger on May 12 2021, 7:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 3:44 AM
Unknown Object (File)
Sat, Sep 27, 2:14 AM
Unknown Object (File)
Fri, Sep 19, 8:35 PM
Unknown Object (File)
Thu, Sep 18, 8:44 PM
Unknown Object (File)
Thu, Sep 18, 10:18 AM
Unknown Object (File)
Thu, Sep 18, 9:38 AM
Unknown Object (File)
Wed, Sep 17, 9:30 AM
Unknown Object (File)
Sep 12 2025, 7:46 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sysutils/edk2/Makefile
100

Does all the x64 targets needs nasm or only xen ?

sysutils/edk2/Makefile
100

All X64 (and IA32) need nasm. See uefi-edk2-qemu for example, or the -bhyve one.

This revision is now accepted and ready to land.May 12 2021, 8:20 AM
This revision was automatically updated to reflect the committed changes.