From c615c5f83758d733bcefcbe8b836f7184ba1a84c Mon Sep 17 00:00:00 2001 From: zwei4 Date: Tue, 14 Nov 2017 13:47:33 +0800 Subject: Benson FAB B Add code for Benson Glacier FAB B. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 --- .../BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/BoardInit.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Board/LeafHill/BoardInitPreMem/BoardInit.c') 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); -- cgit v1.2.3