slimbootloader/Platform/QemuBoardPkg/VbtBin
Maurice Ma a11fbf0538 Add multiple VBT table support
Current SBL can only support on VBT file. However, different board
might need different VBT table. It is better to have the capability
to embed multiple VBT table into the image.  This patch implemented
this feature and enabled it on QEMU. By default, it will take the
original behavior. if _MULTI_VBT_FILE in BoardConfig.py is specified,
multiple VBT files can be used.

If multiple VBT table support is required, list them as:
  {VbtImageId1 :VbtFileName1, VbtImageId2 : VbtFileName2, ...}
VbtImageId is ID to identify a VBT image. It is a UINT32 number to
  match the ImageId field in the VBT container.
VbtFileName is the VBT file name. It needs to be located under platform
  VbtBin folder.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2019-02-13 17:15:33 -08:00
..
Vbt.bsf Initial check-in for Slim Bootloader source 2018-09-13 16:11:07 -07:00
Vbt800x600.dat Add multiple VBT table support 2019-02-13 17:15:33 -08:00
Vbt1024x768.dat Add multiple VBT table support 2019-02-13 17:15:33 -08:00