commit | 29d2d64ed55f2dfaff6d298b0f589ea0f8edef8d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 14:54:51 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:27 2020 +0800 |
tree | ddca703f01f651b8ac155ab17c802fcc9b00f0eb | |
parent | 51af144eb7a0bba3f54991059920ceccd83ddc91 [diff] |
x86: Add support for more than 8 MTRRs At present the mtrr command only support 8 MTRRs. Some SoCs have more than that. Update the implementation to support up to 10. Read the number of MTRRs dynamically instead. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>