In my Coreboot build I provide both VBIOS and VBT blobs via appropriate 
configuration items. The VBIOS blob contains expected signature at the top and 
VBT is valid as confirmed by running intelvbttool against it. The platform is 
slightly modified kblrvp (RVP3).

During the build I can see cbfstool reporting that both blobs were placed in 
the image:
To see the image's read-only sections as well, rerun with the -w option.

    CBFSPRINT  coreboot.rom



Name                           Offset     Type           Size   Comp

cbfs master header             0x0        cbfs header        32 none
fallback/romstage              0x80       stage           41372 none
cpu_microcode_blob.bin         0xa280     microcode       98304 none
fallback/ramstage              0x22300    stage           90199 none
config                         0x383c0    raw              1302 none
revision                       0x38940    raw               612 none
spd.bin                        0x38c00    spd              2048 none
--> vbt.bin                        0x39440    raw              1168 LZMA (4608 
decompressed)
cmos_layout.bin                0x39940    cmos_layout       904 none
(empty)                        0x39d00    null              664 none
fspm.bin                       0x39fc0    fsp            401408 none
(empty)                        0x9c000    null             3992 none
fsps.bin                       0x9cfc0    fsp            188416 none
--> pci8086,591e.rom               0xcb000    optionrom       65536 none
fallback/postcar               0xdb080    stage           16512 none
fallback/dsdt.aml              0xdf140    raw             19077 none
fallback/payload               0xe3c40    simple elf    1166029 none
(empty)                        0x200780   null           997400 none
bootblock                      0x2f3fc0   bootblock       49152 none

However, once the system boots, the VBIOS is not found at address 0xc0000 and 
VBT cannot be located either.
I need VBT to be accessible in order to specify the DP connector configuration 
for eDP. Suggestions are appreciated

_______________________________________________
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org

Reply via email to