ACK: [PATCH 2/3] cpu/msr: add MISC_ENABLE MSR to IA32_atom_MSRs

Colin Ian King colin.king at canonical.com
Wed Jul 24 15:10:05 UTC 2019


On 11/07/2019 18:51, Alex Hung wrote:
> MISC_ENABLE in atom has more features than the one defined in
> architectural MSRs (IA32_MSRs)
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/cpu/msr/msr.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/cpu/msr/msr.c b/src/cpu/msr/msr.c
> index 1d5ed63f..7bcaf0b6 100644
> --- a/src/cpu/msr/msr.c
> +++ b/src/cpu/msr/msr.c
> @@ -476,6 +476,7 @@ static const msr_info IA32_atom_MSRs[] = {
>  	{ "MSR_FSB_FREQ",		0x000000cd,	0x0000000000000007ULL, NULL },
>  	{ "MSR_BBL_CR_CTL3",		0x0000011e,	0x0000000000800101ULL, NULL },
>  	{ "MSR_THERM2_CTL",		0x0000019d,	0x0000000000010000ULL, NULL },
> +	{ "MISC_ENABLE",		0x000001a0,	0x0000000400d53c89ULL, NULL },
>  	{ "MC0_CTL",			0x00000400,	0xffffffffffffffffULL, NULL },
>  	{ "MC0_STATUS",			0x00000401,	0xffffffffffffffffULL, NULL },
>  	{ "MC0_ADDR",			0x00000402,	0xffffffffffffffffULL, NULL },
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list