summaryrefslogtreecommitdiffstats
path: root/hw/arm/boot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-051-1/+1
|\
| * elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-1/+1
* | hw/arm/boot: Support DTB autoload for firmware-only bootsPeter Maydell2019-02-051-1/+0Star
* | hw/arm/boot: Clarify why arm_setup_firmware_boot() doesn't set env->boot_infoPeter Maydell2019-02-051-1/+2
* | hw/arm/boot: Factor out "set up firmware boot" codePeter Maydell2019-02-051-43/+49
* | hw/arm/boot: Factor out "direct kernel boot" code into its own functionPeter Maydell2019-02-051-70/+80
* | hw/arm/boot: Fix block comment style in arm_load_kernel()Peter Maydell2019-02-051-10/+20
|/
* arm: Clarify the logic of set_pc()Julia Suvorova2019-02-011-4/+0Star
* Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson2019-01-071-3/+5
* Allow AArch64 processors to boot from a kernel placed over 4GBRicardo Perez Blanco2018-12-131-13/+22
* hw/arm/boot: Increase compliance with kernel arm64 boot protocolStewart Hildebrand2018-10-241-0/+18
* hw/arm/boot: AArch32 kernels should be started in Hyp mode if availablePeter Maydell2018-08-241-0/+11
* arm: Fix return code of arm_load_elfAdam Lackorzynski2018-08-141-4/+4
* hw/arm/virt: Silence dtc /memory warningEric Auger2018-06-291-18/+23
* arm: fix qemu crash on startup with -bios optionIgor Mammedov2018-05-311-9/+9
* arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov2018-05-101-53/+19Star
* arm: boot: set boot_info starting from first_cpuIgor Mammedov2018-05-041-1/+1
* arm: always start from first_cpu when registering loader cpu reset callbackIgor Mammedov2018-04-261-1/+1
* hw/arm: Allow manually specified /psci nodeAndrey Smirnov2018-04-101-0/+10
* hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCEPeter Maydell2018-03-191-0/+5
* hw/arm/boot: assert that secure_boot and secure_board_setup are false for AAr...Peter Maydell2018-03-191-0/+7
* arm: avoid heap-buffer-overflow in load_aarch64_imageMarc-André Lureau2018-03-091-1/+2
* arm: fix load ELF error leakMarc-André Lureau2018-03-091-0/+1
* hw/arm/boot: Honour CPU's address space for image loadsPeter Maydell2018-03-021-43/+76
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-091-0/+1
|\
| * Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* | hw/arm: Move virt's PSCI DT fixup code to arm/boot.cAndrey Smirnov2018-02-091-0/+65
|/
* hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-8/+8
* hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into accountArd Biesheuvel2017-04-201-11/+53
* arm: Create /chosen and /memory devicetree nodes if necessaryGuenter Roeck2016-11-281-0/+17
* hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich2016-10-171-2/+2
* ARM: Virt: Set numa-node-id for cpu and memory nodesShannon Zhao2016-05-121-6/+37
* hw/arm/boot: always clear r0 when booting kernelsSylvain Garrigues2016-04-211-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* arm: boot: Support big-endian elfsPeter Crosthwaite2016-03-041-10/+83
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-1/+1
* device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2016-02-191-2/+4
* arm/boot: move highbank secure board setup code to common routineAndrew Baumann2016-02-031-0/+51
* hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux bootsEdgar E. Iglesias2016-02-031-0/+2
* hw/arm: Clean up includesPeter Maydell2016-01-181-1/+1
* arm: boot: Add secure_board_setup flagPeter Crosthwaite2015-11-101-1/+9
* arm: boot: Add board specific setup code APIPeter Crosthwaite2015-11-031-1/+19
* arm: boot: Adjust indentation of FIXUP commentsPeter Crosthwaite2015-11-031-8/+8
* hw/arm: new interface for devices which need to behave differently for kernel...Peter Maydell2015-09-081-0/+34
* hw/arm/boot: Increase fdt alignmentAlexander Graf2015-07-151-6/+22
* hw/arm/boot: Use cpu_set_pc()Peter Crosthwaite2015-07-091-13/+11Star
* hw/arm/boot: fix rom_reset notifier registration orderEric Auger2015-06-151-9/+11
* hw/arm/boot: arm_load_kernel implemented as a machine init done notifierEric Auger2015-06-021-1/+13
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-2/+4
* target-arm: Change reset to highest available ELGreg Bellows2015-02-051-2/+20