aboutsummaryrefslogtreecommitdiff
path: root/hw/loongarch/boot.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-10hw/loongarch/virt: Remove global variables about memmap tablesBibo Mao1-12/+19
2025-06-10hw/loongarch/virt: Remove global variables about initrdBibo Mao1-11/+10
2025-05-14hw/loongarch/boot: Adjust the loading position of the initrdXianglai Li1-9/+43
2025-05-06hw/loongarch/virt: Get physical entry address with elf fileBibo Mao1-0/+1
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé1-1/+1
2025-01-13hw/loongarch/virt: Checkpatch cleanupBibo Mao1-2/+2
2025-01-09hw/loongarch/boot: Support Linux raw boot imageJiaxun Yang1-0/+69
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-2/+2
2024-11-02hw/loongarch/boot: Use warn_report when no kernel filenameSong Gao1-3/+2
2024-07-12hw/loongarch/boot.c: fix out-of-bound readingDmitry Frolov1-1/+1
2024-05-09hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineStateBibo Mao1-5/+5
2024-05-09hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINEBibo Mao1-1/+1
2024-05-09hw/loongarch: move memory map to boot.cPaolo Bonzini1-0/+3
2024-04-29hw/loongarch: Init efi_fdt tableSong Gao1-0/+11
2024-04-29hw/loongarch: Init efi_initrd tableSong Gao1-2/+21
2024-04-29hw/loongarch: Init efi_boot_memmap tableSong Gao1-0/+40
2024-04-29hw/loongarch: Init efi_system_tableSong Gao1-0/+22
2024-04-29hw/loongarch: Add init_cmdlineSong Gao1-0/+30
2024-04-29hw/loongarch: Add slave cpu boot_codeSong Gao1-1/+61
2024-04-29hw/loongarch: Add load initrdSong Gao1-1/+27
2024-04-29hw/loongarch: Move boot functions to boot.cSong Gao1-0/+128