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

Kyle K kylek389 at gmail.com
Thu Dec 20 06:03:06 CET 2018


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 <kylek389 at gmail.com> wrote:

> 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 (I
> would simply save to update my .config file); make'
>
> This is the error I'm getting (it is actually after running 'make' for 2nd
> time since it prints less info)
> [kyle at ROG ~/coreboot (master)]$ make
> Skipping submodule '3rdparty/blobs'
> Skipping submodule '3rdparty/fsp'
>     GEN        generated/bootblock.ld
>     CP         bootblock/arch/x86/bootblock.ld
>     LINK       cbfs/fallback/bootblock.debug
>     OBJCOPY    cbfs/fallback/bootblock.elf
>     OBJCOPY    bootblock.raw.elf
>     OBJCOPY    bootblock.raw.bin
>     CREATE     build/mainboard/lenovo/t430s/cbfs-file.CkOxZB.out (from
> /home/kyle/coreboot/.config)
> make: *** No rule to make target 'src/mainboard/lenovo/t430s/data.vbt',
> needed by 'build/coreboot.pre'.  Stop.
>
>
> [kyle at ROG ~/coreboot (master)]$ find src/mainboard/lenovo/t430s -name
> data.vbt
> src/mainboard/lenovo/t430s/variants/t430s/data.vbt
> src/mainboard/lenovo/t430s/variants/t431s/data.vbt
>
> Is the data.vbt in wrong place by any chance?
>
> 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?
>
> Thank you.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot/attachments/20181219/99dc1724/attachment.html>


More information about the coreboot mailing list