* [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/
@ 2020-06-12 2:52 Tan, Ming
2020-06-13 2:45 ` Dong, Eric
0 siblings, 1 reply; 2+ messages in thread
From: Tan, Ming @ 2020-06-12 2:52 UTC (permalink / raw)
To: devel; +Cc: Eric Dong, Liming Gao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2795
In Features/Intel/Debugging/Usb3DebugFeaturePkg, remove the prefix
path of Debugging/ in the .inf and .dsc files.
Now the PACKAGES_PATH already include the Features/Intel/Debugging/.
Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Ming Tan <ming.tan@intel.com>
---
.../Include/Usb3DebugFeature.dsc | 16 ++++++++--------
.../Usb3DebugPortLib/Usb3DebugPortLibDxe.inf | 4 ++--
.../Usb3DebugPortLibDxeIoMmu.inf | 4 ++--
.../Usb3DebugPortLib/Usb3DebugPortLibPei.inf | 4 ++--
.../Usb3DebugPortLibPeiIoMmu.inf | 4 ++--
.../Usb3DebugPortParamLibPcd.inf | 4 ++--
6 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFeature.dsc b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFeature.dsc
index 494dd7a342..95adb01a74 100644
--- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFeature.dsc
+++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFeature.dsc
@@ -106,10 +106,10 @@
# Add library instances here that are not included in package components and should be tested
# in the package build.
- Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf
- Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
- Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
- Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf
+ Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf
+ Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
+ Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
+ Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf
# Add components here that should be included in the package build.
@@ -126,10 +126,10 @@
# Add library instances here that are not included in package components and should be tested
# in the package build.
- Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf
- Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
- Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf
- Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf
+ Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.inf
+ Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
+ Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf
+ Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf
# Add components here that should be included in the package build.
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf
index 51671ce4e3..64a287a016 100644
--- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf
+++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.inf
@@ -1,7 +1,7 @@
## @file
# USB3 Debug port library.
#
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -30,7 +30,7 @@
[Packages]
MdePkg/MdePkg.dec
- Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+ Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
[LibraryClasses]
BaseLib
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf
index 3f38ba2649..906d20fa6f 100644
--- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf
+++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIoMmu.inf
@@ -1,7 +1,7 @@
## @file
# USB3 Debug port library.
#
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -32,7 +32,7 @@
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
- Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+ Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
[LibraryClasses]
BaseLib
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
index ebea01d5a8..3da0844fee 100644
--- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
+++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
@@ -1,7 +1,7 @@
## @file
# USB3 Debug port library.
#
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -28,7 +28,7 @@
[Packages]
MdePkg/MdePkg.dec
- Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+ Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
[LibraryClasses]
BaseLib
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf
index 6c3e8bc760..3efab14c39 100644
--- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf
+++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIoMmu.inf
@@ -1,7 +1,7 @@
## @file
# USB3 Debug port library.
#
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -30,7 +30,7 @@
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
- Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+ Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
[LibraryClasses]
BaseLib
diff --git a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
index e891a0c459..f38b2dac01 100644
--- a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
+++ b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPortParamLibPcd.inf
@@ -1,7 +1,7 @@
## @file
# USB3 Debug Port Parameter library instance based on PCD.
#
-# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -23,7 +23,7 @@
[Packages]
MdePkg/MdePkg.dec
- Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
+ Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
[Pcd]
gUsb3DebugFeaturePkgTokenSpaceGuid.PcdUsbSerialXhciBus ## CONSUMES
--
2.24.0.windows.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/
2020-06-12 2:52 [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/ Tan, Ming
@ 2020-06-13 2:45 ` Dong, Eric
0 siblings, 0 replies; 2+ messages in thread
From: Dong, Eric @ 2020-06-13 2:45 UTC (permalink / raw)
To: Tan, Ming, devel@edk2.groups.io; +Cc: Gao, Liming
Reviewed-by: Eric Dong <eric.dong@intel.com>
> -----Original Message-----
> From: Tan, Ming <ming.tan@intel.com>
> Sent: Friday, June 12, 2020 10:52 AM
> To: devel@edk2.groups.io
> Cc: Dong, Eric <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of
> Debugging/
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2795
>
> In Features/Intel/Debugging/Usb3DebugFeaturePkg, remove the prefix
> path of Debugging/ in the .inf and .dsc files.
>
> Now the PACKAGES_PATH already include the Features/Intel/Debugging/.
>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Ming Tan <ming.tan@intel.com>
> ---
> .../Include/Usb3DebugFeature.dsc | 16 ++++++++--------
> .../Usb3DebugPortLib/Usb3DebugPortLibDxe.inf | 4 ++--
> .../Usb3DebugPortLibDxeIoMmu.inf | 4 ++--
> .../Usb3DebugPortLib/Usb3DebugPortLibPei.inf | 4 ++--
> .../Usb3DebugPortLibPeiIoMmu.inf | 4 ++--
> .../Usb3DebugPortParamLibPcd.inf | 4 ++--
> 6 files changed, 18 insertions(+), 18 deletions(-)
>
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFea
> ture.dsc
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFea
> ture.dsc
> index 494dd7a342..95adb01a74 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFea
> ture.dsc
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Include/Usb3DebugFea
> ture.dsc
> @@ -106,10 +106,10 @@
>
>
> # Add library instances here that are not included in package components
> and should be tested
>
> # in the package build.
>
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibNull.inf
>
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb
> 3DebugPortParamLibPcd.inf
>
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibPei.inf
>
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibPeiIoMmu.inf
>
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.in
> f
>
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPor
> tParamLibPcd.inf
>
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPei.inf
>
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibPeiIo
> Mmu.inf
>
>
>
> # Add components here that should be included in the package build.
>
>
>
> @@ -126,10 +126,10 @@
>
>
> # Add library instances here that are not included in package components
> and should be tested
>
> # in the package build.
>
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibNull.inf
>
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb
> 3DebugPortParamLibPcd.inf
>
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibDxe.inf
>
> -
> Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugP
> ortLibDxeIoMmu.inf
>
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibNull.in
> f
>
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortParamLibPcd/Usb3DebugPor
> tParamLibPcd.inf
>
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxe.in
> f
>
> +
> Usb3DebugFeaturePkg/Library/Usb3DebugPortLib/Usb3DebugPortLibDxeIo
> Mmu.inf
>
>
>
> # Add components here that should be included in the package build.
>
>
>
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxe.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxe.inf
> index 51671ce4e3..64a287a016 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxe.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxe.inf
> @@ -1,7 +1,7 @@
> ## @file
>
> # USB3 Debug port library.
>
> #
>
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
>
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
>
> # SPDX-License-Identifier: BSD-2-Clause-Patent
>
> #
>
> ##
>
> @@ -30,7 +30,7 @@
>
>
> [Packages]
>
> MdePkg/MdePkg.dec
>
> - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
> + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
>
>
> [LibraryClasses]
>
> BaseLib
>
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxeIoMmu.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxeIoMmu.inf
> index 3f38ba2649..906d20fa6f 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxeIoMmu.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibDxeIoMmu.inf
> @@ -1,7 +1,7 @@
> ## @file
>
> # USB3 Debug port library.
>
> #
>
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
>
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
>
> # SPDX-License-Identifier: BSD-2-Clause-Patent
>
> #
>
> ##
>
> @@ -32,7 +32,7 @@
> [Packages]
>
> MdePkg/MdePkg.dec
>
> MdeModulePkg/MdeModulePkg.dec
>
> - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
> + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
>
>
> [LibraryClasses]
>
> BaseLib
>
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPei.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPei.inf
> index ebea01d5a8..3da0844fee 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPei.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPei.inf
> @@ -1,7 +1,7 @@
> ## @file
>
> # USB3 Debug port library.
>
> #
>
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
>
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
>
> # SPDX-License-Identifier: BSD-2-Clause-Patent
>
> #
>
> ##
>
> @@ -28,7 +28,7 @@
>
>
> [Packages]
>
> MdePkg/MdePkg.dec
>
> - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
> + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
>
>
> [LibraryClasses]
>
> BaseLib
>
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPeiIoMmu.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPeiIoMmu.inf
> index 6c3e8bc760..3efab14c39 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPeiIoMmu.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> Lib/Usb3DebugPortLibPeiIoMmu.inf
> @@ -1,7 +1,7 @@
> ## @file
>
> # USB3 Debug port library.
>
> #
>
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
>
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
>
> # SPDX-License-Identifier: BSD-2-Clause-Patent
>
> #
>
> ##
>
> @@ -30,7 +30,7 @@
> [Packages]
>
> MdePkg/MdePkg.dec
>
> MdeModulePkg/MdeModulePkg.dec
>
> - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
> + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
>
>
> [LibraryClasses]
>
> BaseLib
>
> diff --git
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> ParamLibPcd/Usb3DebugPortParamLibPcd.inf
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> ParamLibPcd/Usb3DebugPortParamLibPcd.inf
> index e891a0c459..f38b2dac01 100644
> ---
> a/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> ParamLibPcd/Usb3DebugPortParamLibPcd.inf
> +++
> b/Features/Intel/Debugging/Usb3DebugFeaturePkg/Library/Usb3DebugPort
> ParamLibPcd/Usb3DebugPortParamLibPcd.inf
> @@ -1,7 +1,7 @@
> ## @file
>
> # USB3 Debug Port Parameter library instance based on PCD.
>
> #
>
> -# Copyright (c) 2013 - 2019, Intel Corporation. All rights reserved.<BR>
>
> +# Copyright (c) 2013 - 2020, Intel Corporation. All rights reserved.<BR>
>
> # SPDX-License-Identifier: BSD-2-Clause-Patent
>
> #
>
> ##
>
> @@ -23,7 +23,7 @@
>
>
> [Packages]
>
> MdePkg/MdePkg.dec
>
> - Debugging/Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
> + Usb3DebugFeaturePkg/Usb3DebugFeaturePkg.dec
>
>
>
> [Pcd]
>
> gUsb3DebugFeaturePkgTokenSpaceGuid.PcdUsbSerialXhciBus ##
> CONSUMES
>
> --
> 2.24.0.windows.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-13 2:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-12 2:52 [PATCH] Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/ Tan, Ming
2020-06-13 2:45 ` Dong, Eric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox