From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.774.1664481239810434943 for ; Thu, 29 Sep 2022 12:54:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=cZlAvFLQ; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: athierry@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1664481239; 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; bh=8OHEunSVxBzIqhAbTI/1giqr1pk6hl8Jm6tb15KSG4Q=; b=cZlAvFLQ8+/scHfZwKPlE4dasZNuqbIHrelAHhvoZi+PPWpAI+CMvQjl632sD93lFITZjV 9PszPD9Zq0S9V6CsnCt2rny3+4khVDN2+VC6kzmilCsSRGxCwNc4LfN1pviRyBxws9x8/Q YbSAiHgwwUImj3AbX9xR5G0u+KEYh8Y= Received: from mail-oo1-f72.google.com (mail-oo1-f72.google.com [209.85.161.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-635-2xw0p_tyMcO51x7lXrqREw-1; Thu, 29 Sep 2022 15:53:49 -0400 X-MC-Unique: 2xw0p_tyMcO51x7lXrqREw-1 Received: by mail-oo1-f72.google.com with SMTP id f26-20020a4a9d5a000000b0044e0692f7d0so877672ook.19 for ; Thu, 29 Sep 2022 12:53:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=8OHEunSVxBzIqhAbTI/1giqr1pk6hl8Jm6tb15KSG4Q=; b=Y2LdnyZKT3EVXvRM7JnEW1UEM/Oy03ryPG++FcnFUYs+lwM1iYqZsZJftV3LQHr9h4 vWB08yHcVdlU8tCZHQMVels2aFoTE9PLRppu5aEKRN+SARio2K29YZ4wYDjItKoeNHml dErbMrSCJG014o4aHLiCxeVnsOE+lAc1G2IQmc51Gvv2bG5Oj8NGAxOYeLfpJ/nf2iof ttXI4zAXCPlQpHiCO3tYOgy+GFmzcOzCwsS3/FJskBxfAkcF5aaL3jl+K8IlZvtrkiBc MdvE/j+nvRagtvsBX+fFibl8JdJNwinOgn8/E2jINBWvNaW/y70oCehDJrmsl9DZT8uh yi1w== X-Gm-Message-State: ACrzQf1zJRGoMeKtGqd6xb1I8dKYFXqk5KS398SVxL6jpjl7Yr7VRAq2 1Vu8/6LtSNVxWO4qDSwDMNIGQlTtpdm54/yYfktTXEGI1Ib7tzJ2L30Jyv1nhTeNzh3fCNDMpr5 eo3421WCepCrIiQ== X-Received: by 2002:a05:6870:e392:b0:131:c348:f2a with SMTP id x18-20020a056870e39200b00131c3480f2amr2824631oad.199.1664481229154; Thu, 29 Sep 2022 12:53:49 -0700 (PDT) X-Google-Smtp-Source: AMsMyM4z39vBpp9CzjAKunherm6A5WFFnVuyG5aweS45z9ma67iq0ch2BEfNJlKnwEd+avmacB2Wvw== X-Received: by 2002:a05:6870:e392:b0:131:c348:f2a with SMTP id x18-20020a056870e39200b00131c3480f2amr2824624oad.199.1664481228989; Thu, 29 Sep 2022 12:53:48 -0700 (PDT) Return-Path: Received: from fedora.redhat.com (modemcable149.19-202-24.mc.videotron.ca. [24.202.19.149]) by smtp.gmail.com with ESMTPSA id 110-20020a9d0ef7000000b00654625c0c4dsm139529otj.17.2022.09.29.12.53.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Sep 2022 12:53:48 -0700 (PDT) From: "Adrien Thierry" To: Ard Biesheuvel , Leif Lindholm , Jeremy Linton , devel@edk2.groups.io Cc: Adrien Thierry Subject: [edk2-platforms PATCH 0/2] Platform/RaspberryPi: SyncPcie() fixes Date: Thu, 29 Sep 2022 15:53:33 -0400 Message-Id: <20220929195335.61495-1-athierry@redhat.com> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true This patch series does a few fixes in the SyncPcie() function, more specifically in the logic that deletes the pci node to prevent Linux from resetting the XHCI controller. Adrien Thierry (2): Platform/RaspberryPi: fix pci DT node address in SyncPcie() Platform/RaspberryPi: delete usb node instead of pci in SyncPcie() Platform/RaspberryPi/Drivers/FdtDxe/FdtDxe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) base-commit: e55f0527dde48a5f139c1b8f35acc4e6b59dd794 -- 2.37.3