1. 24 7月, 2020 2 次提交
    • T
      hw: Only compile the usb-dwc2 controller if it is really needed · 8d942986
      Thomas Huth 提交于
      The USB_DWC2 switch is currently "default y", so it is included in all
      qemu-system-* builds, even if it is not needed. Even worse, it does a
      "select USB", so USB devices are now showing up as available on targets
      that do not support USB at all. This sysbus device should only be
      included by the boards that need it, i.e. by the Raspi machines.
      
      Fixes: 153ef166 ("dwc-hsotg (dwc2) USB host controller emulation")
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      Reviewed-by: NPaul Zimmerman <pauldzim@gmail.com>
      Message-id: 20200722154719.10130-1-thuth@redhat.com
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      8d942986
    • P
      Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200722-1' into staging · 09e0cd77
      Peter Maydell 提交于
      This PR contains a few RISC-V fixes.
      
      The main fix is the correction of the goldfish RTC time. On top of that
      some small fixes to the recently added vector extensions have been added
      (including an assert that fixed a coverity report). There is a change in
      the SiFive E debug memory size to match hardware. Finally there is a fix
      for PMP accesses.
      
      # gpg: Signature made Wed 22 Jul 2020 17:43:59 BST
      # gpg:                using RSA key F6C4AC46D4934868D3B8CE8F21E10D29DF977054
      # gpg: Good signature from "Alistair Francis <alistair@alistair23.me>" [full]
      # Primary key fingerprint: F6C4 AC46 D493 4868 D3B8  CE8F 21E1 0D29 DF97 7054
      
      * remotes/alistair/tags/pull-riscv-to-apply-20200722-1:
        target/riscv: Fix the range of pmpcfg of CSR funcion table
        hw/riscv: sifive_e: Correct debug block size
        target/riscv: fix vector index load/store constraints
        target/riscv: Quiet Coverity complains about vamo*
        goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGH
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      09e0cd77
  2. 23 7月, 2020 7 次提交
  3. 22 7月, 2020 15 次提交
  4. 21 7月, 2020 16 次提交