Trammell Hudson wrote:
When I build coreboot 4.5 from the release sources it is necessary to download the coreboot-blobs-4.5.tar.xz file and it looks like there might be a dependency now on the 3rdparty/vboot tree as well since cbfs.h includes vb2_api.h:
https://github.com/coreboot/coreboot/blob/master/src/commonlib/include/commo...
This seems like a bug to me. I think the vboot header should either be conditionally included according to configuration, or if it's an ABI then I would suggest to keep a local copy. I assume the ABI is versioned, so back+forward compatibility should be no problem.
//Peter