[coreboot] How to handle vbt.bin

2018-04-05 Thread Arthur Heymans
Hi Recently there has been some development towards better handling of the VBT (Video BIOS Table) on Intel targets within coreboot. [1],[2](and a whole lot of patches that hook up this code). VBT is usually a part of the option rom for the Intel integrated graphic device. It is pure configuration

Re: [coreboot] How to handle vbt.bin

2018-04-05 Thread Matt DeVillier
my instinct is to put it in the 3rd party blobs repo, since it's added to the CBFS w/o modification (ie, is treated like a blob), unlike the SPD hex files which are selectively ordered and assembled into the spd.bin (ie, treated as source). For the example case you sited of users building coreboot

Re: [coreboot] How to handle vbt.bin

2018-04-05 Thread Nico Huber
On 05.04.2018 18:15, Matt DeVillier wrote: > my instinct is to put it in the 3rd party blobs repo, since it's added to > the CBFS w/o modification (ie, is treated like a blob), unlike the SPD hex > files which are selectively ordered and assembled into the spd.bin (ie, > treated as source). Files

Re: [coreboot] How to handle vbt.bin

2018-04-05 Thread Matt DeVillier
On Thu, Apr 5, 2018 at 11:29 AM, Nico Huber wrote: > On 05.04.2018 18:15, Matt DeVillier wrote: > > my instinct is to put it in the 3rd party blobs repo, since it's added to > > the CBFS w/o modification (ie, is treated like a blob), unlike the SPD > hex > > files which are selectively ordered an