commit | d89e15f6e5c1d4e51c914e60325e14da3bb590ac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 17 08:48:26 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jul 20 09:46:47 2020 +0800 |
tree | d350537e855ce28e6d6047dd27f765770e111d68 | |
parent | 00dc52fa2d21908b2d44ad649f9c3d95dfc5e8c8 [diff] |
x86: mtrr: Add support for writing to MTRRs on any CPU To enable support for the 'mtrr' command, add a way to perform MTRR operations on selected CPUs. This works by setting up a little 'operation' structure and sending it around the CPUs for action. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>