index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
/
boot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-10
arm/boot: split load_dtb() from arm_load_kernel()
Igor Mammedov
1
-53
/
+19
2018-05-04
arm: boot: set boot_info starting from first_cpu
Igor Mammedov
1
-1
/
+1
2018-04-26
arm: always start from first_cpu when registering loader cpu reset callback
Igor Mammedov
1
-1
/
+1
2018-04-10
hw/arm: Allow manually specified /psci node
Andrey Smirnov
1
-0
/
+10
2018-03-19
hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCE
Peter Maydell
1
-0
/
+5
2018-03-19
hw/arm/boot: assert that secure_boot and secure_board_setup are false for AAr...
Peter Maydell
1
-0
/
+7
2018-03-09
arm: avoid heap-buffer-overflow in load_aarch64_image
Marc-André Lureau
1
-1
/
+2
2018-03-09
arm: fix load ELF error leak
Marc-André Lureau
1
-0
/
+1
2018-03-02
hw/arm/boot: Honour CPU's address space for image loads
Peter Maydell
1
-43
/
+76
2018-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...
Peter Maydell
1
-0
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
hw/arm: Move virt's PSCI DT fixup code to arm/boot.c
Andrey Smirnov
1
-0
/
+65
2018-02-06
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
1
-8
/
+8
2017-04-20
hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account
Ard Biesheuvel
1
-11
/
+53
2016-11-28
arm: Create /chosen and /memory devicetree nodes if necessary
Guenter Roeck
1
-0
/
+17
2016-10-17
hw/arm/boot: allow using a command line specified dtb without a kernel
Michael Olbrich
1
-2
/
+2
2016-05-12
ARM: Virt: Set numa-node-id for cpu and memory nodes
Shannon Zhao
1
-6
/
+37
2016-04-21
hw/arm/boot: always clear r0 when booting kernels
Sylvain Garrigues
1
-1
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-04
arm: boot: Support big-endian elfs
Peter Crosthwaite
1
-10
/
+83
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
1
-1
/
+1
2016-02-19
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
1
-2
/
+4
2016-02-03
arm/boot: move highbank secure board setup code to common routine
Andrew Baumann
1
-0
/
+51
2016-02-03
hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux boots
Edgar E. Iglesias
1
-0
/
+2
2016-01-18
hw/arm: Clean up includes
Peter Maydell
1
-1
/
+1
2015-11-10
arm: boot: Add secure_board_setup flag
Peter Crosthwaite
1
-1
/
+9
2015-11-03
arm: boot: Add board specific setup code API
Peter Crosthwaite
1
-1
/
+19
2015-11-03
arm: boot: Adjust indentation of FIXUP comments
Peter Crosthwaite
1
-8
/
+8
2015-09-08
hw/arm: new interface for devices which need to behave differently for kernel...
Peter Maydell
1
-0
/
+34
2015-07-15
hw/arm/boot: Increase fdt alignment
Alexander Graf
1
-6
/
+22
2015-07-09
hw/arm/boot: Use cpu_set_pc()
Peter Crosthwaite
1
-13
/
+11
2015-06-15
hw/arm/boot: fix rom_reset notifier registration order
Eric Auger
1
-9
/
+11
2015-06-02
hw/arm/boot: arm_load_kernel implemented as a machine init done notifier
Eric Auger
1
-1
/
+13
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
1
-2
/
+4
2015-02-05
target-arm: Change reset to highest available EL
Greg Bellows
1
-2
/
+20
2014-12-22
hw/arm: pass pristine kernel image to guest firmware over fw_cfg
Laszlo Ersek
1
-5
/
+83
2014-12-22
target-arm: Add arm_boot_info secure_boot control
Greg Bellows
1
-0
/
+10
2014-12-11
hw/arm/boot: fix uninitialized scalar variable warning reported by coverity
zhanghailiang
1
-1
/
+3
2014-11-03
hw/core/loader: implement address translation in uimage loader
Max Filippov
1
-1
/
+1
2014-10-24
hw/arm/boot: register cpu reset handlers if using -bios
Ard Biesheuvel
1
-5
/
+12
2014-09-12
hw/arm/boot: enable DTB support when booting ELF images
Ard Biesheuvel
1
-2
/
+20
2014-09-12
hw/arm/boot: load device tree to base of DRAM if no -kernel option was passed
Ard Biesheuvel
1
-0
/
+10
2014-09-12
hw/arm/boot: pass an address limit to and return size from load_dtb()
Ard Biesheuvel
1
-3
/
+31
2014-09-12
hw/arm/boot: load DTB as a ROM image
Ard Biesheuvel
1
-1
/
+4
2014-08-19
aarch64: Allow -kernel option to take a gzip-compressed kernel.
Richard W.M. Jones
1
-0
/
+7
2014-08-04
hw/arm/boot: Set PC correctly when loading AArch64 ELF files
Peter Maydell
1
-2
/
+6
2014-03-24
target-arm: Load ELF images with the correct machine type for CPU
Peter Maydell
1
-1
/
+4
2014-02-11
exec: Make stl_phys_notdirty input an AddressSpace
Edgar E. Iglesias
1
-2
/
+3
2014-01-31
hw/arm/boot: Don't set up ATAGS for autogenerated dtb booting
Peter Maydell
1
-2
/
+7
2013-12-20
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
1
-12
/
+12
[next]