On Mon, Jun 15, 2020 at 1:00 AM Simon Glass <s...@chromium.org> wrote: > > Use the multi-CPU calls to set the MTRR values. This still supports only > the boot CPU for now. > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Wolfgang Wallner <wolfgang.wall...@br-automation.com> > --- > > Changes in v2: > - Drop the renamed mtrr_set_valid_() instead of mtrr_set_valid() > > cmd/x86/mtrr.c | 34 ++++++++-------------------------- > 1 file changed, 8 insertions(+), 26 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>