HomeSort by relevance Sort by last modified time
    Searched refs:GenVPD (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
BPDG.py 33 import GenVpd
122 # This method mainly focus on call GenVPD class member functions to complete
140 GenVPD = GenVpd.GenVPD (InputFileName, MapFileName, VpdFileName)
146 GenVPD.ParserInputFile()
147 GenVPD.FormatFileLine()
148 GenVPD.FixVpdOffset()
149 GenVPD.GenerateVpdFile(MapFileName, VpdFileName)
GenVpd.py 2 # This file include GenVpd class for fix the Vpd type PCD offset, and PcdEntry for describe
303 class GenVPD :
306 # Initialize object of GenVPD
    [all...]

Completed in 298 milliseconds