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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2022-02-08
hw/arm/boot: Drop existing dtb /psci node rather than retaining it
Peter Maydell
1
-3
/
+4
2022-02-08
hw/arm/boot: Drop nb_cpus field from arm_boot_info
Peter Maydell
1
-4
/
+3
2022-02-08
hw/arm/boot: Don't write secondary boot stub if using PSCI
Peter Maydell
1
-11
/
+24
2022-02-08
hw/arm/boot: Prevent setting both psci_conduit and secure_board_setup
Peter Maydell
1
-0
/
+10
2022-02-08
hw/arm/boot: Support setting psci-conduit based on guest EL
Peter Maydell
1
-0
/
+50
2021-12-15
hw/arm: Don't include qemu-common.h unnecessarily
Peter Maydell
1
-1
/
+0
2021-10-20
hw/arm/virt: Don't create device-tree node for empty NUMA node
Gavin Shan
1
-0
/
+13
2021-08-02
hw/arm/boot: Report error if there is no fw_cfg device in the machine
Peter Maydell
1
-0
/
+9
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2020-12-15
vl: make qemu_get_machine_opts static
Paolo Bonzini
1
-1
/
+1
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
1
-0
/
+1
2020-11-02
hw/arm/boot: fix SVE for EL3 direct kernel boot
Rémi Denis-Courmont
1
-0
/
+3
2020-07-27
hw/arm/boot: Fix MTE for EL3 direct kernel boot
Richard Henderson
1
-0
/
+3
2020-07-27
hw/arm/boot: Fix PAUTH for EL3 direct kernel boot
Richard Henderson
1
-0
/
+3
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
1
-4
/
+2
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
1
-1
/
+1
2019-11-11
hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routine
Clement Deschamps
1
-0
/
+3
2019-11-01
hw/arm/boot: Rebuild hflags when modifying CPUState at boot
Edgar E. Iglesias
1
-0
/
+1
2019-09-27
hw/arm/boot: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-5
/
+5
2019-09-27
hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots
Peter Maydell
1
-0
/
+2
2019-09-03
numa: move numa global variable numa_info into MachineState
Tao Xu
1
-1
/
+1
2019-09-03
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
1
-2
/
+2
2019-09-03
hw/arm: simplify arm_load_dtb
Tao Xu
1
-6
/
+9
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-26
hw/arm/boot: Further improve initrd positioning code
Peter Maydell
1
-2
/
+17
2019-07-26
hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addr
Peter Maydell
1
-9
/
+11
2019-07-01
hw/arm/boot: fix direct kernel boot with initrd
Andrew Jones
1
-1
/
+2
2019-06-17
hw/arm/boot: Honour image size field in AArch64 Image format kernels
Peter Maydell
1
-2
/
+15
2019-06-17
hw/arm/boot: Avoid placing the initrd on top of the kernel
Peter Maydell
1
-14
/
+20
2019-06-17
hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAM
Peter Maydell
1
-0
/
+23
2019-06-17
hw/arm/boot: Don't assume RAM starts at address zero
Peter Maydell
1
-5
/
+4
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-05-23
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
1
-1
/
+1
2019-03-05
hw/arm/boot: introduce fdt_add_memory_node helper
Shameer Kolothum
1
-20
/
+34
2019-02-05
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2019-02-05
hw/arm/boot: Support DTB autoload for firmware-only boots
Peter Maydell
1
-1
/
+0
2019-02-05
hw/arm/boot: Clarify why arm_setup_firmware_boot() doesn't set env->boot_info
Peter Maydell
1
-1
/
+2
2019-02-05
hw/arm/boot: Factor out "set up firmware boot" code
Peter Maydell
1
-43
/
+49
2019-02-05
hw/arm/boot: Factor out "direct kernel boot" code into its own function
Peter Maydell
1
-70
/
+80
2019-02-05
hw/arm/boot: Fix block comment style in arm_load_kernel()
Peter Maydell
1
-10
/
+20
2019-02-05
elf: Add optional function ptr to load_elf() to parse ELF notes
Liam Merwick
1
-1
/
+1
2019-02-01
arm: Clarify the logic of set_pc()
Julia Suvorova
1
-4
/
+0
2019-01-07
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
Nick Hudson
1
-3
/
+5
2018-12-13
Allow AArch64 processors to boot from a kernel placed over 4GB
Ricardo Perez Blanco
1
-13
/
+22
2018-10-24
hw/arm/boot: Increase compliance with kernel arm64 boot protocol
Stewart Hildebrand
1
-0
/
+18
2018-08-24
hw/arm/boot: AArch32 kernels should be started in Hyp mode if available
Peter Maydell
1
-0
/
+11
2018-08-14
arm: Fix return code of arm_load_elf
Adam Lackorzynski
1
-4
/
+4
2018-06-29
hw/arm/virt: Silence dtc /memory warning
Eric Auger
1
-18
/
+23
[next]