]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Follow PI1.4a to fix artificial limitation of SkuId range
authorStar Zeng <star.zeng@intel.com>
Fri, 20 May 2016 04:20:04 +0000 (12:20 +0800)
committerStar Zeng <star.zeng@intel.com>
Mon, 23 May 2016 02:48:53 +0000 (10:48 +0800)
commitc745144407fa76e6a6ca9146f41397f292d25a94
tree688dddf35154ee45e89001990b2c1fa3fc448cb7
parent120ca3ceae5dfaec475907ad612e5377a3b816aa
MdePkg: 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 PCD_MAX_SKU_ID definition,
the check to PCD_MAX_SKU_ID and the comments describes the limitation.

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>
MdePkg/Include/Library/PcdLib.h
MdePkg/Library/BasePcdLibNull/PcdLib.c
MdePkg/Library/DxePcdLib/DxePcdLib.c
MdePkg/Library/PeiPcdLib/PeiPcdLib.c