diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-10-13 22:58:28 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-10-16 22:20:47 +0000 |
commit | 90df9166834f26a7600d089bc2fade0f34fd6681 (patch) | |
tree | 19123d60f02b305111e513c262952f0f9a379705 /src/mainboard/apple/Kconfig | |
parent | d32bb116f063d04e0c5f72e6fd0367d6e542c9fb (diff) |
include/cpu/x86: introduce new helper for (un)setting MSRs
msr_set_bit can only set single bits in MSRs and causes mixing of bit
positions and bitmasks in the MSR header files. Thus, replace the helper
by versions which can unset and set whole MSR bitmasks, just like the
"and-or"-helper, but in the way commit 64a6b6c was done (inversion done
in the helper). This helps keeping the MSR macros unified in bitmask
style.
In sum, the three helpers msr_set, msr_unset and msr_unset_and_set get
added.
The few uses of msr_set_bit have been replaced by the new version, while
the used macros have been converted accordingly.
Change-Id: Idfe9b66e7cfe78ec295a44a2a193f530349f7689
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46354
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/apple/Kconfig')
0 files changed, 0 insertions, 0 deletions