commit | 240752c612e61222f79c4514210f7be44854f4ca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 08:48:22 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 20 09:46:46 2020 +0800 |
tree | 6286a30c29275ffb1f8223f70f39aa031f0bb2dc | |
parent | 0538d6833cc61722ee506fab4609d9c1cf010491 [diff] |
x86: mtrr: Use MP calls to list the MTRRs Update the mtrr command to use mp_run_on_cpus() to obtain its information. Since the selected CPU is the boot CPU this does not change the result, but it sets the stage for supporting other CPUs. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>