From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id F04FDD81112 for ; Fri, 22 Mar 2024 12:40:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=G0B155v8e0rBjj0pP20UAZrYBYO2i3WC96Leb1xeLqA=; c=relaxed/simple; d=groups.io; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20240206; t=1711111209; v=1; b=kIeLuC6iWD/obwvDFNU0OUFuhP83ILftBn5PXk64D22+cb8mq3blReLceULdTPvoAJxuPBEz pi/oYceJ6Jp9+20ECHOqMPTlFbVlIvLIRMEY5aE5D19VkUPowDh0G6ADnmhYIq1DIls4AcRRRi+ SLugV2aXwEYNvT0yoyW1fukrDwYnmM4usjQXqNZG1tTcoxjZ/un/bMyN/KfxY//O0kMrTvMrAR8 DDa5gzccauaSb9XhfpAfbtOyTrgMo+xQuGd7hLjmETILOkc2UGDh4y/QyNYKZT8pcQtiUilNmDm KDz+psRKdctcWJps1JiBjrpXE4sfDt2h3fFeVletmeHDQ== X-Received: by 127.0.0.2 with SMTP id SgvpYY7687511xe4EoOYR14m; Fri, 22 Mar 2024 05:40:09 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.12092.1711111208908683725 for ; Fri, 22 Mar 2024 05:40:09 -0700 X-Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-331-L0nv3LOLMh6kDZRqF6Ihug-1; Fri, 22 Mar 2024 08:40:02 -0400 X-MC-Unique: L0nv3LOLMh6kDZRqF6Ihug-1 X-Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1F53228C9802; Fri, 22 Mar 2024 12:40:02 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.39.192.134]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 428C2111E40D; Fri, 22 Mar 2024 12:40:00 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id EFF5518014AE; Fri, 22 Mar 2024 13:39:54 +0100 (CET) Date: Fri, 22 Mar 2024 13:39:54 +0100 From: "Gerd Hoffmann" To: Chao Li Cc: devel@edk2.groups.io, Ray Ni , Rahul Kumar , Sami Mujawar , Sunil V L , Bibo Mao , Dongyan Qian Subject: Re: [edk2-devel] [PATCH v2 00/13] Part 2 patch set to add LoongArch support into UefiCpuPkg Message-ID: References: <20240320084152.268323-1-lichao@loongson.cn> MIME-Version: 1.0 In-Reply-To: <20240320084152.268323-1-lichao@loongson.cn> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Fri, 22 Mar 2024 05:40:09 -0700 Reply-To: devel@edk2.groups.io,kraxel@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: oWv06Y69aVdZq38W4JT6y3lSx7686176AA= Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=kIeLuC6i; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none) On Wed, Mar 20, 2024 at 04:41:52PM +0800, Chao Li wrote: > This patch set adjusted some order in UefiCpuPig alphabetically, added > LoongArch libraries and drivers into UefiCpuPkg, it is a continuation of > the first patch series v8 submitted at > https://edk2.groups.io/g/devel/message/114526. > > And also separated from https://edk2.groups.io/g/devel/message/116583. > > This series only contents the changes for UefiCpuPkg. > > Patch1-Patch4: Reorder some INF files located in UefiCpuPkg > alphabetically. > > Patch5-Patch13: Added Timer, CpuMmuLib, CpuMmuInitLib, MpInitLib, CpuDxe > for LoongArch, and added some PCD and header files requested by the > above libraries and drivers. > > Modfied modules: UefiCpuPkg > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4726 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4734 > > PR: https://github.com/tianocore/edk2/pull/5483 > > V1 -> V2: > 1. Removed PcdCpuMmuIsEnabled. > 2. Removed API GetMemoryRegionAttributes API as it is no longer needed. > 3. Patch3, added two empty line in DXE and PEI INF files. > 4. Patch5, added the Status check in GetTimeInnanoSecond function. > 5. Separated into two series, this is series one, and the second one is > OvmfPkg. While I can't comment on the loongarch architecture details the code and the integration into build system looks overall sane to me. Series: Acked-by: Gerd Hoffmann take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117046): https://edk2.groups.io/g/devel/message/117046 Mute This Topic: https://groups.io/mt/105041080/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-