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

feat(firmware_recipes): Add firmware recipes according to platform #9

Merged
merged 3 commits into from
Apr 11, 2024

Commits on Feb 26, 2024

  1. feat(firmware): Add recipe for qemu-aarch64-virt firmware

    This recipe assigns atf and u-boot as its dependencies forcing their builds
    through their own recipes.
    During the installPhase, this recipe copies the binaries generated to proper
    directory.
    
    Signed-off-by: Miguel Silva <[email protected]>
    miguelafsilva5 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    898a7a6 View commit details
    Browse the repository at this point in the history
  2. feat(firmware): Add recipe for qemu-riscv64-virt firmware

    This recipe assigns openSBI as its dependency forcing its build through
    its own recipe.
    During the installPhase, this recipe copies the binaries generated to proper
    directory.
    
    Signed-off-by: Miguel Silva <[email protected]>
    miguelafsilva5 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ecff1fb View commit details
    Browse the repository at this point in the history
  3. fix: Remove unused input from openSBI recipe

    Signed-off-by: Miguel Silva <[email protected]>
    miguelafsilva5 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d863267 View commit details
    Browse the repository at this point in the history