]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190927' into...
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 30 Sep 2019 10:02:22 +0000 (11:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 30 Sep 2019 10:02:22 +0000 (11:02 +0100)
target-arm queue:
 * Fix the CBAR register implementation for Cortex-A53,
   Cortex-A57, Cortex-A72
 * Fix direct booting of Linux kernels on emulated CPUs
   which have an AArch32 EL3 (incorrect NSACR settings
   meant they could not access the FPU)
 * semihosting cleanup: do more work at translate time
   and less work at runtime

# gpg: Signature made Fri 27 Sep 2019 15:32:43 BST
# gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
# gpg:                issuer "peter.maydell@linaro.org"
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
# gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
# gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE

* remotes/pmaydell/tags/pull-target-arm-20190927:
  hw/arm/boot: Use the IEC binary prefix definitions
  hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots
  tests/tcg: add linux-user semihosting smoke test for ARM
  target/arm: remove run-time semihosting checks for linux-user
  target/arm: remove run time semihosting checks
  target/arm: handle A-profile semihosting at translate time
  target/arm: handle M-profile semihosting at translate time
  tests/tcg: clean-up some comments after the de-tangling
  target/arm: fix CBAR register for AArch64 CPUs

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
# Conflicts:
# tests/tcg/arm/Makefile.target

1  2 
tests/tcg/arm/Makefile.target

index 9f43d98f353bb93dc070c43dfbbde09b82d28000,3b7fc9a64be915b1078bdb9d0015cb1a617fb3a8..3ddff852404ede15e5d85177c9fc322e914bafec
@@@ -8,9 -8,6 +8,8 @@@ ARM_SRC=$(SRC_PATH)/tests/tcg/ar
  # Set search path for all sources
  VPATH                 += $(ARM_SRC)
  
- # Multiarch Tests
 +float_madds: CFLAGS+=-mfpu=neon-vfpv4
 +
  # Basic Hello World
  ARM_TESTS = hello-arm
  hello-arm: CFLAGS+=-marm -ffreestanding