Add some comments in BdsDxe INF file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7698 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
de5b0df93f
commit
50db9e551a
|
@ -93,7 +93,7 @@
|
||||||
gEfiSimpleTextOutProtocolGuid # PROTOCOL CONSUMES
|
gEfiSimpleTextOutProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiPciIoProtocolGuid # PROTOCOL CONSUMES
|
gEfiPciIoProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiLoadedImageProtocolGuid # PROTOCOL CONSUMES
|
gEfiLoadedImageProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiDevicePathToTextProtocolGuid # PROTOCOL CONSUMES
|
gEfiDevicePathToTextProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiSimpleNetworkProtocolGuid # PROTOCOL CONSUMES
|
gEfiSimpleNetworkProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiDebugPortProtocolGuid # PROTOCOL CONSUMES
|
gEfiDebugPortProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiSimpleTextInProtocolGuid # PROTOCOL CONSUMES
|
gEfiSimpleTextInProtocolGuid # PROTOCOL CONSUMES
|
||||||
|
@ -103,8 +103,8 @@
|
||||||
gEfiCpuArchProtocolGuid # PROTOCOL CONSUMES
|
gEfiCpuArchProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES
|
gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES
|
gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES ## not gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiUgaDrawProtocolGuid # PROTOCOL SOMETIMES_CONSUMES ## gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiConsoleControlProtocolGuid # PROTOCOL CONSUMES
|
gEfiConsoleControlProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES
|
gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES
|
gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES
|
||||||
|
@ -114,4 +114,4 @@
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformBootTimeOutDefault
|
gEfiMdeModulePkgTokenSpaceGuid.PcdPlatformBootTimeOutDefault
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName
|
gEfiMdeModulePkgTokenSpaceGuid.PcdDefaultBootFileName
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# interface of protocol gEfiBdsArchProtocolGuid, then BDS phase is entered.
|
# interface of protocol gEfiBdsArchProtocolGuid, then BDS phase is entered.
|
||||||
#
|
#
|
||||||
# Generally, this module take reposiblity to connect all necessary devices for platform boot,
|
# Generally, this module take reposiblity to connect all necessary devices for platform boot,
|
||||||
# these boot device path are hold in PlatformBdsLib library instance produced by platform.
|
# these boot device path are hold in PlatformBdsLib library instance produced by platform.
|
||||||
# For legacy boot, BDS will transfer control to legacy BIOS after legacy boot device is select.
|
# For legacy boot, BDS will transfer control to legacy BIOS after legacy boot device is select.
|
||||||
# For EFI boot, BDS will load boot loader file EFI\BOOT\BOOTIA32.EFI, EFI\BOOT\BOOTX64.EFI,
|
# For EFI boot, BDS will load boot loader file EFI\BOOT\BOOTIA32.EFI, EFI\BOOT\BOOTX64.EFI,
|
||||||
# EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader.
|
# EFI\BOOT\BOOTIA64.EFI file from selected boot device and transfer control to boot loader.
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
# BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which
|
# BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which
|
||||||
# is used for user to configure boot option or maintain hardware device.
|
# is used for user to configure boot option or maintain hardware device.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008, Intel Corporation. <BR>
|
# Copyright (c) 2008 - 2009, Intel Corporation. <BR>
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
# which accompanies this distribution. The full text of the license may be found at
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
gEfiMiscSubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding misc sub class record)
|
gEfiMiscSubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding misc sub class record)
|
||||||
gEfiMemorySubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding memory record)
|
gEfiMemorySubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding memory record)
|
||||||
gEfiProcessorSubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding processor record)
|
gEfiProcessorSubClassGuid ## CONSUMES ## GUID (Indicate the datahub for holding processor record)
|
||||||
gEfiCapsuleVendorGuid ## CONSUMES ## GUID (Indicate the hob for holding capsure vendor)
|
gEfiCapsuleVendorGuid ## CONSUMES ## GUID (Indicate the hob for holding capsule update image)
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiHiiStringProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiHiiStringProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
||||||
|
@ -147,9 +147,9 @@
|
||||||
gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
||||||
gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiConsoleControlProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
||||||
gEfiHiiDatabaseProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiHiiDatabaseProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
||||||
gEfiUgaDrawProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiBlockIoProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
||||||
gEfiGraphicsOutputProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiSimpleTextInputExProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
||||||
gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
||||||
gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMES
|
||||||
|
@ -172,14 +172,14 @@
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
gEfiHiiDatabaseProtocolGuid
|
TRUE
|
||||||
|
|
||||||
#
|
#
|
||||||
# [BootMode]
|
# [BootMode]
|
||||||
# BOOT_ON_FLASH_UPDATE ## SOMETIMES_CONSUMES
|
# BOOT_ON_FLASH_UPDATE ## SOMETIMES_CONSUMES (Update Capsule Image)
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# [Hob]
|
# [Hob]
|
||||||
# CAPSULE_HOB ## SOMETIMES_CONSUMES
|
# HOB ## SOMETIMES_CONSUMES ## GUID EXTENSION Capsule Data Hob
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue