Home
last modified time | relevance | path

Searched refs:BootModeList (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DModuleObject.py115 self.BootModeList = []
181 def SetBootModeList(self, BootModeList): argument
182 self.BootModeList = BootModeList
185 return self.BootModeList
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfParser.py95 self.BootModeList = []
152 self.BootModeList = []
590 List = self.BootModeList
631 if len(self.BootModeList) >= 1:
632 self.InfSpecialCommentParser(self.BootModeList,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py427 BootModeList = []
438 BootModeList.append(BootMode)
439 self.SetBootModeList(BootModeList)