superio/smsc: Restore sio1036
commit9f9656817119fdf481ff7fdde6382f4c06a67aa5
authorMarshall Dawson <marshalldawson3rd@gmail.com>
Thu, 17 Oct 2019 01:40:07 +0000 (16 19:40 -0600)
committerFelix Held <felix-coreboot@felixheld.de>
Fri, 18 Oct 2019 13:21:07 +0000 (18 13:21 +0000)
treef50d010bbde8528aca43dcd3f34d4c7cda1b1e76
parent467802b6285b2b9a76f755dffeef61194ee35373
superio/smsc: Restore sio1036

Change d3a1a417 "src/superio: Remove unused superio chips" removed
all unused devices except for ones used on mainboards still under
review.  The SMSC 1036 was inadvertenly also removed as well.  This
device is used in debug cards that may be connected to AMD CRBs.

This patch restores the smsc1036 directory as-is and then corrects
the following lint messages.
 * WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
 * ERROR: else should follow close brace '}'
 * WARNING: braces {} are not necessary for single statement blocks

Change-Id: I851826e12032f802b9b2ff86d5a0eb99871bee6d
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36119
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/superio/smsc/sio1036/Kconfig [new file with mode: 0644]
src/superio/smsc/sio1036/Makefile.inc [new file with mode: 0644]
src/superio/smsc/sio1036/sio1036.h [new file with mode: 0644]
src/superio/smsc/sio1036/sio1036_early_init.c [new file with mode: 0644]
src/superio/smsc/sio1036/superio.c [new file with mode: 0644]