Hi,
I have a laptop with ITE 8518 and I want to try to port coreboot. The SPI flash chip is shared between the EC and BIOS and is connected to the ITE 8518. Directly flashing the SPI chip maybe be dangerous since the EC can interfere unless the SPI chip is desoldered.

The ITE 8518 has a mode where the keyboard connector can be used a parallel port for flashing (http://www.recomb-omsk.ru/published/SC/html/scripts/doc/94689_datasheet_IT8512E_F_V0.4.1.pdf similar chip) but there isn't any information on the software required. This video (https://www.youtube.com/watch?v=GYedPOLiUOo) shows flashing the BIOS using a proprietary programmer software so it should be possible.

So is there any way I could reverse engineer the parallel port if I don't have access to the ITE flashing software and the programmer in the video costs $150 and even if it could be reverse engineered there won't be any way to see the raw parallel port commands it sends.Possibly there are some documents floating on the internet with the information.

Curi0