From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by mx.groups.io with SMTP id smtpd.web10.6025.1685967511876652398 for ; Mon, 05 Jun 2023 05:18:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=YpCXCn9l; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.180.131, mailfrom: quic_llindhol@quicinc.com) Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 355Bs1MZ002916; Mon, 5 Jun 2023 12:18:31 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=zwJKnpI9jzTSzo1enOWpbf+vU4ibJ4i/elBokybjVNo=; b=YpCXCn9ltE+sUuTgcbnDYEqBIA0T4s3ls38QAcP8DeKOQRoR39C89TCsFxZcwdBIrdwA /4Qvo9pdahBl3jWWCT0EoygL2J0YORRDWKnkFpD9T0O8yc3O1fOyHDHPUZwbxglW6MnG jWlfQ3Rd9zJPFcWAB0PWJhJCuQ1tSAK/0IWyoTj+zmnHLCa/i8DxoSgUbeeISN8RQBAZ Np3W0afzAhPuw2USsL5nvo6Wy0UahkvE6lBwzfp+MhjmtXZ2Th6vVsr2v1nAd2lGK3aM ThqHo7QyLvNhcNAYCfT7k4ulczmK+qlcZnXgFp5LAecTiCK71lgw/Vjl+6u0yRM/BSqV sg== Received: from nasanppmta02.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3r1ckb0bf5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 05 Jun 2023 12:18:30 +0000 Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA02.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 355CIU2C031535 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 5 Jun 2023 12:18:30 GMT Received: from [10.111.140.103] (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.42; Mon, 5 Jun 2023 05:18:28 -0700 Message-ID: <08a3571c-a51a-e3ed-d9e2-b3ba7498ec1d@quicinc.com> Date: Mon, 5 Jun 2023 13:18:25 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [edk2-devel] [PATCH 0/3] use XHCI to replace EHCI To: , , Yuquan Wang CC: , , , References: <20230605104913.117643-1-wangyuquan1236@phytium.com.cn> From: "Leif Lindholm" In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: 1YUUEgmgYkwaKlIXRKKhOVUmPdbz9V1A X-Proofpoint-GUID: 1YUUEgmgYkwaKlIXRKKhOVUmPdbz9V1A X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.573,FMLib:17.11.176.26 definitions=2023-06-03_08,2023-06-02_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 mlxscore=0 phishscore=0 impostorscore=0 clxscore=1011 suspectscore=0 mlxlogscore=334 adultscore=0 malwarescore=0 lowpriorityscore=0 priorityscore=1501 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2304280000 definitions=main-2306050109 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 2023-06-05 11:51, Ard Biesheuvel wrote: > On Mon, 5 Jun 2023 at 12:50, Yuquan Wang wrote: >> >> This patchset implements XHCI on sbsa-ref board to replace EHCI. >> As sbsa-ref does not have DRAM below 4G, it cannot utilize EHCI >> that only has 32-bit DMA capablity. Now this board has XHCI as >> an available usb controller with 64-bit DMA capablity. >> >> Yuquan Wang (3): >> Platform/Qemu/SbsaQemu/SbsaQemu.dsc: define XHCI Pcd settings >> SbsaQemu: Drivers: Add initial support for XHCI >> SbsaQemu: AcpiTables: Add XHCI info into DSDT >> > > Why are you sending the same series 3 times within an hour? I think there was unfortunate timing with my releasing from moderation and unmoderating Yuquan and them resubmitting because they didn't see patches hitting the list. / Leif >> Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 6 +- >> .../Qemu/SbsaQemu/AcpiTables/AcpiTables.inf | 4 +- >> Silicon/Qemu/SbsaQemu/AcpiTables/Dsdt.asl | 125 ++---------------- >> .../SbsaQemuPlatformDxe/SbsaQemuPlatformDxe.c | 40 ++++-- >> .../SbsaQemuPlatformDxe.inf | 2 + >> Silicon/Qemu/SbsaQemu/SbsaQemu.dec | 4 +- >> 6 files changed, 53 insertions(+), 128 deletions(-) >> >> -- >> 2.34.1 >> > > > > >