mirror of https://github.com/acidanthera/audk.git
add SKU section in dsc file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3023 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
06b161f04f
commit
2010c81bcd
|
@ -45,6 +45,14 @@
|
||||||
RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
|
RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
|
||||||
RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
|
RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# SKU Identification section - list of all SKU IDs supported by this
|
||||||
|
# Platform.
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
[SkuIds]
|
||||||
|
0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
|
@ -284,7 +292,7 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[PcdsDynamic.common]
|
[PcdsDynamic.common.DEFAULT]
|
||||||
PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid|0x0
|
PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid|0x0
|
||||||
PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid|0x0
|
PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid|0x0
|
||||||
PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"3000"|8
|
PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"3000"|8
|
||||||
|
|
Loading…
Reference in New Issue