Re: [U-Boot] [PATCH v3 15/26] x86: Add msr read/write functions that use a structure

2014-11-20 Thread Simon Glass
On 13 November 2014 06:42, Simon Glass 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 > --- > > Changes in

[U-Boot] [PATCH v3 15/26] x86: Add msr read/write functions that use a structure

2014-11-12 Thread Simon Glass
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 --- Changes in v3: None Changes in v2: None arch/x86/include/asm/msr.h |