From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::443; helo=mail-wr1-x443.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) (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 3ED7F21A02937 for ; Tue, 20 Nov 2018 02:41:01 -0800 (PST) Received: by mail-wr1-x443.google.com with SMTP id t3so1413730wrr.3 for ; Tue, 20 Nov 2018 02:41:01 -0800 (PST) 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=2vChuLbpljVut4rlzrqid6aU8woYRztRr4JTE88ojI8=; b=BRWQXdHmFeelmdcI9N9aEGQ+3zv+70ZDWhhe2ixMmFZ83faecgtfnZbgd6cmN7vk6l jJ6s+JShufJezzZ3rTh5FP94r9YC9PuG4fk8PIrtBb8NxwKjCCmGAwMCEhaDR7KcG+// IGqamluxwQWMUELQFSiwKyZqn0I89EAtvUNQg= 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=2vChuLbpljVut4rlzrqid6aU8woYRztRr4JTE88ojI8=; b=i8q2yt0R2HtZvd8qUqgEYCUGLMFVSOkfqCYuzMV9LGf8UlSnhcOH4VF1f74bWU278S G5STtLNHl91iVtHUpCGtUIx5qVa/iC790mvg2seeU1KVlm8yCMMbqRGkTxClH59lT+/z j8VXedjSCfSSjfQFeObnkpMOsEaeLvjUA7Q9tT5IgM6x1hFBBoOn3aSlLPD/p6zZo5Ui vTrMt37AhoXmBpy10JxVDbI8/BvOkMyaA3mvOGf+nS0JieXlbR6+6E4mlcEGfay2yIfq zrwkTHnwJEKkNAtv9QLeo6iTF78eaI/jDT4tIhI3q8hNF+tuIgWT7D9RwuJ0bYUS4hw6 O+lg== X-Gm-Message-State: AA+aEWaAj2PB8XJ+eAmZ+DmNaliPr9KRChupz5nDbrSfb/0NKjWG6hA/ 7NcmoyHLccyRe4SQ3DPR85pc1Q== X-Google-Smtp-Source: AFSGD/U8U2SWAwH+ugHw/itc87AaPC9Gx91ojPeXOiDv/J//szdsAuLrBMJQg1GiKfzce0DqSvsFjw== X-Received: by 2002:adf:d112:: with SMTP id a18mr1531652wri.17.1542710459726; Tue, 20 Nov 2018 02:40:59 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 125-v6sm2148494wmr.22.2018.11.20.02.40.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 20 Nov 2018 02:40:58 -0800 (PST) Date: Tue, 20 Nov 2018 10:40:56 +0000 From: Leif Lindholm To: Ming Huang Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, zhangfeng56@huawei.com Message-ID: <20181120104056.ivrvzselg2fjdttg@bivouac.eciton.net> References: <20181116065702.30559-1-ming.huang@linaro.org> <20181116065702.30559-11-ming.huang@linaro.org> <20181119182021.7o4o6wvd25tpava3@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v2 10/15] Hisilicon/D06: Modify Gic base X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2018 10:41:01 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Nov 20, 2018 at 02:55:11PM +0800, Ming Huang wrote: > > But if I understand correctly, the remainder of the patch will be > > incorrect until the other changes to book from TA have been applied > > (in the subsequent patch). > > So please move the MADT change to the other patch. > > D06 had been boot from TA from last series (Upload for D06 platform). > Silicon/Hisilicon/D06: Set TA as Node 0 for TA boot > and > Hisilicon/D06: Modify Gic base > are tow important patches missed by last series. Understood, and that's not ideal. But this (what you have in v3) is still the way the patch should have been then. / Leif