diff options
author | David Wei <david.wei@intel.com> | 2015-02-13 02:14:12 +0000 |
---|---|---|
committer | zwei4 <zwei4@Edk2> | 2015-02-13 02:14:12 +0000 |
commit | e7db297691b4f588d5f1cfcf0b0a2e8c5172f0d2 (patch) | |
tree | 1a9460022fa6a24a2e4a3a34c36b8b6171a1cffc | |
parent | 9d6cdba3b35212ff813e847420372582729b5991 (diff) | |
download | edk2-e7db297691b4f588d5f1cfcf0b0a2e8c5172f0d2.zip edk2-e7db297691b4f588d5f1cfcf0b0a2e8c5172f0d2.tar.gz edk2-e7db297691b4f588d5f1cfcf0b0a2e8c5172f0d2.tar.bz2 |
Upgrade BIOS version to V0.78.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Wei <david.wei@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16848 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | Vlv2TbltDevicePkg/BiosIdD.env | 4 | ||||
-rw-r--r-- | Vlv2TbltDevicePkg/BiosIdR.env | 4 | ||||
-rw-r--r-- | Vlv2TbltDevicePkg/BiosIdx64D.env | 4 | ||||
-rw-r--r-- | Vlv2TbltDevicePkg/BiosIdx64R.env | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Vlv2TbltDevicePkg/BiosIdD.env b/Vlv2TbltDevicePkg/BiosIdD.env index bee10dd..4842c2f 100644 --- a/Vlv2TbltDevicePkg/BiosIdD.env +++ b/Vlv2TbltDevicePkg/BiosIdD.env @@ -8,7 +8,7 @@ # All fields must have a fixed length.
# Example: "TRFTCRB1.86C.0008.D03.0506081529"
#
-# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2015, 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 that accompanies this distribution.
@@ -26,5 +26,5 @@ OEM_ID = I32 BUILD_TYPE = D
BOARD_ID = BLAKCRB
-VERSION_MAJOR = 0077
+VERSION_MAJOR = 0078
VERSION_MINOR = 01
diff --git a/Vlv2TbltDevicePkg/BiosIdR.env b/Vlv2TbltDevicePkg/BiosIdR.env index 69bcfb9..f352f5c 100644 --- a/Vlv2TbltDevicePkg/BiosIdR.env +++ b/Vlv2TbltDevicePkg/BiosIdR.env @@ -8,7 +8,7 @@ # All fields must have a fixed length.
# Example: "TRFTCRB1.86C.0008.D03.0506081529"
#
-# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2015, 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 that accompanies this distribution.
@@ -26,5 +26,5 @@ OEM_ID = I32 BUILD_TYPE = R
BOARD_ID = BLAKCRB
-VERSION_MAJOR = 0077
+VERSION_MAJOR = 0078
VERSION_MINOR = 01
diff --git a/Vlv2TbltDevicePkg/BiosIdx64D.env b/Vlv2TbltDevicePkg/BiosIdx64D.env index 32a7191..0c09856 100644 --- a/Vlv2TbltDevicePkg/BiosIdx64D.env +++ b/Vlv2TbltDevicePkg/BiosIdx64D.env @@ -8,7 +8,7 @@ # All fields must have a fixed length.
# Example: "TRFTCRB1.86C.0008.D03.0506081529"
#
-# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2015, 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 that accompanies this distribution.
@@ -25,6 +25,6 @@ BOARD_REV = 1 OEM_ID = X64
BUILD_TYPE = D
-VERSION_MAJOR = 0077
+VERSION_MAJOR = 0078
VERSION_MINOR = 01
BOARD_ID = BBAYCRB
diff --git a/Vlv2TbltDevicePkg/BiosIdx64R.env b/Vlv2TbltDevicePkg/BiosIdx64R.env index fa0fca2..7df34cf 100644 --- a/Vlv2TbltDevicePkg/BiosIdx64R.env +++ b/Vlv2TbltDevicePkg/BiosIdx64R.env @@ -8,7 +8,7 @@ # All fields must have a fixed length.
# Example: "TRFTCRB1.86C.0008.D03.0506081529"
#
-# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2015, 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 that accompanies this distribution.
@@ -25,6 +25,6 @@ BOARD_REV = 1 OEM_ID = X64
BUILD_TYPE = R
-VERSION_MAJOR = 0077
+VERSION_MAJOR = 0078
VERSION_MINOR = 01
BOARD_ID = BBAYCRB
|