diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-16 05:30:18 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-16 05:30:18 +0000 |
commit | d0c64728d4f5cc3502615ea0f014a8ad5269b8ab (patch) | |
tree | 9355f23e07a8b93a8e147b749ab8baf170cc13e7 /MdePkg | |
parent | 94db2b46f8108d0f5e6edc0d65ae20eee40414aa (diff) | |
download | edk2-d0c64728d4f5cc3502615ea0f014a8ad5269b8ab.zip edk2-d0c64728d4f5cc3502615ea0f014a8ad5269b8ab.tar.gz edk2-d0c64728d4f5cc3502615ea0f014a8ad5269b8ab.tar.bz2 |
1. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.dec
2. ConSplitterDxe module could produce GOP and/or UGA according to thest 2 PCDs.
3. Add PcdConOutGopSupport and PcdConOutUgaSupport reference in DSC file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4121 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Uefi/UefiSpec.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index b1fdb56..572d35a 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -27,7 +27,7 @@ //
// Enumeration of memory allocation.
-//
+//
typedef enum {
AllocateAnyPages,
AllocateMaxAddress,
@@ -78,7 +78,7 @@ typedef struct { //
// Build macros to find next EFI_MEMORY_DESCRIPTOR.
-//
+//
#define NextMemoryDescriptor(_Ptr, _Size) ((EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) (_Ptr)) + (_Size)))
#define NEXT_MEMORY_DESCRIPTOR(_Ptr, _Size) NextMemoryDescriptor (_Ptr, _Size)
@@ -342,9 +342,9 @@ EFI_STATUS //
// The event¡¯s NotifyContext pointer points to a runtime memory
-// address.
+// address.
// The event is deprecated in UEFI2.0 and later specifications.
-//
+//
#define EVT_RUNTIME_CONTEXT 0x20000000
@@ -628,10 +628,10 @@ EFI_STATUS );
-//
+//
// This provides the capabilities of the
// real time clock device as exposed through the EFI interfaces.
-//
+//
typedef struct {
UINT32 Resolution;
UINT32 Accuracy;
@@ -889,7 +889,7 @@ EFI_STATUS //
// Enumeration of reset types.
-//
+//
typedef enum {
EfiResetCold,
EfiResetWarm,
@@ -1596,7 +1596,7 @@ typedef struct { typedef struct {
EFI_TABLE_HEADER Hdr;
-
+
//
// Task Priority Services
//
@@ -1688,9 +1688,9 @@ typedef struct { } EFI_BOOT_SERVICES;
//
-// Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the
+// Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the
// EFI System Table.
-//
+//
typedef struct{
EFI_GUID VendorGuid;
VOID *VendorTable;
|