Searched hist:"91 db4642f868cf2e591b62d31a19d35b02ea791e" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | cpu.c | diff 91db4642f868cf2e591b62d31a19d35b02ea791e Tue Dec 27 08:59:30 CST 2016 Cédric Le Goater <clg@kaod.org> target-arm: Add VBAR support to ARM1176 CPUs
ARM1176 CPUs have TrustZone support and can use the Vector Base Address Register, but currently, qemu only adds VBAR support to ARMv7 CPUs. Fix this by adding a new feature ARM_FEATURE_VBAR which can used for ARMv7 and ARM1176 CPUs.
The VBAR feature is always set for ARMv7 because some legacy boards require it even if this is not architecturally correct.
Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-id: 1481810970-9692-1-git-send-email-clg@kaod.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
H A D | cpu.h | diff 91db4642f868cf2e591b62d31a19d35b02ea791e Tue Dec 27 08:59:30 CST 2016 Cédric Le Goater <clg@kaod.org> target-arm: Add VBAR support to ARM1176 CPUs
ARM1176 CPUs have TrustZone support and can use the Vector Base Address Register, but currently, qemu only adds VBAR support to ARMv7 CPUs. Fix this by adding a new feature ARM_FEATURE_VBAR which can used for ARMv7 and ARM1176 CPUs.
The VBAR feature is always set for ARMv7 because some legacy boards require it even if this is not architecturally correct.
Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-id: 1481810970-9692-1-git-send-email-clg@kaod.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
H A D | helper.c | diff 91db4642f868cf2e591b62d31a19d35b02ea791e Tue Dec 27 08:59:30 CST 2016 Cédric Le Goater <clg@kaod.org> target-arm: Add VBAR support to ARM1176 CPUs
ARM1176 CPUs have TrustZone support and can use the Vector Base Address Register, but currently, qemu only adds VBAR support to ARMv7 CPUs. Fix this by adding a new feature ARM_FEATURE_VBAR which can used for ARMv7 and ARM1176 CPUs.
The VBAR feature is always set for ARMv7 because some legacy boards require it even if this is not architecturally correct.
Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-id: 1481810970-9692-1-git-send-email-clg@kaod.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|