Age | Commit message (Expand) | Author |
2018-05-31 | arm: fix qemu crash on startup with -bios option | Igor Mammedov |
2018-05-10 | arm/boot: split load_dtb() from arm_load_kernel() | Igor Mammedov |
2018-05-04 | arm: boot: set boot_info starting from first_cpu | Igor Mammedov |
2018-04-26 | arm: always start from first_cpu when registering loader cpu reset callback | Igor Mammedov |
2018-04-10 | hw/arm: Allow manually specified /psci node | Andrey Smirnov |
2018-03-19 | hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCE | Peter Maydell |
2018-03-19 | hw/arm/boot: assert that secure_boot and secure_board_setup are false for AAr... | Peter Maydell |
2018-03-09 | arm: avoid heap-buffer-overflow in load_aarch64_image | Marc-André Lureau |
2018-03-09 | arm: fix load ELF error leak | Marc-André Lureau |
2018-03-02 | hw/arm/boot: Honour CPU's address space for image loads | Peter Maydell |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | hw/arm: Move virt's PSCI DT fixup code to arm/boot.c | Andrey Smirnov |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2017-04-20 | hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account | Ard Biesheuvel |
2016-11-28 | arm: Create /chosen and /memory devicetree nodes if necessary | Guenter Roeck |
2016-10-17 | hw/arm/boot: allow using a command line specified dtb without a kernel | Michael Olbrich |
2016-05-12 | ARM: Virt: Set numa-node-id for cpu and memory nodes | Shannon Zhao |
2016-04-21 | hw/arm/boot: always clear r0 when booting kernels | Sylvain Garrigues |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-04 | arm: boot: Support big-endian elfs | Peter Crosthwaite |
2016-03-04 | loader: Add data swap option to load-elf | Peter Crosthwaite |
2016-02-19 | device_tree: qemu_fdt_getprop_cell converted to use the error API | Eric Auger |
2016-02-03 | arm/boot: move highbank secure board setup code to common routine | Andrew Baumann |
2016-02-03 | hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux boots | Edgar E. Iglesias |
2016-01-18 | hw/arm: Clean up includes | Peter Maydell |
2015-11-10 | arm: boot: Add secure_board_setup flag | Peter Crosthwaite |
2015-11-03 | arm: boot: Add board specific setup code API | Peter Crosthwaite |
2015-11-03 | arm: boot: Adjust indentation of FIXUP comments | Peter Crosthwaite |
2015-09-08 | hw/arm: new interface for devices which need to behave differently for kernel... | Peter Maydell |
2015-07-15 | hw/arm/boot: Increase fdt alignment | Alexander Graf |
2015-07-09 | hw/arm/boot: Use cpu_set_pc() | Peter Crosthwaite |
2015-06-15 | hw/arm/boot: fix rom_reset notifier registration order | Eric Auger |
2015-06-02 | hw/arm/boot: arm_load_kernel implemented as a machine init done notifier | Eric Auger |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell |
2015-02-05 | target-arm: Change reset to highest available EL | Greg Bellows |
2014-12-22 | hw/arm: pass pristine kernel image to guest firmware over fw_cfg | Laszlo Ersek |
2014-12-22 | target-arm: Add arm_boot_info secure_boot control | Greg Bellows |
2014-12-11 | hw/arm/boot: fix uninitialized scalar variable warning reported by coverity | zhanghailiang |
2014-11-03 | hw/core/loader: implement address translation in uimage loader | Max Filippov |
2014-10-24 | hw/arm/boot: register cpu reset handlers if using -bios | Ard Biesheuvel |
2014-09-12 | hw/arm/boot: enable DTB support when booting ELF images | Ard Biesheuvel |
2014-09-12 | hw/arm/boot: load device tree to base of DRAM if no -kernel option was passed | Ard Biesheuvel |
2014-09-12 | hw/arm/boot: pass an address limit to and return size from load_dtb() | Ard Biesheuvel |
2014-09-12 | hw/arm/boot: load DTB as a ROM image | Ard Biesheuvel |
2014-08-19 | aarch64: Allow -kernel option to take a gzip-compressed kernel. | Richard W.M. Jones |
2014-08-04 | hw/arm/boot: Set PC correctly when loading AArch64 ELF files | Peter Maydell |
2014-03-24 | target-arm: Load ELF images with the correct machine type for CPU | Peter Maydell |
2014-02-11 | exec: Make stl_phys_notdirty input an AddressSpace | Edgar E. Iglesias |
2014-01-31 | hw/arm/boot: Don't set up ATAGS for autogenerated dtb booting | Peter Maydell |