commit | 412f11b3655bacfa8efa4097e399adeeb7d80bcc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 25 21:58:50 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:12 2019 +0800 |
tree | 3f9edc3edac98a2eba8d4a9b522407f22e376512 | |
parent | 69343ff9fbd5b4a99190d94fdad396566b95d767 [diff] |
x86: broadwell: Move init of debug UART to cpu.c At present the debug UART is set up in sdram.c which is not the best place since it has nothing in particular to do with SDRAM. Since we want to support initing this in SPL too, move it to a common file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: added 'broadwell' tag in the commit title] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>