Searched refs:ErasePolarity (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFfs.c23 @param ErasePolarity Erase polarity attribute of the firmware volume
31 IN UINT8 ErasePolarity,
40 if (ErasePolarity != 0) {
57 @param ErasePolarity Erase polarity attribute of the firmware volume
67 IN UINT8 ErasePolarity,
76 if(ErasePolarity == 1) {
155 @param ErasePolarity Erase polarity attribute of the firmware volume
165 IN UINT8 ErasePolarity,
170 *FileState = GetFileState (ErasePolarity, FfsHeader);
194 @param ErasePolarity Eras
30 GetFileState( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
66 IsBufferErased( IN UINT8 ErasePolarity, IN VOID *InBuffer, IN UINTN BufferSize ) argument
164 IsValidFfsHeader( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader, OUT EFI_FFS_FILE_STATE *FileState ) argument
202 IsValidFfsFile( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
[all...]
H A DFwVolDriver.h45 UINT8 ErasePolarity; member in struct:__anon10923
322 @param ErasePolarity Erase polarity attribute of the firmware volume
332 IN UINT8 ErasePolarity,
341 @param ErasePolarity Erase polarity attribute of the firmware volume
349 IN UINT8 ErasePolarity,
372 @param ErasePolarity Erase polarity attribute of the firmware volume
382 IN UINT8 ErasePolarity,
392 @param ErasePolarity Erase polarity attribute of the firmware volume
401 IN UINT8 ErasePolarity,
H A DFwVol.c406 FvDevice->ErasePolarity = 1;
408 FvDevice->ErasePolarity = 0;
440 if (IsBufferErased (FvDevice->ErasePolarity, FfsHeader, TestLength)) {
447 if (!IsValidFfsHeader (FvDevice->ErasePolarity, FfsHeader, &FileState)) {
468 if (!IsValidFfsFile (FvDevice->ErasePolarity, FfsHeader)) {
489 FileState = GetFileState (FvDevice->ErasePolarity, FfsHeader);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFfs.c44 @param ErasePolarity Erase polarity attribute of the firmware volume
52 IN UINT8 ErasePolarity,
61 if (ErasePolarity != 0) {
168 @param ErasePolarity Erase polarity attribute of the firmware volume
178 IN UINT8 ErasePolarity,
186 if (ErasePolarity == 1) {
307 @param ErasePolarity Erase polarity attribute of the firmware volume
316 IN UINT8 ErasePolarity,
326 ErasePolarity,
333 FileState = GetFileState (ErasePolarity, FfsHeade
51 GetFileState( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
177 IsBufferErased( IN UINT8 ErasePolarity, IN UINT8 *Buffer, IN UINTN BufferSize ) argument
315 IsValidFFSHeader( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
384 GetNextPossibleFileHeader( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
544 UINT8 ErasePolarity; local
[all...]
H A DFwVol.c209 UINT8 ErasePolarity; local
343 ErasePolarity = 1;
345 ErasePolarity = 0;
348 FvDevice->ErasePolarity = ErasePolarity;
375 if (IsBufferErased (ErasePolarity, Ptr, TestLength)) {
389 if (!IsBufferErased (ErasePolarity, Ptr, TestLength)) {
418 FvDevice->ErasePolarity,
422 FvDevice->ErasePolarity,
463 FvDevice->ErasePolarity,
[all...]
H A DFwVolDriver.h89 UINT8 ErasePolarity; member in struct:__anon10518
396 @param ErasePolarity Erase polarity attribute of the firmware volume
406 IN UINT8 ErasePolarity,
414 @param ErasePolarity Erase polarity attribute of the firmware volume
422 IN UINT8 ErasePolarity,
443 @param ErasePolarity Erase polarity attribute of the firmware volume
452 IN UINT8 ErasePolarity,
H A DFwVolWrite.c389 FileState = GetFileState (FvDevice->ErasePolarity, FileHeader);
464 FileState = GetFileState (FvDevice->ErasePolarity, FileHeader);
1275 FileState = GetFileState (FvDevice->ErasePolarity, FileHeader);
1355 UINT8 ErasePolarity; local
1393 ErasePolarity = FvDevice->ErasePolarity;
1543 if (ErasePolarity == 1) {
H A DFwPadFile.c108 FvDevice->ErasePolarity,
342 @param ErasePolarity Fv erase value.
349 IN UINT8 ErasePolarity,
363 if (ErasePolarity == 0) {
560 FvDevice->ErasePolarity,
800 FvDevice->ErasePolarity,
1090 if (FvDevice->ErasePolarity == 1) {
348 FvAdjustFfsFile( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FileHeader, IN UINTN ExtraLength ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFvLib.h133 OUT BOOLEAN *ErasePolarity
146 ErasePolarity A pointer to the erase polarity.
156 IN BOOLEAN ErasePolarity,
170 ErasePolarity The erase polarity for the file state bits.
H A DFvLib.c640 BOOLEAN ErasePolarity; local
664 Status = GetErasePolarity (&ErasePolarity);
671 if (ErasePolarity) {
761 OUT BOOLEAN *ErasePolarity
772 ErasePolarity A pointer to the erase polarity.
800 if (ErasePolarity == NULL) {
805 *ErasePolarity = TRUE;
807 *ErasePolarity = FALSE;
815 IN BOOLEAN ErasePolarity,
827 ErasePolarity Th
814 GetFileState( IN BOOLEAN ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DRegion.py49 # @param ErasePolarity Flash erase polarity
55 def AddToBuffer(self, Buffer, BaseAddress, BlockSizeList, ErasePolarity, ImageBinDict, vtfDict = None, MacroDict = {}):
105 FvObj.AddToBuffer(FvBuffer, FvBaseAddress, BlockSize, BlockNum, ErasePolarity, vtfDict)
137 if (ErasePolarity == '1') :
196 if (ErasePolarity == '1') :
227 if (ErasePolarity == '1') :
250 if (ErasePolarity == '1') :
259 if (ErasePolarity == '1') :
H A DFd.py84 PadRegion.AddToBuffer(TempFdBuffer, self.BaseAddress, self.BlockSizeList, self.ErasePolarity, GenFds.ImageBinDict, self.vtfRawDict, self.DefineVarDict)
93 RegionObj.AddToBuffer (TempFdBuffer, self.BaseAddress, self.BlockSizeList, self.ErasePolarity, GenFds.ImageBinDict, self.vtfRawDict, self.DefineVarDict)
112 PadRegion.AddToBuffer(FdBuffer, self.BaseAddress, self.BlockSizeList, self.ErasePolarity, GenFds.ImageBinDict, self.vtfRawDict, self.DefineVarDict)
121 RegionObj.AddToBuffer (FdBuffer, self.BaseAddress, self.BlockSizeList, self.ErasePolarity, GenFds.ImageBinDict, self.vtfRawDict, self.DefineVarDict)
H A DFdfParser.py1520 if not self.__IsKeyword( "ErasePolarity"):
1521 raise Warning("ErasePolarity missing", self.FileName, self.CurrentLineNumber)
1532 Obj.ErasePolarity = self.__Token
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c112 OUT BOOLEAN *ErasePolarity
120 BOOLEAN ErasePolarity
169 BOOLEAN ErasePolarity; local
267 Status = ReadHeader (InputFile, &FvSize, &ErasePolarity);
332 BOOLEAN ErasePolarity; local
340 ErasePolarity =
365 Status = PrintFileInfo (Fv, CurrentFile, ErasePolarity);
588 OUT BOOLEAN *ErasePolarity
601 ErasePolarity The FV erase polarity.
622 if (InputFile == NULL || FvSize == NULL || ErasePolarity
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c106 @param ErasePolarity Erase Polarity as defined by EFI_FVB2_ERASE_POLARITY
115 IN UINT8 ErasePolarity,
124 if (ErasePolarity != 0) {
240 UINT8 ErasePolarity; local
255 ErasePolarity = 1;
257 ErasePolarity = 0;
300 FileState = GetFileState (ErasePolarity, FfsFileHeader);
1326 UINT8 ErasePolarity; local
1346 ErasePolarity = 1;
1348 ErasePolarity
114 GetFileState( IN UINT8 ErasePolarity, IN EFI_FFS_FILE_HEADER *FfsHeader ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DFdfClass.py30 self.ErasePolarity = '1'
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py1383 if not self.__IsKeyword( "ErasePolarity"):
1384 raise Warning("ErasePolarity missing At Line ", self.FileName, self.CurrentLineNumber)
1395 Obj.ErasePolarity = self.__Token

Completed in 173 milliseconds