From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::242; helo=mail-wm0-x242.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (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 05E9C2110BFC9 for ; Wed, 13 Jun 2018 07:23:40 -0700 (PDT) Received: by mail-wm0-x242.google.com with SMTP id n5-v6so5765446wmc.5 for ; Wed, 13 Jun 2018 07:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Ae11LQEKd3pvcabw5ehMPyMoVpVHr1BCHbpdqdInOB8=; b=TOdWLPWAGYto3mFEZWR9XQSnee4IpU9fM5bN5yMclKFnTmO5L2sM9qLGxnpy2Fiuam +fh1SfQPGn4UoOf97bvQYGT4gm8/C98EXrUtUmHGZSOKt21y3vpNlU6xwjqs8dy3KcDU 4qIvyAQ98BVr8xgiU0BrD96v/zrzfUFiUxzSo= 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:user-agent; bh=Ae11LQEKd3pvcabw5ehMPyMoVpVHr1BCHbpdqdInOB8=; b=b4Wp8RJ71u5MEAwBH/68MRmdqotep5KG+eCoJ/T8Hjf/6Z0GZZmnYtVxueWkoZHBE0 m7u9r64VHVRVLCzo0b15Dab2rhGOKVR2fag+e0S/gJMsH46ZToCMn2dJ9F3bOKuy4RDm DUOXSMf8Hr4WhX1MecOrZCz5EO74Q6kKk/5VfsrC14gwrXtpnxWRmf3ACruXJ3xXx6L5 1vAERe0inBIEu1NOCwrKlABGRAbdohEJjc7uQPYuPH7WoYhMx/d5DV5Pgbqyq6/Tq853 NAJn8Yksc2d7BJhDBBg2BjPg6sa6/YQWj/Ix+bZXZQwP5t/BIkcMEmZs8CujR9uik+Jj iSDA== X-Gm-Message-State: APt69E18u5ZwnenfV/h9cguP77OZ+oR+/V8MsMCB+Z8krG6jHorgDCrV aKEGfme41pzlRbhheAIbABi60g== X-Google-Smtp-Source: ADUXVKLQlz3yWX6SCg8ZdqBdoIJgYUkIohR5IndiSM1k1C1rFX51zB1YZZbFyfiJfpmnPtNpBCI/oQ== X-Received: by 2002:a1c:8312:: with SMTP id f18-v6mr3876455wmd.127.1528899819390; Wed, 13 Jun 2018 07:23:39 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id m58-v6sm5703911wrf.61.2018.06.13.07.23.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 13 Jun 2018 07:23:38 -0700 (PDT) Date: Wed, 13 Jun 2018 15:23:37 +0100 From: Leif Lindholm To: Marcin Wojtas Cc: edk2-devel@lists.01.org, ard.biesheuvel@linaro.org, nadavh@marvell.com, jinghua@marvell.com, jsd@semihalf.com, jaz@semihalf.com Message-ID: <20180613142337.jr6wnu2nnapgfu66@bivouac.eciton.net> References: <1528880573-29494-1-git-send-email-mw@semihalf.com> MIME-Version: 1.0 In-Reply-To: <1528880573-29494-1-git-send-email-mw@semihalf.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [platforms: PATCH v2 0/4] Armada7k8k new boards support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 14:23:41 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 13, 2018 at 11:02:49AM +0200, Marcin Wojtas wrote: > Hi, > > v2 of the boards support adds NOOPT flag to all Armada boards > and upgrades version of the new files to 0x1A. > > The patches are available in the github: > https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/boards-upstream-r20180613 > > I'm looking forward to review and any comments/remarks. For me: Reviewed-by: Leif Lindholm But I'll wait until Ard has had the time to have a look before I push anything. Regards, Leif > Best regards, > Marcin > > > Marcin Wojtas (4): > Marvell/Armada7k8k: Use common .fdf file > Marvell/Armada7k8k: Introduce support for Armada-8040-McBin > Marvell/Armada7k8k: Introduce support for Armada-8040-Db > Marvell/Armada70x0Db: Enable building with NOOPT flag > > Platform/Marvell/Armada70x0Db/Armada70x0Db.dsc | 4 +- > Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc | 158 ++++++++++++++++++++ > Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc | 149 ++++++++++++++++++ > Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf => Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 2 +- > 4 files changed, 310 insertions(+), 3 deletions(-) > create mode 100644 Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc > create mode 100644 Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc > rename Platform/Marvell/Armada70x0Db/Armada70x0Db.fdf => Silicon/Marvell/Armada7k8k/Armada7k8k.fdf (97%) > > -- > 2.7.4 >