commit | 4661c2c9b90bd913b72b406fb9fd884dc1386115 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 27 22:13:42 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Feb 06 12:07:38 2015 -0700 |
tree | 8e75ccfa3d56a0b6e68a8c148fac401d9cd0d68b | |
parent | 45c083b0a153155950ee0622e30ec0ce857719df [diff] |
x86: Allow a UART to be set up before the FSP is ready Since the FSP is a black box it helps to have some sort of debugging available to check its inputs. If the debug UART is in use, set it up after CAR is available. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>