From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web10.17661.1656540706705568295 for ; Wed, 29 Jun 2022 15:11:46 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=gwVKTdTw; spf=pass (domain: intel.com, ip: 192.55.52.151, 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=1656540706; x=1688076706; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Ziksxkpp7AWSOnenNfwRSbRaOKOKrFG7gDZopJbG6+8=; b=gwVKTdTwYh9zXbsZdbNqAWb0QY2oix+GDb9pP3Wp+2zD19YKRzM/OBPr V0BBWpV60JeRl97+1wxHloUGiJx4hsu2+IEwjhEadgz4DJJQ/vMtL19Xh 8mGWYP87n+U9zQUSN31wyjIJBx261Y3n8LzQQFcL2WXz7b7FAuRY92p3p UxbWUvJdHolCITquJU+doO+BpTgAawPgFbYhqnpcwWikd6wx6TAMAvgR+ bg+TNcmN9Tjbgye9QcA4sMMbWkoieTb1G6Dxr3OFDntVAuV92wbP4OT5y 7pmGqnUmnHXIFOPOkTCkMuJ9UDB1jOqDnBA/8w3vAjNE0E7kVMH+6trWh A==; X-IronPort-AV: E=McAfee;i="6400,9594,10393"; a="262578719" X-IronPort-AV: E=Sophos;i="5.92,232,1650956400"; d="scan'208";a="262578719" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2022 15:11:46 -0700 X-IronPort-AV: E=Sophos;i="5.92,232,1650956400"; d="scan'208";a="767768809" Received: from iworam-desk.amr.corp.intel.com ([10.24.80.243]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2022 15:11:46 -0700 From: "Oram, Isaac W" To: devel@edk2.groups.io Cc: Isaac Oram , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel][edk2-platforms][PATCH V1 0/2] Add MinPlatformPkg NOOPT build option Date: Wed, 29 Jun 2022 15:11:36 -0700 Message-Id: X-Mailer: git-send-email 2.36.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add the NOOPT build option. Use the same libraries for DEBUG and NOOPT Clean up some duplication and coding style issues with the include files. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Isaac Oram Isaac Oram (2): MinPlatformPkg/Build: Add NOOPT build MinPlatformPkg/Build: Reduce duplication .../MinPlatformPkg/Include/Dsc/CoreDxeLib.dsc | 64 +++++-------------- .../MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 29 ++------- .../Intel/MinPlatformPkg/MinPlatformPkg.dsc | 2 +- 3 files changed, 25 insertions(+), 70 deletions(-) -- 2.36.1.windows.1