index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
boot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/arm/boot: introduce fdt_add_memory_node helper
Shameer Kolothum
2019-03-05
1
-20
/
+34
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-02-05
1
-1
/
+1
|
\
|
*
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
2019-02-05
1
-1
/
+1
*
|
hw/arm/boot: Support DTB autoload for firmware-only boots
Peter Maydell
2019-02-05
1
-1
/
+0
*
|
hw/arm/boot: Clarify why arm_setup_firmware_boot() doesn't set env->boot_info
Peter Maydell
2019-02-05
1
-1
/
+2
*
|
hw/arm/boot: Factor out "set up firmware boot" code
Peter Maydell
2019-02-05
1
-43
/
+49
*
|
hw/arm/boot: Factor out "direct kernel boot" code into its own function
Peter Maydell
2019-02-05
1
-70
/
+80
*
|
hw/arm/boot: Fix block comment style in arm_load_kernel()
Peter Maydell
2019-02-05
1
-10
/
+20
|
/
*
arm: Clarify the logic of set_pc()
Julia Suvorova
2019-02-01
1
-4
/
+0
*
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
2019-01-07
1
-3
/
+5
*
Allow AArch64 processors to boot from a kernel placed over 4GB
Ricardo Perez Blanco
2018-12-13
1
-13
/
+22
*
hw/arm/boot: Increase compliance with kernel arm64 boot protocol
Stewart Hildebrand
2018-10-24
1
-0
/
+18
*
hw/arm/boot: AArch32 kernels should be started in Hyp mode if available
Peter Maydell
2018-08-24
1
-0
/
+11
*
arm: Fix return code of arm_load_elf
Adam Lackorzynski
2018-08-14
1
-4
/
+4
*
hw/arm/virt: Silence dtc /memory warning
Eric Auger
2018-06-29
1
-18
/
+23
*
arm: fix qemu crash on startup with -bios option
Igor Mammedov
2018-05-31
1
-9
/
+9
*
arm/boot: split load_dtb() from arm_load_kernel()
Igor Mammedov
2018-05-10
1
-53
/
+19
*
arm: boot: set boot_info starting from first_cpu
Igor Mammedov
2018-05-04
1
-1
/
+1
*
arm: always start from first_cpu when registering loader cpu reset callback
Igor Mammedov
2018-04-26
1
-1
/
+1
*
hw/arm: Allow manually specified /psci node
Andrey Smirnov
2018-04-10
1
-0
/
+10
*
hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCE
Peter Maydell
2018-03-19
1
-0
/
+5
*
hw/arm/boot: assert that secure_boot and secure_board_setup are false for AAr...
Peter Maydell
2018-03-19
1
-0
/
+7
*
arm: avoid heap-buffer-overflow in load_aarch64_image
Marc-André Lureau
2018-03-09
1
-1
/
+2
*
arm: fix load ELF error leak
Marc-André Lureau
2018-03-09
1
-0
/
+1
*
hw/arm/boot: Honour CPU's address space for image loads
Peter Maydell
2018-03-02
1
-43
/
+76
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...
Peter Maydell
2018-02-09
1
-0
/
+1
|
\
|
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
|
hw/arm: Move virt's PSCI DT fixup code to arm/boot.c
Andrey Smirnov
2018-02-09
1
-0
/
+65
|
/
*
hw/arm: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-02-06
1
-8
/
+8
*
hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account
Ard Biesheuvel
2017-04-20
1
-11
/
+53
*
arm: Create /chosen and /memory devicetree nodes if necessary
Guenter Roeck
2016-11-28
1
-0
/
+17
*
hw/arm/boot: allow using a command line specified dtb without a kernel
Michael Olbrich
2016-10-17
1
-2
/
+2
*
ARM: Virt: Set numa-node-id for cpu and memory nodes
Shannon Zhao
2016-05-12
1
-6
/
+37
*
hw/arm/boot: always clear r0 when booting kernels
Sylvain Garrigues
2016-04-21
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
arm: boot: Support big-endian elfs
Peter Crosthwaite
2016-03-04
1
-10
/
+83
*
loader: Add data swap option to load-elf
Peter Crosthwaite
2016-03-04
1
-1
/
+1
*
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
2016-02-19
1
-2
/
+4
*
arm/boot: move highbank secure board setup code to common routine
Andrew Baumann
2016-02-03
1
-0
/
+51
*
hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux boots
Edgar E. Iglesias
2016-02-03
1
-0
/
+2
*
hw/arm: Clean up includes
Peter Maydell
2016-01-18
1
-1
/
+1
*
arm: boot: Add secure_board_setup flag
Peter Crosthwaite
2015-11-10
1
-1
/
+9
*
arm: boot: Add board specific setup code API
Peter Crosthwaite
2015-11-03
1
-1
/
+19
*
arm: boot: Adjust indentation of FIXUP comments
Peter Crosthwaite
2015-11-03
1
-8
/
+8
*
hw/arm: new interface for devices which need to behave differently for kernel...
Peter Maydell
2015-09-08
1
-0
/
+34
*
hw/arm/boot: Increase fdt alignment
Alexander Graf
2015-07-15
1
-6
/
+22
*
hw/arm/boot: Use cpu_set_pc()
Peter Crosthwaite
2015-07-09
1
-13
/
+11
*
hw/arm/boot: fix rom_reset notifier registration order
Eric Auger
2015-06-15
1
-9
/
+11
*
hw/arm/boot: arm_load_kernel implemented as a machine init done notifier
Eric Auger
2015-06-02
1
-1
/
+13
*
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2015-04-26
1
-2
/
+4
[next]