Revision: 17441
          http://sourceforge.net/p/edk2/code/17441
Author:   oliviermartin
Date:     2015-05-13 18:23:26 +0000 (Wed, 13 May 2015)
Log Message:
-----------
EmbeddedPkg/FdtPlatformDxe: Do not exit if RunFdtInstallation() fails

If the device trees are not present when loading FdtPLatformDxe
driver then we should prevent to install the EFI Shell FDT commands.

The EFI Shell commands could be used later to install the missing
device tree.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>
Reviewed-by: Ronald Cron <[email protected]>

Modified Paths:
--------------
    trunk/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c

Modified: trunk/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c
===================================================================
--- trunk/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c 2015-05-13 
18:21:58 UTC (rev 17440)
+++ trunk/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.c 2015-05-13 
18:23:26 UTC (rev 17441)
@@ -170,9 +170,6 @@
   // Install the Device Tree from its expected location
   //
   Status = RunFdtInstallation (NULL);
-  if (EFI_ERROR (Status)) {
-    return Status;
-  }
 
   if (FeaturePcdGet (PcdOverridePlatformFdt) || FeaturePcdGet 
(PcdDumpFdtShellCommand)) {
     //


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to