Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203' into staging
target-arm queue:
* virt-acpi-build: add always-on property for timer
* various fixes for EL2 and EL3 behaviour
* arm: virt-acpi: each MADT.GICC entry as enabled unconditionally
* target-arm: Don't report presence of EL2 if it doesn't exist
* raspi: add raspberry pi 2 machine
# gpg: Signature made Wed 03 Feb 2016 18:58:02 GMT using RSA key ID 14360CDE
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
# gpg: aka "Peter Maydell <pmaydell@gmail.com>"
# gpg: aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>"
* remotes/pmaydell/tags/pull-target-arm-20160203:
raspi: add raspberry pi 2 machine
arm/boot: move highbank secure board setup code to common routine
bcm2836: add bcm2836 SoC device
bcm2836_control: add bcm2836 ARM control logic
bcm2835_peripherals: add rollup device for bcm2835 peripherals
bcm2835_ic: add bcm2835 interrupt controller
bcm2835_property: add bcm2835 property channel
bcm2835_mbox: add BCM2835 mailboxes
target-arm: Don't report presence of EL2 if it doesn't exist
libvixl: Avoid std::abs() of 64-bit type
arm: virt-acpi: each MADT.GICC entry as enabled unconditionally
target-arm: Implement the S2 MMU inputsize > pamax check
target-arm: Rename check_s2_startlevel to check_s2_mmu_setup
target-arm: Apply S2 MMU startlevel table size check to AArch64
hw/arm: Setup EL1 and EL2 in AArch64 mode for 64bit Linux boots
target-arm: Make various system registers visible to EL3
virt-acpi-build: add always-on property for timer
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- default-configs/arm-softmmu.mak 1 addition, 0 deletionsdefault-configs/arm-softmmu.mak
- disas/libvixl/vixl/a64/disasm-a64.cc 5 additions, 1 deletiondisas/libvixl/vixl/a64/disasm-a64.cc
- hw/arm/Makefile.objs 1 addition, 0 deletionshw/arm/Makefile.objs
- hw/arm/bcm2835_peripherals.c 204 additions, 0 deletionshw/arm/bcm2835_peripherals.c
- hw/arm/bcm2836.c 165 additions, 0 deletionshw/arm/bcm2836.c
- hw/arm/boot.c 53 additions, 0 deletionshw/arm/boot.c
- hw/arm/highbank.c 2 additions, 35 deletionshw/arm/highbank.c
- hw/arm/raspi.c 152 additions, 0 deletionshw/arm/raspi.c
- hw/arm/virt-acpi-build.c 4 additions, 24 deletionshw/arm/virt-acpi-build.c
- hw/intc/Makefile.objs 1 addition, 0 deletionshw/intc/Makefile.objs
- hw/intc/bcm2835_ic.c 236 additions, 0 deletionshw/intc/bcm2835_ic.c
- hw/intc/bcm2836_control.c 303 additions, 0 deletionshw/intc/bcm2836_control.c
- hw/misc/Makefile.objs 2 additions, 0 deletionshw/misc/Makefile.objs
- hw/misc/bcm2835_mbox.c 333 additions, 0 deletionshw/misc/bcm2835_mbox.c
- hw/misc/bcm2835_property.c 287 additions, 0 deletionshw/misc/bcm2835_property.c
- include/hw/arm/arm.h 5 additions, 0 deletionsinclude/hw/arm/arm.h
- include/hw/arm/bcm2835_peripherals.h 42 additions, 0 deletionsinclude/hw/arm/bcm2835_peripherals.h
- include/hw/arm/bcm2836.h 35 additions, 0 deletionsinclude/hw/arm/bcm2836.h
- include/hw/arm/raspi_platform.h 128 additions, 0 deletionsinclude/hw/arm/raspi_platform.h
- include/hw/arm/virt-acpi-build.h 0 additions, 1 deletioninclude/hw/arm/virt-acpi-build.h
Loading
Please register or sign in to comment