[U-Boot] [PATCH v3 15/26] x86: Add msr read/write functions that use a structure
Simon Glass
sjg at chromium.org
Fri Nov 21 07:51:38 CET 2014
On 13 November 2014 06:42, Simon Glass <sjg at chromium.org> wrote:
> It is convenient to be able to adjust MSRs with a structure that splits the
> two 32-bit halves into separate fields, as they are often dealt with
> separately. Add a few functions to support this.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/x86/include/asm/msr.h | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
Applied to u-boot-x86.
More information about the U-Boot
mailing list