summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/PCD
diff options
context:
space:
mode:
authorGao, Liming <liming.gao@intel.com>2018-03-07 16:15:18 +0800
committerLiming Gao <liming.gao@intel.com>2018-03-13 15:57:05 +0800
commite8d2a9805286a2fd4f613697cf0cccb4a1ebc90d (patch)
tree61401b4c205a4d3f2545d6adc9d81bead3bb0325 /MdeModulePkg/Universal/PCD
parent87a1f65e80cf183a87072df04d749b0aa12171d9 (diff)
downloadedk2-e8d2a9805286a2fd4f613697cf0cccb4a1ebc90d.tar.gz
edk2-e8d2a9805286a2fd4f613697cf0cccb4a1ebc90d.tar.bz2
edk2-e8d2a9805286a2fd4f613697cf0cccb4a1ebc90d.zip
MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLED
PcdDb optimization has handled PCD DB for each SKU, not for single PCD. So, this PCD attribute is not used any more. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/PCD')
-rw-r--r--MdeModulePkg/Universal/PCD/Dxe/Pcd.inf3
-rw-r--r--MdeModulePkg/Universal/PCD/Dxe/PcdDxe.uni3
-rw-r--r--MdeModulePkg/Universal/PCD/Pei/Pcd.inf3
-rw-r--r--MdeModulePkg/Universal/PCD/Pei/PcdPeim.uni3
4 files changed, 4 insertions, 8 deletions
diff --git a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
index 54cd8d9b9f..a20b645a45 100644
--- a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
+++ b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
@@ -174,7 +174,6 @@
# PCD_TYPE_DATA
# PCD_TYPE_HII
# PCD_TYPE_VPD
-# PCD_TYPE_SKU_ENABLED
# PCD_TYPE_STRING
# Datum Type : indicate PCD vaue type from following macro:
# PCD_DATUM_TYPE_POINTER
@@ -279,7 +278,7 @@
# - Variable GUID for HII type PCD
# - Token space GUID for dynamicex type PCD
#
-# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
diff --git a/MdeModulePkg/Universal/PCD/Dxe/PcdDxe.uni b/MdeModulePkg/Universal/PCD/Dxe/PcdDxe.uni
index 922391c3ce..0883ad881e 100644
--- a/MdeModulePkg/Universal/PCD/Dxe/PcdDxe.uni
+++ b/MdeModulePkg/Universal/PCD/Dxe/PcdDxe.uni
@@ -174,7 +174,6 @@
// PCD_TYPE_DATA
// PCD_TYPE_HII
// PCD_TYPE_VPD
-// PCD_TYPE_SKU_ENABLED
// PCD_TYPE_STRING
// Datum Type : indicate PCD vaue type from following macro:
// PCD_DATUM_TYPE_POINTER
@@ -279,7 +278,7 @@
// - Variable GUID for HII type PCD
// - Token space GUID for dynamicex type PCD
//
-// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
diff --git a/MdeModulePkg/Universal/PCD/Pei/Pcd.inf b/MdeModulePkg/Universal/PCD/Pei/Pcd.inf
index e1ea5be17f..3cba28944c 100644
--- a/MdeModulePkg/Universal/PCD/Pei/Pcd.inf
+++ b/MdeModulePkg/Universal/PCD/Pei/Pcd.inf
@@ -173,7 +173,6 @@
# PCD_TYPE_DATA
# PCD_TYPE_HII
# PCD_TYPE_VPD
-# PCD_TYPE_SKU_ENABLED
# PCD_TYPE_STRING
# Datum Type : indicate PCD vaue type from following macro:
# PCD_DATUM_TYPE_POINTER
@@ -278,7 +277,7 @@
# - Variable GUID for HII type PCD
# - Token space GUID for dynamicex type PCD
#
-# Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
diff --git a/MdeModulePkg/Universal/PCD/Pei/PcdPeim.uni b/MdeModulePkg/Universal/PCD/Pei/PcdPeim.uni
index b0d3f1f79a..3e7c5566f0 100644
--- a/MdeModulePkg/Universal/PCD/Pei/PcdPeim.uni
+++ b/MdeModulePkg/Universal/PCD/Pei/PcdPeim.uni
@@ -173,7 +173,6 @@
// PCD_TYPE_DATA
// PCD_TYPE_HII
// PCD_TYPE_VPD
-// PCD_TYPE_SKU_ENABLED
// PCD_TYPE_STRING
// Datum Type : indicate PCD vaue type from following macro:
// PCD_DATUM_TYPE_POINTER
@@ -278,7 +277,7 @@
// - Variable GUID for HII type PCD
// - Token space GUID for dynamicex type PCD
//
-// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License