From patchwork Thu Oct 13 02:57:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henry Wang X-Patchwork-Id: 13005589 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 80C0FC4332F for ; Thu, 13 Oct 2022 02:58:05 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.421622.667120 (Exim 4.92) (envelope-from ) id 1oioQ1-00070m-Re; Thu, 13 Oct 2022 02:57:57 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 421622.667120; Thu, 13 Oct 2022 02:57:57 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1oioQ1-00070f-Or; Thu, 13 Oct 2022 02:57:57 +0000 Received: by outflank-mailman (input) for mailman id 421622; Thu, 13 Oct 2022 02:57:56 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1oioQ0-0006zV-Hj for xen-devel@lists.xenproject.org; Thu, 13 Oct 2022 02:57:56 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-flk1.inumbo.com (Halon) with ESMTP id d5fcc967-4aa2-11ed-8fd0-01056ac49cbb; Thu, 13 Oct 2022 04:57:55 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2381015DB; Wed, 12 Oct 2022 19:58:01 -0700 (PDT) Received: from entos-skylake.shanghai.arm.com (entos-skylake.shanghai.arm.com [10.169.212.207]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C5CC73F792; Wed, 12 Oct 2022 19:57:51 -0700 (PDT) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: d5fcc967-4aa2-11ed-8fd0-01056ac49cbb From: Henry Wang To: xen-devel@lists.xenproject.org Cc: Henry Wang , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu , Bertrand Marquis , Wei Chen Subject: [PATCH for-4.17 2/2] SUPPORT.md: Mark static heap feature as supported Date: Thu, 13 Oct 2022 02:57:22 +0000 Message-Id: <20221013025722.48802-3-Henry.Wang@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20221013025722.48802-1-Henry.Wang@arm.com> References: <20221013025722.48802-1-Henry.Wang@arm.com> With the P2M pages pool bounding the domain memory runtime allocation and the documented minimal size requirement of the static heap, it is safe to mark static heap feature as supported. Signed-off-by: Henry Wang --- SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index cf2ddfacaf..ddcf8a13a7 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -298,7 +298,7 @@ pre-defined by configuration using physical address ranges. Allow reserving parts of RAM through the device tree using physical address ranges as heap. - Status, ARM: Tech Preview + Status, ARM: Supported ### Memory Sharing