From 048bcba1bcd082e4527dd1b17e5dfb6470285260 Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Tue, 1 Nov 2016 13:55:49 +0800 Subject: MdeModulePkg/BdsDxe: Check deferred images before booting to OS The patch adds check of deferred images before booting to OS. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Liming Gao Reviewed-by: Chao B Zhang Reviewed-by: Sunny Wang --- MdeModulePkg/Universal/BdsDxe/Bds.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/Universal/BdsDxe/Bds.h') diff --git a/MdeModulePkg/Universal/BdsDxe/Bds.h b/MdeModulePkg/Universal/BdsDxe/Bds.h index d2439329d1..1f8a192424 100644 --- a/MdeModulePkg/Universal/BdsDxe/Bds.h +++ b/MdeModulePkg/Universal/BdsDxe/Bds.h @@ -1,7 +1,7 @@ /** @file Head file for BDS Architectural Protocol implementation -Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -20,10 +20,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include +#include #include #include #include +#include #include #include -- cgit v1.2.3