Skip to content
Snippets Groups Projects
Select Git revision
  • e8c2d99f8277d68d28a9f99d16289712bc2aee7f
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

kvm

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jonathan Austin authored and Christoffer Dall committed
    This patch adds support for running Cortex-A7 guests on Cortex-A7 hosts.
    
    As Cortex-A7 is architecturally compatible with A15, this patch is largely just
    generalising existing code. Areas where 'implementation defined' behaviour
    is identical for A7 and A15 is moved to allow it to be used by both cores.
    
    The check to ensure that coprocessor register tables are sorted correctly is
    also moved in to 'common' code to avoid each new cpu doing its own check
    (and possibly forgetting to do so!)
    
    Signed-off-by: default avatarJonathan Austin <jonathan.austin@arm.com>
    Acked-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
    Signed-off-by: default avatarChristoffer Dall <christoffer.dall@linaro.org>
    e8c2d99f
    History
    Name Last commit Last update
    ..