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 983047803DE for ; Mon, 8 Jan 2024 14:59:45 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=f/1qQa5vLLF812h5xy7W+F9fV9NwxFYjGZqtP7xFsgI=; c=relaxed/simple; d=groups.io; h=From:To: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=1704725984; v=1; b=D8mw/vtmdx68y6w5G/yLi0B+nbBgXPVBCtgC/hDgIp1qPDjYaP/6SvwoBWAc3vc4k7rRXHOq zxpBWOfo3QcJeZvD/uejeDKP0X+VPDkGuYbbLbkTNHA1p5rHDNG0ua8braBJlJr4LOzfXNlzvk+ IhPKiCYfYM4Vw0SYEtfRk6BY= X-Received: by 127.0.0.2 with SMTP id O7iHYY7687511xmLiqFUfgXx; Mon, 08 Jan 2024 06:59:44 -0800 X-Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mx.groups.io with SMTP id smtpd.web10.8877.1704725983525643868 for ; Mon, 08 Jan 2024 06:59:43 -0800 X-Received: by mail-pf1-f175.google.com with SMTP id d2e1a72fcca58-6d9f94b9186so1583187b3a.0 for ; Mon, 08 Jan 2024 06:59:43 -0800 (PST) X-Gm-Message-State: o5TI3WZrG2TYGYvK3MTkPirYx7686176AA= X-Google-Smtp-Source: AGHT+IFLC0ZS1cNTHYuFpzzBWOuEAnvoidy45d0JTLWGLJ6ijIXlgvs/6xQ+iz1FSJvDTLUnchn2/g== X-Received: by 2002:a05:6a20:12cb:b0:199:9541:c624 with SMTP id v11-20020a056a2012cb00b001999541c624mr3750484pzg.101.1704725982750; Mon, 08 Jan 2024 06:59:42 -0800 (PST) X-Received: from dhaval.. ([171.76.80.114]) by smtp.gmail.com with ESMTPSA id o190-20020a62cdc7000000b006d9c65cc854sm6410071pfg.26.2024.01.08.06.59.41 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jan 2024 06:59:42 -0800 (PST) From: "Dhaval Sharma" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v4 0/1] Prefer XDSDT table over DSDT if available Date: Mon, 8 Jan 2024 20:29:37 +0530 Message-Id: <20240108145938.16154-1-dhaval@rivosinc.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,dhaval@rivosinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: 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="D8mw/vtm"; dmarc=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 Enable detection of XDSDT table from ACPI HOB and use it to comply with ACPI spec 6.5+ Table 5-9. https://github.com/tianocore/edk2/pull/5235 Dhaval (1): MdeModulePkg/AcpiTableDxe: Prefer xDSDT over DSDT when installing tables MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c | 23 ++++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113400): https://edk2.groups.io/g/devel/message/113400 Mute This Topic: https://groups.io/mt/103598537/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-