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 59A2E7803DA for ; Tue, 26 Mar 2024 14:07:54 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=zwXF5BSG6wKMqKn8x77SsRIUv4p1j42d1l5J5CkccI4=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:Organization:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20240206; t=1711462073; v=1; b=UVTkFriC+hzc/7rsIpal9S1cKBYB6QoHitLkJn8kS8JEQVyoAAZN5N1z9PcJukfHSDxGLMZZ tJdnh9cZ1Z5wr45LokHiNAS90M8rzcksNSgDf2OUVcpvPIvpEfGtbLcXeHqSHdpMG/IYO3jeF9Q oHPi8XyADaSiLlO+CGWj29OGKVsm7XBaE8vLhHncZdI4JopMte7rmXYhG2RY6muJM5uAPiXAocc M7xXX8+db/Lq6c5oxeurhGADtmt/gk4u8TCLjhKNzC/yuslIXJxgHKcksOrfoAjtIWl4StJv2IV p1EQnT/M1ddMsP6qGhkMFqWfPUDdOTbAPMaITCtGjlBrw== X-Received: by 127.0.0.2 with SMTP id 0gUUYY7687511xWVPlgZpYF9; Tue, 26 Mar 2024 07:07:53 -0700 X-Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) by mx.groups.io with SMTP id smtpd.web10.9930.1711462072195990947 for ; Tue, 26 Mar 2024 07:07:52 -0700 X-Received: by mail-ed1-f42.google.com with SMTP id 4fb4d7f45d1cf-56c2b4850d2so819043a12.2 for ; Tue, 26 Mar 2024 07:07:51 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCVj3j/n+F8AEruORbKn9ZQnshxIM79lSnuMhO7i+SVpXswZ43oIEKzWkJutS/+wusCjUOXoc1kX9EKzMNj53gq3HJ+VnA== X-Gm-Message-State: bOIad7C8TxGeaJhSqvDAj3tZx7686176AA= X-Google-Smtp-Source: AGHT+IHXSkvNd8/lsdMabHg9lGe+0NM5lmyDlzgtJWrVdbHHrToQbzWHeL5JcNrM+L/H7fqxUM/NaA== X-Received: by 2002:a50:8ace:0:b0:56b:9f82:4a40 with SMTP id k14-20020a508ace000000b0056b9f824a40mr2216398edk.11.1711462070467; Tue, 26 Mar 2024 07:07:50 -0700 (PDT) X-Received: from [192.168.200.106] (83.11.22.169.ipv4.supernova.orange.pl. [83.11.22.169]) by smtp.gmail.com with ESMTPSA id o26-20020aa7c7da000000b0056bf34d656dsm4177583eds.29.2024.03.26.07.07.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 Mar 2024 07:07:50 -0700 (PDT) Message-ID: Date: Tue, 26 Mar 2024 15:07:49 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v2 1/1] SbsaQemu: AcpiDxe: Create SRAT table at runtime To: Xiong Yining , devel@edk2.groups.io Cc: quic_llindhol@quicinc.com, ardb+tianocore@kernel.org, graeme@xora.org.uk, chenbaozi@phytium.com.cn References: <20240220074736.3249691-1-xiongyining1480@phytium.com.cn> <20240220074736.3249691-2-xiongyining1480@phytium.com.cn> From: "Marcin Juszkiewicz" Organization: Linaro In-Reply-To: <20240220074736.3249691-2-xiongyining1480@phytium.com.cn> 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 Resent-Date: Tue, 26 Mar 2024 07:07:52 -0700 Reply-To: devel@edk2.groups.io,marcin.juszkiewicz@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Language: pl-PL, en-GB, en-HK Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=UVTkFriC; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.org (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 W dniu 20.02.2024 o 08:47, Xiong Yining pisze: > Add support to create SRAT(System resource affinity table) for > sbsa platform at runtime. > > Signed-off-by: Xiong Yining > Signed-off-by: Chen Baozi Needs rebase on top of "get rid of DeviceTree from SbsaQemu" series. Rename SbsaQemuHardwareInfoLib to HardwareInfoLib and use newer function names. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117121): https://edk2.groups.io/g/devel/message/117121 Mute This Topic: https://groups.io/mt/104463805/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-