From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.19538.1680161613454029100 for ; Thu, 30 Mar 2023 00:33:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=OEEaoMb3; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1680161611; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=gDYeGvG8l6MTrGB9jzWtlBf1p580A9NiDOenWXb5hPI=; b=OEEaoMb3U5m0igOSaqp9ZFYQFnnjRRVOV7xEuL/A+BVmggEf6bCFhLqR6DLSx3symTWI8J pQiD9FigEkJ1g7OCskQE9/WO3jd3GcqmU8kRii/Mm+k6rybrjdbemoCSThO0NBHQ2weaCd iwtzcRpDmVT3+iY0585CLpq+lnxoD9w= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-118-ddH7Rv1CNmSX753CArruVg-1; Thu, 30 Mar 2023 03:33:28 -0400 X-MC-Unique: ddH7Rv1CNmSX753CArruVg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 28286185A790; Thu, 30 Mar 2023 07:33:27 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D1B422166B33; Thu, 30 Mar 2023 07:33:24 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 78D42180061B; Thu, 30 Mar 2023 09:33:23 +0200 (CEST) Date: Thu, 30 Mar 2023 09:33:23 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Michael D Kinney , Erdem Aktas , James Bottomley , Liming Gao , Marvin =?utf-8?Q?H=C3=A4user?= , Pawel Polawski , Michael Roth , Tom Lendacky , Jiewen Yao , Jian J Wang , Ard Biesheuvel , Jordan Justen , Hao A Wu , Zhiguang Liu , Ray Ni , Min Xu , Oliver Steffen Subject: Re: [PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros Message-ID: References: <20230322070243.410903-1-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: <20230322070243.410903-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Mar 22, 2023 at 08:02:37AM +0100, Gerd Hoffmann wrote: > v2 changes: > - rebase to latest master, adapt patches to changes. > - update macro documentation to use @retval TRUE/FALSE. > - added patch to use IS_POW2 in MtrrLib. > - add reviews and acks. Ping. This is fully reviewed now, can this be merged please? thanks, Gerd