Commits
Simon Glass committed eddbad224b9
x86: Add msr read/write functions that use a structure 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@chromium.org>