From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 13946223DB0F7 for ; Sun, 11 Mar 2018 08:10:04 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Mar 2018 08:16:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,455,1515484800"; d="scan'208";a="210652133" Received: from lzeng14-mobl2.ccr.corp.intel.com ([10.255.31.175]) by fmsmga006.fm.intel.com with ESMTP; 11 Mar 2018 08:16:21 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Jiewen Yao , Ruiyu Ni , Hao Wu Date: Sun, 11 Mar 2018 23:16:16 +0800 Message-Id: <20180311151619.1260-1-star.zeng@intel.com> X-Mailer: git-send-email 2.13.3.windows.1 Subject: [PATCH 0/3] SouceLevelDebugPkg DebugCommUsb3: Enhancements after supporting IOMMU X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2018 15:10:05 -0000 Please get detailed information in the separated patches. Cc: Jiewen Yao Cc: Ruiyu Ni Cc: Hao Wu Star Zeng (3): SourceLevelDebugPkg DebugCommUsb3: Refine some formats SourceLevelDebugPkg DebugCommUsb3: Realloc granted DXE DMA buffer SourceLevelDebugPkg DebugCommUsb3: Use the Handle from DebugAgentLib .../DebugCommunicationLibUsb3Common.c | 96 +++++- .../DebugCommunicationLibUsb3Dxe.c | 365 ++++++++++++--------- .../DebugCommunicationLibUsb3Dxe.inf | 11 +- .../DebugCommunicationLibUsb3Internal.h | 60 +--- .../DebugCommunicationLibUsb3Pei.c | 50 ++- .../DebugCommunicationLibUsb3Pei.inf | 4 +- 6 files changed, 332 insertions(+), 254 deletions(-) -- 2.13.3.windows.1