From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.44450.1585548190763873090 for ; Sun, 29 Mar 2020 23:03:10 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: heng.luo@intel.com) IronPort-SDR: bHvdc4N85Z6Pe7v3YGGB3RADKs+xjNf2QGVSIXJq6C7EzNEj/JLCZqGztXX7hCtldmys1YEkUM tfuimwow/Emg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2020 23:03:10 -0700 IronPort-SDR: CyBdRa73ZdKrta5N37ohERaiA/qi7ElLyMmGNVgZfuk4p6OunYFEMloisBhD5eLLaS7aDQllMM SJQPdOpBAFnw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,323,1580803200"; d="scan'208";a="421824485" Received: from unknown (HELO hengluo-dev.ccr.corp.intel.com) ([10.239.153.154]) by orsmga005.jf.intel.com with ESMTP; 29 Mar 2020 23:03:09 -0700 From: "Heng Luo" To: devel@edk2.groups.io Subject: [PATCH 0/3] Fix build error of OpenBoard Date: Mon, 30 Mar 2020 14:03:03 +0800 Message-Id: <20200330060306.1695-1-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit *** BLURB HERE *** Heng Luo (3): Platform/Intel: Add all pathes of feature domains to package path Features/Intel: Add LogoFeaturePkg to TemporaryBuildWorkaround Features/Intel: Correct wrong codes and remove unnecessary codes Features/Intel/AdvancedFeaturePkg/TemporaryBuildWorkaround/TemporaryBuildWorkaround.dsc | 4 +++- Features/Intel/AdvancedFeaturePkg/TemporaryBuildWorkaround/TemporaryBuildWorkaround.inf | 5 ++++- Features/Intel/UserInterface/LogoFeaturePkg/Include/LogoFeature.dsc | 9 --------- Features/Intel/UserInterface/LogoFeaturePkg/Include/PostMemory.fdf | 2 +- Platform/Intel/build_bios.py | 7 ++++++- 5 files changed, 14 insertions(+), 13 deletions(-) -- 2.24.0.windows.2