From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AD79421E62BB2 for ; Fri, 1 Sep 2017 04:11:30 -0700 (PDT) Received: by mail-lf0-x232.google.com with SMTP id a126so8076282lfa.0 for ; Fri, 01 Sep 2017 04:14:15 -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; bh=aY//On4rAyE9a8qfF8wjioosD8Z+5z1BqrYHjFmYIQo=; b=pWclZ4mo/rWIMRWNQgFBA1/sfm89itQfgFCR6nVs5amA2tzv3ao+ZGmYuaeKU4wjY5 NEcCXWedr5Dd1Lq5o2+BV5iMGINsNrRVNrg7UwIenIe9eknF8VrE7wjoOj3y5dKKBtVG l/vtIwjxDyA9hH0yN+QbJHp3t3oTg0Xno6YxA4tF3hY1bmMaVAkJUc+BM8C4JIZ9QUCR A4B5wAszkynpfu4AUaATu6WW5+LzCaSQX3bOxyFSNRO4dwmKKHYtxarW8CVpoSpwQ6Cr gwoksZxBfu8PxnvxYWessQz+6Veo5d+Mw72rrAPbbofRhOn5exssKmQXPyebfHlxo8QL q2yg== 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; bh=aY//On4rAyE9a8qfF8wjioosD8Z+5z1BqrYHjFmYIQo=; b=OPNVgP+NLmpnnZaWQoy+svWP7HGQ3bZIuXWbUrAkruNLUFz79jPWTgVEMg/rUqiOx8 UZSeQW7VJoQlVohuMaZg6oWUA0SUHkU2lEk51qAJ1zK6qSRmvKz1zxscmEjMybtsfhQV l51RoruJLw2/qaaxQ2ptgOqS4IijmJAgFLo8MRz88XstC39JmhyZgA22CQReepiCrZlp DdhQGAjrUtycU8JUSCfMBcKBD96rBi6h7/p36YecPoC+l3MlSaKrV19Y9aCFDv5LMUlU /qo0tBiqHWp9TI2lLegXrrT9jdWWSAQU1O4bXlyx1d9QzRfuAhgj1kVpxrPTlF19vQ8/ DJUA== X-Gm-Message-State: AHPjjUjYSTo3eOd14fX3qwBxVwrtIbrjCIB+9WgDnA8hK8OS1XmZCY8X jSHPLAqGXmOThgDxuCVGEg== X-Google-Smtp-Source: ADKCNb5YjB1sOf4xP/qYnueJInnCn26r+XDzUoKG1tce1bt4Gw7EwuS8fCHQUISZy5rvax4i9BDp7w== X-Received: by 10.46.69.134 with SMTP id s128mr655749lja.41.1504264452616; Fri, 01 Sep 2017 04:14:12 -0700 (PDT) Received: from enkidu.local (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id i11sm442673lfk.79.2017.09.01.04.14.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Sep 2017 04:14:11 -0700 (PDT) From: Marcin Wojtas To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, nadavh@marvell.com, neta@marvell.com, kostap@marvell.com, jinghua@marvell.com, agraf@suse.de, mw@semihalf.com, jsd@semihalf.com Date: Fri, 1 Sep 2017 13:17:52 +0200 Message-Id: <1504264679-13613-1-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 1.8.3.1 Subject: [platforms: PATCH v2 0/7] Armada 70x0/80x0 network improvements X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 11:11:31 -0000 Hi, Here's quick v2 of the patchset with following changes: * Add RB's * Modify Contributed-under to v1.1 * Fix line breaking around functions in 2/7: Status = Function (aaa, bbb, ccc); Patches are available in the github: https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/pp2-upstream-r20170901-2 I'm looking forward to the comments or remarks. Best regards, Marcin Joe Zhou (2): Drivers/Net/Pp2Dxe: Support multiple ethernet ports simultaneously Drivers/Net/Pp2Dxe: Increase amount of ingress resources Marcin Wojtas (5): Drivers/Net/Pp2Dxe: Move registers' description to macros Drivers/Net/Pp2Dxe: Add SFI support Platforms/Marvell: Update ethernet ports types on A70x0 DB Drivers/Net/Pp2Dxe: Move devices description to MvHwDescLib Drivers/Net/Pp2Dxe: Enable using ports from different controllers Platform/Marvell/Armada/Armada70x0.dsc | 21 +- .../Marvell/Documentation/PortingGuide/Pp2.txt | 34 +-- Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2Lib.c | 167 +++++++++++- Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2Lib.h | 31 +++ Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2LibHw.h | 51 +++- Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c | 282 ++++++++++++++------- Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.h | 30 ++- Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.inf | 11 +- Platform/Marvell/Include/Library/MvHwDescLib.h | 26 ++ Platform/Marvell/Include/Protocol/MvPhy.h | 3 +- Platform/Marvell/Marvell.dec | 11 +- 11 files changed, 503 insertions(+), 164 deletions(-) -- 1.8.3.1