<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hello</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I recently purchased a x60s tablet to learn more about coreboot, and how to make the boot process as fast as possible. The wacom capabilities are important as this machine will also be used to take notes - so I figured I would just apply the patches for the video fix and serial ports support</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I applied in this order:<br><div><br></div><div>- the video fix described on <a href="http://www.libreboot.org/howto.html" target="_blank">http://www.libreboot.org/howto.html</a> :</div>

$ git clone <a href="http://review.coreboot.org/coreboot" target="_blank">http://review.coreboot.org/coreboot</a><br>$ cd coreboot<br>$ git fetch <a href="http://review.coreboot.org/coreboot" target="_blank">http://review.coreboot.org/coreboot</a> refs/changes/20/5320/6 && git checkout FETCH_HEAD<br>

$ git fetch <a href="http://review.coreboot.org/coreboot" target="_blank">http://review.coreboot.org/coreboot</a> refs/changes/45/5345/1 && git cherry-pick FETCH_HEAD<br><br><div>In src/mainboard/lenovo/x60/devicetree.cb, change register "gpu_backlight" = "0x1280128" to register "gpu_backlight" = "0x879F879E"<div>

<br><div>- the motherboard recon (needed by serial port) on <a href="http://review.coreboot.org/#/c/5246/5" target="_blank">http://review.coreboot.org/#/c/5246/5</a></div><div><br></div><div>git fetch <a href="http://review.coreboot.org/coreboot" target="_blank">http://review.coreboot.org/coreboot</a> refs/changes/46/5246/6 && git checkout FETCH_HEAD</div>

<div><br></div><div>- the serial port on <a href="http://review.coreboot.org/#/c/5239/" target="_blank">http://review.coreboot.org/#/c/5239/</a> :</div><div><br></div><div>git fetch <a href="http://review.coreboot.org/coreboot" target="_blank">http://review.coreboot.org/coreboot</a> refs/changes/39/5239/17 && git checkout FETCH_HEAD<br>

</div><div><br></div><div>- the irda fix on <a href="http://review.coreboot.org/#/c/5242/" target="_blank">http://review.coreboot.org/#/c/5242/</a>:</div><div><br></div><div>git fetch <a href="http://review.coreboot.org/coreboot" target="_blank">http://review.coreboot.org/coreboot</a> refs/changes/42/5242/15 && git checkout FETCH_HEAD<br>

</div></div></div><div><br></div><div>Problem is, after running the sequence of git commands, the video fix is gone.</div><div><br></div><div>I created a new branch as suggested by git to keep the patches (git branch new_branch_name ....), but since I never played with git before I guess I did something wrong.</div>

<div><br></div><div>I could take the patches and manually apply them (in fact I'm about to do that!), but I wonder what is the proper way to do it - and also if I'm missing any important recent patch not mentioned in the online guides.</div>

</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>Also, would anyone here already have a .config for a more or less kernel finetuned (ie no useless peripherals or modules) for a x60 using coreboot? Starting from a good base would save some time. <br>

</div><div><br></div></div><div style="font-family:arial,sans-serif;font-size:13px">Thanks for any help !</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div></div>