soc/amd/include/msr: factor out P state MSR enable bit to cpu/amd/msr.h
The bit position of the P state enable bit in the 8 P state MSRs is identical for all AMD chips including the family 16h model 30h APU that lives outside of soc/amd. The other bits in those 8 MSRs are more or less family- and model-specific. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ia69c33e28e2a91ff9a9bfe95859c1fd454921b77 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73506 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
@@ -41,6 +41,9 @@
|
||||
#define PS_STS_REG 0xC0010063
|
||||
#define PSTATE_0_MSR 0xC0010064
|
||||
#define PSTATE_MSR(pstate) (PSTATE_0_MSR + (pstate))
|
||||
#define PSTATE_DEF_HI_ENABLE_SHIFT 31
|
||||
#define PSTATE_DEF_HI_ENABLE_MASK (0x1 << PSTATE_DEF_HI_ENABLE_SHIFT)
|
||||
|
||||
#define MSR_PATCH_LOADER 0xC0010020
|
||||
|
||||
#define MSR_COFVID_STS 0xC0010071
|
||||
|
Reference in New Issue
Block a user