Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309' into staging
target-arm queue:
* i.MX: Add i.MX7 SOC implementation and i.MX7 Sabre board
* Report the correct core count in A53 L2CTLR on the ZynqMP board
* linux-user: preliminary SVE support work (signal handling)
* hw/arm/boot: fix memory leak in case of error loading ELF file
* hw/arm/boot: avoid reading off end of buffer if passed very
small image file
* hw/arm: Use more CONFIG switches for the object files
* target/arm: Add "-cpu max" support
* hw/arm/virt: Support -machine gic-version=max
* hw/sd: improve debug tracing
* hw/sd: sdcard: Add the Tuning Command (CMD 19)
* MAINTAINERS: add Philippe as odd-fixes maintainer for SD
# gpg: Signature made Fri 09 Mar 2018 17:24:23 GMT
# gpg: using RSA key 3C2525ED14360CDE
# 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>"
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE
* remotes/pmaydell/tags/pull-target-arm-20180309: (25 commits)
MAINTAINERS: Add entries for SD (SDHCI, SDBus, SDCard)
sdhci: Fix a typo in comment
sdcard: Add the Tuning Command (CMD19)
sdcard: Display which protocol is used when tracing (SD or SPI)
sdcard: Display command name when tracing CMD/ACMD
sdcard: Do not trace CMD55, except when we already expect an ACMD
hw/arm/virt: Support -machine gic-version=max
hw/arm/virt: Add "max" to the list of CPU types "virt" supports
target/arm: Make 'any' CPU just an alias for 'max'
target/arm: Add "-cpu max" support
target/arm: Move definition of 'host' cpu type into cpu.c
target/arm: Query host CPU features on-demand at instance init
arm: avoid heap-buffer-overflow in load_aarch64_image
arm: fix load ELF error leak
hw/arm: Use more CONFIG switches for the object files
aarch64-linux-user: Add support for SVE signal frame records
aarch64-linux-user: Add support for EXTRA signal frame records
aarch64-linux-user: Remove struct target_aux_context
aarch64-linux-user: Split out helpers for guest signal handling
linux-user: Implement aarch64 PR_SVE_SET/GET_VL
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- default-configs/arm-softmmu.mak 9 additions, 0 deletionsdefault-configs/arm-softmmu.mak
- hw/arm/Makefile.objs 22 additions, 9 deletionshw/arm/Makefile.objs
- hw/arm/boot.c 3 additions, 1 deletionhw/arm/boot.c
- hw/arm/fsl-imx7.c 582 additions, 0 deletionshw/arm/fsl-imx7.c
- hw/arm/mcimx7d-sabre.c 90 additions, 0 deletionshw/arm/mcimx7d-sabre.c
- hw/arm/virt.c 20 additions, 10 deletionshw/arm/virt.c
- hw/arm/xlnx-zynqmp.c 2 additions, 0 deletionshw/arm/xlnx-zynqmp.c
- hw/pci-host/Makefile.objs 2 additions, 0 deletionshw/pci-host/Makefile.objs
- hw/pci-host/designware.c 754 additions, 0 deletionshw/pci-host/designware.c
- hw/sd/Makefile.objs 1 addition, 1 deletionhw/sd/Makefile.objs
- hw/sd/sd.c 49 additions, 6 deletionshw/sd/sd.c
- hw/sd/sdhci.c 2 additions, 2 deletionshw/sd/sdhci.c
- hw/sd/sdmmc-internal.c 72 additions, 0 deletionshw/sd/sdmmc-internal.c
- hw/sd/sdmmc-internal.h 24 additions, 0 deletionshw/sd/sdmmc-internal.h
- hw/sd/trace-events 4 additions, 4 deletionshw/sd/trace-events
- include/hw/arm/fsl-imx7.h 222 additions, 0 deletionsinclude/hw/arm/fsl-imx7.h
- include/hw/pci-host/designware.h 102 additions, 0 deletionsinclude/hw/pci-host/designware.h
- include/hw/pci/pci_ids.h 2 additions, 0 deletionsinclude/hw/pci/pci_ids.h
- linux-user/aarch64/target_syscall.h 3 additions, 0 deletionslinux-user/aarch64/target_syscall.h
Loading
Please register or sign in to comment