x86: baytrail: Add option to disable the internal UART to setup_early_uart()
This patch adds a parameter to the function setup_early_uart() to either enable or disable the internal BayTrail legacy UART. Since the name setup_early_uart() does not match its functionality any more, lets rename it to setup_internal_uart() as well in this patch. Signed-off-by:Stefan Roese <sr@denx.de> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/x86/cpu/baytrail/early_uart.c 7 additions, 3 deletionsarch/x86/cpu/baytrail/early_uart.c
- arch/x86/include/asm/u-boot-x86.h 1 addition, 1 deletionarch/x86/include/asm/u-boot-x86.h
- arch/x86/lib/fsp/fsp_support.c 1 addition, 1 deletionarch/x86/lib/fsp/fsp_support.c
- doc/README.x86 1 addition, 1 deletiondoc/README.x86
Loading
Please register or sign in to comment