From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 4E8B3AC0E04 for ; Mon, 8 Jan 2024 07:24:09 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=eggstgfvyHfilJYDk8v75oOT5+jpYsYsH3MFVEITDpI=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1704698648; v=1; b=O+BOl00VlFJMjuL71kSECbmB5g8OGO6kG57uEWlbKMIU3jRYmBsgU9t3UnU96StF0c5XJc47 1HMDT5Ph8KXrTbF23a68bjU35BmZgYAePMCZF5U/s+kukn6vyShtoKw3tKjxS4vkoudNR8dDfk8 vv+jITwXFsEHceZjjyGbqcTk= X-Received: by 127.0.0.2 with SMTP id g85mYY7687511xBqf6U64BYn; Sun, 07 Jan 2024 23:24:08 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.1909.1704698647433420821 for ; Sun, 07 Jan 2024 23:24:07 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10946"; a="464212679" X-IronPort-AV: E=Sophos;i="6.04,340,1695711600"; d="scan'208";a="464212679" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jan 2024 23:24:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10946"; a="731028052" X-IronPort-AV: E=Sophos;i="6.04,340,1695711600"; d="scan'208";a="731028052" X-Received: from gchen29.sh.intel.com ([10.239.154.135]) by orsmga003.jf.intel.com with ESMTP; 07 Jan 2024 23:24:04 -0800 From: "Chen, Gang C" To: devel@edk2.groups.io Cc: gua.guo@intel.com, guo.dong@intel.com, james.lu@intel.com, sean@starlabs.systems, Gang Chen Subject: [edk2-devel] [PATCH 0/1] Remove SCI status check from UPL Date: Mon, 8 Jan 2024 15:25:30 +0800 Message-Id: <20240108072531.3344290-3-gang.c.chen@intel.com> In-Reply-To: <20240108072531.3344290-1-gang.c.chen@intel.com> References: <20240108072531.3344290-1-gang.c.chen@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,gang.c.chen@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: cBwFaxW7IQoYqN1cgn7UoQpQx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=O+BOl00V; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Check SCI status too early will cause the below error message will be printed out always: ERROR: The ACPI enabling status is inconsistent: SCI is not enabled but the ACPI table does not provide a means to enable it through FADT->SmiCmd. This may cause issues in OS. SCI will be set in BDS. So check the SCI in UPL is too early. Remove the SCI status check code from UPL. Gang Chen (1): UefiPayloadPkg/UefiPayloadEntry: Remove SCI enabling check UefiPayloadPkg/UefiPayloadEntry/AcpiTable.c | 38 --------------------- 1 file changed, 38 deletions(-) -- 2.40.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113364): https://edk2.groups.io/g/devel/message/113364 Mute This Topic: https://groups.io/mt/103593435/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-