http://git.etherboot.org
/
people
/
mcb30
/
edk2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1. added functions header for GraphicsConsoleDxe module.
[people/mcb30/edk2.git]
/
edk2
/
MdeModulePkg
/
Universal
/
Console
/
ConPlatformDxe
/
ConPlatform.h
diff --git
a/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
b/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
index
64bc589
..
d3adcc5
100644
(file)
--- a/
edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
+++ b/
edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
@@
-114,7
+114,7
@@
ConPlatformTextOutDriverBindingSupported (
\r
/**
\r
Start this driver on ControllerHandle by opening Simple Text In protocol,
\r
\r
/**
\r
Start this driver on ControllerHandle by opening Simple Text In protocol,
\r
- reading Device Path, and installing Console
Devcice In
GUID on ControllerHandle.
\r
+ reading Device Path, and installing Console
In Devcice
GUID on ControllerHandle.
\r
\r
If this devcie is not one hot-plug devce, append its device path into the
\r
console environment variables ConInDev.
\r
\r
If this devcie is not one hot-plug devce, append its device path into the
\r
console environment variables ConInDev.
\r
@@
-139,7
+139,7
@@
ConPlatformTextInDriverBindingStart (
\r
/**
\r
Start this driver on ControllerHandle by opening Simple Text Out protocol,
\r
\r
/**
\r
Start this driver on ControllerHandle by opening Simple Text Out protocol,
\r
- reading Device Path, and installing Console
Devcice Out
GUID, Standard Error
\r
+ reading Device Path, and installing Console
Out Devcice
GUID, Standard Error
\r
Device GUID on ControllerHandle.
\r
\r
If this devcie is not one hot-plug devce, append its device path into the
\r
Device GUID on ControllerHandle.
\r
\r
If this devcie is not one hot-plug devce, append its device path into the
\r
@@
-164,7
+164,7
@@
ConPlatformTextOutDriverBindingStart (
);
\r
\r
/**
\r
);
\r
\r
/**
\r
- Stop this driver on ControllerHandle by removing Console
Devcice In
GUID
\r
+ Stop this driver on ControllerHandle by removing Console
In Devcice
GUID
\r
and closing the Simple Text In protocol on ControllerHandle.
\r
\r
@param This Protocol instance pointer.
\r
and closing the Simple Text In protocol on ControllerHandle.
\r
\r
@param This Protocol instance pointer.
\r
@@
-187,7
+187,7
@@
ConPlatformTextInDriverBindingStop (
);
\r
\r
/**
\r
);
\r
\r
/**
\r
- Stop this driver on ControllerHandle by removing Console
Devcice Out
GUID
\r
+ Stop this driver on ControllerHandle by removing Console
Out Devcice
GUID
\r
and closing the Simple Text Out protocol on ControllerHandle.
\r
\r
@param This Protocol instance pointer.
\r
and closing the Simple Text Out protocol on ControllerHandle.
\r
\r
@param This Protocol instance pointer.
\r