Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some basic arm64 support #121

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add some basic arm64 support #121

wants to merge 2 commits into from

Commits on Oct 5, 2020

  1. Build arm64 ipxe

    This requires having a cross compiler available (pkg
    gcc-aarch64-linux-gnu on debian).
    
    THis is in preperation for adding some amount of raspberry pi 4 support.
    euank committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    71511b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Add partial support for arm64

    This is enough support that `pixiecore quick debian testing --arch arm64`
    is able to successfully boot a raspberry pi 4 that's using the
    experimental edk2 raspberry pi UEFI firmware.
    
    It does not seem to work with the built-in eeprom pxe booting the
    raspberry pi 4 includes, but the eeprom pxe implementation is severely
    lacking, so I'm not surprised.
    euank committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    202bb21 View commit details
    Browse the repository at this point in the history