mirror of https://github.com/acidanthera/audk.git
Fix broken that Boot file can not be found by BDS.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5561 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
022c6d45ef
commit
86fa2a9658
|
@ -164,22 +164,22 @@
|
|||
[PcdsFixedAtBuild.IA32]
|
||||
## Default EFI boot path name for IA32 architecture, this path is relative to
|
||||
# EFI boot disk.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\\EFI\\BOOT\\BOOTIA32.EFI"|VOID*|0x40000003
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\EFI\BOOT\BOOTIA32.EFI"|VOID*|0x40000003
|
||||
|
||||
[PcdsFixedAtBuild.X64]
|
||||
## Default EFI boot path name for X64 architecture, this path is relative to
|
||||
# EFI boot disk.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\\EFI\\BOOT\\BOOTX64.EFI"|VOID*|0x40000003
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\EFI\BOOT\BOOTX64.EFI"|VOID*|0x40000003
|
||||
|
||||
[PcdsFixedAtBuild.IPF]
|
||||
## Default EFI boot path name for IPF architecture, this path is relative to
|
||||
# EFI boot disk.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\\EFI\\BOOT\\BOOTIA64.EFI"|VOID*|0x40000003
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\EFI\BOOT\BOOTIA64.EFI"|VOID*|0x40000003
|
||||
|
||||
[PcdsFixedAtBuild.EBC]
|
||||
## Default EFI boot path name for EBC architecture, this path is relative to
|
||||
# EFI boot disk.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\\EFI\\BOOT\\BOOTEBC.EFI"|VOID*|0x40000003
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName|L"\EFI\BOOT\BOOTEBC.EFI"|VOID*|0x40000003
|
||||
|
||||
[PcdsDynamic.common]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|0x30000001
|
||||
|
|
Loading…
Reference in New Issue