| 994dfceb | 26-Oct-2013 |
Achin Gupta <achin.gupta@arm.com> |
psci: fix values of incorrectly defined constants
This patch fixes the following constant values in the psci.h:
1. The affinity level shift value in the power_state parameter of the cpu_suspend
psci: fix values of incorrectly defined constants
This patch fixes the following constant values in the psci.h:
1. The affinity level shift value in the power_state parameter of the cpu_suspend psci call. The previous value was preventing shutdown of the affinity level 1.
2. The values used for affinity state constants (ON, OFF, ON_PENDING). They did not match the values expected to be returned by the affinity_info psci api as mentioned in the spec.
3. The state id shift value in the power_state parameter of the cpu_suspend psci call.
Change-Id: I62ed5eb0e9640b4aa97b93923d6630e6b877a097
show more ...
|
| 295538bc | 15-Nov-2013 |
Sandrine Bailleux <sandrine.bailleux@arm.com> |
AArch64: Remove EL-agnostic TLB helper functions
Also, don't invalidate the TLBs in disable_mmu() function, it's better to do it in enable_mmu() function just before actually enabling the MMU.
Chan
AArch64: Remove EL-agnostic TLB helper functions
Also, don't invalidate the TLBs in disable_mmu() function, it's better to do it in enable_mmu() function just before actually enabling the MMU.
Change-Id: Ib32d6660019b0b2c17254156aad4be67ab4970e1
show more ...
|