summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/BoardInit.c
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/Board/LeafHill/BoardInitPreMem/BoardInit.c
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/Board/LeafHill/BoardInitPreMem/BoardInit.c')
-rw-r--r--Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/BoardInit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/BoardInit.c b/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/BoardInit.c
index aa22e5622e..b0be91dd2b 100644
--- a/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/BoardInit.c
+++ b/Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/BoardInit.c
@@ -68,20 +68,19 @@ LeafHillPreMemInit (
&Instance
);
if (!EFI_ERROR (Status)) {
- DEBUG ((EFI_D_INFO, "LeafHill PreMem Init: Skip\n"));
return EFI_SUCCESS;
}
- DEBUG ((EFI_D_INFO, "LeafHill Pre Mem Init\n"));
//
// Pre Mem Board Init
//
Status = LeafHillGetEmbeddedBoardIdFabId (PeiServices, &BoardId, &FabId);
if (BoardId != (UINT8) BOARD_ID_LFH_CRB) {
- DEBUG ((EFI_D_INFO, "Not a Leaf Hill Board - skip\n"));
return EFI_SUCCESS;
}
+ DEBUG ((EFI_D_INFO, "This is LeafHill CRB.\n"));
+
PcdSet8 (PcdBoardId, BoardId);
PcdSet8 (PcdFabId, FabId);