commit | c5c4ed60bccae2c59a5552f12c57ec748afb92b5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 21:12:12 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 09 12:33:24 2020 +0800 |
tree | 3694a1863dae64f0ef7c4363d8cf607b52340cb7 | |
parent | 07cff1aa66c85fbab60d7cfa1e3cf34be101b0c3 [diff] |
x86: fsp: Reinit the FPU after FSP meminit The APL FSP appears to leave the FPU in a bad state in that it has registers in use. This causes an error when the next FPU operation is performed. Work around this by re-resetting the FPU after calling FSP-M. This allows the freetype console to work correctly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>