Page MenuHomeFreeBSD

sysutils/edk2: add Xen platform
ClosedPublic

Authored by royger on May 12 2021, 7:27 AM.
Tags
None
Referenced Files
F163221802: D30225.id89061.diff
Tue, Jul 21, 4:50 AM
Unknown Object (File)
Sat, Jul 18, 7:52 AM
Unknown Object (File)
Sat, Jul 18, 6:30 AM
Unknown Object (File)
Sat, Jul 11, 6:47 PM
Unknown Object (File)
Tue, Jun 23, 3:28 PM
Unknown Object (File)
Sun, Jun 21, 10:24 PM
Unknown Object (File)
Jun 21 2026, 4:34 PM
Unknown Object (File)
Jun 20 2026, 3:09 PM
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
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 39136
Build 36025: arc lint + arc unit

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.