Re: [coreboot] T430s cannot compile coreboot.rom, it was fine a month ago

2018-12-19 Thread Kyle K
Guys I just figured it out, I had to update my .config with following change: CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/data.vbt" to: CONFIG_INTEL_GMA_VBT_FILE="src/mainboard/$(MAINBOARDDIR)/variants/t430s/data.vbt" On Wed, Dec 19, 2018 at 10:58 PM Kyle K wrote: > Hello, > > I

[coreboot] T430s cannot compile coreboot.rom, it was fine a month ago

2018-12-19 Thread Kyle K
Hello, 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