karel_moravec@protech.com.tw wrote:
Is SuperIO SMSC SCH3114 supported in coreboot? It isn't on the list in 'Supported Chipsets and Devices' (see http://www.coreboot.org/Supported_Chipsets_and_Devices), but same SIO SCH3114 is listed at http://www.coreboot.org/Superiotool for some reason.
superiotool is a separate utility for developers. coreboot is not the same as superiotool. coreboot does not have support for the chip. The best place to discover this is in the source tree, under src/superio/ where all superio code within coreboot is stored. A patch to add support for the component in coreboot is most welcome.
//Peter