summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/BuildBxtBios.bat
diff options
context:
space:
mode:
authorzwei4 <david.wei@intel.com>2017-11-14 13:47:33 +0800
committerzwei4 <david.wei@intel.com>2017-11-14 13:47:33 +0800
commitc615c5f83758d733bcefcbe8b836f7184ba1a84c (patch)
treedefe80552e3c6ad210d9d09205ded1fbbaf8e2f8 /Platform/BroxtonPlatformPkg/BuildBxtBios.bat
parent014ad1575817b0801898a8e4320d9d9f785d9ad6 (diff)
downloadedk2-platforms-c615c5f83758d733bcefcbe8b836f7184ba1a84c.tar.xz
Benson FAB B
Add code for Benson Glacier FAB B. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/BuildBxtBios.bat')
-rw-r--r--Platform/BroxtonPlatformPkg/BuildBxtBios.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/Platform/BroxtonPlatformPkg/BuildBxtBios.bat b/Platform/BroxtonPlatformPkg/BuildBxtBios.bat
index 7804dc58f7..e08f5d10b2 100644
--- a/Platform/BroxtonPlatformPkg/BuildBxtBios.bat
+++ b/Platform/BroxtonPlatformPkg/BuildBxtBios.bat
@@ -255,7 +255,11 @@ if /i "%~2" == "RELEASE" (
)
if %BoardId%==BG (
- echo BOARD_REV = A >> Conf\BiosId.env
+ if %FabId%==B (
+ echo BOARD_REV = B >> Conf\BiosId.env
+ ) else (
+ echo BOARD_REV = A >> Conf\BiosId.env
+ )
)
if %BoardId%==MN (