coreboot/src
Marshall Dawson 9f96568171 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>
2019-10-18 13:21:07 +00:00
..
acpi AUTHORS: Move src/acpi copyrights into AUTHORS file 2019-07-30 11:04:14 +00:00
arch arch/x86: Don't allow separate verstage to boot from romcc bootblock 2019-10-08 11:41:06 +00:00
commonlib device,drivers/: Drop some __SIMPLE_DEVICE__ use 2019-09-30 11:07:46 +00:00
console postcar: Fix linking error with disabled postcar console 2019-10-16 11:38:23 +00:00
cpu cpu/amd/{agesa,pi}: Select NO_FIXED_XIP_ROM_SIZE 2019-10-17 15:11:41 +00:00
device device: Use scan_static_bus() over scan_lpc_bus() 2019-10-08 12:59:56 +00:00
drivers drivers/usb: Enable EHCI debug during verstage 2019-10-16 08:29:30 +00:00
ec ec/acpi/ec.c Link EC code in bootblock & verstage 2019-10-12 12:57:04 +00:00
include drivers/usb: Enable EHCI debug during verstage 2019-10-16 08:29:30 +00:00
lib fmap: Add get_fmap_flash_offset() 2019-09-27 21:59:44 +00:00
mainboard mb/facebook/fbg1701: separate cpld support 2019-10-18 12:27:12 +00:00
northbridge nb/intel/nehalem/vboot: Ignore invalid POSTINIT on TPM startup 2019-10-17 15:07:57 +00:00
security security/tpm: Add a Kconfig to disregard INVALID_POSTINIT on startup 2019-10-17 15:07:31 +00:00
soc soc/mediatek/mt8183: Compress calibration blob with LZ4 2019-10-18 12:25:23 +00:00
southbridge nb/intel/nehalem: use pmclib to detect S3 resume 2019-10-17 15:02:28 +00:00
superio superio/smsc: Restore sio1036 2019-10-18 13:21:07 +00:00
vendorcode vendorcode/eltan/Kconfig: Hide the Kconfig options when lacking support 2019-10-11 07:08:27 +00:00
Kconfig arch/x86: Add a choice for selecting normal/fallback cbfs prefix 2019-10-08 11:40:25 +00:00