arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/include
Vignesh Radhakrishnan 4b412b507a Tegra194: mce: fix cg_cstate encoding format
This patch does the following:
- cstate_info variable is used to pass on requested cstate to mce
- Currently, cg_cstate is encoded using 2 bits(bits 8, 9) in cstate_info
- cg_cstate values can range from 0 to 7, with 7 representing cg7
- Thus, cg_cstate is to be encoded using 3 bits (val: 0-7)
- Fix this, as per ISS and ensure bits 8, 9, 10 are used

Change-Id: Idff207e2a88b2f4654e4a956c27054bf5e8f69bb
Signed-off-by: Vignesh Radhakrishnan <vigneshr@nvidia.com>
2019-11-28 11:14:21 -08:00
..
mce_private.h Tegra194: mce: fix cg_cstate encoding format 2019-11-28 11:14:21 -08:00
se.h Tegra194: drivers: SE and RNG1/PKA1 context save support 2019-11-28 11:14:21 -08:00
t194_nvg.h Tegra194: update nvg header to v6.1 2019-11-28 11:14:21 -08:00