coreboot-kgpe-d16/src/superio/fintek
Samuel Holland 7daac91236 device/pnp: remove struct io_info
The 'set' field was not used anywhere. Replace the struct with a simple
integer representing the mask.

initializer updates performed with:
sed -i -r 's/\{ ?0(x([[:digit:]abcdefABCDEF]{3,4}))?, (0x)?[04]? ?\}/0\1/g' \
	src/ec/*/*/ec.c
sed -i -r 's/\{ ?0(x([[:digit:]abcdefABCDEF]{3,4}))?, (0x)?[04] ?\}/0\1/g' \
	src/ec/*/*/ec_lpc.c \
	src/superio/*/*/superio.c \
	src/superio/smsc/fdc37n972/fdc37n972.c \
	src/superio/smsc/sio10n268/sio10n268.c \
	src/superio/via/vt1211/vt1211.c

src/ec/kontron/it8516e/ec.c was manually updated. The previous value for
IT8516E_LDN_SWUC appears to have been a typo, as it was out of range and
had a zero bit in the middle of the mask.

Change-Id: I1e7853844605cd2a6d568caf05488e1218fb53f9
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-on: https://review.coreboot.org/20078
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Myles Watson <mylesgw@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2017-06-13 15:21:58 +02:00
..
common superio/*: Relocate Kconfig to chip folder. 2016-08-09 10:38:30 +02:00
f71805f device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
f71808a device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
f71859 device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
f71863fg device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
f71869ad device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
f71872 device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
f81216h device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
f81865f device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
f81866d device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
Makefile.inc superio/fintek: Add support for Fintek F71808A 2017-03-27 19:19:56 +02:00