Commit f42c5c8e authored by Peter Maydell's avatar Peter Maydell
Browse files

hw/arm/virt: Add support for Cortex-A57



Support the Cortex-A57 in the virt machine model.

Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: 1398362083-17737-4-git-send-email-peter.maydell@linaro.org
parent 3078e848
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -118,6 +118,11 @@ static VirtBoardInfo machines[] = {
        .memmap = a15memmap,
        .irqmap = a15irqmap,
    },
    {
        .cpu_model = "cortex-a57",
        .memmap = a15memmap,
        .irqmap = a15irqmap,
    },
    {
        .cpu_model = "host",
        .memmap = a15memmap,