arm-trusted-firmware/bl1/aarch32
Yatharth Kochar fabf3017cf AArch32: Fix detection of virtualization support
The Virtualization field in the ID_PFR1 register has only 2
valid values (0 or 1) but it was incorrectly checked against
unrelated value tied to the SPSR register instead.

This patch fixes the detection of virtualization support by
using the valid values in BL1 context management code.

Change-Id: If12592e343770e1da90f0f5fecf0a3376047ac29
2016-09-23 14:34:29 +01:00
..
bl1_arch_setup.c AArch32: Add generic changes in BL1 2016-09-21 16:27:27 +01:00
bl1_context_mgmt.c AArch32: Fix detection of virtualization support 2016-09-23 14:34:29 +01:00
bl1_entrypoint.S AArch32: Add generic changes in BL1 2016-09-21 16:27:27 +01:00
bl1_exceptions.S AArch32: Add generic changes in BL1 2016-09-21 16:27:27 +01:00