Revision: 19020
          http://sourceforge.net/p/edk2/code/19020
Author:   vanjeff
Date:     2015-11-30 03:19:26 +0000 (Mon, 30 Nov 2015)
Log Message:
-----------
BeagleBoardPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

It is also to remove the reference to TemplateSerialPortExtLib in
EmbeddedPkg.

(Sync patch r18970 from main trunk.)

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/18970

Modified Paths:
--------------
    branches/UDK2015/BeagleBoardPkg/BeagleBoardPkg.dsc
    branches/UDK2015/BeagleBoardPkg/BeagleBoardPkg.fdf

Modified: branches/UDK2015/BeagleBoardPkg/BeagleBoardPkg.dsc
===================================================================
--- branches/UDK2015/BeagleBoardPkg/BeagleBoardPkg.dsc  2015-11-30 03:19:06 UTC 
(rev 19019)
+++ branches/UDK2015/BeagleBoardPkg/BeagleBoardPkg.dsc  2015-11-30 03:19:26 UTC 
(rev 19020)
@@ -2,6 +2,7 @@
 # Beagle board package.
 #
 # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
+# Copyright (c) 2015, 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
@@ -87,7 +88,6 @@
   PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
 
   SerialPortLib|Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
-  
SerialPortExtLib|EmbeddedPkg/Library/TemplateSerialPortExtLib/TemplateSerialPortExtLib.inf
   SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
 
   RealTimeClockLib|Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
@@ -401,7 +401,7 @@
   MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
   MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
   MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
-  EmbeddedPkg/SerialDxe/SerialDxe.inf
+  MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
   MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
 #
 # This version uses semi-hosting console

Modified: branches/UDK2015/BeagleBoardPkg/BeagleBoardPkg.fdf
===================================================================
--- branches/UDK2015/BeagleBoardPkg/BeagleBoardPkg.fdf  2015-11-30 03:19:06 UTC 
(rev 19019)
+++ branches/UDK2015/BeagleBoardPkg/BeagleBoardPkg.fdf  2015-11-30 03:19:26 UTC 
(rev 19020)
@@ -1,6 +1,7 @@
 # FLASH layout file for Beagle board.
 #
 # Copyright (c) 2009, Apple Inc. All rights reserved.<BR>
+# Copyright (c) 2015, 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
@@ -110,7 +111,7 @@
   INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
   INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
   INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
-  INF EmbeddedPkg/SerialDxe/SerialDxe.inf
+  INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
   INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
 
   INF EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to