mirror of https://github.com/acidanthera/audk.git
Remove the unknown characters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8715 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f0d6194dfa
commit
55db3d4442
|
@ -180,7 +180,7 @@ typedef enum {
|
|||
///
|
||||
/// TableSize Size of data.
|
||||
///
|
||||
/// Location Location to place the table. 0x00 ?Either 0xE0000 or 0xF0000 64 KB blocks.
|
||||
/// Location Location to place the table. 0x00 or 0xE0000 or 0xF0000 64 KB blocks.
|
||||
/// Bit 0 = 1 0xF0000 64 KB block.
|
||||
/// Bit 1 = 1 0xE0000 64 KB block.
|
||||
/// Multiple bits can be set.
|
||||
|
@ -228,7 +228,7 @@ EfiGetPlatformBinaryOem32Data = 3,
|
|||
///
|
||||
EfiGetPlatformBinaryTpmBinary = 4,
|
||||
///
|
||||
/// The mode finds the Compatibility16 “ROM?image.
|
||||
/// The mode finds the Compatibility16 Rom Image.
|
||||
///
|
||||
/// The function parameters associated with this mode are:
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue