From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) by mx.groups.io with SMTP id smtpd.web11.20179.1623608231497867207 for ; Sun, 13 Jun 2021 11:17:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=c+wDVMb2; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.167.46, mailfrom: mw@semihalf.com) Received: by mail-lf1-f46.google.com with SMTP id bp38so17239184lfb.0 for ; Sun, 13 Jun 2021 11:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sJoAfC1v+MTiw3BOz8wrqxuzI8qxS9SV8Yfl92e8ypc=; b=c+wDVMb2pYOag3czUBP/89bvv86HEbgoC5Ym/v5pPLofUb/5nzfRXdI/OmUp2I8ko9 eh/BpWIZokGeQrEVjDphX0zItsGLkOAYHsH7V8DCNZI0P9lZ2Hfa3Y0npxuX1NDMmu94 gFNXc2JLKjY3r2vJRPUR9pKUDmxO27uCaJniOmgpXcgqFx9A2KY8Y3ay8PTFQIQ7PrBi urVGkQVwCZAa1inXvDOvdeK9Jei2OPDNiqnswoJa+mN5K3k8zEymhR2j/nQmO8N+0OOL A/3MOqfeKmyrHKSh/jtK4n+LQgS8+o7tOO9cVPagwGu2/bhvw5yhXwY/ZG3sPkl5h6FA sg+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sJoAfC1v+MTiw3BOz8wrqxuzI8qxS9SV8Yfl92e8ypc=; b=AAOarAiofGQRd+me6e4BcRbbLsZ/RQYl083rdSKGBsqIk6eHO91xvIU9eIqAiJtwPw HAOY2rObkbKZLz+OB/2vR6seWZVx10ktDgeMD27AaJ7OR2GXa+U6Iq50Ur9aEWko+fsN x+NxSsBVOIF8S6Dhd52c9jJWHg6rCUKwGpD9PlN2MmBXME3pKVZ+rJ+SqbEZY/MSsFGG 8PaYDv7xidio3ZDTtbjSv2Idxa4572K0j0gj/Dn8PO+Xc0p/eo/smzCqUt77TZw33m6I YY8evlPYhbO9IhmG/OmjuXG7bgitCeFz+Sm2ll5JgcISxcEPG4/xU2oS8bMvWkiRqQjz v18w== X-Gm-Message-State: AOAM531EKIPt8NylfnkNCjkyzWb9T1z1WveXspZCJtFZOkoccxoP1Nor YXOghIyHlydrMbI2jgvogBwZZEoTJhRKMQ== X-Google-Smtp-Source: ABdhPJxFe3vDq04TOjk1QmaFeIUy3f5cTo9VIldDjP7hatZuF0QDzuvrJPuIOgLOSiker2IG3fq1zg== X-Received: by 2002:a05:6512:2096:: with SMTP id t22mr9579959lfr.272.1623608229248; Sun, 13 Jun 2021 11:17:09 -0700 (PDT) Return-Path: Received: from gilgamesh.lab.semihalf.net ([83.142.187.85]) by smtp.gmail.com with ESMTPSA id s16sm1521813ljh.139.2021.06.13.11.17.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Jun 2021 11:17:08 -0700 (PDT) From: "Marcin Wojtas" To: devel@edk2.groups.io Cc: leif@nuviainc.com, ardb+tianocore@kernel.org, jaz@semihalf.com, gjb@semihalf.com, upstream@semihalf.com, Samer.El-Haj-Mahmoud@arm.com, jon@solid-run.com, Marcin Wojtas Subject: [edk2-platforms PATCH 0/4] ACPI MDIO support for Marvell SoCs Date: Sun, 13 Jun 2021 20:16:27 +0200 Message-Id: <20210613181631.2247221-1-mw@semihalf.com> X-Mailer: git-send-email 2.29.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi, The MDIO ACPI binding has been established and merged to the Linux tree, 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. 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