Clean up: update "EFI" to "UEFI" if applicable.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4317 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2007-11-22 06:00:39 +00:00
parent d11013980f
commit 8a7d75b062
61 changed files with 72 additions and 72 deletions

View File

@@ -1,11 +1,11 @@
/** @file
SimpleFileSystem guid and data structure as defined in the EFI 1.0 specification.
SimpleFileSystem guid and data structure as defined in the UEFI 2.0 specification.
The SimpleFileSystem protocol is the programatic access to the FAT (12,16,32)
file system specified in EFI 1.0. It can also be used to abstract any
file system specified in UEFI 2.0. It can also be used to abstract any
file system other than FAT.
EFI 1.0 can boot from any valid EFI image contained in a SimpleFileSystem
UEFI 2.0 can boot from any valid EFI image contained in a SimpleFileSystem
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials

View File

@@ -1,5 +1,5 @@
/** @file
FileSystemInfo guid and data structure as defined in the EFI 1.0 specification.
FileSystemInfo guid and data structure as defined in the UEFI 2.0 specification.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials

View File

@@ -1,5 +1,5 @@
/** @file
FileSystemVolumeLabelInfo guid and data structure as defined in the EFI 1.0 specification.
FileSystemVolumeLabelInfo guid and data structure as defined in the UEFI 2.0 specification.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials

View File

@@ -1,5 +1,5 @@
/** @file
GUIDs used for MPS entries in the EFI 1.0 system table
GUIDs used for MPS entries in the UEFI 2.0 system table
ACPI is the primary means of exporting MP information to the OS. MPS obly was
included to support Itanium-based platform power on. So don't use it if you don't have too.

View File

@@ -1,5 +1,5 @@
/** @file
GUIDs used to locate the SMBIOS tables in the EFI 1.0 system table.
GUIDs used to locate the SMBIOS tables in the UEFI 2.0 system table.
This GUID in the system table is the only legal way to search for and
locate the SMBIOS tables. Do not search the 0xF0000 segment to find SMBIOS