libpayload: Add UART for qcs405

TEST=build

Change-Id: I43164cf9eacc844af1d048f7b6ebbda96fc9d202
Signed-off-by: Prudhvi Yarlagadda <pyarlaga@codeaurora.org>
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/29957
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Prudhvi Yarlagadda
2019-03-22 12:38:20 +05:30
committed by Patrick Georgi
parent 12f0e42cb4
commit 1b05479a7f
4 changed files with 563 additions and 0 deletions

View File

@@ -258,6 +258,11 @@ config IPQ40XX_SERIAL_CONSOLE
depends on SERIAL_CONSOLE
default n
config QCS405_SERIAL_CONSOLE
bool "QCS405 SOC compatible serial port driver"
depends on SERIAL_CONSOLE
default n
config PL011_SERIAL_CONSOLE
bool "PL011 compatible serial port driver"
depends on 8250_SERIAL_CONSOLE