aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/boot.c
AgeCommit message (Expand)Author
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki
2022-02-08hw/arm/boot: Drop existing dtb /psci node rather than retaining itPeter Maydell
2022-02-08hw/arm/boot: Drop nb_cpus field from arm_boot_infoPeter Maydell
2022-02-08hw/arm/boot: Don't write secondary boot stub if using PSCIPeter Maydell
2022-02-08hw/arm/boot: Prevent setting both psci_conduit and secure_board_setupPeter Maydell
2022-02-08hw/arm/boot: Support setting psci-conduit based on guest ELPeter Maydell
2021-12-15hw/arm: Don't include qemu-common.h unnecessarilyPeter Maydell
2021-10-20hw/arm/virt: Don't create device-tree node for empty NUMA nodeGavin Shan
2021-08-02hw/arm/boot: Report error if there is no fw_cfg device in the machinePeter Maydell
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-11-02hw/arm/boot: fix SVE for EL3 direct kernel bootRémi Denis-Courmont
2020-07-27hw/arm/boot: Fix MTE for EL3 direct kernel bootRichard Henderson
2020-07-27hw/arm/boot: Fix PAUTH for EL3 direct kernel bootRichard Henderson
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2019-11-11hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routineClement Deschamps
2019-11-01hw/arm/boot: Rebuild hflags when modifying CPUState at bootEdgar E. Iglesias
2019-09-27hw/arm/boot: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2019-09-27hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel bootsPeter Maydell
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu
2019-09-03hw/arm: simplify arm_load_dtbTao Xu
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-26hw/arm/boot: Further improve initrd positioning codePeter Maydell
2019-07-26hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addrPeter Maydell
2019-07-01hw/arm/boot: fix direct kernel boot with initrdAndrew Jones
2019-06-17hw/arm/boot: Honour image size field in AArch64 Image format kernelsPeter Maydell
2019-06-17hw/arm/boot: Avoid placing the initrd on top of the kernelPeter Maydell
2019-06-17hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAMPeter Maydell
2019-06-17hw/arm/boot: Don't assume RAM starts at address zeroPeter Maydell
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell
2019-03-05hw/arm/boot: introduce fdt_add_memory_node helperShameer Kolothum
2019-02-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-02-05hw/arm/boot: Support DTB autoload for firmware-only bootsPeter Maydell
2019-02-05hw/arm/boot: Clarify why arm_setup_firmware_boot() doesn't set env->boot_infoPeter Maydell
2019-02-05hw/arm/boot: Factor out "set up firmware boot" codePeter Maydell
2019-02-05hw/arm/boot: Factor out "direct kernel boot" code into its own functionPeter Maydell
2019-02-05hw/arm/boot: Fix block comment style in arm_load_kernel()Peter Maydell
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson
2018-12-13Allow AArch64 processors to boot from a kernel placed over 4GBRicardo Perez Blanco
2018-10-24hw/arm/boot: Increase compliance with kernel arm64 boot protocolStewart Hildebrand
2018-08-24hw/arm/boot: AArch32 kernels should be started in Hyp mode if availablePeter Maydell