diff options
author | Maurice Ma <maurice.ma@intel.com> | 2016-05-23 14:51:48 -0700 |
---|---|---|
committer | Maurice Ma <maurice.ma@intel.com> | 2016-05-23 15:38:37 -0700 |
commit | 3e43396b3506b9fdaf71ffb69ed160f2e108894b (patch) | |
tree | 1c52bd794bc4174d61658462795f1a1e6bc82c82 /CorebootPayloadPkg | |
parent | 69787a9d3115a0e50849de7a77c996c889b1e661 (diff) | |
download | edk2-3e43396b3506b9fdaf71ffb69ed160f2e108894b.tar.gz edk2-3e43396b3506b9fdaf71ffb69ed160f2e108894b.tar.bz2 edk2-3e43396b3506b9fdaf71ffb69ed160f2e108894b.zip |
CorebootPayloadPkg: Consume PlatformHookLib in PlatformBootManagerLib
When coreboot uses different baud rate from the default (115200), the
current BDS driver will not be able to enable serial console display
due to the inconsistent serial port PCD settings. By adding the
PlatformHookLib reference in the inf file, it will enforce the PCDs
to be aligned with what have been passed from coreboot.
Cc: Prince Agyeman <prince.agyeman@intel.com>
Cc: Lee Leahy <leroy.p.leahy@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Maurice Ma <maurice.ma@intel.com>
Reviewed by: Lee Leahy <leroy.p.leahy@intel.com>
Diffstat (limited to 'CorebootPayloadPkg')
-rw-r--r-- | CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index 59227c7598..475c65d8a1 100644 --- a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -1,7 +1,7 @@ ## @file
# Include all platform action which can be customized by IBV/OEM.
#
-# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2012 - 2016, 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
# which accompanies this distribution. The full text of the license may be found at
@@ -52,6 +52,7 @@ DevicePathLib
HiiLib
PrintLib
+ PlatformHookLib
[Guids]
|