<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Guys I just figured it out, I had to update my .config with following change:</div><div><br></div><div>CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/data.vbt"</div><div>to:<br></div><div>CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/variants/t430s/data.vbt"</div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 19, 2018 at 10:58 PM Kyle K <<a href="mailto:kylek389@gmail.com">kylek389@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>I cannot compile git coreboot anymore for T430s, my last successful compile is from Nov 12, that is the last time that I flashed my laptop with fresh git coreboot. Since then I have not changed anything on my end except usual 'git pull; git submodule update --init --checkout; make nconfig (I would simply save to update my .config file); make'<br></div><div><br></div><div>This is the error I'm getting (it is actually after running 'make' for 2nd time since it prints less info)<br></div><div>[kyle@ROG ~/coreboot (master)]$ make<br>Skipping submodule '3rdparty/blobs'<br>Skipping submodule '3rdparty/fsp'<br>    GEN        generated/bootblock.ld<br>    CP         bootblock/arch/x86/bootblock.ld<br>    LINK       cbfs/fallback/bootblock.debug<br>    OBJCOPY    cbfs/fallback/bootblock.elf<br>    OBJCOPY    bootblock.raw.elf<br>    OBJCOPY    bootblock.raw.bin<br>    CREATE     build/mainboard/lenovo/t430s/cbfs-file.CkOxZB.out (from /home/kyle/coreboot/.config)<br>make: *** No rule to make target 'src/mainboard/lenovo/t430s/data.vbt', needed by 'build/coreboot.pre'.  Stop.</div><div><br></div><div><br></div><div>[kyle@ROG ~/coreboot (master)]$ find src/mainboard/lenovo/t430s -name data.vbt<br>src/mainboard/lenovo/t430s/variants/t430s/data.vbt<br>src/mainboard/lenovo/t430s/variants/t431s/data.vbt<br></div><div><br></div><div>Is the data.vbt in wrong place by any chance?</div><div><br></div><div>I was looking at output of 'git log src/mainboard/lenovo/t430s' and noticed that on Nov 29 support for T431s was added. Maybe this has to do something with it?</div><div><br></div><div>Thank you.<br></div></div></div></div></div></div></div>
</blockquote></div></div>