Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Build issues with ipxe.efi for arm64 architecture
2017-03-08, 17:47
Post: #2
RE: Build issues with ipxe.efi for arm64 architecture
ARM builds does not yet support direct I/O or port calls which makes ipxe.efi invalid for ARM builds since it pulls in drivers which needs this.

Instead of ipxe.efi build the it with the specific driver, or combination of them, for example in your case
Code:
make CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 bin-arm64-efi/intel--snp.efi -j8

or whichever driver it is you need

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Build issues with ipxe.efi for arm64 architecture - NiKiZe - 2017-03-08 17:47



User(s) browsing this thread: 1 Guest(s)