commit | 4773012c8150317c0eb976877bcc3932eab1e65f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 18 19:51:26 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:50 2015 -0600 |
tree | 82b9a630e970308afe22ed04bb476494cd302351 | |
parent | 1f7338a8aff35cdb2f0f96b9199ec3fc04b162eb [diff] |
x86: Init the debug UART if enabled If the debug UART is enabled, get it ready for use at the earliest possible opportunity. This is not actually very early, but until we have a stack it is difficult to make it work. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>