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 kernel bin, minivm, Enable slirp for QEMU, update to 19.1.0 #31

Merged
merged 8 commits into from
Sep 19, 2024

Commits on Sep 18, 2024

  1. Add FDT support to qemu

    This will end up being used by qemu-system-hexagon soon-ish.
    
    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4d4c627 View commit details
    Browse the repository at this point in the history
  2. Add slirp support for QEMU

    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a75b11e View commit details
    Browse the repository at this point in the history
  3. Add cpio utility to container

    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7297d51 View commit details
    Browse the repository at this point in the history
  4. Create and install the binary kernel

    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ba28972 View commit details
    Browse the repository at this point in the history
  5. Add minivm build to rootfs

    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c700983 View commit details
    Browse the repository at this point in the history
  6. Update LLVM to 19.1.0 release

    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5421a68 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Update windows package versions

    The versions of these packages that we had used are no longer
    hosted by msys2 so we'll pick newer ones.
    
    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    447d191 View commit details
    Browse the repository at this point in the history
  2. Disable aarch64-macos build for now

    With 19.1.0 this appeared to fail with a link error perhaps regarding
    a mismatch between PIC/non-PIC libraries.
    
    Signed-off-by: Brian Cain <[email protected]>
    androm3da committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3fa4f7b View commit details
    Browse the repository at this point in the history