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

Create kernel_qemu_aarch64_run rule #1060

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

Commits on Jun 10, 2024

  1. Add BootRamInfo Provider

        * For launching aarch64 qemu acf-machine a bootram image is needed.
          This image is loaded into SPS bootram and on qemu launch execution
          starts there. The actual image (bootloader + kernel + initramfs + devicetree) is loaded
          into DRAM.  The bootram image does mimimal stuff and jumps to bootloader
          which continues rest of the boot.
    
        * This commit just creates a provider for the BootRam image.
    sudhakar-mamillapalli committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9cd7ef5 View commit details
    Browse the repository at this point in the history
  2. Create kernel_qemu_aarch64_run target.

          * We want to be able to run a qemu machine emulating
            E1 system complex which connect to the SFA FE model
            via netpci for dev and testing.
    
          * So based on kernel_qemu_run which works for x86 arch,
            kernel_qemu_aarch64_run target is introduced which
            pretty much follows the same flow as kernel_qemu_run
            with changes needed for aarch64.
    sudhakar-mamillapalli committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    eb0565d View commit details
    Browse the repository at this point in the history