commit | 9cfd95b1f28af612cf1b9dc7933c2a01a6d208c9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:31 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:30 2021 +1300 |
tree | ac3d41a654206d95d3c278fd463f5ade75f6d4ee | |
parent | 66342ef7d9f13bd2620dbb4d9a470daa5f6841f7 [diff] |
x86: coral: Allow init of debug UART in U-Boot proper At present the debug UART is only set up in SPL, on the assumption that the boot flow will always pass through there. When booting from coreboot, SPL is not used, so the debug UART is not available. Move the code into a common place so that it can be used in U-Boot proper also. Add the required init to start_from_spl.S as well. Signed-off-by: Simon Glass <sjg@chromium.org>