From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by mx.groups.io with SMTP id smtpd.web12.11299.1641679076470695746 for ; Sat, 08 Jan 2022 13:57:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcdkim header.b=tET2I0Te; spf=pass (domain: quicinc.com, ip: 199.106.114.39, mailfrom: quic_rcran@quicinc.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1641679076; x=1673215076; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=CMVPn2hWAJQmwr+pTwAf1awX8qm7dj3pemWm4JMnDVA=; b=tET2I0Tej7dT90A8+2gX/nDPJunwTTnsUKtx66QSuZC9C0WZEXfIS84K g1iSGEzjHz7RjT/hy2z6I5N5MzsoBlDiKGCtt6pU91+wGJTHp0/jGFA/T F5ApGE1XHZ2zCKypQZhw1t2Eu+fpxZJMfe60ro3onnqbknF2wIaVpGPMG o=; Received: from unknown (HELO ironmsg02-sd.qualcomm.com) ([10.53.140.142]) by alexa-out-sd-02.qualcomm.com with ESMTP; 08 Jan 2022 13:57:56 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg02-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jan 2022 13:57:55 -0800 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Sat, 8 Jan 2022 13:57:55 -0800 Received: from linbox.ba.nuviainc.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Sat, 8 Jan 2022 13:57:54 -0800 From: "Rebecca Cran" To: , Sami Mujawar , "Alexei Fedorov" , Leif Lindholm CC: Rebecca Cran Subject: [PATCH 0/3] Add Memory32Fixed and AmlCodeGenMethodRetInteger functions Date: Sat, 8 Jan 2022 14:57:45 -0700 Message-ID: <20220108215748.2173-1-quic_rcran@quicinc.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Return-Path: quic_rcran@quicinc.com X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Content-Transfer-Encoding: 8bit Content-Type: text/plain Add functions to generate code for the Memory32Fixed ASL macro and a method returning an Integer. Remove a redundant cast from AmlCodeGenReturn. Rebecca Cran (3): DynamicTablesPkg: Add Memory32Fixed function DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h | 80 ++++++++++ DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c | 158 +++++++++++++++++++- DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c | 59 ++++++++ 3 files changed, 296 insertions(+), 1 deletion(-) -- 2.31.1