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

Implement bulk of UEFI protocol needed by linux kernel #423

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    6b903f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea19f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc4532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a37823 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    253e309 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    347db09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    763ff7c View commit details
    Browse the repository at this point in the history
  8. [app][uefi] Enable mspace feature on dlmalloc

    This allows us to use an identitiy mapped piece of memory as the heap
    for UEFI app. UEFI app's allocation would go from this heap.
    zhangxp1998 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7d77e28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1249e8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d8a1ec View commit details
    Browse the repository at this point in the history
  11. Move UEFI header files into private include namespace

    This help reduce the risk of name collision. As MODULE_DIR/include is
    automatically added to global includes.
    zhangxp1998 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    649d432 View commit details
    Browse the repository at this point in the history