From: klu2 Date: Tue, 22 Jul 2008 04:29:59 +0000 (+0000) Subject: Add doxygen comment for PcdBootFileName X-Git-Tag: edk2-stable201903~20670 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a4ac2531086924d7d26740ea46624ff620218e70;p=mirror_edk2.git Add doxygen comment for PcdBootFileName git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5546 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index afacf2874c..c904bc5bb4 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -162,15 +162,23 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|1|UINT16|0x40000002 [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 [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 [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 [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 [PcdsDynamic.common]