From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web10.18233.1600246624231081409 for ; Wed, 16 Sep 2020 01:57:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=QCyxOtoI; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600246623; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ea2QDhNZrjQWxzKgp67rFAivroZq6BwJ411+a8fwOfU=; b=QCyxOtoIJVezyPTPew9GgV0GZNzUEkQXka4DFpvAWBsF4N5ml6QvG2kz44YTyK708g4CBR RdRPWZwbzzHteYhnu/DNAMytL2aXZ8ylBeKFtwASrobN/J+Pcymiy+SX4Dlt27GaUSfwSs 4xv0/IJeb+QfK3dBmjJxQ72aQu2UVU0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-102-8FFohgmMNwWJZmQ5O4w8ng-1; Wed, 16 Sep 2020 04:56:59 -0400 X-MC-Unique: 8FFohgmMNwWJZmQ5O4w8ng-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6D99A100A279; Wed, 16 Sep 2020 08:56:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-213.ams2.redhat.com [10.36.113.213]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8F39568D67; Wed, 16 Sep 2020 08:56:55 +0000 (UTC) Subject: more development process failure [was: UefiPayloadPkg: Runtime MMCONF] To: Dong Guo References: <20200818082421.6168-1-marcello.bauer@9elements.com> Cc: devel@edk2.groups.io, marcello.bauer@9elements.com, Michael Kinney , "Leif Lindholm (Nuvia address)" , Mark Doran , Andrew Fish , Soumya Guptha From: "Laszlo Ersek" Message-ID: <11b4d671-7c5e-0ef3-0d2f-13ef605f1eaf@redhat.com> Date: Wed, 16 Sep 2020 10:56:54 +0200 MIME-Version: 1.0 In-Reply-To: <20200818082421.6168-1-marcello.bauer@9elements.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Guo, On 08/18/20 10:24, Marcello Sylvester Bauer wrote: > Support arbitrary platforms with different or even no MMCONF space. > Fixes crash on platforms not exposing 256 buses. > > Tested on: > * AMD Stoney Ridge > > Branch: https://github.com/9elements/edk2-1/tree/UefiPayloadPkg-MMCONF > PR: https://github.com/tianocore/edk2/pull/885 > > v5: > * MdePkg > - support variable size MMCONF in all PciExpressLibs > - use (UINTX)-1 as return values for invalid Pci addresses Okay, so we got more of the same development process violations here, as I've just reported at . See this new pull request: https://github.com/tianocore/edk2/pull/932/ "No description provided." You should be embarrassed. Laszlo