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 9F571D81163 for ; Mon, 8 Jan 2024 07:23:44 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=HX4GK+q5UuiMImuk1cpNjAFDr6BBJRTY57u6wJDg69k=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id: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=1704698623; v=1; b=i0GpTOJKfwLPIpFGVr+rl/eYVO9lzpo8g4aCQOedPAL1L9dkcU9TPl2pSAcq9tW5wDhlENpv fAUEWCQrfVE8xjm+1Crsa5xiSZgvX4rQNCsnOMeL9wBa/KULz545gFike9LS1bi0miO9t0lVmZG NvPSThWaWmJ0pIySdymFdgcE= X-Received: by 127.0.0.2 with SMTP id 3yr2YY7687511xKZPqJ5K4Ox; Sun, 07 Jan 2024 23:23:43 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.1881.1704698622303171011 for ; Sun, 07 Jan 2024 23:23:42 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10946"; a="464212629" X-IronPort-AV: E=Sophos;i="6.04,340,1695711600"; d="scan'208";a="464212629" 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:23:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10946"; a="731027878" X-IronPort-AV: E=Sophos;i="6.04,340,1695711600"; d="scan'208";a="731027878" X-Received: from gchen29.sh.intel.com ([10.239.154.135]) by orsmga003.jf.intel.com with ESMTP; 07 Jan 2024 23:23:40 -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:28 +0800 Message-Id: <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: 7Roy24Ys3ic1Yjg98TuGG25Sx7686176AA= 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=i0GpTOJK; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) 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 (#113362): https://edk2.groups.io/g/devel/message/113362 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] -=-=-=-=-=-=-=-=-=-=-=-