Pavel Sayekat has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33841
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D src/superio/nuvoton/Makefile.inc: Add definition for NCT5539D src/superio/nuvoton: Add support for NCT5539D ......................................................................
src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D src/superio/nuvoton/Makefile.inc: Add definition for NCT5539D src/superio/nuvoton: Add support for NCT5539D
Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com Change-Id: I3c07eb97f879033ff500c632f6cb42e5e7a61024 --- M src/superio/nuvoton/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/33841/1
diff --git a/src/superio/nuvoton/Makefile.inc b/src/superio/nuvoton/Makefile.inc index de4e99c..7306242 100644 --- a/src/superio/nuvoton/Makefile.inc +++ b/src/superio/nuvoton/Makefile.inc @@ -24,3 +24,4 @@ subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6779D) += nct6779d subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6791D) += nct6791d subdirs-$(CONFIG_SUPERIO_NUVOTON_NPCD378) += npcd378 +subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += nct5539d
Pavel Sayekat has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/33841 )
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D ......................................................................
src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D
src/superio/nuvoton/Makefile.inc: Add definition for NCT5539D
src/superio/nuvoton: Add support for NCT5539D
Change-Id: I3c07eb97f879033ff500c632f6cb42e5e7a61024 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/superio/nuvoton/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/33841/2
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33841
to look at the new patch set (#3).
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D ......................................................................
src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D
src/superio/nuvoton/Makefile.inc: Add definition for NCT5539D
src/superio/nuvoton: Add support for NCT5539D
Change-Id: I3c07eb97f879033ff500c632f6cb42e5e7a61024 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/superio/nuvoton/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/33841/3
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33841 )
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D ......................................................................
Patch Set 3:
Welcome to coreboot! Please look through `git log` how to write commit messages.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33841 )
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D ......................................................................
Patch Set 3:
Looks like you pushed the three commit messages, but did not push the changes. Oops.
Hello Felix Held, Angel Pons, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33841
to look at the new patch set (#4).
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D ......................................................................
src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D
src/superio/nuvoton/Makefile.inc: Add definition for NCT5539D
src/superio/nuvoton: Add support for NCT5539D
Change-Id: I3c07eb97f879033ff500c632f6cb42e5e7a61024 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/superio/nuvoton/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/33841/4
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33841 )
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D ......................................................................
Patch Set 4:
seems that something went wrong here; the abandoned patch 33840 seems to contain most of the code for that SIO
Hello Felix Held, Angel Pons, Felix Singer, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33841
to look at the new patch set (#5).
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D ......................................................................
src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D
src/superio/nuvoton/Makefile.inc: Add definition for NCT5539D
src/superio/nuvoton: Add support for NCT5539D
Change-Id: I3c07eb97f879033ff500c632f6cb42e5e7a61024 Signed-off-by: Pavel Sayekat pavelsayekat@gmail.com --- M src/mainboard/up/squared/upsquared.fmd M src/superio/nuvoton/Makefile.inc M src/superio/nuvoton/common/early_serial.c A src/superio/nuvoton/nct5539d/Kconfig A src/superio/nuvoton/nct5539d/Makefile.inc A src/superio/nuvoton/nct5539d/nct5539d.h A src/superio/nuvoton/nct5539d/superio.c 7 files changed, 201 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/33841/5
Pavlushka has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/33841 )
Change subject: src/superio/nuvoton/common/early_serial.c: Add symbol to select COM port for NCT5539D ......................................................................
Abandoned
total mess