]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg PCD: Follow PI1.4a to fix artificial limitation of SkuId range
authorStar Zeng <star.zeng@intel.com>
Fri, 20 May 2016 03:36:50 +0000 (11:36 +0800)
committerStar Zeng <star.zeng@intel.com>
Mon, 23 May 2016 02:48:52 +0000 (10:48 +0800)
commit120ca3ceae5dfaec475907ad612e5377a3b816aa
tree6bc7f0476ce800d01b85248be773113a6887af0b
parent2bce079144889a7917bbcabae59521eccdcf7179
MdeModulePkg PCD: Follow PI1.4a to fix artificial limitation of SkuId range

There is absolutely no reason to artificially limit the SKU range to 1-255.
PI1.4a spec fixed the artificial limitation.

This patch is to follow PI1.4a spec to remove the sentence
"The valid SkuId range is 1 to 255." from SetSku function comments.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Universal/PCD/Dxe/Pcd.c
MdeModulePkg/Universal/PCD/Pei/Pcd.c