Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44695
to look at the new patch set (#2).
Change subject: superio/winbond/wpcd376i: Resurrect the driver ......................................................................
superio/winbond/wpcd376i: Resurrect the driver
This SuperIO chip is used on the Intel DQ45EK mainboard. Restore the driver that was deleted in commit d3a1a4171ee9 ("src/superio: Remove unused superio chips"). Changes from the previous version include: - Replacing the early serial implementation with Winbond common code, - Replacing the license boilerplate with SPDX headers, and - Removing unnecessary header file references.
Change-Id: I0ff1a63c47d5dff2599c83a1cebe1ac5ff2136b1 Signed-off-by: Samuel Holland samuel@sholland.org --- M src/superio/winbond/Makefile.inc A src/superio/winbond/wpcd376i/Kconfig A src/superio/winbond/wpcd376i/Makefile.inc A src/superio/winbond/wpcd376i/superio.c A src/superio/winbond/wpcd376i/wpcd376i.h 5 files changed, 93 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/44695/2