public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format
@ 2019-09-17  6:46 Liming Gao
  2019-09-17  6:49 ` Wu, Hao A
  0 siblings, 1 reply; 3+ messages in thread
From: Liming Gao @ 2019-09-17  6:46 UTC (permalink / raw)
  To: devel; +Cc: Hao A Wu, Ray Ni

Fix regression issue caused by 0d85e67714e31e0dbe4241ab2ebb7c423aba174d

Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Liming Gao <liming.gao@intel.com>
---
 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
index ab5e045ead..9337440c73 100644
--- a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
+++ b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
@@ -11,7 +11,7 @@
   INF_VERSION                    = 0x00010005
   BASE_NAME                      = SerialDxe
   MODULE_UNI_FILE                = SerialDxe.uni
-  FILE_GUID                      = 3bd86846-4ad0-4e94-81e6-9ea34cd34cxb
+  FILE_GUID                      = 9A5163E7-5C29-453F-825C-837A46A81E15
   MODULE_TYPE                    = DXE_DRIVER
   VERSION_STRING                 = 1.0
 
-- 
2.13.0.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format
  2019-09-17  6:46 [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format Liming Gao
@ 2019-09-17  6:49 ` Wu, Hao A
  2019-09-17  7:17   ` Liming Gao
  0 siblings, 1 reply; 3+ messages in thread
From: Wu, Hao A @ 2019-09-17  6:49 UTC (permalink / raw)
  To: Gao, Liming, devel@edk2.groups.io; +Cc: Ni, Ray

> -----Original Message-----
> From: Gao, Liming
> Sent: Tuesday, September 17, 2019 2:47 PM
> To: devel@edk2.groups.io
> Cc: Wu, Hao A; Ni, Ray
> Subject: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format
> 
> Fix regression issue caused by
> 0d85e67714e31e0dbe4241ab2ebb7c423aba174d
> 
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Signed-off-by: Liming Gao <liming.gao@intel.com>
> ---
>  MdeModulePkg/Universal/SerialDxe/SerialDxe.inf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
> b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
> index ab5e045ead..9337440c73 100644
> --- a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
> +++ b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
> @@ -11,7 +11,7 @@
>    INF_VERSION                    = 0x00010005
>    BASE_NAME                      = SerialDxe
>    MODULE_UNI_FILE                = SerialDxe.uni
> -  FILE_GUID                      = 3bd86846-4ad0-4e94-81e6-9ea34cd34cxb
> +  FILE_GUID                      = 9A5163E7-5C29-453F-825C-837A46A81E15


Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

Best Regards,
Hao Wu


>    MODULE_TYPE                    = DXE_DRIVER
>    VERSION_STRING                 = 1.0
> 
> --
> 2.13.0.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format
  2019-09-17  6:49 ` Wu, Hao A
@ 2019-09-17  7:17   ` Liming Gao
  0 siblings, 0 replies; 3+ messages in thread
From: Liming Gao @ 2019-09-17  7:17 UTC (permalink / raw)
  To: Wu, Hao A, devel@edk2.groups.io; +Cc: Ni, Ray

Push @9790f62be1aa5ee9460d4c4ec8c720919523bb62

>-----Original Message-----
>From: Wu, Hao A
>Sent: Tuesday, September 17, 2019 2:49 PM
>To: Gao, Liming <liming.gao@intel.com>; devel@edk2.groups.io
>Cc: Ni, Ray <ray.ni@intel.com>
>Subject: RE: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID
>format
>
>> -----Original Message-----
>> From: Gao, Liming
>> Sent: Tuesday, September 17, 2019 2:47 PM
>> To: devel@edk2.groups.io
>> Cc: Wu, Hao A; Ni, Ray
>> Subject: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format
>>
>> Fix regression issue caused by
>> 0d85e67714e31e0dbe4241ab2ebb7c423aba174d
>>
>> Cc: Hao A Wu <hao.a.wu@intel.com>
>> Cc: Ray Ni <ray.ni@intel.com>
>> Signed-off-by: Liming Gao <liming.gao@intel.com>
>> ---
>>  MdeModulePkg/Universal/SerialDxe/SerialDxe.inf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
>> b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
>> index ab5e045ead..9337440c73 100644
>> --- a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
>> +++ b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
>> @@ -11,7 +11,7 @@
>>    INF_VERSION                    = 0x00010005
>>    BASE_NAME                      = SerialDxe
>>    MODULE_UNI_FILE                = SerialDxe.uni
>> -  FILE_GUID                      = 3bd86846-4ad0-4e94-81e6-9ea34cd34cxb
>> +  FILE_GUID                      = 9A5163E7-5C29-453F-825C-837A46A81E15
>
>
>Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
>
>Best Regards,
>Hao Wu
>
>
>>    MODULE_TYPE                    = DXE_DRIVER
>>    VERSION_STRING                 = 1.0
>>
>> --
>> 2.13.0.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-17  7:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-17  6:46 [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format Liming Gao
2019-09-17  6:49 ` Wu, Hao A
2019-09-17  7:17   ` Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox