commit | 8dda2baa976a3b4caa9c6e52a861adb0431f7dbf | [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 | aa3a4d870e53e4517320140902eb9488a73e84ce [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>