Drop obsolete SuperIOs used by GX1 systems only

Hardware / Coreboot - Stefan Reinauer [coreboot.org] - 16 December 2014 14:18 UTC

Drop two SuperIOs that were only used by GX1 systems, and are not used anymore.
- winbond/w83977f
- nsc/pc87351

Change-Id: I8a8eacb0f862b5d08ccfd87f8db503b0ab3c5700

bfea6cc Drop obsolete SuperIOs used by GX1 systems only
src/superio/nsc/Kconfig | 2 -
src/superio/nsc/Makefile.inc | 1 -
src/superio/nsc/pc87351/Makefile.inc | 22 ---------
src/superio/nsc/pc87351/early_serial.c | 31 ------------
src/superio/nsc/pc87351/pc87351.h | 35 -------------
src/superio/nsc/pc87351/superio.c | 73 ----------------------------
src/superio/winbond/Kconfig | 4 --
src/superio/winbond/Makefile.inc | 1 -
src/superio/winbond/w83977f/Makefile.inc | 21 --------
src/superio/winbond/w83977f/early_serial.c | 45 -----------------
src/superio/winbond/w83977f/superio.c | 73 ----------------------------
src/superio/winbond/w83977f/w83977f.h | 34 -------------
12 files changed, 342 deletions(-)

Upstream: review.coreboot.org


  • Share