Home
last modified time | relevance | path

Searched refs:FVB_PHYSICAL (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFWBlockService.c99 if (Address - FwhInstance->FvBase[FVB_PHYSICAL] < FwhInstance->Offset) { in FlashFdWrite()
101 BufferForFile = FwhInstance->FvBase[FVB_PHYSICAL] + FwhInstance->Offset; in FlashFdWrite()
102 Length = *NumBytes - (FwhInstance->Offset - (Address - FwhInstance->FvBase[FVB_PHYSICAL])); in FlashFdWrite()
104 FileOffset = Address - FwhInstance->FvBase[FVB_PHYSICAL] - FwhInstance->Offset; in FlashFdWrite()
148 if (Address - FwhInstance->FvBase[FVB_PHYSICAL] < FwhInstance->Offset) { in FlashFdErase()
150 BufferForFile = FwhInstance->FvBase[FVB_PHYSICAL] + FwhInstance->Offset; in FlashFdErase()
151 Length = LbaLength - (FwhInstance->Offset - (Address - FwhInstance->FvBase[FVB_PHYSICAL])); in FlashFdErase()
153 FileOffset = Address - FwhInstance->FvBase[FVB_PHYSICAL] - FwhInstance->Offset; in FlashFdErase()
203 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL]; in FvbVirtualddressChangeEvent()
1314 (UINTN) FwhInstance->FvBase[FVB_PHYSICAL], in OnSimpleFileSystemInstall()
[all …]
DFwBlockService.h72 #define FVB_PHYSICAL 0 macro
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.c154 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL]; in FvbVirtualddressChangeEvent()
1830 …mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] = (EFI_FW_VOL_INSTANCE *) AllocateRuntimeZeroPool (Buff… in FvbInitialize()
1831 ASSERT(mFvbModuleGlobal->FvInstance[FVB_PHYSICAL]); in FvbInitialize()
1835 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL]; in FvbInitialize()
1864 FwhInstance->FvBase[FVB_PHYSICAL] = (UINTN) BaseAddress; in FvbInitialize()
1870 FwhInstance->FvWriteBase[FVB_PHYSICAL] = (UINTN) BaseAddress; in FvbInitialize()
1876 FwhInstance->FvWriteBase[FVB_VIRTUAL] = FwhInstance->FvWriteBase[FVB_PHYSICAL]; in FvbInitialize()
2029 mFvbModuleGlobal->FvbScratchSpace[FVB_PHYSICAL] = AllocateRuntimeZeroPool (MaxLbaSize); in FvbInitialize()
2031 ASSERT (mFvbModuleGlobal->FvbScratchSpace[FVB_PHYSICAL]); in FvbInitialize()
2033 mFvbModuleGlobal->FvbScratchSpace[FVB_VIRTUAL] = mFvbModuleGlobal->FvbScratchSpace[FVB_PHYSICAL]; in FvbInitialize()
DFwBlockService.h63 #define FVB_PHYSICAL 0 macro
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFWBlockService.c155 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL]; in FvbVirtualddressChangeEvent()
1218 mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] = AllocateRuntimePool (BufferSize); in FvbInitialize()
1219 ASSERT (mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] != NULL); in FvbInitialize()
1224 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL]; in FvbInitialize()
1271 FwhInstance->FvBase[FVB_PHYSICAL] = (UINTN) BaseAddress; in FvbInitialize()
DFwBlockService.h28 #define FVB_PHYSICAL 0 macro
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
DFWBlockService.c115 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL]; in FvbVirtualddressChangeEvent()
1199 (VOID**) &mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] in FvbInitialize()
1206 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL]; in FvbInitialize()
1253 FwhInstance->FvBase[FVB_PHYSICAL] = (UINTN) BaseAddress; in FvbInitialize()
DFwBlockService.h22 #define FVB_PHYSICAL 0 macro