mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Ata: add dynamic type to PcdAtaSmartEnable
Signed-off-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13510 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
816a711058
commit
0e18586429
|
@ -462,9 +462,6 @@
|
||||||
## If TRUE, S3 performance data will be supported in ACPI FPDT table.
|
## If TRUE, S3 performance data will be supported in ACPI FPDT table.
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support|TRUE|BOOLEAN|0x00010064
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support|TRUE|BOOLEAN|0x00010064
|
||||||
|
|
||||||
## This PCD specified whether the S.M.A.R.T feature of attached ATA hard disks are enabled.
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable|TRUE|BOOLEAN|0x00010065
|
|
||||||
|
|
||||||
[PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64]
|
[PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64]
|
||||||
##
|
##
|
||||||
# This feature flag specifies whether DxeIpl switches to long mode to enter DXE phase.
|
# This feature flag specifies whether DxeIpl switches to long mode to enter DXE phase.
|
||||||
|
@ -817,6 +814,9 @@
|
||||||
# the extension FPDT boot records got after ReadyToBoot and before ExitBootService.
|
# the extension FPDT boot records got after ReadyToBoot and before ExitBootService.
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize|0x0|UINT32|0x0001005F
|
gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize|0x0|UINT32|0x0001005F
|
||||||
|
|
||||||
|
## This PCD specified whether the S.M.A.R.T feature of attached ATA hard disks are enabled.
|
||||||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdAtaSmartEnable|TRUE|BOOLEAN|0x00010065
|
||||||
|
|
||||||
[PcdsPatchableInModule]
|
[PcdsPatchableInModule]
|
||||||
## Specify memory size with page number for PEI code when
|
## Specify memory size with page number for PEI code when
|
||||||
# the feature of Loading Module at Fixed Address is enabled
|
# the feature of Loading Module at Fixed Address is enabled
|
||||||
|
|
Loading…
Reference in New Issue