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 UEFI target support #1406

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

Commits on Oct 19, 2021

  1. UEFI target support: Prepare rand_impl for uefi target

    Rust UEFI target `x86_64-unknown-uefi` using BoringSSL's `CRYPTO_rdrand`
     & `CRYPTO_rdrand_mutiple8_buf` to obtain random numbers under
    the X86_64 architecture.
    Xiaoyu Lu committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    df48d32 View commit details
    Browse the repository at this point in the history
  2. Add UEFI target support

    Xiaoyu Lu committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e98c5df View commit details
    Browse the repository at this point in the history
  3. Add UEFI target in CI/CD

    Because UEFI needs to be compiled without std in nightly toolchain.
    So add CI separately.
    Xiaoyu Lu committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c3598c9 View commit details
    Browse the repository at this point in the history