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 alarm/uefi-raspberrypi4 for UEFI firmware #1958

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 3, 2024

  1. Add alarm/uefi-raspberrypi4

    This is the UEFI firmware for Raspberry Pi 4 implemented by tianocore.
    
    This allows raspbberrypi runs almost any OS with proper drivers, even Windows.
    
    However, it has some limitations, devices such as V3D Core and GPIO are not
    available currently, you can see its upstream for more info.
    
    We have disabled the 3GB limit by default because our kernel linux-aarch64
    is new enough(>=5.8). This will allow OS uses full RAM on the models
    have RAM larger than 3GB.
    
    Bump to 1.34
    
    Stop copying kernel image
    
    Bump to 1.35 and switch to gcc from clang
    
    Reason: CLANG38 is missing after update, and build BaseTools with gcc is fixed by upstream.
    
    Bump to 1.36
    
    Other changes:
    - Drop git from makedepends
    - Use SPDX License identifier
    
    Bump to 1.37
    
    Bump to 1.38
    
    Signed-off-by: zhanghua000 <[email protected]>
    arenekosreal committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4b8d84f View commit details
    Browse the repository at this point in the history