]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.uni
EmbeddedPkg: remove FdtPlatformDxe
[mirror_edk2.git] / EmbeddedPkg / Drivers / FdtPlatformDxe / FdtPlatformDxe.uni
diff --git a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.uni b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.uni
deleted file mode 100644 (file)
index f8bde83..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-// *++\r
-//\r
-// Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>\r
-//\r
-// This program and the accompanying materials are licensed and made available\r
-// under the terms and conditions of the BSD License which accompanies this\r
-// distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-//\r
-//\r
-// Module Name:\r
-//\r
-//   FdtPlatformDxe\r
-//\r
-// Abstract:\r
-//\r
-//   String definitions for the EFI Shell 'setfdt' command\r
-//\r
-// Revision History:\r
-//\r
-// --*/\r
-\r
-/=#\r
-\r
-#langdef   en-US "English"\r
-\r
-#string STR_SETFDT_INSTALLING          #language en-US  "Installing the FDT ...\r\n"\r
-#string STR_SETFDT_INSTALL_SUCCEEDED   #language en-US  "Installation of\r\n'%s'\r\ncompleted.\r\n"\r
-\r
-#string STR_SETFDT_UPDATING            #language en-US  "Updating the FDT device path ...\r\n"\r
-#string STR_SETFDT_UPDATE_SUCCEEDED    #language en-US  "Update of the FDT device path '%s' completed.\r\n"\r
-#string STR_SETFDT_UPDATE_DELETED      #language en-US  "The UEFI variable "Fdt" was deleted.\r\n"\r
-\r
-#string STR_SETFDT_INVALID_DEVICE_PATH #language en-US  "Invalid device path.\r\n"\r
-#string STR_SETFDT_INVALID_PATH        #language en-US  "The EFI Shell or device file path '%s' is invalid.\r\n"\r
-#string STR_SETFDT_ERROR               #language en-US  "Error - %r.\r\n"\r
-#string STR_SETFDT_DEVICE_PATH_LIST    #language en-US  "FDT device paths :\r\n"\r
-#string STR_SETFDT_DEVICE_PATH         #language en-US  "'%s'\r\n"\r
-\r
-#string STR_GET_HELP_SETFDT            #language en-US ""\r
-".TH setfdt 0 "Define and/or install a new Flat Device Tree (FDT) for the platform."\r\n"\r
-".SH NAME\r\n"\r
-"Define and/or re-install a Flat Device Tree (FDT)\r\n"\r
-".SH SYNOPSIS\r\n"\r
-"setfdt [-i] [fdt_path]\r\n"\r
-".SH OPTIONS\r\n"\r
-"-i         run the FDT installation process\r\n"\r
-"file_path  EFI Shell file path or device path to a FDT\r\n"\r
-"\r\n"\r
-".SH DESCRIPTION\r\n"\r
-"NOTES:\r\n"\r
-"1. If a valid EFI Shell file path is passed to the command, then the\r\n"\r
-"   command translates the EFI Shell file path into a device path in the\r\n"\r
-"   text form and saves it in the non volatile UEFI variable "Fdt". If\r\n"\r
-"   the path to the FDT is a device path in the text form, it is saved as\r\n"\r
-"   it is in the non volatile UEFI variable "Fdt". The next time the FDT\r\n"\r
-"   installation process is run, it will first try to install the FDT from\r\n"\r
-"   the device path specified by the UEFI variable "Fdt".\r\n"\r
-" \r\n\r
-"2. If the option -i is passed to the command, then the FDT installation\r\n"\r
-"   process is run. If a path to the FDT is passed to the command as well,\r\n"\r
-"   the update of the "Fdt" UEFI variable is done first before to launch\r\n"\r
-"   the FDT installation process.\r\n"\r
-" \r\n\r
-".SH RETURNVALUES\r\n"\r
-"SHELL_SUCCESS            Operation(s) completed.\r\n"\r
-"SHELL_ABORTED            Operation aborted.\r\n"\r
-"SHELL_INVALID_PARAMETER  Invalid argument(s).\r\n"\r
-"SHELL_NOT_FOUND          Failed to locate a protocol or a file.\r\n"\r
-"SHELL_UNSUPPORTED        Device path not supported.\r\n"\r
-"SHELL_OUT_OF_RESOURCES   A memory allocation failed.\r\n"\r
-"SHELL_DEVICE ERROR       Hardware failure.\r\n"\r
-"SHELL_ACCESS_DENIED      Access to the Fdt UEFI variable for modification denied.\r\n"\r
-".SH EXAMPLES\r\n"\r
-"EXAMPLES:\r\n"\r
-"1. Relaunch the FDT installation process :\r\n"\r
-"   Shell> setfdt -i\r\n"\r
-"   \r\n"\r
-"2. Set the EFI Shell file path 'fs0:\>fdt.dtb' to be the default path\r\n"\r
-"   to the FDT :\r\n"\r
-"   Shell> setfdt fs0:fdt.dtb\r\n"\r
-"   \r\n"\r
-"3. Set a TFTP device path to be the default path to the FDT :\r\n"\r
-"   Shell> setfdt MAC(0002f700570b,0x1)/IPv4(192.168.1.1)/fdt.dtb\r\n"\r
-"     where . 00:02:f7:00:57:0b is the MAC address of the network\r\n"\r
-"             interface card to be used. The 'ifconfig -l' EFI Shell\r\n"\r
-"             command allows to get the MAC address of the network\r\n"\r
-"             interface cards.\r\n"\r
-"           . 192.168.1.1 is the address of the TFTP server.\r\n"\r
-"           . fdt.dtb is the file path to the FDT file on the server.\r\n"\r
-"4. Display the FDT device paths from the highest to the lowest\r\n"\r
-"   priority :\r\n"\r
-"   Shell> setfdt\r\n"\r
-"5. Delete the "Fdt" UEFI variable :\r\n"\r
-"   Shell> setfdt ""\r\n"\r
-"\r\n"\r
-\r
-#string STR_GET_HELP_DUMPFDT            #language en-US ""\r
-".TH dumpfdt 0 "Dump installed Flat Device Tree (FDT) of the platform."\r\n"\r
-".SH NAME\r\n"\r
-"Dump current Flat Device Tree (FDT)\r\n"\r
-".SH SYNOPSIS\r\n"\r
-"dumpfdt\r\n"\r
-"\r\n"\r
-".SH DESCRIPTION\r\n"\r
-"\r\n"\r