From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4010:c07::244; helo=mail-lf0-x244.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-lf0-x244.google.com (mail-lf0-x244.google.com [IPv6:2a00:1450:4010:c07::244]) (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 5FF1F2035624D for ; Mon, 4 Dec 2017 21:52:55 -0800 (PST) Received: by mail-lf0-x244.google.com with SMTP id x20so21880373lff.1 for ; Mon, 04 Dec 2017 21:57:25 -0800 (PST) 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=CbhVmVnCiv9xxedJIe32kfBxRUtKtaz0ebTsrraW5cc=; b=Wwxzt0/3A2p3k8omOf5qNgvlMLu54Sb47gQ6ELfIKxFD0a2l0ASLwQ5rx6/qf0t5mY 79shxAwqeozvf++i4ZYy6bzJgBnDIUnydGEP65GpTROk7eSRyGu3j/I7QGapOeraVDs8 kjDOUVHcfxv4AVnbt3/uA/Y7MP2tGca2fepd1UdjY12f0QKHJ91SoOuJLBaX6jTH0sVh t3UDmLlxsqDTdC0xDkeNNUXm8OhtYQ/ktsl2+E2tfe8XJ2aX4PyGCffxIQ2HG11SX3g4 LYVt9lqaPiORyyh8Wk3oi1EnhlFxc75LZH1/rG58XAPjuCJfauRVlRQk086zM4lhJZW7 L4fw== 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=CbhVmVnCiv9xxedJIe32kfBxRUtKtaz0ebTsrraW5cc=; b=qH2eGoACixoocY/f3g2Ww5eG0lh4yhH28yGhZWLfleldhHlap7uioHFiuHPSdEtXow UxUpa43nHQfb+/JsyaTTv93o+I63TL6Iyzy9rKGY+VCpZP7r2sR+7b9vkUXcsdN4w+NR xdl6P++yXlg2bq22mejxPQf6SI3ScFuaO5bB4BQv+M9sonZAzOh1a7O48y4HHx64b9Pu tBvPRKesl5gyneV4DkF/u74o+oCqzTd1bqtzVhdBGIgaAk7ypxJkD56/xCadd26x6rQL DfO5SwELJI/QP5C8R+Dnzm5BxkwuNF+RGvPIbRJC3wxYVEv+jhakTC1hNa0B/4ijjN26 LClQ== X-Gm-Message-State: AKGB3mLHxuKlIwLErPEvrOp34tUAPhqjJCiuF8+JihcAywGM0GJYEJil gEUd70EteC70X2SL0qy0SSpx8uLL1mg= X-Google-Smtp-Source: AGs4zMYrsrhMIrKIoL8mVJ03YIkZdBuIkHYI1C4XUVKGWKpvliQjaD/yNBP6W1weSbHqlax7KoyH4Q== X-Received: by 10.46.83.79 with SMTP id t15mr4807161ljd.135.1512453443055; Mon, 04 Dec 2017 21:57:23 -0800 (PST) Received: from gilgamesh.semihalf.com (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id t80sm1033671lfe.26.2017.12.04.21.57.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 04 Dec 2017 21:57:22 -0800 (PST) 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, mw@semihalf.com, jsd@semihalf.com Date: Tue, 5 Dec 2017 06:57:01 +0100 Message-Id: <1512453425-25446-1-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 2.7.4 Subject: [platforms: PATCH v3 0/4] Armada 7k/8k - misc improvements pt.3 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: Tue, 05 Dec 2017 05:52:55 -0000 Hi, The third version of the patchset brings the corrections requested in the review. Details can be found in the changelog below. The patches are available in the github: https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/misc-upstream-r20171205 I'm looking forward to your comments or remarks. Best regards, Marcin Changelog: v2 -> v3 * 1/4 - remove hardcoded DEFINE from the dsc file and enable passing the argument in a command line during build time - Add RB * 3/4 - Mention additional help information improvements in the commit log * 4/4 - Add RB v1 -> v2 * 1/4 - Add tftp as a build-time selectable option - Update commit message * 2/4 - Add RB * 3/4 - Leave initial file format and reword commit message * 4/4 - Leave PHY_AUTONEGOTIATE_TIMEOUT unmodified and remove double definition of the timeout. Marcin Wojtas (4): Marvell/Armada: Switch to dynamic tftp command Marvell/Armada: Fix watchdog control base Marvell/Applications: FirmwareUpdate: Fix usage information Marvell/Drivers: MvPhyDxe: Cleanup the header Platform/Marvell/Applications/FirmwareUpdate/FUpdate.uni | Bin 5146 -> 5190 bytes Platform/Marvell/Armada/Armada.dsc.inc | 6 +- Platform/Marvell/Armada/Armada70x0.fdf | 3 + Platform/Marvell/Drivers/Net/Phy/MvPhyDxe/MvPhyDxe.c | 2 +- Platform/Marvell/Drivers/Net/Phy/MvPhyDxe/MvPhyDxe.h | 152 ++++---------------- 5 files changed, 39 insertions(+), 124 deletions(-) -- 2.7.4