From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web11.809.1663180847143262624 for ; Wed, 14 Sep 2022 11:40:47 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=dBeA50y0; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: isaac.w.oram@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663180847; x=1694716847; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=M3IoA/qavOT9+CNMcsKdeVul2VlV/Vn60jAjXZNCuiU=; b=dBeA50y0MdciWoH7g4NOM8HnQubc0fwK8y2FduOdTj/hMaFGmrYKpZ9K LDmNQqK+VBdo1oC8V6DnyGIRA7Awm2w7NssU9XFJLt7NBrOyPNzJBO99Z 7oc3SUs5H5RtHAIpSisR4jfYMJYViXzEX60ndaY+ETF+d0LKk1aj+9keE kO1M+x0P157LKgWydlw5JE9BwOOMogK/StJksoqdLgghSAZpW3lY4Ek8V 7SWqqnYFdRz6qX8jwcxbzpJlSQUddN5n92SqLXGAzLANzFPmOjAoGAs5H FXkyxchHTNbMizh8dCHKOXPw06hB5VJdtxJNCeYLSncvzWPGEJPBJgsIp Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10470"; a="324770173" X-IronPort-AV: E=Sophos;i="5.93,315,1654585200"; d="scan'208";a="324770173" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 11:40:38 -0700 X-IronPort-AV: E=Sophos;i="5.93,315,1654585200"; d="scan'208";a="619414303" Received: from iworam-desk.amr.corp.intel.com ([10.24.80.243]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2022 11:40:37 -0700 From: "Isaac Oram" To: devel@edk2.groups.io Cc: Isaac Oram , Sai Chaganty , Nate DeSimone , Liming Gao , Chasel Chiu , Eric Dong , Benjamin Doron Subject: [edk2-devel][edk2-platforms][PATCH V1 0/2] Platforms/Intel: Build fixes Date: Wed, 14 Sep 2022 11:40:24 -0700 Message-Id: <20220914184027.1510-1-isaac.w.oram@intel.com> X-Mailer: git-send-email 2.36.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The S3FeaturePkg changes in [edk2-platforms][PATCH v3 2/4] S3FeaturePkg: Implement working S3 resume Introduces some build issues with standalone package build for S3FeaturePkg and AdvancedFeaturePkg. There are also some type cast related compiler warnings. We do not currently have continuous integration testing. We do not currently have documented build testing configuration requirements. Therefore I am just fixing the minor issues and intend to merge both patch series together to maintain git bisect to the best of my ability. I do plan to document required and recommended board port and feature pkg builds. Note that the use of UINTN for intermediate data instead of EFI_PHYSICAL_ADDRESS is only to be consistent with other ACPI implementations of similar functionality. Cc: Sai Chaganty Cc: Nate DeSimone Cc: Liming Gao Cc: Chasel Chiu Cc: Eric Dong Cc: Benjamin Doron Signed-off-by: Isaac Oram Isaac Oram (2): S3FeaturePkg/Build: Add libraries needed by S3FeaturePkg MinPlatformPkg/S3: Use EFI_PHYSICAL_ADDRESS for address .../Intel/AdvancedFeaturePkg/AdvancedFeaturePkg.dsc | 3 +++ .../Intel/PowerManagement/S3FeaturePkg/S3Dxe/S3Dxe.c | 10 +++++----- .../PowerManagement/S3FeaturePkg/S3FeaturePkg.dsc | 3 +++ .../Intel/PowerManagement/S3FeaturePkg/S3Pei/S3Pei.c | 2 +- .../Intel/MinPlatformPkg/Include/AcpiS3MemoryNvData.h | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) -- 2.36.1.windows.1