aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/boot.c
AgeCommit message (Expand)Author
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
2018-08-14arm: Fix return code of arm_load_elfAdam Lackorzynski
2018-06-29hw/arm/virt: Silence dtc /memory warningEric Auger
2018-05-31arm: fix qemu crash on startup with -bios optionIgor Mammedov
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov
2018-05-04arm: boot: set boot_info starting from first_cpuIgor Mammedov
2018-04-26arm: always start from first_cpu when registering loader cpu reset callbackIgor Mammedov
2018-04-10hw/arm: Allow manually specified /psci nodeAndrey Smirnov
2018-03-19hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCEPeter Maydell
2018-03-19hw/arm/boot: assert that secure_boot and secure_board_setup are false for AAr...Peter Maydell
2018-03-09arm: avoid heap-buffer-overflow in load_aarch64_imageMarc-André Lureau
2018-03-09arm: fix load ELF error leakMarc-André Lureau
2018-03-02hw/arm/boot: Honour CPU's address space for image loadsPeter Maydell
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09hw/arm: Move virt's PSCI DT fixup code to arm/boot.cAndrey Smirnov
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-04-20hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into accountArd Biesheuvel
2016-11-28arm: Create /chosen and /memory devicetree nodes if necessaryGuenter Roeck
2016-10-17hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich
2016-05-12ARM: Virt: Set numa-node-id for cpu and memory nodesShannon Zhao
2016-04-21hw/arm/boot: always clear r0 when booting kernelsSylvain Garrigues
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04arm: boot: Support big-endian elfsPeter Crosthwaite
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann
2016-02-03hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux bootsEdgar E. Iglesias
2016-01-18hw/arm: Clean up includesPeter Maydell
2015-11-10arm: boot: Add secure_board_setup flagPeter Crosthwaite
2015-11-03arm: boot: Add board specific setup code APIPeter Crosthwaite
2015-11-03arm: boot: Adjust indentation of FIXUP commentsPeter Crosthwaite
2015-09-08hw/arm: new interface for devices which need to behave differently for kernel...Peter Maydell
2015-07-15hw/arm/boot: Increase fdt alignmentAlexander Graf
2015-07-09hw/arm/boot: Use cpu_set_pc()Peter Crosthwaite
2015-06-15hw/arm/boot: fix rom_reset notifier registration orderEric Auger
2015-06-02hw/arm/boot: arm_load_kernel implemented as a machine init done notifierEric Auger
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-02-05target-arm: Change reset to highest available ELGreg Bellows
2014-12-22hw/arm: pass pristine kernel image to guest firmware over fw_cfgLaszlo Ersek
2014-12-22target-arm: Add arm_boot_info secure_boot controlGreg Bellows
2014-12-11hw/arm/boot: fix uninitialized scalar variable warning reported by coverityzhanghailiang
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov
2014-10-24hw/arm/boot: register cpu reset handlers if using -biosArd Biesheuvel
2014-09-12hw/arm/boot: enable DTB support when booting ELF imagesArd Biesheuvel
2014-09-12hw/arm/boot: load device tree to base of DRAM if no -kernel option was passedArd Biesheuvel
2014-09-12hw/arm/boot: pass an address limit to and return size from load_dtb()Ard Biesheuvel
2014-09-12hw/arm/boot: load DTB as a ROM imageArd Biesheuvel