commit | adee5ea2c5bdf73d51af19005739985f987f565a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:19 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:17 2019 +0800 |
tree | aec793f0d75da9018b3195a9caa9ea43a33ef784 | |
parent | 466c78593b9cda1b2d512927f4c71dc8d04be166 [diff] |
x86: fsp: Set up an MTRR for the graphics frame buffer The FSP-S may do this but at least for coral it does not. Set this up so that graphics is not deathly slow. It isn't clear whether the FSP is expected to set up MTRR. It is not mentioned in the APL FSP document. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>