From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com [209.85.128.51]) by mx.groups.io with SMTP id smtpd.web10.1279.1623707744815394298 for ; Mon, 14 Jun 2021 14:55:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=ZM98dHa+; spf=pass (domain: nuviainc.com, ip: 209.85.128.51, mailfrom: leif@nuviainc.com) Received: by mail-wm1-f51.google.com with SMTP id m41-20020a05600c3b29b02901b9e5d74f02so780815wms.3 for ; Mon, 14 Jun 2021 14:55:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=qKvXfv2be5RN0s4A7DYp5ht265Vd3QhKF+ouxFoQB5I=; b=ZM98dHa+SBfSJ7E2yIY2zWnunQ9dppLi8W15ZtxosVKJIvikpHLG5AmaptIIgeyd4C wRwP2oFTq8c7q8hLz7THCf0KbWkDK4T+Jbcib4kGsfODFm79PhsmHv1WJQaP+tZaZcJZ Rus6n9E8g+XNRH1IycEZvo/bmX5oPYbqDhHmPE6hktLInxUgL68IrGlxPAUM0rt8Da0c S8DtAlmkKwontghCE2/vgKfzP4PPCIuFD2mCfj+np2Aah+Gi8pp4BBxyE61b8aKCYiC5 546Qh9ohmWwV4XsPyf96W17G4GsQKWLtT+f1gIlRfpqSwE2ZZWSd+szg4j8CPYbg36iQ GU0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qKvXfv2be5RN0s4A7DYp5ht265Vd3QhKF+ouxFoQB5I=; b=tdr+vGaDyTyubilZcg99asMl64aa/woz3O/emPRCKmmfTYssrRWxcs1tSsPaxJHlYc cyh/Or/KuVeM8ZJwjZIZne6WYGvEfOwFT2bttx2T53efD1tfvh1tUMv+ksYz6V5pcNN2 430sTgvm33Z+A2IoPlMc8wiIFUkGF7jovBG28bylWaVCO5aasrSovlKyDiawQZOkNFYD Aw/d1fVINXp5Wfgd25UrZWb3PNhHmFEeKt1E/Ba1KVAgexuKPj7lu1lG0AP/ub/6Y0Ld nYKAEwNJvrNVdmqDA7ZknxslIkUbbyXWS/uIjQNUjRJPcFCTOH7R8hUz8tjjXpoW3JJY i9fQ== X-Gm-Message-State: AOAM5304guh80FKHtm2MA69/ZMjkJ+5sSmvCybHlKtSQigLMY4+fKA2r KT+88q/9QWHwBmFxKfCl8/OuVg== X-Google-Smtp-Source: ABdhPJyhzTlxKAaHz7nbJWQe5I/RPkuPh8kkNyUvk5As7uragXVR76nlkmzuXQpqxqVwhd/8vPXVVw== X-Received: by 2002:a7b:c4d0:: with SMTP id g16mr1291862wmk.147.1623707742868; Mon, 14 Jun 2021 14:55:42 -0700 (PDT) Return-Path: Received: from leviathan (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id z10sm14756765wmb.26.2021.06.14.14.55.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Jun 2021 14:55:42 -0700 (PDT) Date: Mon, 14 Jun 2021 22:55:40 +0100 From: "Leif Lindholm" To: Marcin Wojtas Cc: devel@edk2.groups.io, ardb+tianocore@kernel.org, jaz@semihalf.com, gjb@semihalf.com, upstream@semihalf.com, Samer.El-Haj-Mahmoud@arm.com, jon@solid-run.com Subject: Re: [edk2-platforms PATCH 0/4] ACPI MDIO support for Marvell SoCs Message-ID: <20210614215540.u2y4oc2s4cvs6kxw@leviathan> References: <20210613181631.2247221-1-mw@semihalf.com> MIME-Version: 1.0 In-Reply-To: <20210613181631.2247221-1-mw@semihalf.com> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Marcin, On Sun, Jun 13, 2021 at 20:16:27 +0200, Marcin Wojtas wrote: > Hi, > > The MDIO ACPI binding has been established and merged to the > Linux tree, Congratulations! :) Is FreeBSD expected to follow suit? > hence it is now possible to update the ACPI > description of the platforms that base on the Marvell SoCs. > > For convenience, the code is exposed in the public github branch: > https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/acpi-mdio-r20210613 > There is also MacchiatoBin firmware binary avaialable for testing: > https://drive.google.com/file/d/1eigP_aeM4wYQpEaLAlQzs3IN_w1-kQr0 > > I'm looking forward to the comments or remarks. The patches themselves look straightforward enough. I *would* prefer some tested-by, for these sources rather than the binary, before merging though. Best Regards, Leif > Best regards, > Marcin > > Marcin Wojtas (4): > SolidRun/Armada80x0McBin: Add ACPI MDIO description > Marvell/Cn913xDb: Add ACPI MDIO description > Marvell/Armada70x0Db: Add ACPI MDIO description > Marvell/Armada80x0Db: Add ACPI MDIO description > > Silicon/Marvell/Armada7k8k/AcpiTables/Armada70x0Db/Dsdt.asl | 24 +++++++++ > Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0Db/Dsdt.asl | 38 ++++++++++++++ > Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0McBin/Dsdt.asl | 53 ++++++++++++++++++++ > Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn9131DbA/Ssdt.asl | 1 + > Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn913xDbA/Dsdt.asl | 24 +++++++++ > 5 files changed, 140 insertions(+) > > -- > 2.29.0 >