Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!
There are at least 2 different bios layouts.
The BIOS can be extracted from BIOS update or from a SPI flash.
e.g. T60
e.g. x201
BIOS updates can be extraced with innoextract or cabextract depending on the version of the BIOS, because Lenovo changed their creationtool for the executeable.
TODO...
innoextract -e 6quj18us.exe cd app find |grep -i fl2 # look into all FL2 files, only one will worked for me phcomp.exe /D <foo>.FL2 phnxsplit <foo>.flh ls OPROM* romheaders OPROM00.rom
- http://goo.gl/4ESrc2 - google for phcomp.exe