Ravi kumar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/Kconfig M payloads/libpayload/configs/config.herobrine M payloads/libpayload/drivers/Makefile.inc D payloads/libpayload/drivers/serial/sc7280.c 4 files changed, 1 insertion(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/1
diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig index 52be71d..f5b81a9 100644 --- a/payloads/libpayload/Kconfig +++ b/payloads/libpayload/Kconfig @@ -264,11 +264,6 @@ depends on SERIAL_CONSOLE default n
-config SC7280_SERIAL_CONSOLE - bool "SC7280 SOC compatible serial port driver" - depends on SERIAL_CONSOLE - default n - config QUALCOMM_QUPV3_SERIAL_CONSOLE bool "Qualcomm QUPV3 serial port driver" depends on SERIAL_CONSOLE diff --git a/payloads/libpayload/configs/config.herobrine b/payloads/libpayload/configs/config.herobrine index a9d576a..18ca19d 100644 --- a/payloads/libpayload/configs/config.herobrine +++ b/payloads/libpayload/configs/config.herobrine @@ -2,4 +2,4 @@ CONFIG_LP_ARCH_ARM64=y CONFIG_LP_TIMER_ARM64_ARCH=y CONFIG_LP_SERIAL_CONSOLE=y -CONFIG_LP_SC7280_SERIAL_CONSOLE=y +CONFIG_LP_QUALCOMM_QUPV3_SERIAL_CONSOLE=y diff --git a/payloads/libpayload/drivers/Makefile.inc b/payloads/libpayload/drivers/Makefile.inc index 6c54c49..c4f7bf6 100644 --- a/payloads/libpayload/drivers/Makefile.inc +++ b/payloads/libpayload/drivers/Makefile.inc @@ -42,8 +42,6 @@ libc-$(CONFIG_LP_PC_MOUSE) += i8042/mouse.c libc-$(CONFIG_LP_PC_I8042) += i8042/i8042.c
-libc-$(CONFIG_LP_SC7280_SERIAL_CONSOLE) += serial/sc7280.c serial/serial.c - libc-$(CONFIG_LP_CBMEM_CONSOLE) += cbmem_console.c
libc-$(CONFIG_LP_MOUSE_CURSOR) += mouse_cursor.c diff --git a/payloads/libpayload/drivers/serial/sc7280.c b/payloads/libpayload/drivers/serial/sc7280.c deleted file mode 100644 index 0d7f5cf..0000000 --- a/payloads/libpayload/drivers/serial/sc7280.c +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include <libpayload.h> - -/* For simplicity sake let's rely on coreboot initalizing the UART. */ -void serial_console_init(void) -{ - -}
Attention is currently required from: Ravi kumar. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS3: Oh interesting. Looks like you got rid of the sc7280 serial driver addition from https://review.coreboot.org/c/coreboot/+/45206 here...
Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#7).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/Kconfig M payloads/libpayload/configs/config.herobrine M payloads/libpayload/drivers/Makefile.inc D payloads/libpayload/drivers/serial/sc7280.c 4 files changed, 1 insertion(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/7
Attention is currently required from: mturney mturney. Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#10).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/Kconfig M payloads/libpayload/configs/config.herobrine M payloads/libpayload/drivers/Makefile.inc 3 files changed, 1 insertion(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/10
Attention is currently required from: Ravi kumar. Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#12).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/12
Attention is currently required from: Ravi kumar. Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#13).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/13
Attention is currently required from: mturney mturney. mturney mturney has uploaded a new patch set (#14) to the change originally created by Ravi kumar. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/Kconfig M payloads/libpayload/configs/config.herobrine M payloads/libpayload/drivers/Makefile.inc D payloads/libpayload/drivers/serial/sc7280.c 4 files changed, 1 insertion(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/14
Attention is currently required from: Ravi kumar, mturney mturney. Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#20).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine D payloads/libpayload/drivers/serial/sc7280.c 2 files changed, 1 insertion(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/20
Attention is currently required from: Ravi kumar, Julius Werner. Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#28).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine D payloads/libpayload/drivers/serial/sc7280.c 2 files changed, 1 insertion(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/28
Attention is currently required from: Ravi kumar, Julius Werner. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
Patch Set 42: Code-Review+2
Attention is currently required from: Ravi kumar, Julius Werner. Hello Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#49).
Change subject: WIP libpayload: Enable UART driver for sc7280 WIP ......................................................................
WIP libpayload: Enable UART driver for sc7280 WIP
Add Qualcomm's QUPV3 serial driver for herobrine board
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/49
Attention is currently required from: Ravi kumar, Julius Werner. Hello Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#52).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
BUG=b:182963902 TEST=Validated on qualcomm sc7180 and sc7280 development board.
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/52
Attention is currently required from: Ravi kumar, Julius Werner. Hello Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#55).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
BUG=b:182963902 TEST=Validated on qualcomm sc7180 and sc7280 development board.
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/55
Attention is currently required from: Ravi kumar, Julius Werner. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
Patch Set 56: Code-Review+2
Attention is currently required from: Ravi kumar, Julius Werner. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
Patch Set 56: Code-Review+1
(1 comment)
Patchset:
PS56: Change looks good. I'll +2 it once Jenkins verifies the change.
Attention is currently required from: Ravi kumar, Julius Werner. Hello Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#58).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
BUG=b:182963902 TEST=Validated on qualcomm sc7180 and sc7280 development board.
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/58
Attention is currently required from: Ravi kumar, Sudheer Amrabadi, Julius Werner, mturney mturney. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
Patch Set 66: Code-Review+2
Attention is currently required from: Ravi kumar, Julius Werner, mturney mturney. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
Patch Set 66:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/47527/comment/de4c78a0_62f2a862 PS66, Line 12: sc7180 probably just the sc7280 board.
Attention is currently required from: Ravi kumar, Julius Werner, mturney mturney. Hello Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#67).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board.
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/67
Attention is currently required from: Ravi kumar, Julius Werner, mturney mturney. Hello Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#70).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board.
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/70
Attention is currently required from: Ravi kumar, Julius Werner, mturney mturney. Hello Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#71).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board.
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/71
Attention is currently required from: Shelley Chen, Ravi kumar, Julius Werner. Ravi Kumar Bokka has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
Patch Set 71:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/47527/comment/4a61a153_a699eb63 PS66, Line 12: sc7180
probably just the sc7280 board.
Done
Attention is currently required from: Shelley Chen, Ravi kumar, Julius Werner. Hello Shelley Chen, build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47527
to look at the new patch set (#74).
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board.
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/47527/74
Attention is currently required from: Ravi kumar, Julius Werner. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
Patch Set 78: Code-Review+2
Shelley Chen has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47527 )
Change subject: libpayload: Enable UART driver for sc7280 ......................................................................
libpayload: Enable UART driver for sc7280
Add Qualcomm's QUPV3 serial driver for herobrine board
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board.
Change-Id: I3a745afd7bbabdd29f1f369612c990526e5a2335 Signed-off-by: Roja Rani Yarubandi rojay@codeaurora.org Reviewed-on: https://review.coreboot.org/c/coreboot/+/47527 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Shelley Chen shchen@google.com --- M payloads/libpayload/configs/config.herobrine 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Shelley Chen: Looks good to me, approved
diff --git a/payloads/libpayload/configs/config.herobrine b/payloads/libpayload/configs/config.herobrine index e87f71a..18ca19d 100644 --- a/payloads/libpayload/configs/config.herobrine +++ b/payloads/libpayload/configs/config.herobrine @@ -2,3 +2,4 @@ CONFIG_LP_ARCH_ARM64=y CONFIG_LP_TIMER_ARM64_ARCH=y CONFIG_LP_SERIAL_CONSOLE=y +CONFIG_LP_QUALCOMM_QUPV3_SERIAL_CONSOLE=y
78 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.