aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/boot.c
AgeCommit message (Expand)Author
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 necessarypull-target-arm-20161128Guenter 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 alignmentpull-target-arm-20150715Alexander 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 imagespull-target-arm-20140912Ard 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
2014-08-19aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones
2014-08-04hw/arm/boot: Set PC correctly when loading AArch64 ELF filesPeter Maydell
2014-03-24target-arm: Load ELF images with the correct machine type for CPUpull-target-arm-20140324Peter Maydell
2014-02-11exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias
2014-01-31hw/arm/boot: Don't set up ATAGS for autogenerated dtb bootingPeter Maydell
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite
2013-12-17hw/arm/boot: Add boot support for AArch64 processorMian M. Hamayun
2013-12-17hw/arm/boot: Allow easier swapping in of different loader codePeter Maydell
2013-12-10hw/arm/boot: Allow boards to provide an fdt blobJohn Rigby
2013-10-31hw/arm/boot: Make user not specifying a kernel not an errorPeter Maydell
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-22hw/arm: Use 'load_ramdisk()' for loading ramdisks w/ U-Boot headerpull-arm-devs-20130722Soren Brinkmann
2013-07-19arm/boot: Allow boards to modify the FDT blobPeter Maydell
2013-07-19arm/boot: Use qemu_devtree_setprop_sized_cells()Peter Maydell
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster
2013-06-25arm/boot: Free dtb blob memory after usePeter Maydell
2013-06-25ARM: Allow dumping of device treeJohn Rigby